Sabre DCCI Passenger List Virtual Sandbox

Retrieve and manage passenger lists and priority status for flight operations.

The DCCI Passenger List API allows developers to retrieve passenger manifests, manage priority lists, and handle passenger updates for specific flights. This service is essential for building airline check-in and departure control workflows.

Use this hosted sandbox to simulate Sabre DCCI Passenger List 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 passenger list retrieval, priority list accommodation logic, passenger status updates, and standby flight management flows before integrating with live departure control systems.

Sabre DCCI Passenger List virtual sandbox is up and running!

Use this sandbox URL as the API base in your code to simulate Sabre DCCI Passenger List responses instantly.

https://sabre-dcci-passenger.mock.beeceptor.com



Passenger list(3 operations)

Query Parameter NameExample
jipcc*amet sunt
Header NameExample
Authorization*"ut sunt amet dolore"
Application-ID"occaecat veniam reprehenderit"
Conversation-ID"mollit id"
Message-ID"reprehenderit"
{
  "flightCriteria": {
    "airline": "[ob",
    "arrivalAirport": "[object Object]",
    "cabinClass": "Q",
    "departureAirport": "[ob",
    "departureDate": "2027-07-13",
    "flightNumber": "4"
  },
  "outputCriteria": {
    "displayCodes": {
      "codes": [
        "C1",
        "C3"
      ],
      "condition": "OR"
    },
    "sortBy": "SEQUENCE"
  }
}
{
  "passengers": [
    {
      "baggageCount": 1,
      "boardDate": "2027-05-28T00:00:00.0Z",
      "boardStatus": true,
      "bookingClass": "K",
      "cabinClass": "K",
      "checkInDate": "2026-09-17T00:00:00.0Z",
      "checkInSequenceNumber": 81,
      "checkInStatus": true,
      "desiredBookingClass": "D",
      "editCodes": [
        "E2",
        "E1"
      ],
      "firstName": "Lacy",
      "groupCode": "z8n",
      "lastName": "Towne",
      "nameAssociationId": "0",
      "passengerType": "ADT",
      "priorityCode": "iPS",
      "recordLocator": "TTHVFZ",
      "seatNumber": "35E",
      "seniorityDate": "2025-01-15",
      "ssciPassengerId": "27vBZa36aXLl",
      "upgradeCode": "kWA",
      "vcrs": [
        {
          "airlineAccountingCode": "238",
          "coupon": "3",
          "inUse": true,
          "number": "9671547066",
          "type": "adult"
        },
        {
          "airlineAccountingCode": "485",
          "coupon": "6",
          "inUse": false,
          "number": "9501597541",
          "type": "child"
        },
        {
          "airlineAccountingCode": "312",
          "coupon": "9",
          "inUse": false,
          "number": "1715209041",
          "type": "adult"
        },
        {
          "airlineAccountingCode": "381",
          "coupon": "0",
          "inUse": true,
          "number": "0811309159",
          "type": "child"
        },
        {
          "airlineAccountingCode": "976",
          "coupon": "3",
          "inUse": true,
          "number": "7405512483",
          "type": "child"
        }
      ]
    },
    {
      "baggageCount": 3,
      "boardDate": "2026-10-29T00:00:00.0Z",
      "boardStatus": true,
      "bookingClass": "s",
      "cabinClass": "V",
      "checkInDate": "2026-11-27T00:00:00.0Z",
      "checkInSequenceNumber": 9,
      "checkInStatus": false,
      "desiredBookingClass": "c",
      "editCodes": [
        "E1",
        "E2"
      ],
      "firstName": "Annabelle",
      "groupCode": "aT5",
      "lastName": "Carroll",
      "nameAssociationId": "5",
      "passengerType": "CHD",
      "priorityCode": "unz",
      "recordLocator": "RQMFSB",
      "seatNumber": "4D",
      "seniorityDate": "2026-04-13",
      "ssciPassengerId": "Ui1rtEm1Xit4",
      "upgradeCode": "Za7",
      "vcrs": [
        {
          "airlineAccountingCode": "563",
          "coupon": "5",
          "inUse": false,
          "number": "5789612462",
          "type": "adult"
        },
        {
          "airlineAccountingCode": "043",
          "coupon": "9",
          "inUse": false,
          "number": "6407263892",
          "type": "child"
        }
      ]
    },
    {
      "baggageCount": 2,
      "boardDate": "2026-12-12T00:00:00.0Z",
      "boardStatus": true,
      "bookingClass": "k",
      "cabinClass": "D",
      "checkInDate": "2027-03-03T00:00:00.0Z",
      "checkInSequenceNumber": 74,
      "checkInStatus": false,
      "desiredBookingClass": "v",
      "editCodes": [
        "E2",
        "E1"
      ],
      "firstName": "Vella",
      "groupCode": "8il",
      "lastName": "Collier",
      "nameAssociationId": "5",
      "passengerType": "CHD",
      "priorityCode": "Ljo",
      "recordLocator": "KBUXGX",
      "seatNumber": "4A",
      "seniorityDate": "2026-03-13",
      "ssciPassengerId": "wVtvhvGiJjPU",
      "upgradeCode": "2v0",
      "vcrs": [
        {
          "airlineAccountingCode": "768",
          "coupon": "0",
          "inUse": false,
          "number": "2324757420",
          "type": "adult"
        },
        {
          "airlineAccountingCode": "086",
          "coupon": "9",
          "inUse": false,
          "number": "3366965728",
          "type": "adult"
        },
        {
          "airlineAccountingCode": "340",
          "coupon": "7",
          "inUse": false,
          "number": "2946381815",
          "type": "adult"
        }
      ]
    }
  ],
  "result": {
    "status": {
      "code": "SUCCESS",
      "message": "Only 2 passenger types are allowed.",
      "type": "SUCCESS"
    }
  }
}
{
  "errorCode": "ERR.2SG.VAL.INVALID_INPUT",
  "message": "Internal database error",
  "status": "NotProcessed",
  "timeStamp": "2026-08-23T00:00:00.0Z",
  "type": "Validation"
}
Query Parameter NameExample
jipcc*Duis amet do velit in
Header NameExample
Session-ID*"ut in nisi"
Authorization*"nulla"
Application-ID"aliqua labore Ut mollit Lorem"
Conversation-ID"consequat ullamco"
Message-ID"elit commodo"
{
  "flightCriteria": {
    "airline": "[ob",
    "arrivalAirport": "[object Object]",
    "departureAirport": "[ob",
    "departureDate": "2026-11-22",
    "flightNumber": "842"
  },
  "outputFormat": "BPXML",
  "passengerCriteria": {
    "passengers": [
      {
        "seatNumber": "18B",
        "ssciPassengerId": "d3ktRBu2f8j0"
      }
    ],
    "requestedCabinClass": "X",
    "seatCharacteristics": [
      "A"
    ]
  }
}
{
  "results": [
    {
      "boardingPass": [
        {
          "agent": {
            "city": "jKk",
            "country": "BW",
            "sign": "aPG"
          },
          "baggage": {
            "carryOnWeight": {
              "unit": "KG",
              "value": 15.1
            },
            "checkedInBaggage": {
              "bagTagNumber": [
                "12345678",
                "11223344",
                "87654321"
              ],
              "quantity": 3,
              "totalWeight": {
                "unit": "KG",
                "value": 10
              }
            }
          },
          "barCode": "6BaeFDwmUbpVrGRHxLdNc6Sp6vkat9YNG2CU1eyu",
          "checkInSequenceNumber": "476",
          "deck": {
            "code": "MIDDLE",
            "value": "UPPER"
          },
          "displayData": {
            "accommodation": "BUSINESS",
            "agentCityName": "Aufderharboro",
            "arrivalAirportName": "Bethesda",
            "boardingPassOnlyText": "BOARDING PASS ONLY",
            "boardingTime": "7405",
            "cabinClassCode": "C",
            "cabinText": "BUSINESS",
            "carryOnText": "CARRY-ON",
            "childText": "CHILD",
            "commuterAirlineName": "[object Object]",
            "commuterOperatedByText": "OPERATED BY",
            "departureAirportName": "Austenchester",
            "documentTypeText": "BOARDING PASS",
            "doorCloseTime": "3833",
            "edifactApiText": "API ERROR",
            "entitlementTexts": {
              "fastTrack": "FAST TRACK",
              "loungeAccess": "LOUNGE XTRA",
              "priorityBoarding": "PRIORITY"
            },
            "estimatedArrivalTime": "9765",
            "estimatedDepartureDate": "2027-04-25T00:00:00.0Z",
            "estimatedDepartureTime": "8969",
            "evenMoreSpeedText": "EVEN MORE SPEED",
            "exitText": "E X I T",
            "fareBrandText": "ECONOMY PLUS",
            "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
            "handLuggageText": "CARRY ON OK",
            "loungeAccessText": "LOUNGE",
            "loyaltyAccountTierName": "GOLD",
            "marketingAirlineName": "[object Object]",
            "operatingAirlineName": "[object Object]",
            "pingTipText": "zaNl",
            "plusInfantText": "PLUS INFANT",
            "premiumText": "PREMIUM",
            "priorityAaccessText": "PRIORITY AACCESS",
            "priorityBoardingText": "PRIORITY BOARDING",
            "priorityText": "PRIORITY",
            "scheduledArrivalTime": "7875",
            "scheduledDepartureDate": "2027-06-17T00:00:00.0Z",
            "scheduledDepartureTime": "4899",
            "skyPriorityText": "SKYPRIORITY",
            "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
            "spanishResidentText": "RESI/RESI NO VERIFICADO",
            "specialService": [
              "WCHR"
            ],
            "speedText": "SPEED",
            "tboText": "TBO EN",
            "thruAirportName": [
              "LIMA"
            ],
            "thruText": "THRU",
            "ticketTypeText": "ELECTRONIC",
            "tsaPreCheckText": "TSA PRE",
            "wetleaseAircraftTypeName": "narrowbody",
            "wetleaseAirlineName": "[object Object]",
            "wetleaseOperatedByText": "OPERATED BY"
          },
          "fareInfo": {
            "amount": 1581.52,
            "atpcoRule": "o9EF",
            "atpcoTariff": 18,
            "bookingClass": "a",
            "brand": "4n",
            "cabinClass": "PREMIUM_BUSINESS",
            "cabinClassCode": "a",
            "discountCategory": "77",
            "fareBasisCode": "bvUNas",
            "governingAirline": "[ob",
            "id": "50f568dd-e628-4bbf-8166-3425052cf37b",
            "operatingBookingClass": "e",
            "privateTariff": true,
            "type": "REF",
            "vendor": {
              "code": "SMFC",
              "value": "SABRE_MYFARES_SUBSCRIBERS"
            }
          },
          "flightDetail": {
            "aircraftLease": {
              "lessorAirline": "[ob",
              "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
            },
            "airline": "[ob",
            "arrivalAirport": "[ob",
            "arrivalCountry": "MR",
            "arrivalFlightScheduleStatus": "EARLY",
            "arrivalTerminal": "MB",
            "arrivalTime": "2027-02-19T00:00:00.0Z",
            "boardingTime": "1906-10-04T02:11:41.0Z",
            "changeOfGauge": true,
            "commuter": true,
            "departureAirport": "[ob",
            "departureCountry": "GD",
            "departureFlightScheduleStatus": "EARLY",
            "departureGate": "0z",
            "departureTerminal": "yE",
            "departureTime": "2026-10-21T00:00:00.0Z",
            "disclosureAirline": "[ob",
            "distance": {
              "unit": "MILES",
              "value": 2128
            },
            "equipment": "547",
            "estimatedArrivalTime": "1937-02-17T10:23:12.0Z",
            "estimatedDepartureTime": "1897-10-16T16:28:22.0Z",
            "flightDuration": 413,
            "flightNumber": "466",
            "flightStop": [
              {
                "airport": "[ob",
                "arrivalTime": "2027-08-03T00:00:00.0Z",
                "departureTime": "2027-07-03T00:00:00.0Z",
                "duration": 116,
                "elapsedTime": 112
              },
              {
                "airport": "[ob",
                "arrivalTime": "2026-09-21T00:00:00.0Z",
                "departureTime": "2026-09-23T00:00:00.0Z",
                "duration": 149,
                "elapsedTime": 281
              }
            ],
            "iatci": false,
            "id": "355afc97-7008-48c4-8766-d21c5ddfd3f6",
            "operatingAirline": "[ob",
            "operatingAirlineName": "[object Object]",
            "operatingFlightNumber": "744",
            "span": "DOMESTIC",
            "status": "ON TIME",
            "subjectToGovernmentApproval": true,
            "thirdPartyGroundHandled": false,
            "throughFlight": true,
            "timeToDeparture": 532
          },
          "formattedBoardingPass": {
            "document": {
              "contentType": "video/ogg",
              "name": "supposing_er_but.[object Object]",
              "value": "yB4TevCj8F4NEGWdKYTeHM1SiStrjhZa7K2R06G3eUUcZp9Pd9x956cgKjSQY9P9"
            },
            "image": {
              "contentType": "application/vnd.rar",
              "name": "minus_on.[object Object]",
              "value": "tp27kJ4dxVKGsikteQGkzJn5NARySoFPJQoJRa5kdFiekrbDY6kzOCklp3SY7Kef"
            },
            "pectab": {
              "data": {
                "contentType": "text/plain",
                "name": "into_testify.[object Object]",
                "value": "6FyFCfZGc3rxeCyoxMQRqKoM5ppGi6uOBbKLWLQB1A3KdgnUxEZZXVuLrCyArxsj"
              },
              "layout": {
                "contentType": "application/pdf",
                "name": "along_muscat.[object Object]",
                "value": "179aGKlsqqT1gTi0uig9teALQQZRvfhnLqVspqwBMnuz0yZa3xOlP1DFybFTVSUN"
              },
              "template": {
                "contentType": "application/x-abiword",
                "name": "clamp.[object Object]",
                "value": "dsMOCm4lKo9OKVy4bcdRI0qe0lTQfoXP3mXXI5sBDHHz2v5rGNbQnjqUfgk5Qj3I"
              },
              "templates": [
                {
                  "contentType": "audio/midi",
                  "name": "after.[object Object]",
                  "value": "DAeuws7EvHlUdKfxZq2H9dW2TuVOsFi3hUt6rIH2mqvcY6Jl8eOullQdGPV0v8Ge"
                },
                {
                  "contentType": "image/gif",
                  "name": "mortise_proselytise_where.[object Object]",
                  "value": "gPQAnHkAvfGOdmK8MSiIJOt2gu0IiRolKdI3emNW7EmfggN0nGGAPGO9fMZI0DHW"
                },
                {
                  "contentType": "application/json",
                  "name": "developmental_stay_partridge.[object Object]",
                  "value": "p1z0oCxWv2j66FqhtSUh7XerO4aSCFzYH6AeBocJadqVhAxWHoACcOlYvzgHCGqp"
                },
                {
                  "contentType": "video/3gpp2",
                  "name": "absent_finally_which.[object Object]",
                  "value": "nJygeHGyRpOTmcpgmprGtnb1nAN8DEQ7uaZKSkkFd3mkfTJypvJTDClxaFJaOrsv"
                }
              ]
            },
            "supplementaryData": {
              "accommodation": "FIRST CLASS",
              "selectee": false,
              "skyPriority": false,
              "zone": "0"
            },
            "zpl": {
              "contentType": "application/java-archive",
              "name": "ouch_tiny.[object Object]",
              "value": "VW9mcYtzQhfD1htVxXz94HQAlPps4k7DMK7VoEnbIvndZJ9TvbN9QxHWJzru2vyo"
            }
          },
          "group": "MQA5Ab",
          "loyaltyAccount": {
            "id": "8cf82ed9-9b58-44f8-9476-e2b612e57808",
            "latestAwardDate": "2026-07-13",
            "loyaltyTierLevel": {
              "atpco": "44",
              "customerInsight": "54",
              "name": "gold",
              "number": 2,
              "priority": 10,
              "tag": "CUE"
            },
            "memberAirline": "[ob",
            "memberId": "0491787719",
            "membershipStartDate": "2024-05-03",
            "mileage": {
              "unit": "MILES",
              "value": 159
            },
            "pnrId": "8",
            "points": 14885,
            "source": "PNR"
          },
          "personName": {
            "first": "Mya",
            "last": "Abbott",
            "middle": "Ellis",
            "prefix": "Dr.",
            "raw": "Loretta Braun",
            "suffix": "Jr."
          },
          "priorityVerificationCard": false,
          "recordLocator": "FRNYSF",
          "seat": {
            "column": "N",
            "row": "73",
            "value": "23F"
          },
          "source": "OTHER",
          "standbyPriority": "z8",
          "supplementaryData": {
            "dhsStatus": 2,
            "exclusiveWaitingArea": true,
            "infraeroElectronicStamp": "70579769103556",
            "loungeAccess": false,
            "selectee": false,
            "skyPriority": true,
            "spanishLargeFamily": false,
            "spanishResident": false,
            "tboAirport": "[ob",
            "throughAirport": "[ob",
            "throughCountry": "ET"
          },
          "ticketCouponNumber": "55",
          "ticketNumber": {
            "airlineAccountingCode": "815",
            "checkDigit": "6",
            "number": "47235529716220",
            "serialNumber": "4691124938"
          },
          "upgradePriority": "VCRzC",
          "zone": "9"
        },
        {
          "agent": {
            "city": "fCf",
            "country": "SM",
            "sign": "rkN"
          },
          "baggage": {
            "carryOnWeight": {
              "unit": "LB",
              "value": 7.3
            },
            "checkedInBaggage": {
              "bagTagNumber": [
                "12345678",
                "87654321"
              ],
              "quantity": 2,
              "totalWeight": {
                "unit": "KG",
                "value": 6.1
              }
            }
          },
          "barCode": "Q0U8eBY5r5KkPU7DWBvhEslPFHeqAoLJgGKp7CLV",
          "checkInSequenceNumber": "251",
          "deck": {
            "code": "MIDDLE",
            "value": "UPPER"
          },
          "displayData": {
            "accommodation": "RESIDENCE SUITE",
            "agentCityName": "North Edmond",
            "arrivalAirportName": "Surprise",
            "boardingPassOnlyText": "BOARDING PASS ONLY",
            "boardingTime": "6825",
            "cabinClassCode": "b",
            "cabinText": "BUSINESS",
            "carryOnText": "NO CARRY-ON",
            "childText": "CHILD",
            "commuterAirlineName": "[object Object]",
            "commuterOperatedByText": "OPERATED BY",
            "departureAirportName": "O'Harashire",
            "documentTypeText": "BOARDING PASS",
            "doorCloseTime": "3547",
            "edifactApiText": "API ERROR",
            "entitlementTexts": {
              "fastTrack": "FAST TRACK",
              "loungeAccess": "LOUNGE XTRA",
              "priorityBoarding": "PRIORITY"
            },
            "estimatedArrivalTime": "7850",
            "estimatedDepartureDate": "2026-08-25T00:00:00.0Z",
            "estimatedDepartureTime": "1871",
            "evenMoreSpeedText": "EVEN MORE SPEED",
            "exitText": "E X I T",
            "fareBrandText": "ECONOMY PLUS",
            "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
            "handLuggageText": "NO CARRY ON",
            "loungeAccessText": "LOUNGE",
            "loyaltyAccountTierName": "SILVER",
            "marketingAirlineName": "[object Object]",
            "operatingAirlineName": "[object Object]",
            "pingTipText": "b1Yn",
            "plusInfantText": "PLUS INFANT",
            "premiumText": "PREMIUM",
            "priorityAaccessText": "PRIORITY AACCESS",
            "priorityBoardingText": "PRIORITY BOARDING",
            "priorityText": "PRIORITY",
            "scheduledArrivalTime": "5742",
            "scheduledDepartureDate": "2026-11-03T00:00:00.0Z",
            "scheduledDepartureTime": "7828",
            "skyPriorityText": "SKYPRIORITY",
            "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
            "spanishResidentText": "RESI/RESI NO VERIFICADO",
            "specialService": [
              "WCHR"
            ],
            "speedText": "SPEED",
            "tboText": "TBO EN",
            "thruAirportName": [
              "LIMA"
            ],
            "thruText": "THRU",
            "ticketTypeText": "ELECTRONIC",
            "tsaPreCheckText": "TSA PRE",
            "wetleaseAircraftTypeName": "regional",
            "wetleaseAirlineName": "[object Object]",
            "wetleaseOperatedByText": "OPERATED BY"
          },
          "fareInfo": {
            "amount": 289.3,
            "atpcoRule": "WWnU",
            "atpcoTariff": 61,
            "bookingClass": "K",
            "brand": "Bq",
            "cabinClass": "PREMIUM_FIRST",
            "cabinClassCode": "H",
            "discountCategory": "89",
            "fareBasisCode": "FeLod9",
            "governingAirline": "[ob",
            "id": "d4055aec-7221-4906-8b89-710fe9fa2ed8",
            "operatingBookingClass": "C",
            "privateTariff": false,
            "type": "NRF",
            "vendor": {
              "code": "ATP",
              "value": "SITA"
            }
          },
          "flightDetail": {
            "aircraftLease": {
              "lessorAirline": "[ob",
              "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
            },
            "airline": "[ob",
            "arrivalAirport": "[ob",
            "arrivalCountry": "PM",
            "arrivalFlightScheduleStatus": "EARLY",
            "arrivalTerminal": "W7",
            "arrivalTime": "2026-12-01T00:00:00.0Z",
            "boardingTime": "1909-02-11T15:43:41.0Z",
            "changeOfGauge": true,
            "commuter": true,
            "departureAirport": "[ob",
            "departureCountry": "GE",
            "departureFlightScheduleStatus": "ON_TIME",
            "departureGate": "Wg",
            "departureTerminal": "h1",
            "departureTime": "2027-04-13T00:00:00.0Z",
            "disclosureAirline": "[ob",
            "distance": {
              "unit": "MILES",
              "value": 4561
            },
            "equipment": "456",
            "estimatedArrivalTime": "1929-01-08T16:27:18.0Z",
            "estimatedDepartureTime": "1911-02-03T07:53:01.0Z",
            "flightDuration": 141,
            "flightNumber": "47",
            "flightStop": [
              {
                "airport": "[ob",
                "arrivalTime": "2027-06-20T00:00:00.0Z",
                "departureTime": "2027-06-22T00:00:00.0Z",
                "duration": 97,
                "elapsedTime": 296
              },
              {
                "airport": "[ob",
                "arrivalTime": "2027-06-20T00:00:00.0Z",
                "departureTime": "2027-05-11T00:00:00.0Z",
                "duration": 41,
                "elapsedTime": 193
              }
            ],
            "iatci": true,
            "id": "2e273107-89b8-491e-8531-4d36bee9a120",
            "operatingAirline": "[ob",
            "operatingAirlineName": "[object Object]",
            "operatingFlightNumber": "7174",
            "span": "DOMESTIC",
            "status": "CANCELLED",
            "subjectToGovernmentApproval": true,
            "thirdPartyGroundHandled": false,
            "throughFlight": true,
            "timeToDeparture": 259
          },
          "formattedBoardingPass": {
            "document": {
              "contentType": "font/otf",
              "name": "whether_vacantly_hospitalization.[object Object]",
              "value": "IVPm6rh78BpwivozO9ay1DxgVMH4amtzb0PUhfTHrCDoKEiL5ukU1WyeDfAuyfE7"
            },
            "image": {
              "contentType": "application/java-archive",
              "name": "border.[object Object]",
              "value": "GNc37yb2mg7CGu5yNi3i7yxOx8u1Kl1azXYAlwRoTZpvJvPs8gKd4aGoQL92077a"
            },
            "pectab": {
              "data": {
                "contentType": "application/msword",
                "name": "apud.[object Object]",
                "value": "KtrxizTfpeeFkRwTIK0xsKJMUddwzvJjOAUyaP8crHCj5UNCwvlr1NTLB7gsH7bh"
              },
              "layout": {
                "contentType": "video/ogg",
                "name": "limited_the_freight.[object Object]",
                "value": "lBrvceUnv4TpeT3kYphG8wKHMbpiGtSMzwx72odWONaAlvhBUg9a0FuNx2CzI5aD"
              },
              "template": {
                "contentType": "application/gzip",
                "name": "nor_blue_phew.[object Object]",
                "value": "kEg9gbTLNWeclqGo1tTLnyIm12U2ebkFzwCSjuoeE7x98d7SRrgHXucOqnbgTTTN"
              },
              "templates": [
                {
                  "contentType": "audio/wav",
                  "name": "barring.[object Object]",
                  "value": "07hkZhi2s9996YLtaJOWmLCMb2so4rYSU7PnHHlu21tQ7425eihIXABdvi9pBVS5"
                },
                {
                  "contentType": "application/ogg",
                  "name": "shoddy_broadly_pants.[object Object]",
                  "value": "pYP7gBqpIgn85gbNikh9A0q25gXUHErh8qMSAeHXvCumoQOcVK63I8Pd87LBvTNg"
                },
                {
                  "contentType": "font/woff2",
                  "name": "lest_hmph_spiteful.[object Object]",
                  "value": "S4k4Li6AQEQgtMf6gJlJC058Km2m9NbkbjqdjYcFCI5buE5o3VthyMRMCOjrxRNm"
                }
              ]
            },
            "supplementaryData": {
              "accommodation": "RESIDENCE SUITE",
              "selectee": true,
              "skyPriority": true,
              "zone": "5"
            },
            "zpl": {
              "contentType": "video/3gpp2",
              "name": "yuck_hmph.[object Object]",
              "value": "eM9dW2e0EROt9iL2Snr7NsiOYQjXtqdIHuYf3y0bbgDswFHdXVVgeP9R94pmzbPi"
            }
          },
          "group": "GtQmXa",
          "loyaltyAccount": {
            "id": "84e0b495-8d50-40fe-815c-27f1f8beeb95",
            "latestAwardDate": "2025-12-22",
            "loyaltyTierLevel": {
              "atpco": "24",
              "customerInsight": "44",
              "name": "silver",
              "number": 3,
              "priority": 3,
              "tag": "coP"
            },
            "memberAirline": "[ob",
            "memberId": "1484018923",
            "membershipStartDate": "2022-03-11",
            "mileage": {
              "unit": "MILES",
              "value": 1230
            },
            "pnrId": "2",
            "points": 94232,
            "source": "PNR"
          },
          "personName": {
            "first": "Emie",
            "last": "Flatley",
            "middle": "Harper",
            "prefix": "Ms.",
            "raw": "Laurence Jast",
            "suffix": "I"
          },
          "priorityVerificationCard": false,
          "recordLocator": "HUVDRW",
          "seat": {
            "column": "o",
            "row": "78",
            "value": "35C"
          },
          "source": "OTHER",
          "standbyPriority": "7o",
          "supplementaryData": {
            "dhsStatus": 3,
            "exclusiveWaitingArea": false,
            "infraeroElectronicStamp": "23379794190013",
            "loungeAccess": false,
            "selectee": true,
            "skyPriority": true,
            "spanishLargeFamily": true,
            "spanishResident": true,
            "tboAirport": "[ob",
            "throughAirport": "[ob",
            "throughCountry": "TN"
          },
          "ticketCouponNumber": "23",
          "ticketNumber": {
            "airlineAccountingCode": "788",
            "checkDigit": "1",
            "number": "93102127859248",
            "serialNumber": "2141058676"
          },
          "upgradePriority": "NMLo8",
          "zone": "7"
        },
        {
          "agent": {
            "city": "diC",
            "country": "TW",
            "sign": "aVN"
          },
          "baggage": {
            "carryOnWeight": {
              "unit": "KG",
              "value": 11.5
            },
            "checkedInBaggage": {
              "bagTagNumber": [
                "11223344",
                "87654321",
                "12345678"
              ],
              "quantity": 2,
              "totalWeight": {
                "unit": "LB",
                "value": 9
              }
            }
          },
          "barCode": "CbvENWlu011jrlUXETIw23sMwErN3dlvSK8Ki0V7",
          "checkInSequenceNumber": "854",
          "deck": {
            "code": "MAIN",
            "value": "MAIN"
          },
          "displayData": {
            "accommodation": "RESIDENCE SUITE",
            "agentCityName": "Pittsburg",
            "arrivalAirportName": "Rowlett",
            "boardingPassOnlyText": "BOARDING PASS ONLY",
            "boardingTime": "6192",
            "cabinClassCode": "H",
            "cabinText": "ECONOMY",
            "carryOnText": "CARRY-ON",
            "childText": "CHILD",
            "commuterAirlineName": "[object Object]",
            "commuterOperatedByText": "OPERATED BY",
            "departureAirportName": "Ludwigberg",
            "documentTypeText": "BOARDING PASS",
            "doorCloseTime": "1656",
            "edifactApiText": "API ERROR",
            "entitlementTexts": {
              "fastTrack": "FAST TRACK",
              "loungeAccess": "LOUNGE XTRA",
              "priorityBoarding": "PRIORITY"
            },
            "estimatedArrivalTime": "6112",
            "estimatedDepartureDate": "2026-10-17T00:00:00.0Z",
            "estimatedDepartureTime": "6819",
            "evenMoreSpeedText": "EVEN MORE SPEED",
            "exitText": "E X I T",
            "fareBrandText": "ECONOMY BASIC",
            "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
            "handLuggageText": "NO CARRY ON",
            "loungeAccessText": "LOUNGE",
            "loyaltyAccountTierName": "PLATINUM",
            "marketingAirlineName": "[object Object]",
            "operatingAirlineName": "[object Object]",
            "pingTipText": "JoCT",
            "plusInfantText": "PLUS INFANT",
            "premiumText": "PREMIUM",
            "priorityAaccessText": "PRIORITY AACCESS",
            "priorityBoardingText": "PRIORITY BOARDING",
            "priorityText": "PRIORITY",
            "scheduledArrivalTime": "1256",
            "scheduledDepartureDate": "2026-11-23T00:00:00.0Z",
            "scheduledDepartureTime": "1566",
            "skyPriorityText": "SKYPRIORITY",
            "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
            "spanishResidentText": "RESI/RESI NO VERIFICADO",
            "specialService": [
              "WCHR"
            ],
            "speedText": "SPEED",
            "tboText": "TBO EN",
            "thruAirportName": [
              "LIMA"
            ],
            "thruText": "THRU",
            "ticketTypeText": "ELECTRONIC",
            "tsaPreCheckText": "TSA PRE",
            "wetleaseAircraftTypeName": "narrowbody",
            "wetleaseAirlineName": "[object Object]",
            "wetleaseOperatedByText": "OPERATED BY"
          },
          "fareInfo": {
            "amount": 1618.34,
            "atpcoRule": "jVWG",
            "atpcoTariff": 34,
            "bookingClass": "c",
            "brand": "tZ",
            "cabinClass": "PREMIUM_FIRST",
            "cabinClassCode": "r",
            "discountCategory": "99",
            "fareBasisCode": "T0CfPo",
            "governingAirline": "[ob",
            "id": "b53dad37-0c6e-4c4b-ba12-e64a5712989e",
            "operatingBookingClass": "A",
            "privateTariff": false,
            "type": "NLX",
            "vendor": {
              "code": "SITA",
              "value": "SITA"
            }
          },
          "flightDetail": {
            "aircraftLease": {
              "lessorAirline": "[ob",
              "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
            },
            "airline": "[ob",
            "arrivalAirport": "[ob",
            "arrivalCountry": "PN",
            "arrivalFlightScheduleStatus": "DELAYED",
            "arrivalTerminal": "Ck",
            "arrivalTime": "2027-06-06T00:00:00.0Z",
            "boardingTime": "1939-08-17T20:17:13.0Z",
            "changeOfGauge": true,
            "commuter": false,
            "departureAirport": "[ob",
            "departureCountry": "MC",
            "departureFlightScheduleStatus": "CANCELLED",
            "departureGate": "dd",
            "departureTerminal": "JL",
            "departureTime": "2027-08-19T00:00:00.0Z",
            "disclosureAirline": "[ob",
            "distance": {
              "unit": "MILES",
              "value": 4325
            },
            "equipment": "101",
            "estimatedArrivalTime": "1932-12-03T02:04:28.0Z",
            "estimatedDepartureTime": "1908-10-01T22:20:30.0Z",
            "flightDuration": 382,
            "flightNumber": "821",
            "flightStop": [
              {
                "airport": "[ob",
                "arrivalTime": "2026-12-11T00:00:00.0Z",
                "departureTime": "2026-09-06T00:00:00.0Z",
                "duration": 123,
                "elapsedTime": 254
              }
            ],
            "iatci": true,
            "id": "eb51c2e9-dd99-4191-a671-5bf8947fe68f",
            "operatingAirline": "[ob",
            "operatingAirlineName": "[object Object]",
            "operatingFlightNumber": "4",
            "span": "DOMESTIC",
            "status": "ON TIME",
            "subjectToGovernmentApproval": false,
            "thirdPartyGroundHandled": true,
            "throughFlight": false,
            "timeToDeparture": 95
          },
          "formattedBoardingPass": {
            "document": {
              "contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
              "name": "overheard_overdue_diagram.[object Object]",
              "value": "nlw8bVBwurd1lWsohlKl7f5FXApDESobzax99yjKlw54Cn54X8xy83jM8m5Hgk3A"
            },
            "image": {
              "contentType": "font/woff",
              "name": "hearten.[object Object]",
              "value": "gjkCKZijWbLLVE5CNZ88NjkHW3vSlKmh5bhHMZpHNeh6358skQ71pREY4lZaEI9y"
            },
            "pectab": {
              "data": {
                "contentType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
                "name": "absent_passport.[object Object]",
                "value": "SVewggUIHomnRkLukvQoAZ5PdTnwGHIfr1NoMopOh4XErNydRMRNZT1V8JMJHK6b"
              },
              "layout": {
                "contentType": "application/x-bzip",
                "name": "behind_whistle.[object Object]",
                "value": "UWMByVc2W7eTfxjSUDkRrPWq5Cn8vsi4XKG60PH1unpMAZBjBmWTrTLGAKlc9Tyn"
              },
              "template": {
                "contentType": "text/css",
                "name": "dreamily.[object Object]",
                "value": "9sSk3HZFnDrnFFnnAJc9f4sX4xE0aiHDIT9loiTf0sj4r8SOUSpjAZ9316VR4FtU"
              },
              "templates": [
                {
                  "contentType": "application/vnd.apple.installer+xml",
                  "name": "veto.[object Object]",
                  "value": "rd0f5zEpnx38tcsE21CZwy2ZYD1NyT7XpxxXwikyMmygbjGsVtXskC0jM2vftN2U"
                },
                {
                  "contentType": "image/webp",
                  "name": "yowza.[object Object]",
                  "value": "nv29hqEJQ25ScGd7BComfoG160HsHvRTNXtC98J0GBnDuddrqMXDNZUCItz2ipmE"
                },
                {
                  "contentType": "image/avif",
                  "name": "foodstuffs_boo_if.[object Object]",
                  "value": "rTojXJlDGoEHeIgQkxvolJflpNxxqZfaMGOFCKvjAdXJNq1dotFc2nTOnGQg6kZI"
                },
                {
                  "contentType": "image/svg+xml",
                  "name": "certification_to_whose.[object Object]",
                  "value": "d0ri66jBlSV2bOS4P7RJsjOVXrfUKM1ZwoxQWfYep8WA33vRrZpQqGbQ5gh3q532"
                }
              ]
            },
            "supplementaryData": {
              "accommodation": "RESIDENCE SUITE",
              "selectee": false,
              "skyPriority": false,
              "zone": "7"
            },
            "zpl": {
              "contentType": "text/calendar",
              "name": "valentine.[object Object]",
              "value": "y9Cr87Dh9krcurJklQlX18O4byXiwKwec9neJ29vcZ85tgS7o6EqbSAAWJKqLzb0"
            }
          },
          "group": "fpR2qY",
          "loyaltyAccount": {
            "id": "615050f4-cd89-494c-949b-1425e3fd24df",
            "latestAwardDate": "2026-04-26",
            "loyaltyTierLevel": {
              "atpco": "52",
              "customerInsight": "87",
              "name": "silver",
              "number": 3,
              "priority": 1,
              "tag": "wEr"
            },
            "memberAirline": "[ob",
            "memberId": "4059970278",
            "membershipStartDate": "2025-08-10",
            "mileage": {
              "unit": "MILES",
              "value": 4689
            },
            "pnrId": "0",
            "points": 62707,
            "source": "SSCI"
          },
          "personName": {
            "first": "Jessyca",
            "last": "Anderson",
            "middle": "Harper",
            "prefix": "Ms.",
            "raw": "Marvin Moore",
            "suffix": "I"
          },
          "priorityVerificationCard": false,
          "recordLocator": "DBPWYC",
          "seat": {
            "column": "W",
            "row": "29",
            "value": "33D"
          },
          "source": "OTHER",
          "standbyPriority": "Dy",
          "supplementaryData": {
            "dhsStatus": 1,
            "exclusiveWaitingArea": true,
            "infraeroElectronicStamp": "95878248680535",
            "loungeAccess": false,
            "selectee": false,
            "skyPriority": true,
            "spanishLargeFamily": true,
            "spanishResident": true,
            "tboAirport": "[ob",
            "throughAirport": "[ob",
            "throughCountry": "GH"
          },
          "ticketCouponNumber": "37",
          "ticketNumber": {
            "airlineAccountingCode": "902",
            "checkDigit": "9",
            "number": "88469641348793",
            "serialNumber": "2624849556"
          },
          "upgradePriority": "Ip0lF",
          "zone": "2"
        },
        {
          "agent": {
            "city": "nyD",
            "country": "PG",
            "sign": "WNk"
          },
          "baggage": {
            "carryOnWeight": {
              "unit": "LB",
              "value": 15.5
            },
            "checkedInBaggage": {
              "bagTagNumber": [
                "11223344",
                "12345678"
              ],
              "quantity": 1,
              "totalWeight": {
                "unit": "LB",
                "value": 6.5
              }
            }
          },
          "barCode": "9wqcoV2Jjqc2BFWJTZtuvt9OsVg2kemhAKPWbGK5",
          "checkInSequenceNumber": "364",
          "deck": {
            "code": "MAIN",
            "value": "OTHER"
          },
          "displayData": {
            "accommodation": "BUSINESS",
            "agentCityName": "Lee's Summit",
            "arrivalAirportName": "South Wava",
            "boardingPassOnlyText": "BOARDING PASS ONLY",
            "boardingTime": "8174",
            "cabinClassCode": "K",
            "cabinText": "FIRST CLASS",
            "carryOnText": "CARRY-ON",
            "childText": "CHILD",
            "commuterAirlineName": "[object Object]",
            "commuterOperatedByText": "OPERATED BY",
            "departureAirportName": "Schusterview",
            "documentTypeText": "BOARDING PASS",
            "doorCloseTime": "4689",
            "edifactApiText": "API OK",
            "entitlementTexts": {
              "fastTrack": "FAST TRACK",
              "loungeAccess": "LOUNGE XTRA",
              "priorityBoarding": "PRIORITY"
            },
            "estimatedArrivalTime": "5874",
            "estimatedDepartureDate": "2026-12-16T00:00:00.0Z",
            "estimatedDepartureTime": "8343",
            "evenMoreSpeedText": "EVEN MORE SPEED",
            "exitText": "E X I T",
            "fareBrandText": "ECONOMY BASIC",
            "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
            "handLuggageText": "NO CARRY ON",
            "loungeAccessText": "LOUNGE",
            "loyaltyAccountTierName": "SILVER",
            "marketingAirlineName": "[object Object]",
            "operatingAirlineName": "[object Object]",
            "pingTipText": "xQA2",
            "plusInfantText": "PLUS INFANT",
            "premiumText": "PREMIUM",
            "priorityAaccessText": "PRIORITY AACCESS",
            "priorityBoardingText": "PRIORITY BOARDING",
            "priorityText": "PRIORITY",
            "scheduledArrivalTime": "5417",
            "scheduledDepartureDate": "2027-06-29T00:00:00.0Z",
            "scheduledDepartureTime": "8556",
            "skyPriorityText": "SKYPRIORITY",
            "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
            "spanishResidentText": "RESI/RESI NO VERIFICADO",
            "specialService": [
              "WCHR"
            ],
            "speedText": "SPEED",
            "tboText": "TBO EN",
            "thruAirportName": [
              "LIMA"
            ],
            "thruText": "THRU",
            "ticketTypeText": "ELECTRONIC",
            "tsaPreCheckText": "TSA PRE",
            "wetleaseAircraftTypeName": "regional",
            "wetleaseAirlineName": "[object Object]",
            "wetleaseOperatedByText": "OPERATED BY"
          },
          "fareInfo": {
            "amount": 652.32,
            "atpcoRule": "fxZq",
            "atpcoTariff": 99,
            "bookingClass": "n",
            "brand": "6t",
            "cabinClass": "FIRST",
            "cabinClassCode": "j",
            "discountCategory": "68",
            "fareBasisCode": "PZ3xmD",
            "governingAirline": "[ob",
            "id": "6d712dfe-1647-4d8c-87a0-e8efdd396715",
            "operatingBookingClass": "K",
            "privateTariff": true,
            "type": "NRF",
            "vendor": {
              "code": "ATP",
              "value": "SABRE_MYFARES_AIRLINES"
            }
          },
          "flightDetail": {
            "aircraftLease": {
              "lessorAirline": "[ob",
              "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
            },
            "airline": "[ob",
            "arrivalAirport": "[ob",
            "arrivalCountry": "BT",
            "arrivalFlightScheduleStatus": "DELAYED",
            "arrivalTerminal": "nQ",
            "arrivalTime": "2027-08-16T00:00:00.0Z",
            "boardingTime": "1957-02-26T02:10:48.0Z",
            "changeOfGauge": false,
            "commuter": true,
            "departureAirport": "[ob",
            "departureCountry": "VN",
            "departureFlightScheduleStatus": "DELAYED",
            "departureGate": "6W",
            "departureTerminal": "Vq",
            "departureTime": "2026-09-11T00:00:00.0Z",
            "disclosureAirline": "[ob",
            "distance": {
              "unit": "MILES",
              "value": 2994
            },
            "equipment": "319",
            "estimatedArrivalTime": "1901-01-03T11:05:29.0Z",
            "estimatedDepartureTime": "1917-03-03T17:56:02.0Z",
            "flightDuration": 583,
            "flightNumber": "9",
            "flightStop": [
              {
                "airport": "[ob",
                "arrivalTime": "2026-11-24T00:00:00.0Z",
                "departureTime": "2026-10-04T00:00:00.0Z",
                "duration": 169,
                "elapsedTime": 135
              },
              {
                "airport": "[ob",
                "arrivalTime": "2026-09-07T00:00:00.0Z",
                "departureTime": "2027-05-28T00:00:00.0Z",
                "duration": 165,
                "elapsedTime": 60
              },
              {
                "airport": "[ob",
                "arrivalTime": "2026-11-01T00:00:00.0Z",
                "departureTime": "2027-06-02T00:00:00.0Z",
                "duration": 168,
                "elapsedTime": 288
              }
            ],
            "iatci": false,
            "id": "610f24bd-0617-4464-a265-2e93a778b2cb",
            "operatingAirline": "[ob",
            "operatingAirlineName": "[object Object]",
            "operatingFlightNumber": "247",
            "span": "DOMESTIC",
            "status": "CANCELLED",
            "subjectToGovernmentApproval": true,
            "thirdPartyGroundHandled": true,
            "throughFlight": false,
            "timeToDeparture": 778
          },
          "formattedBoardingPass": {
            "document": {
              "contentType": "video/webm",
              "name": "exactly.[object Object]",
              "value": "HN3rMJIqQyomf110PmFJInTKWoE5jF3IUjm739Ne2eM4xscYOZXrGWPEuA0zMGuh"
            },
            "image": {
              "contentType": "application/xml",
              "name": "phew_pfft.[object Object]",
              "value": "EBcJ7IaC345z3qEGUsSw5w7DXs5tTci4sbcWGkAEuXVaiZY8qxmDTvkGg1vaZe0T"
            },
            "pectab": {
              "data": {
                "contentType": "audio/3gpp",
                "name": "pish.[object Object]",
                "value": "NiEEyT191XNFZTr7P70YGkcSZ0DOSUT2yTJXIqAo30SM9Pm4kFzswsMSONWaeiNR"
              },
              "layout": {
                "contentType": "application/rtf",
                "name": "grade_sprinkles_or.[object Object]",
                "value": "w41nJGb7jTCqfhEEcnvJmB0qnkDP5EkYES3MrgcoMp5ff1x33xN4AtDQP7ZorrgO"
              },
              "template": {
                "contentType": "application/vnd.mozilla.xul+xml",
                "name": "blindly.[object Object]",
                "value": "SsKgK8s63mSeLATy6ptuXL3HW2svDM4HHeu39FZkGuxixLMbkuCl6odcRNl1Q8Fw"
              },
              "templates": [
                {
                  "contentType": "audio/wav",
                  "name": "which_even_marvelous.[object Object]",
                  "value": "OS44eGChEstkdABMLTZ8PbTmi6MIsY2Dvo6PiknE8lAca1ysXt6kRdoNwSSXkh6o"
                },
                {
                  "contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
                  "name": "peninsula_fisherman.[object Object]",
                  "value": "DGbRtgWLZmMap1fEgVHVETezpKwuNLkd00dAiDMtLpnOi8TVdqYfE6WOpXbkqVzc"
                },
                {
                  "contentType": "application/rtf",
                  "name": "which.[object Object]",
                  "value": "hgLaPrDSZWF5QLVOY8Lz5egfjD79letw6whhWqFjzWkuHI0VllXf0Rw9gjlsRgny"
                },
                {
                  "contentType": "application/xml",
                  "name": "fireplace_bleakly.[object Object]",
                  "value": "vDsNdjn0eindy3si19F37UPpt6EV1EWumjHYnzqZOWan9hZjFnIUXb7FrHsvHX0u"
                },
                {
                  "contentType": "application/json",
                  "name": "elevation_mid.[object Object]",
                  "value": "196pU81k4wbjoYgCHW8Ixqe5trUQvjVU537QKXAK5IAVyVcY1ju5UqiBuKtOdNr0"
                }
              ]
            },
            "supplementaryData": {
              "accommodation": "FIRST CLASS",
              "selectee": false,
              "skyPriority": true,
              "zone": "9"
            },
            "zpl": {
              "contentType": "image/avif",
              "name": "whereas.[object Object]",
              "value": "1CNRXVm8uO4tpuLgntR7Bq0U2OkD3Uw1D33EkMWmxWDM2KJw7gDMgyRno9gMfvNw"
            }
          },
          "group": "IQPt5e",
          "loyaltyAccount": {
            "id": "a97d78bb-d0ed-47fe-81a8-526154c7f207",
            "latestAwardDate": "2025-12-05",
            "loyaltyTierLevel": {
              "atpco": "79",
              "customerInsight": "92",
              "name": "gold",
              "number": 2,
              "priority": 4,
              "tag": "nJG"
            },
            "memberAirline": "[ob",
            "memberId": "3590417530",
            "membershipStartDate": "2021-09-02",
            "mileage": {
              "unit": "MILES",
              "value": 1312
            },
            "pnrId": "5",
            "points": 9196,
            "source": "SSCI"
          },
          "personName": {
            "first": "Sheila",
            "last": "Swift",
            "middle": "Arden",
            "prefix": "Ms.",
            "raw": "Emanuel Skiles",
            "suffix": "II"
          },
          "priorityVerificationCard": true,
          "recordLocator": "DHASMG",
          "seat": {
            "column": "b",
            "row": "00",
            "value": "5E"
          },
          "source": "HOST",
          "standbyPriority": "Bi",
          "supplementaryData": {
            "dhsStatus": 1,
            "exclusiveWaitingArea": false,
            "infraeroElectronicStamp": "23313956674045",
            "loungeAccess": true,
            "selectee": false,
            "skyPriority": true,
            "spanishLargeFamily": false,
            "spanishResident": false,
            "tboAirport": "[ob",
            "throughAirport": "[ob",
            "throughCountry": "TH"
          },
          "ticketCouponNumber": "89",
          "ticketNumber": {
            "airlineAccountingCode": "452",
            "checkDigit": "4",
            "number": "35604265886497",
            "serialNumber": "5238475356"
          },
          "upgradePriority": "G51t4",
          "zone": "3"
        }
      ],
      "ssciPassengerId": "6F1DHuGO6DIM",
      "status": {
        "code": "SUCCESS",
        "message": "Operation completed successfully.",
        "type": "SUCCESS"
      }
    }
  ]
}
{
  "errorCode": "ERR.2SG.DB.TIMEOUT",
  "message": "Invalid input format provided",
  "status": "Complete",
  "timeStamp": "2026-08-23T00:00:00.0Z",
  "type": "Application"
}
Query Parameter NameExample
jipcc*Ut
Header NameExample
Session-ID*"consequat cillum"
Authorization*"commodo dolor incididunt consequat nulla"
Application-ID"ea irure dolore consectetur ut"
Conversation-ID"culpa occaecat laboris aliquip aute"
Message-ID"deserunt magna aliqua ut"
{
  "flightCriteria": {
    "airline": "[ob",
    "arrivalAirport": "[object Object]",
    "departureAirport": "[ob",
    "departureDate": "2026-11-22",
    "flightNumber": "2085"
  },
  "passengerCriteria": {
    "currentBookingClass": "s",
    "passengers": [
      {
        "lastName": "Beier",
        "priorityCriteria": {
          "priorityCode": "swt",
          "seniorityDate": "2024-10-11",
          "upgradeCode": "AX4"
        },
        "requestedBookingClass": "v",
        "seatCharacteristics": [
          "A"
        ],
        "ssciPassengerId": "lrfMhiLlHqaf"
      },
      {
        "lastName": "Ferry",
        "priorityCriteria": {
          "priorityCode": "sAc",
          "seniorityDate": "2025-09-14",
          "upgradeCode": "A4L"
        },
        "requestedBookingClass": "O",
        "seatCharacteristics": [
          "A"
        ],
        "ssciPassengerId": "HzExTTrqxHHw"
      },
      {
        "lastName": "Champlin",
        "priorityCriteria": {
          "priorityCode": "Onk",
          "seniorityDate": "2023-07-13",
          "upgradeCode": "G0U"
        },
        "requestedBookingClass": "s",
        "seatCharacteristics": [
          "A"
        ],
        "ssciPassengerId": "K0BiFUKmwZr4"
      },
      {
        "lastName": "Zemlak",
        "priorityCriteria": {
          "priorityCode": "Tqm",
          "seniorityDate": "2024-12-28",
          "upgradeCode": "0cd"
        },
        "requestedBookingClass": "q",
        "seatCharacteristics": [
          "A"
        ],
        "ssciPassengerId": "04ZZsOb6o2yq"
      },
      {
        "lastName": "Farrell",
        "priorityCriteria": {
          "priorityCode": "oUn",
          "seniorityDate": "2023-04-09",
          "upgradeCode": "kgC"
        },
        "requestedBookingClass": "k",
        "seatCharacteristics": [
          "A"
        ],
        "ssciPassengerId": "ZYziNzUrIOgG"
      }
    ]
  }
}
{
  "results": [
    {
      "ssciPassengerId": "4fsBUYkzesic",
      "status": {
        "code": "NOT_FOUND",
        "message": "Operation completed successfully.",
        "type": "SUCCESS"
      }
    },
    {
      "ssciPassengerId": "YXjKJzvmmalf",
      "status": {
        "code": "NOT_FOUND",
        "message": "Only 2 passenger types are allowed.",
        "type": "SUCCESS"
      }
    },
    {
      "ssciPassengerId": "8Wjpoz4ucV37",
      "status": {
        "code": "NOT_FOUND",
        "message": "Operation completed successfully.",
        "type": "SUCCESS"
      }
    }
  ]
}
{
  "errorCode": "ERR.2SG.DB.TIMEOUT",
  "message": "Authentication data is missing",
  "status": "Incomplete",
  "timeStamp": "2026-08-23T00:00:00.0Z",
  "type": "BusinessLogic"
}

Standby(2 operations)

Query Parameter NameExample
jipcc*officia
Header NameExample
Session-ID*"nulla adipisicing ad quis Duis"
Authorization*"dolor laborum in fugiat"
Application-ID"labore id"
Conversation-ID"quis occaecat pariatur nisi in"
Message-ID"pariatur Lorem amet"
{
  "outputFormat": "ZPL",
  "returnSession": false,
  "standbyFlightId": "5643e07b-a68f-47d6-a10f-2fac07e4105e"
}
{
  "priorityVerificationCards": [
    {
      "boardingPass": {
        "agent": {
          "city": "ocH",
          "country": "VU",
          "sign": "Xiz"
        },
        "baggage": {
          "carryOnWeight": {
            "unit": "KG",
            "value": 8.2
          },
          "checkedInBaggage": {
            "bagTagNumber": [
              "12345678",
              "87654321",
              "11223344"
            ],
            "quantity": 3,
            "totalWeight": {
              "unit": "LB",
              "value": 8.1
            }
          }
        },
        "barCode": "JgjjWzWe26ZDvDNTiF8YCUjv7gRmz9FdLFSFAEoC",
        "checkInSequenceNumber": "887",
        "deck": {
          "code": "UPPER",
          "value": "UPPER"
        },
        "displayData": {
          "accommodation": "BUSINESS",
          "agentCityName": "West Alvenamouth",
          "arrivalAirportName": "West Retha",
          "boardingPassOnlyText": "BOARDING PASS ONLY",
          "boardingTime": "6317",
          "cabinClassCode": "w",
          "cabinText": "FIRST CLASS",
          "carryOnText": "NO CARRY-ON",
          "childText": "CHILD",
          "commuterAirlineName": "[object Object]",
          "commuterOperatedByText": "OPERATED BY",
          "departureAirportName": "Zakaryborough",
          "documentTypeText": "BOARDING PASS",
          "doorCloseTime": "5600",
          "edifactApiText": "API OK",
          "entitlementTexts": {
            "fastTrack": "FAST TRACK",
            "loungeAccess": "LOUNGE XTRA",
            "priorityBoarding": "PRIORITY"
          },
          "estimatedArrivalTime": "6872",
          "estimatedDepartureDate": "2027-02-13T00:00:00.0Z",
          "estimatedDepartureTime": "4831",
          "evenMoreSpeedText": "EVEN MORE SPEED",
          "exitText": "E X I T",
          "fareBrandText": "ECONOMY PLUS",
          "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
          "handLuggageText": "NO CARRY ON",
          "loungeAccessText": "LOUNGE",
          "loyaltyAccountTierName": "SILVER",
          "marketingAirlineName": "[object Object]",
          "operatingAirlineName": "[object Object]",
          "pingTipText": "xrrN",
          "plusInfantText": "PLUS INFANT",
          "premiumText": "PREMIUM",
          "priorityAaccessText": "PRIORITY AACCESS",
          "priorityBoardingText": "PRIORITY BOARDING",
          "priorityText": "PRIORITY",
          "scheduledArrivalTime": "0538",
          "scheduledDepartureDate": "2027-08-15T00:00:00.0Z",
          "scheduledDepartureTime": "8885",
          "skyPriorityText": "SKYPRIORITY",
          "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
          "spanishResidentText": "RESI/RESI NO VERIFICADO",
          "specialService": [
            "WCHR"
          ],
          "speedText": "SPEED",
          "tboText": "TBO EN",
          "thruAirportName": [
            "LIMA"
          ],
          "thruText": "THRU",
          "ticketTypeText": "ELECTRONIC",
          "tsaPreCheckText": "TSA PRE",
          "wetleaseAircraftTypeName": "narrowbody",
          "wetleaseAirlineName": "[object Object]",
          "wetleaseOperatedByText": "OPERATED BY"
        },
        "fareInfo": {
          "amount": 208.66,
          "atpcoRule": "0q8I",
          "atpcoTariff": 56,
          "bookingClass": "b",
          "brand": "AE",
          "cabinClass": "BUSINESS",
          "cabinClassCode": "w",
          "discountCategory": "82",
          "fareBasisCode": "B8yDz4",
          "governingAirline": "[ob",
          "id": "44139269-fd17-4116-8a12-c8f223cd9475",
          "operatingBookingClass": "W",
          "privateTariff": false,
          "type": "REF",
          "vendor": {
            "code": "SITA",
            "value": "SABRE_MYFARES_SUBSCRIBERS"
          }
        },
        "flightDetail": {
          "aircraftLease": {
            "lessorAirline": "[ob",
            "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
          },
          "airline": "[ob",
          "arrivalAirport": "[ob",
          "arrivalCountry": "TH",
          "arrivalFlightScheduleStatus": "DELAYED",
          "arrivalTerminal": "IW",
          "arrivalTime": "2027-05-29T00:00:00.0Z",
          "boardingTime": "1890-12-05T07:40:23.0Z",
          "changeOfGauge": false,
          "commuter": true,
          "departureAirport": "[ob",
          "departureCountry": "SA",
          "departureFlightScheduleStatus": "EARLY",
          "departureGate": "Zm",
          "departureTerminal": "NU",
          "departureTime": "2027-04-08T00:00:00.0Z",
          "disclosureAirline": "[ob",
          "distance": {
            "unit": "MILES",
            "value": 1254
          },
          "equipment": "343",
          "estimatedArrivalTime": "1937-10-01T14:14:49.0Z",
          "estimatedDepartureTime": "1959-06-16T04:01:46.0Z",
          "flightDuration": 471,
          "flightNumber": "8894",
          "flightStop": [
            {
              "airport": "[ob",
              "arrivalTime": "2027-08-11T00:00:00.0Z",
              "departureTime": "2026-12-22T00:00:00.0Z",
              "duration": 154,
              "elapsedTime": 254
            },
            {
              "airport": "[ob",
              "arrivalTime": "2027-03-24T00:00:00.0Z",
              "departureTime": "2027-07-28T00:00:00.0Z",
              "duration": 79,
              "elapsedTime": 189
            },
            {
              "airport": "[ob",
              "arrivalTime": "2026-10-29T00:00:00.0Z",
              "departureTime": "2026-11-01T00:00:00.0Z",
              "duration": 34,
              "elapsedTime": 125
            },
            {
              "airport": "[ob",
              "arrivalTime": "2027-08-17T00:00:00.0Z",
              "departureTime": "2027-05-03T00:00:00.0Z",
              "duration": 153,
              "elapsedTime": 151
            }
          ],
          "iatci": false,
          "id": "d2899a61-5771-43ea-8fe4-f6394a452b46",
          "operatingAirline": "[ob",
          "operatingAirlineName": "[object Object]",
          "operatingFlightNumber": "131",
          "span": "DOMESTIC",
          "status": "DELAYED",
          "subjectToGovernmentApproval": true,
          "thirdPartyGroundHandled": false,
          "throughFlight": false,
          "timeToDeparture": 212
        },
        "formattedBoardingPass": {
          "document": {
            "contentType": "application/x-bzip",
            "name": "er_waterspout_after.[object Object]",
            "value": "zRCnVSMUROC25IEQQ1JsSy6V2JkqMszZMRKDIPMLSEH8PeIxr7CRWXFh5DAMIF6M"
          },
          "image": {
            "contentType": "application/gzip",
            "name": "woot_upside_down.[object Object]",
            "value": "CtHMHKuZd2f87LqFMwULRyuyKZmsQO75d0B6H8Khvmm1SjMVDMqaLblpmeV3mJ9m"
          },
          "pectab": {
            "data": {
              "contentType": "application/rtf",
              "name": "privilege_lecture.[object Object]",
              "value": "OxfJ7s4v9Nbt4ICdbuU5xjT9ysNxXXn5gDfhBv17ltj7jsTQj3eDK2At8bMj8jHS"
            },
            "layout": {
              "contentType": "audio/wav",
              "name": "mechanic_surprisingly_bah.[object Object]",
              "value": "SLi5FlRWVFi6RdlM5fKObTybbrT3LA7qKm6VFRj5YHKCPlhaZJBvZVGzkdmhnZsH"
            },
            "template": {
              "contentType": "application/x-bzip2",
              "name": "before_gosh.[object Object]",
              "value": "l0vfXa4KvWKQkfcnObmcpvLaqTPyMtytsJiSkrkpqxs1dHK18aGEQ7L9j1ByryTw"
            },
            "templates": [
              {
                "contentType": "font/woff",
                "name": "captain_since.[object Object]",
                "value": "gh8wkQlNdYRJuXQzekRod4QiIqxEbo8gZcxiXRGrOV1W9FzIXHpivyP7C9fCLgWG"
              },
              {
                "contentType": "image/png",
                "name": "foretell.[object Object]",
                "value": "l1nHPDPkzcIRlyLz8Wbj6cvj85BsXds5nbAWCZtbPHmx9JIDtZDVvPE2Mtgd45R4"
              },
              {
                "contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
                "name": "highly_issue_ack.[object Object]",
                "value": "3aYJRNTDyjwjZtk9Qk3tKxLPohkqRV7M7z7T4OMWpHhQ8fbyQqKrfKqTrM9KxFBU"
              },
              {
                "contentType": "text/javascript",
                "name": "pish.[object Object]",
                "value": "iQCQMDvZRFPYKLRZnLIRjmi9agn82iJZyBwyX0alPCmDrsEV5ksSI1hQDLXMUXsi"
              },
              {
                "contentType": "font/otf",
                "name": "among.[object Object]",
                "value": "FyKTHPSpvE4MRk5ysZ98dg83Pt2IZII8hMcm6vTnqQpfP5sVMiM6Tx2VlCDwHoZW"
              }
            ]
          },
          "supplementaryData": {
            "accommodation": "FIRST CLASS",
            "selectee": false,
            "skyPriority": false,
            "zone": "1"
          },
          "zpl": {
            "contentType": "image/gif",
            "name": "vengeful.[object Object]",
            "value": "CtQTfoDxOdb6uXjeAmjow53mtMG4bvyu1VwkCARrQm4YHr47akLRfVSZKXNHQ2wl"
          }
        },
        "group": "ZixnOO",
        "loyaltyAccount": {
          "id": "1de0ba22-d4b9-401f-9712-1f10e87e16ba",
          "latestAwardDate": "2026-02-05",
          "loyaltyTierLevel": {
            "atpco": "58",
            "customerInsight": "23",
            "name": "gold",
            "number": 1,
            "priority": 7,
            "tag": "Vbr"
          },
          "memberAirline": "[ob",
          "memberId": "7695742590",
          "membershipStartDate": "2024-12-26",
          "mileage": {
            "unit": "MILES",
            "value": 1339
          },
          "pnrId": "9",
          "points": 30679,
          "source": "SSCI"
        },
        "personName": {
          "first": "Laron",
          "last": "Osinski",
          "middle": "Nico",
          "prefix": "Ms.",
          "raw": "Dr. Larry Gorczany",
          "suffix": "IV"
        },
        "priorityVerificationCard": false,
        "recordLocator": "NGVTTP",
        "seat": {
          "column": "K",
          "row": "68",
          "value": "26A"
        },
        "source": "HOST",
        "standbyPriority": "xx",
        "supplementaryData": {
          "dhsStatus": 3,
          "exclusiveWaitingArea": false,
          "infraeroElectronicStamp": "56213058334412",
          "loungeAccess": true,
          "selectee": false,
          "skyPriority": false,
          "spanishLargeFamily": false,
          "spanishResident": true,
          "tboAirport": "[ob",
          "throughAirport": "[ob",
          "throughCountry": "QA"
        },
        "ticketCouponNumber": "27",
        "ticketNumber": {
          "airlineAccountingCode": "229",
          "checkDigit": "0",
          "number": "31232876730089",
          "serialNumber": "1674651776"
        },
        "upgradePriority": "0wWEb",
        "zone": "2"
      },
      "passengerId": "9VwyXpoji1"
    },
    {
      "boardingPass": {
        "agent": {
          "city": "qJU",
          "country": "PM",
          "sign": "Jje"
        },
        "baggage": {
          "carryOnWeight": {
            "unit": "LB",
            "value": 16.6
          },
          "checkedInBaggage": {
            "bagTagNumber": [
              "87654321",
              "11223344"
            ],
            "quantity": 2,
            "totalWeight": {
              "unit": "KG",
              "value": 16.3
            }
          }
        },
        "barCode": "xkDm4RXwDyaFa8gk5L5y2uxUNT0ecrXKJJtN4qSs",
        "checkInSequenceNumber": "489",
        "deck": {
          "code": "MAIN",
          "value": "OTHER"
        },
        "displayData": {
          "accommodation": "RESIDENCE SUITE",
          "agentCityName": "Charleyberg",
          "arrivalAirportName": "Irmafield",
          "boardingPassOnlyText": "BOARDING PASS ONLY",
          "boardingTime": "9703",
          "cabinClassCode": "F",
          "cabinText": "ECONOMY",
          "carryOnText": "CARRY-ON",
          "childText": "INFANT",
          "commuterAirlineName": "[object Object]",
          "commuterOperatedByText": "OPERATED BY",
          "departureAirportName": "East Gracie",
          "documentTypeText": "BOARDING PASS",
          "doorCloseTime": "1083",
          "edifactApiText": "API OK",
          "entitlementTexts": {
            "fastTrack": "FAST TRACK",
            "loungeAccess": "LOUNGE XTRA",
            "priorityBoarding": "PRIORITY"
          },
          "estimatedArrivalTime": "9955",
          "estimatedDepartureDate": "2027-02-23T00:00:00.0Z",
          "estimatedDepartureTime": "5174",
          "evenMoreSpeedText": "EVEN MORE SPEED",
          "exitText": "E X I T",
          "fareBrandText": "ECONOMY PLUS",
          "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
          "handLuggageText": "CARRY ON OK",
          "loungeAccessText": "LOUNGE",
          "loyaltyAccountTierName": "PLATINUM",
          "marketingAirlineName": "[object Object]",
          "operatingAirlineName": "[object Object]",
          "pingTipText": "XlHb",
          "plusInfantText": "PLUS INFANT",
          "premiumText": "PREMIUM",
          "priorityAaccessText": "PRIORITY AACCESS",
          "priorityBoardingText": "PRIORITY BOARDING",
          "priorityText": "PRIORITY",
          "scheduledArrivalTime": "9597",
          "scheduledDepartureDate": "2027-05-04T00:00:00.0Z",
          "scheduledDepartureTime": "2905",
          "skyPriorityText": "SKYPRIORITY",
          "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
          "spanishResidentText": "RESI/RESI NO VERIFICADO",
          "specialService": [
            "WCHR"
          ],
          "speedText": "SPEED",
          "tboText": "TBO EN",
          "thruAirportName": [
            "LIMA"
          ],
          "thruText": "THRU",
          "ticketTypeText": "ELECTRONIC",
          "tsaPreCheckText": "TSA PRE",
          "wetleaseAircraftTypeName": "narrowbody",
          "wetleaseAirlineName": "[object Object]",
          "wetleaseOperatedByText": "OPERATED BY"
        },
        "fareInfo": {
          "amount": 1851.25,
          "atpcoRule": "MMyu",
          "atpcoTariff": 45,
          "bookingClass": "z",
          "brand": "2D",
          "cabinClass": "PREMIUM_BUSINESS",
          "cabinClassCode": "P",
          "discountCategory": "35",
          "fareBasisCode": "JPqudq",
          "governingAirline": "[ob",
          "id": "d2823b39-e6ae-4c05-8fd7-db2c24cdc129",
          "operatingBookingClass": "O",
          "privateTariff": true,
          "type": "NLX",
          "vendor": {
            "code": "SMFC",
            "value": "SITA"
          }
        },
        "flightDetail": {
          "aircraftLease": {
            "lessorAirline": "[ob",
            "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
          },
          "airline": "[ob",
          "arrivalAirport": "[ob",
          "arrivalCountry": "MR",
          "arrivalFlightScheduleStatus": "CANCELLED",
          "arrivalTerminal": "pW",
          "arrivalTime": "2027-06-01T00:00:00.0Z",
          "boardingTime": "1949-12-06T01:14:34.0Z",
          "changeOfGauge": false,
          "commuter": false,
          "departureAirport": "[ob",
          "departureCountry": "KN",
          "departureFlightScheduleStatus": "ON_TIME",
          "departureGate": "VA",
          "departureTerminal": "81",
          "departureTime": "2027-02-23T00:00:00.0Z",
          "disclosureAirline": "[ob",
          "distance": {
            "unit": "MILES",
            "value": 2659
          },
          "equipment": "029",
          "estimatedArrivalTime": "1896-10-15T22:48:39.0Z",
          "estimatedDepartureTime": "1956-11-28T21:41:42.0Z",
          "flightDuration": 140,
          "flightNumber": "365",
          "flightStop": [
            {
              "airport": "[ob",
              "arrivalTime": "2027-06-22T00:00:00.0Z",
              "departureTime": "2026-11-02T00:00:00.0Z",
              "duration": 57,
              "elapsedTime": 171
            },
            {
              "airport": "[ob",
              "arrivalTime": "2027-01-15T00:00:00.0Z",
              "departureTime": "2026-08-24T00:00:00.0Z",
              "duration": 126,
              "elapsedTime": 251
            }
          ],
          "iatci": true,
          "id": "3a1591d1-f753-4028-beda-fa65e937de55",
          "operatingAirline": "[ob",
          "operatingAirlineName": "[object Object]",
          "operatingFlightNumber": "379",
          "span": "INTERNATIONAL",
          "status": "CANCELLED",
          "subjectToGovernmentApproval": true,
          "thirdPartyGroundHandled": false,
          "throughFlight": false,
          "timeToDeparture": 958
        },
        "formattedBoardingPass": {
          "document": {
            "contentType": "video/x-msvideo",
            "name": "qua.[object Object]",
            "value": "fpgzWixWsxG0MWGzHrQSJkdhsRWaOdYiAW6BDG9n2UZG4F0bwYJypD6JoeIPmBBK"
          },
          "image": {
            "contentType": "font/woff2",
            "name": "positively_expensive_than.[object Object]",
            "value": "6x4UN9EDvoj20id0ZUbN4BIV9rg3bfjMxhDXqwvY8QdYArK3ZguFSMdb7Bif8Agg"
          },
          "pectab": {
            "data": {
              "contentType": "font/otf",
              "name": "meager_apropos.[object Object]",
              "value": "lc5VdRyCUlbOGgAlMQKAp5p56PPEj0fkBWjNKMipkO8kpsZb6EVICNFdjCef9Qbm"
            },
            "layout": {
              "contentType": "application/x-sh",
              "name": "hornet.[object Object]",
              "value": "WOoQnar4Gb8Jyt9iaiCymPwSYPZZyxYU9gtB5NQawYFjraHPPmR0meoq36D4KsIE"
            },
            "template": {
              "contentType": "application/rtf",
              "name": "although_briefly.[object Object]",
              "value": "HdvU32nWKf16kUViv4E55S9b8mEKTekpfTYx99PKSLfGiZdjsLMtzgz1jFQ1xkQK"
            },
            "templates": [
              {
                "contentType": "application/vnd.oasis.opendocument.presentation",
                "name": "worth_hence_round.[object Object]",
                "value": "UaE1GaXWHM8EU1JGIt3a1CiygbRgP1o4SD9IGAydPhrD55lCP71nmiLDQ7fyyadS"
              },
              {
                "contentType": "application/gzip",
                "name": "catalog.[object Object]",
                "value": "5msywNoLqrEJYfE41YvQbcwgsLVhrpZ1FPEZwPnYb4XX5B2q4NXgCK3h6YIxJydf"
              },
              {
                "contentType": "text/css",
                "name": "um.[object Object]",
                "value": "4D9DJ5VVK8ATux2j3SOLIIDUXZ79VPP8oFu8lHt08OR0IqtVJHhORIINKmzXNiSA"
              }
            ]
          },
          "supplementaryData": {
            "accommodation": "RESIDENCE SUITE",
            "selectee": false,
            "skyPriority": true,
            "zone": "8"
          },
          "zpl": {
            "contentType": "application/vnd.oasis.opendocument.text",
            "name": "zowie.[object Object]",
            "value": "6D92fSVgq8pz7kBcWBiwgHqH611Sy8WuMSwIrn8zjhDyblqawXk8berMgQZqk3y4"
          }
        },
        "group": "gWRb4B",
        "loyaltyAccount": {
          "id": "bf535c28-8f2a-4145-874a-c9e8dcbee563",
          "latestAwardDate": "2026-08-10",
          "loyaltyTierLevel": {
            "atpco": "85",
            "customerInsight": "95",
            "name": "silver",
            "number": 5,
            "priority": 3,
            "tag": "cYT"
          },
          "memberAirline": "[ob",
          "memberId": "7536901339",
          "membershipStartDate": "2022-02-28",
          "mileage": {
            "unit": "MILES",
            "value": 3939
          },
          "pnrId": "7",
          "points": 19481,
          "source": "SSCI"
        },
        "personName": {
          "first": "Esta",
          "last": "Crooks-Gulgowski",
          "middle": "Gray",
          "prefix": "Ms.",
          "raw": "Desiree Lowe",
          "suffix": "V"
        },
        "priorityVerificationCard": false,
        "recordLocator": "CYDDCP",
        "seat": {
          "column": "J",
          "row": "43",
          "value": "5D"
        },
        "source": "OTHER",
        "standbyPriority": "Bm",
        "supplementaryData": {
          "dhsStatus": 2,
          "exclusiveWaitingArea": true,
          "infraeroElectronicStamp": "81874511726063",
          "loungeAccess": true,
          "selectee": true,
          "skyPriority": false,
          "spanishLargeFamily": false,
          "spanishResident": true,
          "tboAirport": "[ob",
          "throughAirport": "[ob",
          "throughCountry": "VC"
        },
        "ticketCouponNumber": "92",
        "ticketNumber": {
          "airlineAccountingCode": "014",
          "checkDigit": "4",
          "number": "65623676131349",
          "serialNumber": "3476413045"
        },
        "upgradePriority": "CifCg",
        "zone": "7"
      },
      "passengerId": "O6pJSchjJi"
    }
  ],
  "reservation": {
    "ancillaries": {
      "ancillary": [
        {
          "airline": "[ob",
          "ancillaryRules": {
            "commissionable": true,
            "customRules": {
              "applyHighestTierLevel": false,
              "convertible": true,
              "excludedFormOfPayment": [
                "AX"
              ],
              "maxQuantityPerPassenger": 1
            },
            "exchangeable": false,
            "feeApplicationMethod": {
              "code": "5",
              "value": "TICKET"
            },
            "formOfRefund": {
              "code": "3",
              "value": "VOUCHER"
            },
            "freeAllowanceEligibility": {
              "quantity": 3
            },
            "freeOfChargeRules": [
              "BOOKING_REQUIRED"
            ],
            "interlineable": false,
            "inventoryControlled": false,
            "paperTicketRequired": false,
            "purchaseAtTicketIssue": true,
            "purchaseBy": "2027-01-04",
            "refundable": true,
            "tourCode": "XaGQmS"
          },
          "bagType": "GOLF",
          "bookingMethod": {
            "code": "3^",
            "value": "SPECIAL_SERVICE_REQUEST"
          },
          "bundledAncillaryRefs": [
            "id01",
            "id02"
          ],
          "commercialName": "EXTRA LEGROOM",
          "displayOnly": false,
          "electronicMiscDocType": {
            "code": "3",
            "consumedAtIssuance": false,
            "value": "ETICKET"
          },
          "group": "WIF",
          "id": "Ty82HD",
          "reasonForIssuance": {
            "code": "A",
            "value": "UNKNOWN"
          },
          "sequenceNumber": 39,
          "serviceType": {
            "code": "gW",
            "value": "PREREGISTERED_BAGGAGE"
          },
          "specialService": {
            "code": "WCHR",
            "requiredProperties": {
              "propertyDefinition": [
                {
                  "allowedValue": [
                    "DOG"
                  ],
                  "max": 87,
                  "min": 3,
                  "name": "WEIGHT",
                  "optional": true,
                  "type": "DECIMAL",
                  "unit": "LB"
                },
                {
                  "allowedValue": [
                    "DOG"
                  ],
                  "max": 60,
                  "min": 4,
                  "name": "SIZE",
                  "optional": false,
                  "type": "INT",
                  "unit": "IN"
                },
                {
                  "allowedValue": [
                    "DOG"
                  ],
                  "max": 22,
                  "min": 5,
                  "name": "WEIGHT",
                  "optional": true,
                  "type": "INT",
                  "unit": "CM"
                },
                {
                  "allowedValue": [
                    "DOG"
                  ],
                  "max": 15,
                  "min": 2,
                  "name": "WEIGHT",
                  "optional": true,
                  "type": "INT",
                  "unit": "LB"
                },
                {
                  "allowedValue": [
                    "DOG"
                  ],
                  "max": 63,
                  "min": 2,
                  "name": "AGE",
                  "optional": false,
                  "type": "ENUM",
                  "unit": "KG"
                }
              ]
            },
            "type": "OPTIONAL"
          },
          "ssimCode": "6zT",
          "subCode": "378",
          "vendor": "AMAD",
          "weight": [
            {
              "unit": "KILOGRAM",
              "value": 37.9
            }
          ]
        }
      ]
    },
    "businessLoyaltyAccount": {
      "memberAirline": "[ob",
      "memberId": "PYmg2ASJ",
      "pin": "huVr",
      "programId": "aEJG"
    },
    "eligibilities": {
      "eligibility": [
        {
          "notEligible": false,
          "reason": [
            {
              "category": "INVALID_FLIGHT",
              "details": "y5kHvk2Aq6efPIgKBZRE",
              "message": "Required travel document is missing.",
              "property": [
                {
                  "name": "TIME_TO_OPEN_CHECK_IN",
                  "value": "993"
                },
                {
                  "name": "TIME_TO_OPEN_CHECK_IN",
                  "value": "933"
                }
              ]
            }
          ],
          "type": "CHECK_IN"
        },
        {
          "notEligible": false,
          "reason": [
            {
              "category": "BOOKING_CANCELLED",
              "details": "jXyfj1vytFgK472nTy5c",
              "message": "It is too early for check-in.",
              "property": [
                {
                  "name": "TIME_TO_OPEN_CHECK_IN",
                  "value": "043"
                }
              ]
            }
          ],
          "type": "CHECK_IN"
        }
      ]
    },
    "features": {
      "details": {}
    },
    "genericSpecialRequests": {
      "genericSpecialRequest": [
        {
          "airlineCode": "MG",
          "airlineFactsType": "HOSTED",
          "code": "a2zfF",
          "freeText": "LGKyHDFHBFdSfHg",
          "fullText": "NVsBUaSNnHJkWMjroSVrPoNRQKuGzB",
          "id": "c3c60c10-4dd8-41e6-92e1-e3e7f90612f2",
          "messageType": "OSI",
          "numberInParty": 4,
          "segmentRefs": [
            "id01",
            "id02"
          ],
          "status": {
            "statusCode": "XX",
            "value": "REJECTED"
          },
          "syntheticIdentifier": "919484425782572",
          "ticketNumber": {
            "airlineAccountingCode": "135",
            "checkDigit": "6",
            "number": "69456029648100",
            "serialNumber": "0639953244"
          }
        }
      ]
    },
    "groupReservationDetails": {
      "name": "Fay and Sons",
      "numberOfSeatsRemaining": 11,
      "size": 38
    },
    "id": "ccb6ac6e-e4d8-465f-b327-54be5c805146",
    "itinerary": {
      "eligibilities": {
        "eligibility": [
          {
            "notEligible": false,
            "reason": [
              {
                "category": "TOO_EARLY_FOR_CHECK_IN",
                "details": "HFePjNkKEVBAkVrdBrwy",
                "message": "Booking has been cancelled.",
                "property": [
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "032"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "676"
                  },
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "549"
                  },
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "613"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "062"
                  }
                ]
              },
              {
                "category": "TOO_EARLY_FOR_CHECK_IN",
                "details": "07xJDmcK5sqdlUAU668l",
                "message": "Booking has been cancelled.",
                "property": [
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "607"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "358"
                  },
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "075"
                  },
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "699"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "850"
                  }
                ]
              },
              {
                "category": "INSUFFICIENT_FUNDS",
                "details": "JNuFpaP3FWb9njqMbDC6",
                "message": "Booking has been cancelled.",
                "property": [
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "494"
                  },
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "686"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "605"
                  },
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "581"
                  }
                ]
              }
            ],
            "type": "CHECK_IN"
          },
          {
            "notEligible": false,
            "reason": [
              {
                "category": "BOOKING_CANCELLED",
                "details": "giJXHcRW7VLzjvHtOI6I",
                "message": "It is too early for check-in.",
                "property": [
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "769"
                  },
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "831"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "438"
                  }
                ]
              },
              {
                "category": "TOO_EARLY_FOR_CHECK_IN",
                "details": "XGjgRsAZmiQJdLuVK0SA",
                "message": "It is too early for check-in.",
                "property": [
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "104"
                  },
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "664"
                  },
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "396"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "040"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "657"
                  }
                ]
              },
              {
                "category": "MISSING_DOCUMENT",
                "details": "SlZcIRtHtGc1VtxJzkJj",
                "message": "Required travel document is missing.",
                "property": [
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "816"
                  },
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "200"
                  },
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "308"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "940"
                  }
                ]
              },
              {
                "category": "BOOKING_CANCELLED",
                "details": "XxOnqTYE35xFxqaB2Lm9",
                "message": "Required travel document is missing.",
                "property": [
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "516"
                  },
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "028"
                  }
                ]
              },
              {
                "category": "MISSING_DOCUMENT",
                "details": "Toc9ATBsxXJCnZ9ISKk0",
                "message": "This flight is not eligible.",
                "property": [
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "081"
                  },
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "755"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "440"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "077"
                  }
                ]
              }
            ],
            "type": "CHECK_IN"
          },
          {
            "notEligible": true,
            "reason": [
              {
                "category": "TOO_EARLY_FOR_CHECK_IN",
                "details": "oySG7S54yBKHJMDDhE5P",
                "message": "Payment processing failed.",
                "property": [
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "263"
                  }
                ]
              },
              {
                "category": "MISSING_DOCUMENT",
                "details": "JPbTcFam5VBVxyeWFkOw",
                "message": "Booking has been cancelled.",
                "property": [
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "927"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "078"
                  }
                ]
              },
              {
                "category": "INVALID_FLIGHT",
                "details": "l1Xch45ygatHaLFkS3JF",
                "message": "Required travel document is missing.",
                "property": [
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "935"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "913"
                  }
                ]
              },
              {
                "category": "INVALID_FLIGHT",
                "details": "elFo2sLjynQWguxRZhvC",
                "message": "Required travel document is missing.",
                "property": [
                  {
                    "name": "MINIMUM_AGE_REQUIRED",
                    "value": "569"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "712"
                  },
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "087"
                  },
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "310"
                  }
                ]
              },
              {
                "category": "INVALID_FLIGHT",
                "details": "h660j2o3zsdwncU2OEje",
                "message": "Required travel document is missing.",
                "property": [
                  {
                    "name": "DOCUMENT_EXPIRY_THRESHOLD",
                    "value": "916"
                  },
                  {
                    "name": "TIME_TO_OPEN_CHECK_IN",
                    "value": "824"
                  }
                ]
              }
            ],
            "type": "CHECK_IN"
          }
        ]
      },
      "itineraryPart": [
        {
          "alternativeSegment": [
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "REDRESS"
              ],
              "associationId": 938,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_ON_INTERLINE_FLIGHT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 2,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "CO",
                "value": "OTHER"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "i6dzgSMBUw7UTnPqPMmb",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "051"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "558"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "187"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "qMeAUTljCHq41CKM8NIS",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "324"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "390"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "677"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "031"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "622"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "SQmgEL5rgNugvIFmVXVS",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "586"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "272"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "425"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "0x7NzkOhUf9ifqjeS0vg",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "858"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "878"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "W2B9jjyQy86iQUPUDZHp",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "098"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "985"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "583"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "140"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1832.97,
                "atpcoRule": "o2fq",
                "atpcoTariff": 84,
                "bookingClass": "S",
                "brand": "Iv",
                "cabinClass": "FIRST",
                "cabinClassCode": "i",
                "discountCategory": "50",
                "fareBasisCode": "tjjbjW",
                "governingAirline": "[ob",
                "id": "840cc4b7-5746-4616-be71-db76a40a19ef",
                "operatingBookingClass": "E",
                "privateTariff": true,
                "type": "REF",
                "vendor": {
                  "code": "ATP",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "PF",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "MC",
                  "arrivalTime": "2027-07-16T00:00:00.0Z",
                  "boardingTime": "1943-01-04T16:27:48.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "CU",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "KW",
                  "departureTerminal": "fl",
                  "departureTime": "2027-08-07T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4010
                  },
                  "equipment": "246",
                  "estimatedArrivalTime": "1957-12-14T15:57:48.0Z",
                  "estimatedDepartureTime": "1923-11-16T03:33:04.0Z",
                  "flightDuration": 403,
                  "flightNumber": "750",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-16T00:00:00.0Z",
                      "departureTime": "2027-07-20T00:00:00.0Z",
                      "duration": 102,
                      "elapsedTime": 92
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-23T00:00:00.0Z",
                      "departureTime": "2027-06-18T00:00:00.0Z",
                      "duration": 100,
                      "elapsedTime": 133
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-22T00:00:00.0Z",
                      "departureTime": "2026-11-03T00:00:00.0Z",
                      "duration": 94,
                      "elapsedTime": 266
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-20T00:00:00.0Z",
                      "departureTime": "2026-10-31T00:00:00.0Z",
                      "duration": 107,
                      "elapsedTime": 181
                    }
                  ],
                  "iatci": false,
                  "id": "1ddf5134-d979-4efb-839d-d2b54e6c9818",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "5",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 656
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "MM",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "ej",
                  "arrivalTime": "2026-10-28T00:00:00.0Z",
                  "boardingTime": "1950-11-30T06:48:30.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "MV",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "Vf",
                  "departureTerminal": "cx",
                  "departureTime": "2026-12-01T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2180
                  },
                  "equipment": "716",
                  "estimatedArrivalTime": "1895-09-16T23:48:43.0Z",
                  "estimatedDepartureTime": "1897-02-12T16:36:41.0Z",
                  "flightDuration": 340,
                  "flightNumber": "6690",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-04T00:00:00.0Z",
                      "departureTime": "2027-02-10T00:00:00.0Z",
                      "duration": 169,
                      "elapsedTime": 82
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-09T00:00:00.0Z",
                      "departureTime": "2027-03-12T00:00:00.0Z",
                      "duration": 119,
                      "elapsedTime": 189
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-16T00:00:00.0Z",
                      "departureTime": "2027-06-30T00:00:00.0Z",
                      "duration": 143,
                      "elapsedTime": 145
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-27T00:00:00.0Z",
                      "departureTime": "2027-06-29T00:00:00.0Z",
                      "duration": 149,
                      "elapsedTime": 147
                    }
                  ],
                  "iatci": false,
                  "id": "70ea2736-5108-434d-a9f5-76be2f8c77cf",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "588",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 120
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "OM",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "WP",
                  "arrivalTime": "2027-04-13T00:00:00.0Z",
                  "boardingTime": "1891-03-21T10:05:15.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "KR",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "Xc",
                  "departureTerminal": "Bn",
                  "departureTime": "2027-01-28T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2883
                  },
                  "equipment": "530",
                  "estimatedArrivalTime": "1912-03-23T01:31:36.0Z",
                  "estimatedDepartureTime": "1951-07-11T04:13:15.0Z",
                  "flightDuration": 249,
                  "flightNumber": "293",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-12T00:00:00.0Z",
                      "departureTime": "2026-11-28T00:00:00.0Z",
                      "duration": 40,
                      "elapsedTime": 271
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-23T00:00:00.0Z",
                      "departureTime": "2027-06-03T00:00:00.0Z",
                      "duration": 153,
                      "elapsedTime": 243
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-20T00:00:00.0Z",
                      "departureTime": "2026-09-08T00:00:00.0Z",
                      "duration": 56,
                      "elapsedTime": 122
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-16T00:00:00.0Z",
                      "departureTime": "2027-02-01T00:00:00.0Z",
                      "duration": 37,
                      "elapsedTime": 73
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-31T00:00:00.0Z",
                      "departureTime": "2027-01-30T00:00:00.0Z",
                      "duration": 169,
                      "elapsedTime": 72
                    }
                  ],
                  "iatci": true,
                  "id": "14736a95-7e86-4e22-acbc-f8faca8efe1f",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "20",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 401
                }
              ],
              "id": "01308a8c-8b36-4a6d-87e9-03a45051016c",
              "number": "461",
              "operatingAirlineRecordLocator": "NJBJJJ",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "142755",
              "seatStatus": "STANDBY",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 15,
              "status": {
                "code": "hc",
                "value": "CANCELLED"
              }
            },
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "KNOWN_TRAVELER",
                "REDRESS",
                "REDRESS",
                "REDRESS"
              ],
              "associationId": 875,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_ON_INTERNATIONAL_FLIGHT"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 1,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "REJECTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "0PPFeAqKJ7r127nYNFHB",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "905"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "728"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "kUZcBojpV3O7mA7liJwQ",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "354"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "754"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "F2vOwSh6NwoLW5p2ZyCI",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "853"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "387"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "398"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "D3pZELWksTTmhXlaJwTR",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "939"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "779"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "941"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "335"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1900.9,
                "atpcoRule": "l0Pd",
                "atpcoTariff": 31,
                "bookingClass": "d",
                "brand": "kI",
                "cabinClass": "PREMIUM_BUSINESS",
                "cabinClassCode": "R",
                "discountCategory": "68",
                "fareBasisCode": "Tunjwq",
                "governingAirline": "[ob",
                "id": "6b7e3a56-9565-4b60-8a7c-6fc8ab34c866",
                "operatingBookingClass": "B",
                "privateTariff": true,
                "type": "NLX",
                "vendor": {
                  "code": "SMFC",
                  "value": "SABRE_MYFARES_SUBSCRIBERS"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "CX",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "Wr",
                  "arrivalTime": "2026-12-03T00:00:00.0Z",
                  "boardingTime": "1932-02-28T17:47:49.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "NP",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "eE",
                  "departureTerminal": "QB",
                  "departureTime": "2027-01-02T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 382
                  },
                  "equipment": "469",
                  "estimatedArrivalTime": "1945-09-03T16:40:17.0Z",
                  "estimatedDepartureTime": "1900-10-16T19:16:40.0Z",
                  "flightDuration": 500,
                  "flightNumber": "56",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-11T00:00:00.0Z",
                      "departureTime": "2026-11-02T00:00:00.0Z",
                      "duration": 180,
                      "elapsedTime": 216
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-11T00:00:00.0Z",
                      "departureTime": "2027-02-26T00:00:00.0Z",
                      "duration": 40,
                      "elapsedTime": 290
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-29T00:00:00.0Z",
                      "departureTime": "2027-04-29T00:00:00.0Z",
                      "duration": 35,
                      "elapsedTime": 273
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-27T00:00:00.0Z",
                      "departureTime": "2027-05-14T00:00:00.0Z",
                      "duration": 118,
                      "elapsedTime": 184
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-05T00:00:00.0Z",
                      "departureTime": "2026-09-28T00:00:00.0Z",
                      "duration": 35,
                      "elapsedTime": 296
                    }
                  ],
                  "iatci": false,
                  "id": "8a99b1ec-f981-4bba-8b6b-52caaf543b3e",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "8",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 836
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "BG",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "H4",
                  "arrivalTime": "2026-11-15T00:00:00.0Z",
                  "boardingTime": "1961-03-26T15:01:53.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "SN",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "lg",
                  "departureTerminal": "yM",
                  "departureTime": "2027-05-12T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 310
                  },
                  "equipment": "040",
                  "estimatedArrivalTime": "1898-01-24T11:14:17.0Z",
                  "estimatedDepartureTime": "1959-04-09T17:27:40.0Z",
                  "flightDuration": 441,
                  "flightNumber": "836",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-13T00:00:00.0Z",
                      "departureTime": "2027-06-19T00:00:00.0Z",
                      "duration": 167,
                      "elapsedTime": 228
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-08-04T00:00:00.0Z",
                      "departureTime": "2026-12-29T00:00:00.0Z",
                      "duration": 165,
                      "elapsedTime": 215
                    }
                  ],
                  "iatci": false,
                  "id": "a7e372fb-4f61-4981-ba59-e57d60fb9e55",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "2",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 233
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "BL",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "er",
                  "arrivalTime": "2027-03-05T00:00:00.0Z",
                  "boardingTime": "1950-04-17T09:24:17.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "GD",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "y7",
                  "departureTerminal": "53",
                  "departureTime": "2026-08-26T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2043
                  },
                  "equipment": "517",
                  "estimatedArrivalTime": "1908-02-14T03:21:21.0Z",
                  "estimatedDepartureTime": "1924-05-21T06:27:37.0Z",
                  "flightDuration": 545,
                  "flightNumber": "18",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-21T00:00:00.0Z",
                      "departureTime": "2027-02-11T00:00:00.0Z",
                      "duration": 76,
                      "elapsedTime": 190
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-11T00:00:00.0Z",
                      "departureTime": "2026-11-22T00:00:00.0Z",
                      "duration": 109,
                      "elapsedTime": 82
                    }
                  ],
                  "iatci": false,
                  "id": "c55f5418-d533-47d5-b2b5-0a12e8994fb5",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "9",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 914
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "MA",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "vZ",
                  "arrivalTime": "2027-01-08T00:00:00.0Z",
                  "boardingTime": "1943-07-20T20:50:32.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "TG",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "AC",
                  "departureTerminal": "Cg",
                  "departureTime": "2027-06-10T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 373
                  },
                  "equipment": "193",
                  "estimatedArrivalTime": "1936-09-30T17:26:18.0Z",
                  "estimatedDepartureTime": "1952-11-10T09:25:08.0Z",
                  "flightDuration": 95,
                  "flightNumber": "646",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-02T00:00:00.0Z",
                      "departureTime": "2027-08-20T00:00:00.0Z",
                      "duration": 37,
                      "elapsedTime": 134
                    }
                  ],
                  "iatci": true,
                  "id": "b4d8065e-6370-4ad2-b89f-9e466ee6328c",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "441",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 790
                }
              ],
              "id": "dc8ba2c7-419f-41d3-98fc-e49ce015a63c",
              "number": "638",
              "operatingAirlineRecordLocator": "UJEXZJ",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "831860",
              "seatStatus": "STANDBY",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 9,
              "status": {
                "code": "bV",
                "value": "CONFIRMED"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER"
              ],
              "associationId": 866,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_FOR_GIVEN_AIRLINE"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 3,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "REJECTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "r6UmmExFCQdlZtjxTe8o",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "189"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "338"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "345"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "228"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "761"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "WwGysP5zhBDrsyDsiNBt",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "419"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "uKiiYOzsKT6bhumLdisY",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "723"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "393"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "359"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "871"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "8NAJfTe7G2dUkfo8KHLE",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "393"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "5NUAJEH54fGN4HIrxoWa",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "822"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "065"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "942"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "338"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "hAgFblL022ZgTpeO8FLS",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "274"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "125"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1971.7,
                "atpcoRule": "mDz2",
                "atpcoTariff": 62,
                "bookingClass": "v",
                "brand": "HR",
                "cabinClass": "PREMIUM_ECONOMY",
                "cabinClassCode": "P",
                "discountCategory": "74",
                "fareBasisCode": "Rgg642",
                "governingAirline": "[ob",
                "id": "48919a72-8694-4bdb-add4-2501022259cc",
                "operatingBookingClass": "P",
                "privateTariff": false,
                "type": "NLX",
                "vendor": {
                  "code": "SITA",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "AE",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "FI",
                  "arrivalTime": "2026-09-11T00:00:00.0Z",
                  "boardingTime": "1955-07-23T03:12:45.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "MX",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "hm",
                  "departureTerminal": "5Z",
                  "departureTime": "2027-07-10T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2562
                  },
                  "equipment": "189",
                  "estimatedArrivalTime": "1926-07-28T16:42:49.0Z",
                  "estimatedDepartureTime": "1914-09-01T13:55:46.0Z",
                  "flightDuration": 477,
                  "flightNumber": "2",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-12T00:00:00.0Z",
                      "departureTime": "2027-06-18T00:00:00.0Z",
                      "duration": 127,
                      "elapsedTime": 284
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-29T00:00:00.0Z",
                      "departureTime": "2027-06-23T00:00:00.0Z",
                      "duration": 37,
                      "elapsedTime": 207
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-12T00:00:00.0Z",
                      "departureTime": "2026-11-07T00:00:00.0Z",
                      "duration": 65,
                      "elapsedTime": 144
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-12T00:00:00.0Z",
                      "departureTime": "2027-06-24T00:00:00.0Z",
                      "duration": 146,
                      "elapsedTime": 63
                    }
                  ],
                  "iatci": false,
                  "id": "997ba7cc-d556-499e-b113-adb8d1fc4e50",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "1137",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 431
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "MF",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "Gg",
                  "arrivalTime": "2027-01-05T00:00:00.0Z",
                  "boardingTime": "1908-01-29T05:34:53.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "NO",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "bs",
                  "departureTerminal": "9I",
                  "departureTime": "2027-01-05T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1871
                  },
                  "equipment": "022",
                  "estimatedArrivalTime": "1917-12-28T19:42:19.0Z",
                  "estimatedDepartureTime": "1938-10-01T17:14:51.0Z",
                  "flightDuration": 237,
                  "flightNumber": "8",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-31T00:00:00.0Z",
                      "departureTime": "2027-05-24T00:00:00.0Z",
                      "duration": 82,
                      "elapsedTime": 249
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-26T00:00:00.0Z",
                      "departureTime": "2027-08-16T00:00:00.0Z",
                      "duration": 56,
                      "elapsedTime": 99
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-09T00:00:00.0Z",
                      "departureTime": "2027-06-22T00:00:00.0Z",
                      "duration": 87,
                      "elapsedTime": 189
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-12T00:00:00.0Z",
                      "departureTime": "2027-01-20T00:00:00.0Z",
                      "duration": 151,
                      "elapsedTime": 195
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-05T00:00:00.0Z",
                      "departureTime": "2026-12-26T00:00:00.0Z",
                      "duration": 122,
                      "elapsedTime": 99
                    }
                  ],
                  "iatci": false,
                  "id": "eaccf36e-1bef-45cb-a69f-02fc1d62211d",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "5223",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 589
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "MR",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "Ep",
                  "arrivalTime": "2026-11-26T00:00:00.0Z",
                  "boardingTime": "1923-03-06T05:09:41.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "GM",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "PW",
                  "departureTerminal": "ja",
                  "departureTime": "2027-02-26T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4608
                  },
                  "equipment": "526",
                  "estimatedArrivalTime": "1921-10-17T19:54:50.0Z",
                  "estimatedDepartureTime": "1957-02-03T11:56:14.0Z",
                  "flightDuration": 418,
                  "flightNumber": "83",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-08-06T00:00:00.0Z",
                      "departureTime": "2027-03-07T00:00:00.0Z",
                      "duration": 159,
                      "elapsedTime": 201
                    }
                  ],
                  "iatci": false,
                  "id": "c8c5a271-e263-4e14-bc55-b84bbc62fc82",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "1421",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 500
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "AX",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "QF",
                  "arrivalTime": "2026-12-30T00:00:00.0Z",
                  "boardingTime": "1906-02-04T23:33:47.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "US",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "ah",
                  "departureTerminal": "FI",
                  "departureTime": "2027-07-20T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3284
                  },
                  "equipment": "119",
                  "estimatedArrivalTime": "1909-08-05T08:09:58.0Z",
                  "estimatedDepartureTime": "1949-08-16T23:46:57.0Z",
                  "flightDuration": 113,
                  "flightNumber": "331",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-18T00:00:00.0Z",
                      "departureTime": "2027-01-16T00:00:00.0Z",
                      "duration": 122,
                      "elapsedTime": 146
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-31T00:00:00.0Z",
                      "departureTime": "2027-04-06T00:00:00.0Z",
                      "duration": 78,
                      "elapsedTime": 84
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-08T00:00:00.0Z",
                      "departureTime": "2027-02-14T00:00:00.0Z",
                      "duration": 106,
                      "elapsedTime": 186
                    }
                  ],
                  "iatci": true,
                  "id": "b13fd1f3-a231-400b-b067-56695b26f65c",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "4909",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 174
                }
              ],
              "id": "711c6fca-cbd4-4bdd-8634-320791e94094",
              "number": "749",
              "operatingAirlineRecordLocator": "JMKRWH",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "920338",
              "seatStatus": "CONFIRMED",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 1,
              "status": {
                "code": "FH",
                "value": "SCHEDULE_CHANGE"
              }
            }
          ],
          "eligibilities": {
            "eligibility": [
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "0R10QUjz6oLHPpniUKAB",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "711"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              }
            ]
          },
          "id": "ad8ef3b4-08e6-4d53-ae0e-c72be3e0dfac",
          "marriageGroup": [
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            }
          ],
          "pastSegment": [
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "REDRESS",
                "KNOWN_TRAVELER",
                "REDRESS",
                "REDRESS"
              ],
              "associationId": 552,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_FOR_GIVEN_AIRLINE"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 3,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "WAITLISTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "HpqHER8tYWABIkaUFtSW",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "012"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "435"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "056"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "535"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "552"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "xhLm1bvsE7kki4nkvhTq",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "561"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "148"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "574"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "FG2LWL1xWcnMkuus3hqN",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "570"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "074"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "468"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1192.88,
                "atpcoRule": "uG2A",
                "atpcoTariff": 90,
                "bookingClass": "f",
                "brand": "T3",
                "cabinClass": "PREMIUM_BUSINESS",
                "cabinClassCode": "K",
                "discountCategory": "85",
                "fareBasisCode": "FIpfhZ",
                "governingAirline": "[ob",
                "id": "5f7f708d-32af-4349-889e-b37f27457dd1",
                "operatingBookingClass": "m",
                "privateTariff": false,
                "type": "REF",
                "vendor": {
                  "code": "SITA",
                  "value": "SABRE_MYFARES_AIRLINES"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "MR",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "9U",
                  "arrivalTime": "2026-09-18T00:00:00.0Z",
                  "boardingTime": "1904-08-17T03:44:42.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "ZW",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "RX",
                  "departureTerminal": "Dl",
                  "departureTime": "2027-07-22T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4796
                  },
                  "equipment": "365",
                  "estimatedArrivalTime": "1946-03-12T18:22:44.0Z",
                  "estimatedDepartureTime": "1914-11-18T01:17:22.0Z",
                  "flightDuration": 566,
                  "flightNumber": "25",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-04T00:00:00.0Z",
                      "departureTime": "2026-10-29T00:00:00.0Z",
                      "duration": 158,
                      "elapsedTime": 188
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-06T00:00:00.0Z",
                      "departureTime": "2027-06-27T00:00:00.0Z",
                      "duration": 122,
                      "elapsedTime": 191
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-25T00:00:00.0Z",
                      "departureTime": "2027-04-07T00:00:00.0Z",
                      "duration": 161,
                      "elapsedTime": 87
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-28T00:00:00.0Z",
                      "departureTime": "2027-03-08T00:00:00.0Z",
                      "duration": 162,
                      "elapsedTime": 120
                    }
                  ],
                  "iatci": false,
                  "id": "cb7d8e83-7b22-4da0-9dfe-4d657c228b19",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "875",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 328
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "AE",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "p9",
                  "arrivalTime": "2027-02-24T00:00:00.0Z",
                  "boardingTime": "1907-09-27T22:04:19.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "NE",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "JY",
                  "departureTerminal": "1Z",
                  "departureTime": "2027-04-17T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 947
                  },
                  "equipment": "551",
                  "estimatedArrivalTime": "1949-09-13T14:35:24.0Z",
                  "estimatedDepartureTime": "1940-09-27T14:58:17.0Z",
                  "flightDuration": 526,
                  "flightNumber": "7",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-30T00:00:00.0Z",
                      "departureTime": "2027-06-11T00:00:00.0Z",
                      "duration": 126,
                      "elapsedTime": 152
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-10T00:00:00.0Z",
                      "departureTime": "2027-04-23T00:00:00.0Z",
                      "duration": 119,
                      "elapsedTime": 189
                    }
                  ],
                  "iatci": false,
                  "id": "10d90215-8d99-4759-b51a-b4dcc888aebd",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "37",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 497
                }
              ],
              "id": "81762b4f-a7d9-4c2b-abea-6811ee6dc45f",
              "number": "976",
              "operatingAirlineRecordLocator": "YJEEHM",
              "programIdentifier": "095776",
              "seatStatus": "STANDBY",
              "sequence": 8,
              "status": {
                "code": "Zo",
                "value": "STANDBY"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER"
              ],
              "associationId": 718,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_GIVEN_AIRPORT"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 4,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "UPGRADED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "TG8HsobEpYdu4rRJi3sC",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "570"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "g6EpLoPDFqjuKNQrHR3R",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "810"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "981"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "473"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "219"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "463"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "UKBTUaVClMYm7rcpCS2A",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "732"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "831"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "166"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "jYGVNKY1zHFBBSfI570l",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "735"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "365"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "G3xItW2z5lPxtEkCKhvX",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "203"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 940.41,
                "atpcoRule": "DLHb",
                "atpcoTariff": 37,
                "bookingClass": "n",
                "brand": "uP",
                "cabinClass": "ECONOMY",
                "cabinClassCode": "T",
                "discountCategory": "84",
                "fareBasisCode": "oR817o",
                "governingAirline": "[ob",
                "id": "d6511393-74ee-4732-b736-6c7892fcdd27",
                "operatingBookingClass": "J",
                "privateTariff": true,
                "type": "NLX",
                "vendor": {
                  "code": "ATP",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "VC",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "C0",
                  "arrivalTime": "2027-03-13T00:00:00.0Z",
                  "boardingTime": "1966-10-13T06:25:41.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "LY",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "ru",
                  "departureTerminal": "nE",
                  "departureTime": "2026-11-18T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4881
                  },
                  "equipment": "169",
                  "estimatedArrivalTime": "1897-12-06T18:29:09.0Z",
                  "estimatedDepartureTime": "1965-08-09T10:41:41.0Z",
                  "flightDuration": 459,
                  "flightNumber": "365",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-07T00:00:00.0Z",
                      "departureTime": "2027-04-16T00:00:00.0Z",
                      "duration": 107,
                      "elapsedTime": 246
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-23T00:00:00.0Z",
                      "departureTime": "2027-02-14T00:00:00.0Z",
                      "duration": 172,
                      "elapsedTime": 257
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-20T00:00:00.0Z",
                      "departureTime": "2027-06-26T00:00:00.0Z",
                      "duration": 58,
                      "elapsedTime": 61
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-30T00:00:00.0Z",
                      "departureTime": "2026-11-22T00:00:00.0Z",
                      "duration": 150,
                      "elapsedTime": 272
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-22T00:00:00.0Z",
                      "departureTime": "2026-11-26T00:00:00.0Z",
                      "duration": 100,
                      "elapsedTime": 235
                    }
                  ],
                  "iatci": false,
                  "id": "c0cf985b-e86b-4909-87d2-d400ee0ccad8",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "599",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 789
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "GF",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "wK",
                  "arrivalTime": "2027-04-18T00:00:00.0Z",
                  "boardingTime": "1950-03-11T22:04:38.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "RE",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "GQ",
                  "departureTerminal": "gj",
                  "departureTime": "2027-07-23T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2823
                  },
                  "equipment": "696",
                  "estimatedArrivalTime": "1926-10-29T18:05:28.0Z",
                  "estimatedDepartureTime": "1952-09-17T21:09:43.0Z",
                  "flightDuration": 302,
                  "flightNumber": "1",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-27T00:00:00.0Z",
                      "departureTime": "2026-11-15T00:00:00.0Z",
                      "duration": 58,
                      "elapsedTime": 184
                    }
                  ],
                  "iatci": true,
                  "id": "60cedb21-2918-44f9-934e-6fac1f5b4ee8",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "7854",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 377
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "CG",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "NH",
                  "arrivalTime": "2026-09-22T00:00:00.0Z",
                  "boardingTime": "1899-10-14T20:27:36.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "FR",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "px",
                  "departureTerminal": "at",
                  "departureTime": "2027-04-30T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 924
                  },
                  "equipment": "827",
                  "estimatedArrivalTime": "1940-02-23T18:38:03.0Z",
                  "estimatedDepartureTime": "1895-06-05T08:18:02.0Z",
                  "flightDuration": 523,
                  "flightNumber": "92",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-14T00:00:00.0Z",
                      "departureTime": "2027-02-21T00:00:00.0Z",
                      "duration": 176,
                      "elapsedTime": 213
                    }
                  ],
                  "iatci": false,
                  "id": "e05e125c-527d-4bb0-b271-1429d7ba80a1",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "597",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 999
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "GQ",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "k5",
                  "arrivalTime": "2026-11-05T00:00:00.0Z",
                  "boardingTime": "1906-08-31T16:33:32.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "PG",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "x0",
                  "departureTerminal": "Sh",
                  "departureTime": "2027-03-31T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2682
                  },
                  "equipment": "800",
                  "estimatedArrivalTime": "1933-04-01T23:52:22.0Z",
                  "estimatedDepartureTime": "1966-02-20T20:01:32.0Z",
                  "flightDuration": 162,
                  "flightNumber": "7",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-18T00:00:00.0Z",
                      "departureTime": "2027-01-13T00:00:00.0Z",
                      "duration": 155,
                      "elapsedTime": 273
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-03T00:00:00.0Z",
                      "departureTime": "2026-11-14T00:00:00.0Z",
                      "duration": 85,
                      "elapsedTime": 262
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-08-16T00:00:00.0Z",
                      "departureTime": "2027-01-02T00:00:00.0Z",
                      "duration": 93,
                      "elapsedTime": 256
                    }
                  ],
                  "iatci": false,
                  "id": "5ceef326-aa3d-4061-8738-2000a41ea9a8",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "7",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 930
                }
              ],
              "id": "5b31d9fe-a432-4ed2-8240-ccfc1eae66da",
              "number": "322",
              "operatingAirlineRecordLocator": "SFNZMQ",
              "programIdentifier": "977990",
              "seatStatus": "STANDBY",
              "sequence": 1,
              "status": {
                "code": "Dg",
                "value": "CONFIRMED"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER"
              ],
              "associationId": 140,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_ON_GIVEN_AIRPORT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 3,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "WAITLISTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "EHONTHlckxRjHCwhH8yF",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "751"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "684"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "490"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "247"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "221"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "xZBcwZpSkkr4GrgTOcx2",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "603"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "233"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "YA5gXbrwUwMWGTXLAHtn",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "852"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "713"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "078"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "eAT1vUx8iiNzcaLhz9Qj",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "756"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "087"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "pJVZ5KCO8JoSCkr0UNJQ",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "753"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "642"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "2Utd5oxZx1byHBBlzf57",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "922"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "515"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "gM412w8iNoVcF6qVNukX",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "542"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "RGGFpxTTsMBkt19iEmzz",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "285"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "611"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "BMSiN2yJa9dUzS7jpCER",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "368"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "827"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "dN5xD2tk9dUlDGhGphRy",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "607"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "105"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "YSc9wavCfMtrIHNXvoI1",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "416"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "001"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "056"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "687"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": true,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "bThHE5BlDl8x6cr3eiiW",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "612"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "ee5uRP3zYLYLwPID2Ta9",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "570"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "619"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "806"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "355"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 145.75,
                "atpcoRule": "dRH2",
                "atpcoTariff": 36,
                "bookingClass": "N",
                "brand": "Jx",
                "cabinClass": "ECONOMY",
                "cabinClassCode": "h",
                "discountCategory": "47",
                "fareBasisCode": "xVOzqa",
                "governingAirline": "[ob",
                "id": "3d8a8c36-185d-4358-af54-8055fa53f376",
                "operatingBookingClass": "o",
                "privateTariff": true,
                "type": "NRF",
                "vendor": {
                  "code": "SMFC",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "IS",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "8S",
                  "arrivalTime": "2027-05-25T00:00:00.0Z",
                  "boardingTime": "1893-04-03T02:34:30.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "ZA",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "0u",
                  "departureTerminal": "wt",
                  "departureTime": "2026-11-26T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3260
                  },
                  "equipment": "461",
                  "estimatedArrivalTime": "1967-12-28T17:45:30.0Z",
                  "estimatedDepartureTime": "1934-07-25T03:11:38.0Z",
                  "flightDuration": 270,
                  "flightNumber": "902",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-08-13T00:00:00.0Z",
                      "departureTime": "2027-02-21T00:00:00.0Z",
                      "duration": 122,
                      "elapsedTime": 279
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-17T00:00:00.0Z",
                      "departureTime": "2026-08-24T00:00:00.0Z",
                      "duration": 81,
                      "elapsedTime": 65
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-09T00:00:00.0Z",
                      "departureTime": "2026-09-07T00:00:00.0Z",
                      "duration": 138,
                      "elapsedTime": 223
                    }
                  ],
                  "iatci": true,
                  "id": "d86ec1cf-628f-4796-a9f7-3b4f6908590f",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "3798",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 84
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "DZ",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "no",
                  "arrivalTime": "2027-03-11T00:00:00.0Z",
                  "boardingTime": "1919-10-31T21:08:59.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "GQ",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "60",
                  "departureTerminal": "W6",
                  "departureTime": "2027-08-08T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4251
                  },
                  "equipment": "455",
                  "estimatedArrivalTime": "1903-02-16T14:53:18.0Z",
                  "estimatedDepartureTime": "1950-08-21T16:01:41.0Z",
                  "flightDuration": 299,
                  "flightNumber": "5574",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-21T00:00:00.0Z",
                      "departureTime": "2026-09-22T00:00:00.0Z",
                      "duration": 112,
                      "elapsedTime": 269
                    }
                  ],
                  "iatci": false,
                  "id": "7aefe22c-600a-49a6-a7e6-7188db2ea0de",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "2",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 173
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "CI",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "mZ",
                  "arrivalTime": "2027-07-20T00:00:00.0Z",
                  "boardingTime": "1910-11-13T21:02:25.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "JM",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "XX",
                  "departureTerminal": "n2",
                  "departureTime": "2026-11-18T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4902
                  },
                  "equipment": "642",
                  "estimatedArrivalTime": "1964-12-05T07:04:25.0Z",
                  "estimatedDepartureTime": "1967-07-08T07:59:21.0Z",
                  "flightDuration": 304,
                  "flightNumber": "327",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-06T00:00:00.0Z",
                      "departureTime": "2027-06-13T00:00:00.0Z",
                      "duration": 65,
                      "elapsedTime": 156
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-08-23T00:00:00.0Z",
                      "departureTime": "2027-07-04T00:00:00.0Z",
                      "duration": 154,
                      "elapsedTime": 127
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-06T00:00:00.0Z",
                      "departureTime": "2026-12-15T00:00:00.0Z",
                      "duration": 179,
                      "elapsedTime": 172
                    }
                  ],
                  "iatci": false,
                  "id": "134eec36-41d7-44db-9f38-c79197c5246e",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "5846",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 895
                }
              ],
              "id": "ef81d7f0-b51c-41ec-8717-6ffc536a199c",
              "number": "349",
              "operatingAirlineRecordLocator": "RVAEBS",
              "programIdentifier": "792518",
              "seatStatus": "STANDBY",
              "sequence": 6,
              "status": {
                "code": "cA",
                "value": "STANDBY"
              }
            }
          ],
          "segment": [
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER"
              ],
              "associationId": 469,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_ON_GIVEN_AIRPORT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 4,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "CO",
                "value": "WAITLISTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "Ht9HubSITupg4ic15PvO",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "870"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "421"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "315"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "920"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "mYua1dR397Cr0gRUEYKn",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "460"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "478"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "565"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 397.35,
                "atpcoRule": "EOnS",
                "atpcoTariff": 98,
                "bookingClass": "v",
                "brand": "2M",
                "cabinClass": "PREMIUM_ECONOMY",
                "cabinClassCode": "s",
                "discountCategory": "23",
                "fareBasisCode": "AtM0kS",
                "governingAirline": "[ob",
                "id": "b1b51b23-4adb-43e9-bcc0-4198841f86ee",
                "operatingBookingClass": "m",
                "privateTariff": false,
                "type": "NLX",
                "vendor": {
                  "code": "ATP",
                  "value": "SABRE_MYFARES_AIRLINES"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "PE",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "C7",
                  "arrivalTime": "2027-02-13T00:00:00.0Z",
                  "boardingTime": "1928-03-05T20:35:51.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "EG",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "Id",
                  "departureTerminal": "Zx",
                  "departureTime": "2026-09-24T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2331
                  },
                  "equipment": "981",
                  "estimatedArrivalTime": "1897-12-30T07:46:05.0Z",
                  "estimatedDepartureTime": "1946-07-17T10:48:35.0Z",
                  "flightDuration": 147,
                  "flightNumber": "66",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-19T00:00:00.0Z",
                      "departureTime": "2027-05-23T00:00:00.0Z",
                      "duration": 131,
                      "elapsedTime": 60
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-22T00:00:00.0Z",
                      "departureTime": "2026-11-29T00:00:00.0Z",
                      "duration": 78,
                      "elapsedTime": 176
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-16T00:00:00.0Z",
                      "departureTime": "2027-02-11T00:00:00.0Z",
                      "duration": 77,
                      "elapsedTime": 187
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-11T00:00:00.0Z",
                      "departureTime": "2026-09-29T00:00:00.0Z",
                      "duration": 146,
                      "elapsedTime": 282
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-08-14T00:00:00.0Z",
                      "departureTime": "2026-10-18T00:00:00.0Z",
                      "duration": 46,
                      "elapsedTime": 134
                    }
                  ],
                  "iatci": false,
                  "id": "60f24f1d-de96-416f-a242-b38108da3387",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "111",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 868
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "MD",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "xZ",
                  "arrivalTime": "2027-07-03T00:00:00.0Z",
                  "boardingTime": "1937-04-10T10:05:39.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "HN",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "II",
                  "departureTerminal": "H8",
                  "departureTime": "2026-08-24T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2134
                  },
                  "equipment": "858",
                  "estimatedArrivalTime": "1951-05-13T18:34:07.0Z",
                  "estimatedDepartureTime": "1959-05-27T16:39:34.0Z",
                  "flightDuration": 546,
                  "flightNumber": "92",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-23T00:00:00.0Z",
                      "departureTime": "2027-06-06T00:00:00.0Z",
                      "duration": 69,
                      "elapsedTime": 261
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-28T00:00:00.0Z",
                      "departureTime": "2026-10-04T00:00:00.0Z",
                      "duration": 121,
                      "elapsedTime": 125
                    }
                  ],
                  "iatci": false,
                  "id": "70ba7fc7-2891-454d-b622-3832b468d532",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "69",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 809
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "BA",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "Bp",
                  "arrivalTime": "2026-11-07T00:00:00.0Z",
                  "boardingTime": "1905-02-16T07:26:58.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "EC",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "3I",
                  "departureTerminal": "Nf",
                  "departureTime": "2026-10-30T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2314
                  },
                  "equipment": "928",
                  "estimatedArrivalTime": "1939-05-24T06:21:39.0Z",
                  "estimatedDepartureTime": "1950-04-24T13:31:10.0Z",
                  "flightDuration": 373,
                  "flightNumber": "9",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-14T00:00:00.0Z",
                      "departureTime": "2026-09-30T00:00:00.0Z",
                      "duration": 68,
                      "elapsedTime": 200
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-11T00:00:00.0Z",
                      "departureTime": "2026-09-17T00:00:00.0Z",
                      "duration": 98,
                      "elapsedTime": 131
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-15T00:00:00.0Z",
                      "departureTime": "2027-06-30T00:00:00.0Z",
                      "duration": 66,
                      "elapsedTime": 166
                    }
                  ],
                  "iatci": true,
                  "id": "c4b7f40e-9667-40a6-bd78-946c14a4c4d8",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "9391",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 866
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "BW",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "sm",
                  "arrivalTime": "2026-09-27T00:00:00.0Z",
                  "boardingTime": "1961-10-26T09:11:39.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "MK",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "hc",
                  "departureTerminal": "dR",
                  "departureTime": "2027-01-06T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 668
                  },
                  "equipment": "863",
                  "estimatedArrivalTime": "1890-04-07T01:05:45.0Z",
                  "estimatedDepartureTime": "1955-09-03T13:52:35.0Z",
                  "flightDuration": 416,
                  "flightNumber": "80",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-08T00:00:00.0Z",
                      "departureTime": "2026-10-23T00:00:00.0Z",
                      "duration": 176,
                      "elapsedTime": 177
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-07T00:00:00.0Z",
                      "departureTime": "2027-02-18T00:00:00.0Z",
                      "duration": 121,
                      "elapsedTime": 134
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-19T00:00:00.0Z",
                      "departureTime": "2026-09-26T00:00:00.0Z",
                      "duration": 77,
                      "elapsedTime": 278
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-05T00:00:00.0Z",
                      "departureTime": "2027-02-23T00:00:00.0Z",
                      "duration": 69,
                      "elapsedTime": 109
                    }
                  ],
                  "iatci": true,
                  "id": "1edb4dfe-1e3c-4378-a4b1-e592ca428c05",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "67",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 997
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "GG",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "01",
                  "arrivalTime": "2027-05-10T00:00:00.0Z",
                  "boardingTime": "1968-07-02T06:45:34.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "IS",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "kW",
                  "departureTerminal": "jf",
                  "departureTime": "2027-01-02T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1208
                  },
                  "equipment": "557",
                  "estimatedArrivalTime": "1898-07-01T03:47:39.0Z",
                  "estimatedDepartureTime": "1914-09-29T04:59:05.0Z",
                  "flightDuration": 421,
                  "flightNumber": "2",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-10T00:00:00.0Z",
                      "departureTime": "2027-05-12T00:00:00.0Z",
                      "duration": 48,
                      "elapsedTime": 149
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-22T00:00:00.0Z",
                      "departureTime": "2026-10-12T00:00:00.0Z",
                      "duration": 156,
                      "elapsedTime": 107
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-29T00:00:00.0Z",
                      "departureTime": "2027-04-03T00:00:00.0Z",
                      "duration": 120,
                      "elapsedTime": 164
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-06T00:00:00.0Z",
                      "departureTime": "2026-10-24T00:00:00.0Z",
                      "duration": 143,
                      "elapsedTime": 221
                    }
                  ],
                  "iatci": false,
                  "id": "1a1f045f-80f8-466b-9469-feb6abe40277",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "3",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 133
                }
              ],
              "id": "d99ce866-3101-4454-9bb3-95ef7b28b054",
              "number": "795",
              "operatingAirlineRecordLocator": "AMMKAW",
              "programIdentifier": "716958",
              "seatStatus": "STANDBY",
              "sequence": 7,
              "status": {
                "code": "Rv",
                "value": "SOLD_SOLD"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER"
              ],
              "associationId": 172,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_GIVEN_AIRPORT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 3,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "CO",
                "value": "OTHER"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "ADGxtfp0IbeLdCxJplVL",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "070"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "200"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "SOHDtbU1uKdS1KGFLLFG",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "848"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "3qhplssoaq1RLGyVyqfn",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "266"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "178"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "304"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "PPDGUFxBuJQfQyp6fkcB",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "060"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "205"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "991"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "937"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "720"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "AqJ2wT3Uryvjz3YYY6wM",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "410"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "G7vGMULitbpLaoLcK7Kg",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "893"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "lN4BskK2JE3QzkCge7HF",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "867"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "290"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "ftECBhx3KHpOXlYXm8xr",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "685"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "445"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "169"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "O48BgOSn7NwscQWOthm3",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "300"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "827"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "274"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "520"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "UtBWJiDsj77u2tXaFVmP",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "782"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "273"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "014"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "KZXw648R4W1PgcK6v9qE",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "585"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "103"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "840"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "202"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "EjzSWEnSG3Z2J0UX6yoZ",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "667"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "653"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "583"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "mgqPqq9tRech8ODq7N50",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "126"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "996"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "E1eULQaLyV3rvjIPoLuF",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "387"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "988"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 498.09,
                "atpcoRule": "cbk2",
                "atpcoTariff": 56,
                "bookingClass": "H",
                "brand": "6V",
                "cabinClass": "PREMIUM_ECONOMY",
                "cabinClassCode": "K",
                "discountCategory": "54",
                "fareBasisCode": "adLZgS",
                "governingAirline": "[ob",
                "id": "56c6660c-7dda-418f-9129-6ceead867c30",
                "operatingBookingClass": "T",
                "privateTariff": false,
                "type": "NLX",
                "vendor": {
                  "code": "SMFC",
                  "value": "SITA"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "JO",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "Ys",
                  "arrivalTime": "2026-12-28T00:00:00.0Z",
                  "boardingTime": "1891-10-14T01:51:38.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "CC",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "lQ",
                  "departureTerminal": "WH",
                  "departureTime": "2027-05-22T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4193
                  },
                  "equipment": "166",
                  "estimatedArrivalTime": "1967-02-06T05:59:04.0Z",
                  "estimatedDepartureTime": "1919-03-04T23:46:51.0Z",
                  "flightDuration": 144,
                  "flightNumber": "62",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-14T00:00:00.0Z",
                      "departureTime": "2027-06-07T00:00:00.0Z",
                      "duration": 74,
                      "elapsedTime": 249
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-31T00:00:00.0Z",
                      "departureTime": "2027-05-01T00:00:00.0Z",
                      "duration": 103,
                      "elapsedTime": 165
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-29T00:00:00.0Z",
                      "departureTime": "2027-03-05T00:00:00.0Z",
                      "duration": 78,
                      "elapsedTime": 79
                    }
                  ],
                  "iatci": false,
                  "id": "19fddb32-0b0d-4626-8bdd-429963b69bd0",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "5016",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 838
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "BY",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "2F",
                  "arrivalTime": "2026-09-24T00:00:00.0Z",
                  "boardingTime": "1949-02-28T10:42:58.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "US",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "QS",
                  "departureTerminal": "Tx",
                  "departureTime": "2026-12-02T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3354
                  },
                  "equipment": "247",
                  "estimatedArrivalTime": "1932-07-05T13:19:55.0Z",
                  "estimatedDepartureTime": "1895-09-30T07:55:04.0Z",
                  "flightDuration": 365,
                  "flightNumber": "8",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-25T00:00:00.0Z",
                      "departureTime": "2026-12-08T00:00:00.0Z",
                      "duration": 138,
                      "elapsedTime": 277
                    }
                  ],
                  "iatci": false,
                  "id": "4a261582-a402-456d-a8b4-73245ccb6586",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "7472",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 378
                }
              ],
              "id": "5dbab985-7ebc-4c2d-baa4-5eba5e564bee",
              "number": "492",
              "operatingAirlineRecordLocator": "NAKCPE",
              "programIdentifier": "981675",
              "seatStatus": "STANDBY",
              "sequence": 2,
              "status": {
                "code": "oP",
                "value": "OTHER"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "REDRESS",
                "KNOWN_TRAVELER",
                "REDRESS"
              ],
              "associationId": 363,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_ON_INTERNATIONAL_FLIGHT"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 2,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "CO",
                "value": "WAITLISTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "qgOl0EZyaqhgoKp0dgzC",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "286"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "672"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "xO82OQblJ9NH3B3OZJLR",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "205"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "233"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "744"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "465"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "qKUYUQ75fz1opEgMHjZ5",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "553"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "852"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "894"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "4PkQZYqQnrwPhmuEM98b",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "980"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "549"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "818"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "553"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "055"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "kSw5ULy3TUHmcGBmFOgl",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "857"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "555"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "f1FrXk9m8Hnm6z2eClKd",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "924"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "847"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "CkXFSN5cYY8HWyhcNDk5",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "062"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "849"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "046"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "411"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "851"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "C56J8C1FAoeLUN2MWwFg",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "011"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "874"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "389"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "L9s0X0HPDXQXaFsWOkeU",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "173"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "304"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "822"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "587"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "kUXGaXNbz3pSzHhPmLf0",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "039"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "550"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 408.11,
                "atpcoRule": "ijJe",
                "atpcoTariff": 13,
                "bookingClass": "O",
                "brand": "Tv",
                "cabinClass": "PREMIUM_ECONOMY",
                "cabinClassCode": "D",
                "discountCategory": "56",
                "fareBasisCode": "xLRH9e",
                "governingAirline": "[ob",
                "id": "8802f3b3-06bc-4145-be34-c5739576ae7f",
                "operatingBookingClass": "o",
                "privateTariff": true,
                "type": "NLX",
                "vendor": {
                  "code": "SMFC",
                  "value": "SABRE_MYFARES_AIRLINES"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "LV",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "Dm",
                  "arrivalTime": "2027-07-27T00:00:00.0Z",
                  "boardingTime": "1895-08-05T17:56:48.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "ME",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "87",
                  "departureTerminal": "qk",
                  "departureTime": "2026-11-20T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4365
                  },
                  "equipment": "511",
                  "estimatedArrivalTime": "1958-04-28T07:59:24.0Z",
                  "estimatedDepartureTime": "1967-06-24T17:10:45.0Z",
                  "flightDuration": 236,
                  "flightNumber": "1582",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-03T00:00:00.0Z",
                      "departureTime": "2026-09-12T00:00:00.0Z",
                      "duration": 58,
                      "elapsedTime": 93
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-08T00:00:00.0Z",
                      "departureTime": "2026-08-24T00:00:00.0Z",
                      "duration": 52,
                      "elapsedTime": 75
                    }
                  ],
                  "iatci": true,
                  "id": "adc9520d-7ba4-4065-bb5a-a99129899345",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "2",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 789
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "CO",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "wu",
                  "arrivalTime": "2026-12-10T00:00:00.0Z",
                  "boardingTime": "1916-09-30T21:34:36.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "CX",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "LT",
                  "departureTerminal": "Rt",
                  "departureTime": "2027-03-04T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 167
                  },
                  "equipment": "381",
                  "estimatedArrivalTime": "1954-12-17T20:32:58.0Z",
                  "estimatedDepartureTime": "1951-01-21T09:09:10.0Z",
                  "flightDuration": 95,
                  "flightNumber": "25",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-19T00:00:00.0Z",
                      "departureTime": "2027-08-17T00:00:00.0Z",
                      "duration": 130,
                      "elapsedTime": 173
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-09T00:00:00.0Z",
                      "departureTime": "2027-01-10T00:00:00.0Z",
                      "duration": 104,
                      "elapsedTime": 122
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-29T00:00:00.0Z",
                      "departureTime": "2026-11-12T00:00:00.0Z",
                      "duration": 59,
                      "elapsedTime": 250
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-11T00:00:00.0Z",
                      "departureTime": "2027-06-25T00:00:00.0Z",
                      "duration": 154,
                      "elapsedTime": 214
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-05T00:00:00.0Z",
                      "departureTime": "2027-04-04T00:00:00.0Z",
                      "duration": 54,
                      "elapsedTime": 142
                    }
                  ],
                  "iatci": false,
                  "id": "fbe1dffa-e0ec-4982-9cee-1391db091958",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "25",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 642
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "DO",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "ns",
                  "arrivalTime": "2027-05-09T00:00:00.0Z",
                  "boardingTime": "1947-12-22T04:08:40.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "GR",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "ju",
                  "departureTerminal": "Hl",
                  "departureTime": "2027-08-21T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4051
                  },
                  "equipment": "232",
                  "estimatedArrivalTime": "1895-05-26T10:11:54.0Z",
                  "estimatedDepartureTime": "1896-06-04T15:56:31.0Z",
                  "flightDuration": 273,
                  "flightNumber": "76",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-24T00:00:00.0Z",
                      "departureTime": "2027-03-11T00:00:00.0Z",
                      "duration": 113,
                      "elapsedTime": 297
                    }
                  ],
                  "iatci": false,
                  "id": "80cd49ee-a3de-4089-8752-e03d4bb97a78",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "3967",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 469
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "EC",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "Vy",
                  "arrivalTime": "2026-11-18T00:00:00.0Z",
                  "boardingTime": "1939-04-22T01:32:08.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "GN",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "wy",
                  "departureTerminal": "QL",
                  "departureTime": "2027-06-20T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1568
                  },
                  "equipment": "264",
                  "estimatedArrivalTime": "1928-03-23T14:33:21.0Z",
                  "estimatedDepartureTime": "1968-01-27T21:27:44.0Z",
                  "flightDuration": 244,
                  "flightNumber": "909",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-20T00:00:00.0Z",
                      "departureTime": "2026-08-30T00:00:00.0Z",
                      "duration": 166,
                      "elapsedTime": 273
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-24T00:00:00.0Z",
                      "departureTime": "2026-10-10T00:00:00.0Z",
                      "duration": 96,
                      "elapsedTime": 80
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-29T00:00:00.0Z",
                      "departureTime": "2026-11-15T00:00:00.0Z",
                      "duration": 66,
                      "elapsedTime": 177
                    }
                  ],
                  "iatci": false,
                  "id": "bffc5a23-bec5-4f8f-95da-c1cddb180f62",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "7494",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 924
                }
              ],
              "id": "d1748552-102a-4361-ab1b-1520f6f82486",
              "number": "867",
              "operatingAirlineRecordLocator": "THSYYG",
              "programIdentifier": "386118",
              "seatStatus": "CONFIRMED",
              "sequence": 4,
              "status": {
                "code": "uf",
                "value": "CANCELLED"
              }
            }
          ],
          "type": "OUTBOUND"
        },
        {
          "alternativeSegment": [
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "KNOWN_TRAVELER",
                "REDRESS",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER"
              ],
              "associationId": 129,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_FOR_GIVEN_AIRLINE"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 5,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "REJECTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "eUMw8yjzLl4lokqINuQO",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "937"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "wTyhUF0uaXXKbDJmWUkf",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "623"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "8Sq2irwSPj3VVD5vtoYE",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "489"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "618"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "135"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "565"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "027"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "fksacLjlLNYeAVYFwZW6",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "740"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "538"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "040"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "037"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "823"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "LlHLfCplqD3Xk8rB1YPy",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "551"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "057"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "603"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "301"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1621.07,
                "atpcoRule": "prGc",
                "atpcoTariff": 91,
                "bookingClass": "m",
                "brand": "H7",
                "cabinClass": "PREMIUM_BUSINESS",
                "cabinClassCode": "R",
                "discountCategory": "57",
                "fareBasisCode": "QRh40c",
                "governingAirline": "[ob",
                "id": "d3c05763-6849-43f1-990c-1cbeefd2d122",
                "operatingBookingClass": "E",
                "privateTariff": true,
                "type": "NRF",
                "vendor": {
                  "code": "ATP",
                  "value": "SABRE_MYFARES_AIRLINES"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "LB",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "9e",
                  "arrivalTime": "2027-02-28T00:00:00.0Z",
                  "boardingTime": "1890-02-17T03:16:29.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "BD",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "ux",
                  "departureTerminal": "GQ",
                  "departureTime": "2027-07-25T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3507
                  },
                  "equipment": "875",
                  "estimatedArrivalTime": "1967-08-01T12:15:36.0Z",
                  "estimatedDepartureTime": "1923-05-21T17:48:52.0Z",
                  "flightDuration": 332,
                  "flightNumber": "9436",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-16T00:00:00.0Z",
                      "departureTime": "2026-12-17T00:00:00.0Z",
                      "duration": 40,
                      "elapsedTime": 134
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-24T00:00:00.0Z",
                      "departureTime": "2027-02-03T00:00:00.0Z",
                      "duration": 148,
                      "elapsedTime": 261
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-19T00:00:00.0Z",
                      "departureTime": "2027-04-16T00:00:00.0Z",
                      "duration": 101,
                      "elapsedTime": 75
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-08T00:00:00.0Z",
                      "departureTime": "2027-07-07T00:00:00.0Z",
                      "duration": 147,
                      "elapsedTime": 94
                    }
                  ],
                  "iatci": true,
                  "id": "a7312e9e-ae4d-4109-9354-7e7539345a11",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "6",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 668
                }
              ],
              "id": "2644b0ff-974e-460a-9ed6-dc268f8a4977",
              "number": "001",
              "operatingAirlineRecordLocator": "VEAFVE",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "907628",
              "seatStatus": "STANDBY",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 9,
              "status": {
                "code": "xJ",
                "value": "NEED_NEED"
              }
            },
            {
              "applicableTransportationSecurity": [
                "REDRESS"
              ],
              "associationId": 483,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_FOR_GIVEN_AIRLINE"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 4,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "CO",
                "value": "WAITLISTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "S3Q5n4BKwKTuWaINqaOu",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "520"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "253"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "EutNL9FzLGolei2ZES13",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "200"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "213"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "558"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "627"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "250"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "21fB1uydtRUSIYic4ApA",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "866"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "380"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "535"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "066"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "uGPvQxVXvFAAHS7SEW0Q",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "468"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "Q7OjBtavPfUqrCcD3DI6",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "243"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "e0XQ9B7BJ05tBQhyEmMY",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "722"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "598"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "820"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "249"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "oiZEhjZTIXCpkiSRstkT",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "828"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "ZIeovV5NlNmXS7sEGPAK",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "821"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "626"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "oaG4dKbbaY12DnkKqqK1",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "726"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "859"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "611"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "LIqziWFCL2fedBF3Tmfw",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "982"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "jtd5cOeniU8ZjEDYfAHz",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "247"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "743"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "755"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "171"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "685"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "k1uWXDnkH6jW5Ls4Smlc",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "792"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "OMPa5JUuJuZgfuKklhHM",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "978"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "737"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "284"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "285"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1352.46,
                "atpcoRule": "JQ00",
                "atpcoTariff": 67,
                "bookingClass": "G",
                "brand": "OK",
                "cabinClass": "BUSINESS",
                "cabinClassCode": "k",
                "discountCategory": "48",
                "fareBasisCode": "wsJAWF",
                "governingAirline": "[ob",
                "id": "82345527-6e7c-4d79-b2b2-31e6926a3c1d",
                "operatingBookingClass": "z",
                "privateTariff": false,
                "type": "NLX",
                "vendor": {
                  "code": "SITA",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "KN",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "5a",
                  "arrivalTime": "2026-10-13T00:00:00.0Z",
                  "boardingTime": "1957-11-05T20:13:35.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "GS",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "3k",
                  "departureTerminal": "8B",
                  "departureTime": "2027-06-23T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3055
                  },
                  "equipment": "470",
                  "estimatedArrivalTime": "1968-02-15T09:08:24.0Z",
                  "estimatedDepartureTime": "1927-07-25T21:06:29.0Z",
                  "flightDuration": 511,
                  "flightNumber": "799",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-20T00:00:00.0Z",
                      "departureTime": "2026-10-14T00:00:00.0Z",
                      "duration": 102,
                      "elapsedTime": 200
                    }
                  ],
                  "iatci": false,
                  "id": "c395c2cd-fae0-4f3b-b522-d7706a907e14",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "926",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 552
                }
              ],
              "id": "378bf88d-9400-4644-aad8-19aa5ce0e791",
              "number": "663",
              "operatingAirlineRecordLocator": "VXHHFM",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "932692",
              "seatStatus": "CONFIRMED",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 12,
              "status": {
                "code": "Xc",
                "value": "STANDBY"
              }
            }
          ],
          "eligibilities": {
            "eligibility": [
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "aOhw6i9SgTjKvfwK9UTl",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "837"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "273"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "222"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "234"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "582"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "336AxSOAoJVeM7FUXH0w",
                    "message": "It is too early for check-in.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "060"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "626"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "008"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "845"
                      }
                    ]
                  },
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "MNhn2p0iAp772ISJfK5I",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "864"
                      }
                    ]
                  },
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "uIKEN28mSJJLc1XNlLoB",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "298"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "065"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "834"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "022"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "860"
                      }
                    ]
                  },
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "wQB3exf9v6kiqiMXjFwu",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "523"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "966"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "924"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": true,
                "reason": [
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "OupDUPTc6THBkDOqoM6C",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "445"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "506"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "299"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "999"
                      }
                    ]
                  },
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "sDejln9pV2KuNO9dfS3m",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "416"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "576"
                      }
                    ]
                  },
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "5W38VQtazazQk5Z6kxjP",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "736"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              }
            ]
          },
          "id": "b1d960eb-1d99-47e8-af93-b6f121bc562b",
          "marriageGroup": [
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            }
          ],
          "pastSegment": [
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "REDRESS",
                "REDRESS",
                "REDRESS"
              ],
              "associationId": 838,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_ON_INTERNATIONAL_FLIGHT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 3,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "OTHER"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "2E5JuIqQeX1FRjl66SdL",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "721"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "889"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "942"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "128"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "QjJeaainLP7fjKc3rmk2",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "261"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "419"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "877"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "ZG7Oxm6dKvcLoQsu8ylD",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "927"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "040"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "739"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "732"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "xbRTH70XeFx31JYK8lvm",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "004"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "768"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "4kHmDfkujfMRzOhOannM",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "787"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "489"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "313"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 229.8,
                "atpcoRule": "Wp5a",
                "atpcoTariff": 68,
                "bookingClass": "P",
                "brand": "zs",
                "cabinClass": "PREMIUM_BUSINESS",
                "cabinClassCode": "n",
                "discountCategory": "11",
                "fareBasisCode": "GSO13R",
                "governingAirline": "[ob",
                "id": "2414ca95-fed5-477c-814c-0f92890d589b",
                "operatingBookingClass": "v",
                "privateTariff": true,
                "type": "NLX",
                "vendor": {
                  "code": "ATP",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "HN",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "mu",
                  "arrivalTime": "2027-05-11T00:00:00.0Z",
                  "boardingTime": "1924-04-03T02:14:07.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "MG",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "Fo",
                  "departureTerminal": "dn",
                  "departureTime": "2027-08-02T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2972
                  },
                  "equipment": "092",
                  "estimatedArrivalTime": "1916-01-01T11:32:55.0Z",
                  "estimatedDepartureTime": "1943-08-19T22:34:38.0Z",
                  "flightDuration": 150,
                  "flightNumber": "17",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-05T00:00:00.0Z",
                      "departureTime": "2027-01-06T00:00:00.0Z",
                      "duration": 45,
                      "elapsedTime": 293
                    }
                  ],
                  "iatci": true,
                  "id": "4014f494-772b-4a3b-9b8c-cd41c3f6fd0f",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "52",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 367
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "PW",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "6J",
                  "arrivalTime": "2027-03-14T00:00:00.0Z",
                  "boardingTime": "1890-03-29T11:46:22.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "YT",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "G7",
                  "departureTerminal": "9h",
                  "departureTime": "2027-08-23T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3218
                  },
                  "equipment": "817",
                  "estimatedArrivalTime": "1918-07-12T11:29:17.0Z",
                  "estimatedDepartureTime": "1930-12-30T10:36:28.0Z",
                  "flightDuration": 75,
                  "flightNumber": "4454",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-08-12T00:00:00.0Z",
                      "departureTime": "2026-09-20T00:00:00.0Z",
                      "duration": 63,
                      "elapsedTime": 238
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-07T00:00:00.0Z",
                      "departureTime": "2027-02-16T00:00:00.0Z",
                      "duration": 115,
                      "elapsedTime": 130
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-20T00:00:00.0Z",
                      "departureTime": "2026-11-12T00:00:00.0Z",
                      "duration": 54,
                      "elapsedTime": 168
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-19T00:00:00.0Z",
                      "departureTime": "2026-09-17T00:00:00.0Z",
                      "duration": 169,
                      "elapsedTime": 285
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-16T00:00:00.0Z",
                      "departureTime": "2027-02-26T00:00:00.0Z",
                      "duration": 53,
                      "elapsedTime": 91
                    }
                  ],
                  "iatci": true,
                  "id": "87e015e1-028c-48a0-9eb9-c18ef04ec426",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "5555",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 106
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "UA",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "m1",
                  "arrivalTime": "2027-06-09T00:00:00.0Z",
                  "boardingTime": "1892-10-17T15:28:31.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "MS",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "NR",
                  "departureTerminal": "1T",
                  "departureTime": "2027-04-02T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 646
                  },
                  "equipment": "243",
                  "estimatedArrivalTime": "1957-04-14T19:14:39.0Z",
                  "estimatedDepartureTime": "1963-01-09T10:52:52.0Z",
                  "flightDuration": 598,
                  "flightNumber": "37",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-26T00:00:00.0Z",
                      "departureTime": "2027-08-23T00:00:00.0Z",
                      "duration": 114,
                      "elapsedTime": 216
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-09T00:00:00.0Z",
                      "departureTime": "2027-04-30T00:00:00.0Z",
                      "duration": 128,
                      "elapsedTime": 243
                    }
                  ],
                  "iatci": true,
                  "id": "227f0c6b-ddb6-463c-8e68-5fffff05473d",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "9463",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 336
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "CK",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "io",
                  "arrivalTime": "2027-08-23T00:00:00.0Z",
                  "boardingTime": "1945-03-31T18:48:05.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "BO",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "m8",
                  "departureTerminal": "Ve",
                  "departureTime": "2027-05-09T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 562
                  },
                  "equipment": "595",
                  "estimatedArrivalTime": "1921-04-02T07:07:18.0Z",
                  "estimatedDepartureTime": "1966-08-27T23:12:33.0Z",
                  "flightDuration": 298,
                  "flightNumber": "910",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-01T00:00:00.0Z",
                      "departureTime": "2027-06-01T00:00:00.0Z",
                      "duration": 90,
                      "elapsedTime": 284
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-04T00:00:00.0Z",
                      "departureTime": "2027-08-19T00:00:00.0Z",
                      "duration": 137,
                      "elapsedTime": 87
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-28T00:00:00.0Z",
                      "departureTime": "2027-06-14T00:00:00.0Z",
                      "duration": 94,
                      "elapsedTime": 169
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-25T00:00:00.0Z",
                      "departureTime": "2026-09-24T00:00:00.0Z",
                      "duration": 122,
                      "elapsedTime": 105
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-16T00:00:00.0Z",
                      "departureTime": "2026-11-04T00:00:00.0Z",
                      "duration": 122,
                      "elapsedTime": 171
                    }
                  ],
                  "iatci": false,
                  "id": "72d50c5b-2744-4d54-9298-70c65ca776e5",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "91",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 413
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "TV",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "zU",
                  "arrivalTime": "2027-07-05T00:00:00.0Z",
                  "boardingTime": "1947-04-25T12:08:28.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "CR",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "Be",
                  "departureTerminal": "ny",
                  "departureTime": "2026-09-29T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2115
                  },
                  "equipment": "673",
                  "estimatedArrivalTime": "1939-03-04T11:29:19.0Z",
                  "estimatedDepartureTime": "1909-12-14T06:13:59.0Z",
                  "flightDuration": 536,
                  "flightNumber": "744",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-04T00:00:00.0Z",
                      "departureTime": "2026-11-06T00:00:00.0Z",
                      "duration": 91,
                      "elapsedTime": 89
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-06T00:00:00.0Z",
                      "departureTime": "2027-02-04T00:00:00.0Z",
                      "duration": 151,
                      "elapsedTime": 195
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-08-03T00:00:00.0Z",
                      "departureTime": "2027-05-13T00:00:00.0Z",
                      "duration": 79,
                      "elapsedTime": 119
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-29T00:00:00.0Z",
                      "departureTime": "2027-08-13T00:00:00.0Z",
                      "duration": 147,
                      "elapsedTime": 273
                    }
                  ],
                  "iatci": true,
                  "id": "e78826e4-221b-4c9f-809a-238328f5d9d1",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "354",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 385
                }
              ],
              "id": "394f029c-0615-4d6a-bf7c-027c68a160e1",
              "number": "378",
              "operatingAirlineRecordLocator": "VYAXXG",
              "programIdentifier": "501780",
              "seatStatus": "STANDBY",
              "sequence": 12,
              "status": {
                "code": "ci",
                "value": "STANDBY"
              }
            }
          ],
          "segment": [
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "REDRESS"
              ],
              "associationId": 863,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 3,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "OTHER"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "gN1JjbxkFt9FWCAzAQ5y",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "397"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "MKVjFHjtidKumMCRodKt",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "760"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "255"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "485"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "SJMtQ0HI20AKAwZeA1SP",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "281"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "EnBL2X81KiLuf3TgLzhi",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "864"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "n6V8ITuIKSrsDjnZbFNk",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "730"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "383"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "101"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "896"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "875"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1353.04,
                "atpcoRule": "ZFbZ",
                "atpcoTariff": 84,
                "bookingClass": "y",
                "brand": "3E",
                "cabinClass": "ECONOMY",
                "cabinClassCode": "Z",
                "discountCategory": "28",
                "fareBasisCode": "yD9Jhk",
                "governingAirline": "[ob",
                "id": "3ec4ced8-98d8-43c2-a17f-f9a6017209e0",
                "operatingBookingClass": "H",
                "privateTariff": false,
                "type": "NRF",
                "vendor": {
                  "code": "SITA",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "EG",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "W4",
                  "arrivalTime": "2026-11-25T00:00:00.0Z",
                  "boardingTime": "1936-07-15T15:15:37.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "AM",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "na",
                  "departureTerminal": "e0",
                  "departureTime": "2026-09-28T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3878
                  },
                  "equipment": "689",
                  "estimatedArrivalTime": "1920-05-04T23:01:58.0Z",
                  "estimatedDepartureTime": "1966-11-29T01:24:24.0Z",
                  "flightDuration": 249,
                  "flightNumber": "137",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-12T00:00:00.0Z",
                      "departureTime": "2026-12-08T00:00:00.0Z",
                      "duration": 133,
                      "elapsedTime": 224
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-24T00:00:00.0Z",
                      "departureTime": "2027-02-07T00:00:00.0Z",
                      "duration": 125,
                      "elapsedTime": 218
                    }
                  ],
                  "iatci": true,
                  "id": "6bb5bad7-b754-4fa7-b980-d2221a7990ca",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "230",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 996
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "MZ",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "tb",
                  "arrivalTime": "2027-08-15T00:00:00.0Z",
                  "boardingTime": "1953-01-06T14:55:27.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "TC",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "ca",
                  "departureTerminal": "LW",
                  "departureTime": "2026-09-08T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 539
                  },
                  "equipment": "825",
                  "estimatedArrivalTime": "1911-01-29T11:07:08.0Z",
                  "estimatedDepartureTime": "1958-04-24T02:09:17.0Z",
                  "flightDuration": 583,
                  "flightNumber": "63",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-13T00:00:00.0Z",
                      "departureTime": "2026-09-16T00:00:00.0Z",
                      "duration": 75,
                      "elapsedTime": 172
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-09T00:00:00.0Z",
                      "departureTime": "2027-04-09T00:00:00.0Z",
                      "duration": 149,
                      "elapsedTime": 153
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-14T00:00:00.0Z",
                      "departureTime": "2027-05-24T00:00:00.0Z",
                      "duration": 33,
                      "elapsedTime": 157
                    }
                  ],
                  "iatci": true,
                  "id": "d378034e-6521-445b-8996-9120d8db66ec",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "264",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 901
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "BJ",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "cC",
                  "arrivalTime": "2027-01-03T00:00:00.0Z",
                  "boardingTime": "1904-11-09T10:52:44.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "PY",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "zh",
                  "departureTerminal": "vw",
                  "departureTime": "2027-02-15T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2135
                  },
                  "equipment": "765",
                  "estimatedArrivalTime": "1959-04-03T12:24:24.0Z",
                  "estimatedDepartureTime": "1923-11-16T03:56:09.0Z",
                  "flightDuration": 125,
                  "flightNumber": "230",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-08T00:00:00.0Z",
                      "departureTime": "2027-06-27T00:00:00.0Z",
                      "duration": 119,
                      "elapsedTime": 236
                    }
                  ],
                  "iatci": true,
                  "id": "e55ec39d-df8b-497f-b44c-98d2f21a613c",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "9",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 33
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "KM",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "JV",
                  "arrivalTime": "2027-05-11T00:00:00.0Z",
                  "boardingTime": "1933-04-08T22:06:59.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "UZ",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "I0",
                  "departureTerminal": "lc",
                  "departureTime": "2026-10-31T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1012
                  },
                  "equipment": "731",
                  "estimatedArrivalTime": "1892-04-06T01:45:49.0Z",
                  "estimatedDepartureTime": "1924-07-07T16:27:21.0Z",
                  "flightDuration": 283,
                  "flightNumber": "56",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-02T00:00:00.0Z",
                      "departureTime": "2027-03-01T00:00:00.0Z",
                      "duration": 89,
                      "elapsedTime": 230
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-10T00:00:00.0Z",
                      "departureTime": "2027-03-03T00:00:00.0Z",
                      "duration": 110,
                      "elapsedTime": 122
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-12T00:00:00.0Z",
                      "departureTime": "2026-08-31T00:00:00.0Z",
                      "duration": 92,
                      "elapsedTime": 81
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-16T00:00:00.0Z",
                      "departureTime": "2027-02-22T00:00:00.0Z",
                      "duration": 148,
                      "elapsedTime": 90
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-28T00:00:00.0Z",
                      "departureTime": "2026-09-25T00:00:00.0Z",
                      "duration": 150,
                      "elapsedTime": 212
                    }
                  ],
                  "iatci": false,
                  "id": "8a787148-cc5e-400b-b8ce-ccac5978538a",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "670",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 719
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "DM",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "Xt",
                  "arrivalTime": "2027-05-12T00:00:00.0Z",
                  "boardingTime": "1965-07-26T11:44:56.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "UG",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "4k",
                  "departureTerminal": "vt",
                  "departureTime": "2027-06-04T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 303
                  },
                  "equipment": "511",
                  "estimatedArrivalTime": "1953-12-21T01:16:24.0Z",
                  "estimatedDepartureTime": "1954-11-30T11:42:32.0Z",
                  "flightDuration": 120,
                  "flightNumber": "35",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-08-19T00:00:00.0Z",
                      "departureTime": "2027-08-19T00:00:00.0Z",
                      "duration": 51,
                      "elapsedTime": 217
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-24T00:00:00.0Z",
                      "departureTime": "2027-01-13T00:00:00.0Z",
                      "duration": 175,
                      "elapsedTime": 186
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-07T00:00:00.0Z",
                      "departureTime": "2027-02-14T00:00:00.0Z",
                      "duration": 149,
                      "elapsedTime": 252
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-27T00:00:00.0Z",
                      "departureTime": "2027-01-14T00:00:00.0Z",
                      "duration": 179,
                      "elapsedTime": 117
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-14T00:00:00.0Z",
                      "departureTime": "2026-09-11T00:00:00.0Z",
                      "duration": 154,
                      "elapsedTime": 92
                    }
                  ],
                  "iatci": false,
                  "id": "420b4033-1fc1-4de5-815c-fc1eaa8305cf",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "3533",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 122
                }
              ],
              "id": "07df3e92-ea99-408f-b8f4-bd31b239d806",
              "number": "993",
              "operatingAirlineRecordLocator": "MGTTTR",
              "programIdentifier": "230262",
              "seatStatus": "CONFIRMED",
              "sequence": 13,
              "status": {
                "code": "AN",
                "value": "CANCELLED"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "REDRESS",
                "REDRESS",
                "REDRESS"
              ],
              "associationId": 698,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 3,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "WAITLISTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": true,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "RBfPmbKOWkXtKj0OZQE7",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "043"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "010"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "204"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "640"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "846"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "1YnLQ5O8XtRQrODaA8N4",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "171"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "293"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "324"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "KOnAOQGqkuHWg67ive2t",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "761"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "472"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "114"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "593"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "MEk1Ls2cslLoQargpTJS",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "614"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "267"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "644"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "335"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "s46wxIQnYh9El7lNRdbH",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "203"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "785"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "769"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "016"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "365"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "l9NcVmeTQV67A6r4xq0T",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "287"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "715"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "ZgfSMwGFQCDRPnP5BwtS",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "406"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "612"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "045"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 813.44,
                "atpcoRule": "EcTs",
                "atpcoTariff": 67,
                "bookingClass": "W",
                "brand": "YD",
                "cabinClass": "BUSINESS",
                "cabinClassCode": "Y",
                "discountCategory": "75",
                "fareBasisCode": "NA2tC3",
                "governingAirline": "[ob",
                "id": "53efeb74-1bde-401a-9ffe-58317c15ef37",
                "operatingBookingClass": "Q",
                "privateTariff": true,
                "type": "NLX",
                "vendor": {
                  "code": "ATP",
                  "value": "SABRE_MYFARES_SUBSCRIBERS"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "BA",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "jb",
                  "arrivalTime": "2027-06-19T00:00:00.0Z",
                  "boardingTime": "1904-06-29T09:16:43.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "VN",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "id",
                  "departureTerminal": "xD",
                  "departureTime": "2026-11-30T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2763
                  },
                  "equipment": "078",
                  "estimatedArrivalTime": "1922-11-26T23:59:01.0Z",
                  "estimatedDepartureTime": "1893-07-26T10:16:53.0Z",
                  "flightDuration": 407,
                  "flightNumber": "7626",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-08-21T00:00:00.0Z",
                      "departureTime": "2027-02-21T00:00:00.0Z",
                      "duration": 49,
                      "elapsedTime": 259
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-14T00:00:00.0Z",
                      "departureTime": "2026-08-30T00:00:00.0Z",
                      "duration": 140,
                      "elapsedTime": 255
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-02T00:00:00.0Z",
                      "departureTime": "2027-07-13T00:00:00.0Z",
                      "duration": 131,
                      "elapsedTime": 110
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-08-16T00:00:00.0Z",
                      "departureTime": "2027-06-23T00:00:00.0Z",
                      "duration": 163,
                      "elapsedTime": 181
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-30T00:00:00.0Z",
                      "departureTime": "2027-02-09T00:00:00.0Z",
                      "duration": 81,
                      "elapsedTime": 210
                    }
                  ],
                  "iatci": true,
                  "id": "c4165325-b26c-4b1f-8d32-45f69757fea8",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "1805",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 756
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "MQ",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "n4",
                  "arrivalTime": "2026-11-21T00:00:00.0Z",
                  "boardingTime": "1949-03-30T12:26:49.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "DM",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "P7",
                  "departureTerminal": "lJ",
                  "departureTime": "2026-12-04T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 630
                  },
                  "equipment": "919",
                  "estimatedArrivalTime": "1934-12-01T19:50:16.0Z",
                  "estimatedDepartureTime": "1937-08-02T22:40:48.0Z",
                  "flightDuration": 458,
                  "flightNumber": "4",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-11T00:00:00.0Z",
                      "departureTime": "2027-04-13T00:00:00.0Z",
                      "duration": 106,
                      "elapsedTime": 226
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-01T00:00:00.0Z",
                      "departureTime": "2027-03-22T00:00:00.0Z",
                      "duration": 39,
                      "elapsedTime": 152
                    }
                  ],
                  "iatci": false,
                  "id": "c859bc67-dfbc-4a49-911a-2ad1da5966d8",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "3",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 859
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "SL",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "5f",
                  "arrivalTime": "2026-11-25T00:00:00.0Z",
                  "boardingTime": "1965-01-19T20:59:11.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "MU",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "lo",
                  "departureTerminal": "FO",
                  "departureTime": "2026-11-13T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1965
                  },
                  "equipment": "541",
                  "estimatedArrivalTime": "1909-12-25T05:01:12.0Z",
                  "estimatedDepartureTime": "1945-03-23T17:14:44.0Z",
                  "flightDuration": 181,
                  "flightNumber": "872",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-23T00:00:00.0Z",
                      "departureTime": "2027-02-18T00:00:00.0Z",
                      "duration": 53,
                      "elapsedTime": 141
                    }
                  ],
                  "iatci": true,
                  "id": "cc4551db-0331-4a28-8ee5-55fa7e12d9ae",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "5387",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 63
                }
              ],
              "id": "b3ea3f2c-0dc8-4de2-89e7-895297673e65",
              "number": "222",
              "operatingAirlineRecordLocator": "ZZJETP",
              "programIdentifier": "835628",
              "seatStatus": "CONFIRMED",
              "sequence": 3,
              "status": {
                "code": "NG",
                "value": "NEED_NEED"
              }
            }
          ],
          "type": "OUTBOUND"
        },
        {
          "alternativeSegment": [
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "REDRESS"
              ],
              "associationId": 556,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_INTERLINE_FLIGHT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 1,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "UPGRADED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "l1UESs6HtSyHUxUuTkh0",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "989"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "739"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "023"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "6mjBjyrPq7gzjKUtOZmh",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "494"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "rLEWduc2vjHKhRcOq77T",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "465"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "733"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "893"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "EymQzozHwNrKXBNz7Br9",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "344"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "071"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "5Ohoki6qG4V4ki6N5MzL",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "256"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "736"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "249"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "380"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "098"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "mQVXTrl6MaHnX78Xgm4J",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "801"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "513"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "275"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "ngjRUzKbafZL0zykeKAN",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "051"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "068"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "556"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "r5iNNWsiZoCjsgUJ4gTY",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "043"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "799"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "992"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "307"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "998"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "x8JuGlkcNMH63IIP6ilt",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "616"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "692"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "512"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "373"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "oNUwfNHzE3aAiC05wegW",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "479"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "072"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "899"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "35DeXH6YImGJha0pOMhB",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "863"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 600.69,
                "atpcoRule": "for3",
                "atpcoTariff": 85,
                "bookingClass": "L",
                "brand": "Cw",
                "cabinClass": "BUSINESS",
                "cabinClassCode": "U",
                "discountCategory": "69",
                "fareBasisCode": "8S5zEi",
                "governingAirline": "[ob",
                "id": "ab63acce-4be6-43d7-bf6e-f3fafc06b35b",
                "operatingBookingClass": "t",
                "privateTariff": false,
                "type": "NRF",
                "vendor": {
                  "code": "ATP",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "UA",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "Bw",
                  "arrivalTime": "2027-03-01T00:00:00.0Z",
                  "boardingTime": "1957-05-02T21:09:04.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "PH",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "wP",
                  "departureTerminal": "ks",
                  "departureTime": "2027-05-28T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 952
                  },
                  "equipment": "439",
                  "estimatedArrivalTime": "1931-04-14T11:04:06.0Z",
                  "estimatedDepartureTime": "1943-05-05T03:22:55.0Z",
                  "flightDuration": 546,
                  "flightNumber": "5",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-31T00:00:00.0Z",
                      "departureTime": "2026-11-19T00:00:00.0Z",
                      "duration": 121,
                      "elapsedTime": 153
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-13T00:00:00.0Z",
                      "departureTime": "2027-02-26T00:00:00.0Z",
                      "duration": 175,
                      "elapsedTime": 236
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-13T00:00:00.0Z",
                      "departureTime": "2027-05-21T00:00:00.0Z",
                      "duration": 109,
                      "elapsedTime": 172
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-08-06T00:00:00.0Z",
                      "departureTime": "2026-09-20T00:00:00.0Z",
                      "duration": 169,
                      "elapsedTime": 144
                    }
                  ],
                  "iatci": false,
                  "id": "8e68a9f0-e35f-461f-b4e4-3fe73e73035f",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "2",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 81
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "DM",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "cD",
                  "arrivalTime": "2026-12-08T00:00:00.0Z",
                  "boardingTime": "1932-10-09T04:10:25.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "LA",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "xw",
                  "departureTerminal": "vB",
                  "departureTime": "2026-08-27T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3156
                  },
                  "equipment": "059",
                  "estimatedArrivalTime": "1944-02-02T23:08:21.0Z",
                  "estimatedDepartureTime": "1949-08-30T21:18:06.0Z",
                  "flightDuration": 177,
                  "flightNumber": "337",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-22T00:00:00.0Z",
                      "departureTime": "2026-12-25T00:00:00.0Z",
                      "duration": 111,
                      "elapsedTime": 207
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-11T00:00:00.0Z",
                      "departureTime": "2026-08-27T00:00:00.0Z",
                      "duration": 138,
                      "elapsedTime": 105
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-07T00:00:00.0Z",
                      "departureTime": "2027-08-14T00:00:00.0Z",
                      "duration": 105,
                      "elapsedTime": 79
                    }
                  ],
                  "iatci": false,
                  "id": "22bfff47-597a-436c-a906-2b2302c0c8d4",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "603",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 953
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "TT",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "Zl",
                  "arrivalTime": "2026-12-08T00:00:00.0Z",
                  "boardingTime": "1947-11-01T01:30:39.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "HR",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "t7",
                  "departureTerminal": "Bc",
                  "departureTime": "2026-12-03T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1408
                  },
                  "equipment": "423",
                  "estimatedArrivalTime": "1968-07-15T09:02:37.0Z",
                  "estimatedDepartureTime": "1937-02-10T11:19:49.0Z",
                  "flightDuration": 243,
                  "flightNumber": "6",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-13T00:00:00.0Z",
                      "departureTime": "2027-06-12T00:00:00.0Z",
                      "duration": 165,
                      "elapsedTime": 97
                    }
                  ],
                  "iatci": false,
                  "id": "977d8de1-32f5-499a-8378-df07db8dbaeb",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "6389",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 251
                }
              ],
              "id": "9e8ddf79-ba68-4869-8d6c-b0e51bdbd470",
              "number": "726",
              "operatingAirlineRecordLocator": "GBFXBM",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "276090",
              "seatStatus": "STANDBY",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 10,
              "status": {
                "code": "Lx",
                "value": "CANCELLED"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "REDRESS",
                "KNOWN_TRAVELER"
              ],
              "associationId": 217,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 2,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "WAITLISTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "PauFWS6cLqaRTK4jhAW2",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "041"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "858"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "Vi5dVdViXrIhMyFaYi6T",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "188"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "296"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "488"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "YgNjiqP8TPmD7tFfHq1y",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "964"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "KFbliR4KrPYpV5X06VEP",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "943"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "122"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "RuT3y4XFbDvZfys1a9G1",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "074"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "131"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "725"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "456"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "KwcI9p4hKlTcUlBVa9W2",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "696"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "186"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "950"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "xvMdQYMufdQI7br50m20",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "211"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "837"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "wiG4XCZTJGMF4QRoZBE2",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "362"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "426"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "217"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "x3ACaHEv4oDBKjStJ0jT",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "609"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "3mb4l4rIgM3iVFw7nY7i",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "527"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "934"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "865"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1441.64,
                "atpcoRule": "RcUK",
                "atpcoTariff": 80,
                "bookingClass": "b",
                "brand": "fu",
                "cabinClass": "FIRST",
                "cabinClassCode": "w",
                "discountCategory": "09",
                "fareBasisCode": "3epCNP",
                "governingAirline": "[ob",
                "id": "bf66a62e-be3f-440b-a8f1-b8bc14310238",
                "operatingBookingClass": "B",
                "privateTariff": false,
                "type": "NRF",
                "vendor": {
                  "code": "ATP",
                  "value": "SABRE_MYFARES_SUBSCRIBERS"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "ZM",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "w0",
                  "arrivalTime": "2027-05-14T00:00:00.0Z",
                  "boardingTime": "1925-06-30T14:14:52.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "PY",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "fo",
                  "departureTerminal": "ap",
                  "departureTime": "2027-04-15T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 547
                  },
                  "equipment": "177",
                  "estimatedArrivalTime": "1891-04-11T01:09:52.0Z",
                  "estimatedDepartureTime": "1957-02-25T20:46:13.0Z",
                  "flightDuration": 248,
                  "flightNumber": "5670",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-01T00:00:00.0Z",
                      "departureTime": "2026-12-12T00:00:00.0Z",
                      "duration": 114,
                      "elapsedTime": 250
                    }
                  ],
                  "iatci": true,
                  "id": "d99622cf-e3ec-4183-9afc-b0dc2ce2a9d8",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "8",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 425
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "SX",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "Bb",
                  "arrivalTime": "2026-11-18T00:00:00.0Z",
                  "boardingTime": "1927-01-25T02:16:36.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "SZ",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "BI",
                  "departureTerminal": "AO",
                  "departureTime": "2027-03-02T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3973
                  },
                  "equipment": "292",
                  "estimatedArrivalTime": "1939-09-02T17:28:28.0Z",
                  "estimatedDepartureTime": "1914-05-24T22:50:44.0Z",
                  "flightDuration": 483,
                  "flightNumber": "3951",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-14T00:00:00.0Z",
                      "departureTime": "2026-08-26T00:00:00.0Z",
                      "duration": 151,
                      "elapsedTime": 283
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-01T00:00:00.0Z",
                      "departureTime": "2027-05-26T00:00:00.0Z",
                      "duration": 171,
                      "elapsedTime": 104
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-07T00:00:00.0Z",
                      "departureTime": "2027-01-04T00:00:00.0Z",
                      "duration": 72,
                      "elapsedTime": 148
                    }
                  ],
                  "iatci": false,
                  "id": "e89277c2-e3bd-4e53-ab55-c3841dee8116",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "6039",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 452
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "UA",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "9M",
                  "arrivalTime": "2027-01-23T00:00:00.0Z",
                  "boardingTime": "1938-01-20T09:48:46.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "GU",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "np",
                  "departureTerminal": "bJ",
                  "departureTime": "2027-05-02T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4929
                  },
                  "equipment": "053",
                  "estimatedArrivalTime": "1921-03-27T01:06:49.0Z",
                  "estimatedDepartureTime": "1915-04-14T21:33:32.0Z",
                  "flightDuration": 331,
                  "flightNumber": "6978",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-11T00:00:00.0Z",
                      "departureTime": "2027-01-21T00:00:00.0Z",
                      "duration": 123,
                      "elapsedTime": 138
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-03T00:00:00.0Z",
                      "departureTime": "2027-08-23T00:00:00.0Z",
                      "duration": 162,
                      "elapsedTime": 202
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-08-05T00:00:00.0Z",
                      "departureTime": "2026-10-21T00:00:00.0Z",
                      "duration": 66,
                      "elapsedTime": 205
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-20T00:00:00.0Z",
                      "departureTime": "2026-09-05T00:00:00.0Z",
                      "duration": 126,
                      "elapsedTime": 257
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-25T00:00:00.0Z",
                      "departureTime": "2027-05-23T00:00:00.0Z",
                      "duration": 109,
                      "elapsedTime": 241
                    }
                  ],
                  "iatci": true,
                  "id": "e44abd3a-bcac-44cd-8194-132038450ede",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "5",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 230
                }
              ],
              "id": "33210be0-748e-42c7-a93f-b4d7474afd0a",
              "number": "186",
              "operatingAirlineRecordLocator": "SCSFYU",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "953694",
              "seatStatus": "CONFIRMED",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 17,
              "status": {
                "code": "pY",
                "value": "SCHEDULE_CHANGE"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER"
              ],
              "associationId": 808,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_ON_GIVEN_AIRPORT"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 1,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "REJECTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "4Om6REdMjCaCjDCCRa6b",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "699"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "432"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "y83yI9XarDX3qlzJwFMz",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "303"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "208"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "KEMB1yUbO06xbw8SVK9U",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "520"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "726"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "266"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "256"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "264"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "htH23UdAFQwsayhGDh54",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "991"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "MVEqTb5jFm0yThshQJt8",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "719"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "023"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1571.99,
                "atpcoRule": "hPL7",
                "atpcoTariff": 99,
                "bookingClass": "g",
                "brand": "8T",
                "cabinClass": "PREMIUM_BUSINESS",
                "cabinClassCode": "O",
                "discountCategory": "38",
                "fareBasisCode": "cN1siA",
                "governingAirline": "[ob",
                "id": "1d232640-02d6-4f95-be86-d38c1d6d45bd",
                "operatingBookingClass": "i",
                "privateTariff": true,
                "type": "NLX",
                "vendor": {
                  "code": "SMFC",
                  "value": "SITA"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "CW",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "xq",
                  "arrivalTime": "2026-10-20T00:00:00.0Z",
                  "boardingTime": "1957-02-14T20:17:19.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "MZ",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "2R",
                  "departureTerminal": "Kz",
                  "departureTime": "2026-09-04T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1914
                  },
                  "equipment": "544",
                  "estimatedArrivalTime": "1946-10-19T12:50:44.0Z",
                  "estimatedDepartureTime": "1944-12-03T07:51:50.0Z",
                  "flightDuration": 302,
                  "flightNumber": "443",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-17T00:00:00.0Z",
                      "departureTime": "2027-08-05T00:00:00.0Z",
                      "duration": 152,
                      "elapsedTime": 74
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-29T00:00:00.0Z",
                      "departureTime": "2026-10-24T00:00:00.0Z",
                      "duration": 45,
                      "elapsedTime": 163
                    }
                  ],
                  "iatci": true,
                  "id": "11561258-35f5-4091-b4c5-1e507224a80d",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "1",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 314
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "FM",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "Gz",
                  "arrivalTime": "2027-01-09T00:00:00.0Z",
                  "boardingTime": "1954-11-14T16:01:06.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "BZ",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "bi",
                  "departureTerminal": "D9",
                  "departureTime": "2027-01-01T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4955
                  },
                  "equipment": "624",
                  "estimatedArrivalTime": "1928-04-25T04:17:28.0Z",
                  "estimatedDepartureTime": "1911-12-23T17:59:27.0Z",
                  "flightDuration": 130,
                  "flightNumber": "8",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-09T00:00:00.0Z",
                      "departureTime": "2026-08-30T00:00:00.0Z",
                      "duration": 103,
                      "elapsedTime": 250
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-21T00:00:00.0Z",
                      "departureTime": "2026-10-13T00:00:00.0Z",
                      "duration": 119,
                      "elapsedTime": 142
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-09T00:00:00.0Z",
                      "departureTime": "2027-03-26T00:00:00.0Z",
                      "duration": 92,
                      "elapsedTime": 284
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-14T00:00:00.0Z",
                      "departureTime": "2027-07-28T00:00:00.0Z",
                      "duration": 175,
                      "elapsedTime": 130
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-25T00:00:00.0Z",
                      "departureTime": "2026-12-30T00:00:00.0Z",
                      "duration": 179,
                      "elapsedTime": 178
                    }
                  ],
                  "iatci": false,
                  "id": "d8485880-845d-4f4f-9514-9fad5f6dd48f",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "67",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 126
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "CH",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "Og",
                  "arrivalTime": "2027-02-12T00:00:00.0Z",
                  "boardingTime": "1899-08-23T11:53:14.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "AE",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "7F",
                  "departureTerminal": "Se",
                  "departureTime": "2027-06-04T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3026
                  },
                  "equipment": "715",
                  "estimatedArrivalTime": "1955-06-16T22:54:51.0Z",
                  "estimatedDepartureTime": "1945-03-20T19:22:39.0Z",
                  "flightDuration": 290,
                  "flightNumber": "7",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-14T00:00:00.0Z",
                      "departureTime": "2026-12-11T00:00:00.0Z",
                      "duration": 162,
                      "elapsedTime": 250
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-16T00:00:00.0Z",
                      "departureTime": "2027-05-27T00:00:00.0Z",
                      "duration": 174,
                      "elapsedTime": 240
                    }
                  ],
                  "iatci": true,
                  "id": "33c98881-906c-42e1-b631-59c9cb405b48",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "214",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 468
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "BV",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "OZ",
                  "arrivalTime": "2027-05-24T00:00:00.0Z",
                  "boardingTime": "1934-08-12T01:27:40.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "IR",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "XK",
                  "departureTerminal": "iJ",
                  "departureTime": "2026-11-12T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 885
                  },
                  "equipment": "021",
                  "estimatedArrivalTime": "1905-05-23T02:39:15.0Z",
                  "estimatedDepartureTime": "1890-10-26T04:01:56.0Z",
                  "flightDuration": 323,
                  "flightNumber": "51",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-29T00:00:00.0Z",
                      "departureTime": "2026-10-10T00:00:00.0Z",
                      "duration": 126,
                      "elapsedTime": 70
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-08T00:00:00.0Z",
                      "departureTime": "2027-05-06T00:00:00.0Z",
                      "duration": 32,
                      "elapsedTime": 152
                    }
                  ],
                  "iatci": true,
                  "id": "cef5eb1e-f79b-416e-b828-528ceb1a4ff0",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "917",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 321
                }
              ],
              "id": "b6ea8392-31f3-4f9e-8a60-fa0ba4e1a84b",
              "number": "993",
              "operatingAirlineRecordLocator": "KZCGQN",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "159409",
              "seatStatus": "STANDBY",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 6,
              "status": {
                "code": "TT",
                "value": "SOLD_SOLD"
              }
            }
          ],
          "eligibilities": {
            "eligibility": [
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "rHEgi5C8hay2VZ62rSTj",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "438"
                      }
                    ]
                  },
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "zNovFJKZveqNE7pYPNj2",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "801"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              }
            ]
          },
          "id": "da1fd0b3-ad7c-469a-bfc3-ccefba97b202",
          "marriageGroup": [
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            },
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            },
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            }
          ],
          "pastSegment": [
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER"
              ],
              "associationId": 626,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_ON_INTERLINE_FLIGHT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 2,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "CO",
                "value": "WAITLISTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "6QwB7PbqgBFc2o90lfCb",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "233"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "676"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "956"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "070"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "Rj8snPoIIDTAktCr1lNb",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "431"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "998"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "154"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "X2xtMNXeW1hoTvvw1Rsg",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "282"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "McI6UpoLZ1rUTfjj8eXc",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "762"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "9w9OtsaIWXwxN7u69Alg",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "831"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "rvCryAo22tuz5If6t5iT",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "185"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "782"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "836"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "492"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "pxim92cdB7MydZN2HGtK",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "491"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "289"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "642"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "953"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "293"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "mSnlfirEW2TNVT6k2AcJ",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "618"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "353"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "UbmlkCaxNdsy79m4qbg2",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "989"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "640"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "806"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "298"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "041"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "pqhbMFW7z22LL6yHaDWx",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "795"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "554"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "2v1KDMM4hwi32OYGdYb0",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "342"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "440"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "678"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "334"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "s9U1oLU8HtVTN0x4Xxsh",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "651"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "891"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "136"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "603"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "dQDnAJe38R1TJdYVoPcq",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "111"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1062.08,
                "atpcoRule": "0COq",
                "atpcoTariff": 79,
                "bookingClass": "y",
                "brand": "9b",
                "cabinClass": "PREMIUM_BUSINESS",
                "cabinClassCode": "X",
                "discountCategory": "58",
                "fareBasisCode": "rgIux0",
                "governingAirline": "[ob",
                "id": "284d139e-4ae8-4a1e-89a4-174cfc355fac",
                "operatingBookingClass": "s",
                "privateTariff": false,
                "type": "REF",
                "vendor": {
                  "code": "ATP",
                  "value": "SABRE_MYFARES_AIRLINES"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "AI",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "yZ",
                  "arrivalTime": "2027-02-13T00:00:00.0Z",
                  "boardingTime": "1948-06-22T20:38:48.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "GY",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "fc",
                  "departureTerminal": "PH",
                  "departureTime": "2027-07-19T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2972
                  },
                  "equipment": "158",
                  "estimatedArrivalTime": "1963-12-25T14:24:38.0Z",
                  "estimatedDepartureTime": "1929-06-06T17:10:49.0Z",
                  "flightDuration": 507,
                  "flightNumber": "59",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-19T00:00:00.0Z",
                      "departureTime": "2026-08-29T00:00:00.0Z",
                      "duration": 153,
                      "elapsedTime": 252
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-15T00:00:00.0Z",
                      "departureTime": "2027-07-12T00:00:00.0Z",
                      "duration": 159,
                      "elapsedTime": 201
                    }
                  ],
                  "iatci": true,
                  "id": "9646fb57-97dc-4d77-8cc1-52ba36fd34ba",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "951",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 507
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "BZ",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "H5",
                  "arrivalTime": "2027-02-08T00:00:00.0Z",
                  "boardingTime": "1928-11-21T21:35:44.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "BL",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "As",
                  "departureTerminal": "y6",
                  "departureTime": "2027-08-10T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3119
                  },
                  "equipment": "846",
                  "estimatedArrivalTime": "1891-12-02T05:49:04.0Z",
                  "estimatedDepartureTime": "1961-08-15T14:06:16.0Z",
                  "flightDuration": 185,
                  "flightNumber": "83",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-13T00:00:00.0Z",
                      "departureTime": "2026-12-30T00:00:00.0Z",
                      "duration": 51,
                      "elapsedTime": 132
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-18T00:00:00.0Z",
                      "departureTime": "2027-05-31T00:00:00.0Z",
                      "duration": 44,
                      "elapsedTime": 82
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-24T00:00:00.0Z",
                      "departureTime": "2026-11-26T00:00:00.0Z",
                      "duration": 166,
                      "elapsedTime": 63
                    }
                  ],
                  "iatci": true,
                  "id": "166fb63d-df71-451b-9b66-6d852a00ac8e",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "6",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 549
                }
              ],
              "id": "aaf04c87-1491-462b-b95f-842dc356d13f",
              "number": "482",
              "operatingAirlineRecordLocator": "QHSJXF",
              "programIdentifier": "837765",
              "seatStatus": "CONFIRMED",
              "sequence": 16,
              "status": {
                "code": "OJ",
                "value": "ON_HOLD"
              }
            }
          ],
          "segment": [
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER"
              ],
              "associationId": 122,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_GIVEN_AIRPORT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 1,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "OTHER"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "M2iZ7af0wXB19b8tq2GZ",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "486"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "Ihaw7v8tCiITLkVCakwt",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "223"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "822"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "261"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "063"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "KMStR6SABSXibSOAa8lv",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "791"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "653"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "897"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "ud6KNiPdQqBu2Ioby4ns",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "770"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "545"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "611"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "iS2Vg1Nqd3hD2zY4hmcH",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "654"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "9gs31sTMaXgJ8jR0vB1y",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "338"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "154"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "PWYWRPn93H3q7J4jC7IR",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "397"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "804"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "115"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "YZMKKeGCPjtmIIHmokSd",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "076"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "339"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "491"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "TSdXKjXmsKA3CtDqfrGU",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "188"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 789.94,
                "atpcoRule": "P3S5",
                "atpcoTariff": 7,
                "bookingClass": "t",
                "brand": "VS",
                "cabinClass": "PREMIUM_ECONOMY",
                "cabinClassCode": "V",
                "discountCategory": "00",
                "fareBasisCode": "3EwZ6x",
                "governingAirline": "[ob",
                "id": "a3a484bb-ead5-4600-b71f-8c5f0f31f143",
                "operatingBookingClass": "R",
                "privateTariff": true,
                "type": "NLX",
                "vendor": {
                  "code": "SITA",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "VA",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "Sq",
                  "arrivalTime": "2027-05-23T00:00:00.0Z",
                  "boardingTime": "1930-05-20T13:13:48.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "TL",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "g9",
                  "departureTerminal": "aA",
                  "departureTime": "2026-09-29T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3555
                  },
                  "equipment": "729",
                  "estimatedArrivalTime": "1940-09-02T13:33:12.0Z",
                  "estimatedDepartureTime": "1953-11-20T01:38:44.0Z",
                  "flightDuration": 373,
                  "flightNumber": "73",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-28T00:00:00.0Z",
                      "departureTime": "2027-06-26T00:00:00.0Z",
                      "duration": 98,
                      "elapsedTime": 192
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-08-13T00:00:00.0Z",
                      "departureTime": "2026-10-29T00:00:00.0Z",
                      "duration": 133,
                      "elapsedTime": 233
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-14T00:00:00.0Z",
                      "departureTime": "2026-10-10T00:00:00.0Z",
                      "duration": 48,
                      "elapsedTime": 197
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-01T00:00:00.0Z",
                      "departureTime": "2026-12-31T00:00:00.0Z",
                      "duration": 98,
                      "elapsedTime": 209
                    }
                  ],
                  "iatci": true,
                  "id": "3def6103-4f89-4b36-807d-f7bbb7951855",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "3",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 286
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "SL",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "Ss",
                  "arrivalTime": "2026-11-23T00:00:00.0Z",
                  "boardingTime": "1954-11-27T17:08:36.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "AS",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "Hs",
                  "departureTerminal": "wI",
                  "departureTime": "2026-10-29T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2290
                  },
                  "equipment": "527",
                  "estimatedArrivalTime": "1950-11-10T12:23:19.0Z",
                  "estimatedDepartureTime": "1935-09-14T10:28:57.0Z",
                  "flightDuration": 136,
                  "flightNumber": "180",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-18T00:00:00.0Z",
                      "departureTime": "2027-06-05T00:00:00.0Z",
                      "duration": 68,
                      "elapsedTime": 183
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-02T00:00:00.0Z",
                      "departureTime": "2027-03-26T00:00:00.0Z",
                      "duration": 32,
                      "elapsedTime": 161
                    }
                  ],
                  "iatci": true,
                  "id": "ad8bc03b-21ad-4d91-a41f-7d37916c840e",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "3258",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 306
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "SV",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "ZD",
                  "arrivalTime": "2027-06-12T00:00:00.0Z",
                  "boardingTime": "1929-04-16T10:07:59.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "TV",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "xN",
                  "departureTerminal": "At",
                  "departureTime": "2027-04-29T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3822
                  },
                  "equipment": "794",
                  "estimatedArrivalTime": "1892-05-18T20:01:41.0Z",
                  "estimatedDepartureTime": "1930-09-20T16:28:01.0Z",
                  "flightDuration": 489,
                  "flightNumber": "92",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-04T00:00:00.0Z",
                      "departureTime": "2027-05-05T00:00:00.0Z",
                      "duration": 168,
                      "elapsedTime": 296
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-13T00:00:00.0Z",
                      "departureTime": "2026-09-21T00:00:00.0Z",
                      "duration": 163,
                      "elapsedTime": 78
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-13T00:00:00.0Z",
                      "departureTime": "2027-06-19T00:00:00.0Z",
                      "duration": 163,
                      "elapsedTime": 300
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-07T00:00:00.0Z",
                      "departureTime": "2027-05-01T00:00:00.0Z",
                      "duration": 40,
                      "elapsedTime": 179
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-06T00:00:00.0Z",
                      "departureTime": "2026-11-08T00:00:00.0Z",
                      "duration": 102,
                      "elapsedTime": 99
                    }
                  ],
                  "iatci": false,
                  "id": "4c9e83b7-c940-41b6-812c-b31df8e8a214",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "867",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 989
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "KP",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "PD",
                  "arrivalTime": "2026-10-27T00:00:00.0Z",
                  "boardingTime": "1930-10-14T07:30:22.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "GW",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "lU",
                  "departureTerminal": "Rj",
                  "departureTime": "2027-06-22T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4293
                  },
                  "equipment": "067",
                  "estimatedArrivalTime": "1919-07-18T01:22:34.0Z",
                  "estimatedDepartureTime": "1953-07-29T21:57:24.0Z",
                  "flightDuration": 479,
                  "flightNumber": "72",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-19T00:00:00.0Z",
                      "departureTime": "2027-06-02T00:00:00.0Z",
                      "duration": 32,
                      "elapsedTime": 297
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-09T00:00:00.0Z",
                      "departureTime": "2027-03-20T00:00:00.0Z",
                      "duration": 51,
                      "elapsedTime": 290
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-11T00:00:00.0Z",
                      "departureTime": "2026-11-04T00:00:00.0Z",
                      "duration": 116,
                      "elapsedTime": 224
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-22T00:00:00.0Z",
                      "departureTime": "2027-02-08T00:00:00.0Z",
                      "duration": 75,
                      "elapsedTime": 220
                    }
                  ],
                  "iatci": false,
                  "id": "3d96aa14-a4c8-43de-ac88-f94ea0ec392d",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "54",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 919
                }
              ],
              "id": "ac0d9be7-662c-4565-972a-271fbe5b731e",
              "number": "145",
              "operatingAirlineRecordLocator": "PNUWUB",
              "programIdentifier": "811342",
              "seatStatus": "STANDBY",
              "sequence": 9,
              "status": {
                "code": "ST",
                "value": "SCHEDULE_CHANGE"
              }
            },
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "KNOWN_TRAVELER"
              ],
              "associationId": 913,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_INTERLINE_FLIGHT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 5,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "UPGRADED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "l61iQymnIQIqz5lvFTzP",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "367"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "516"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "gVQftFK1Tw290Bc65gvz",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "217"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "260"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "978"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "406"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": true,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "4WEEwDTif9x2rd93Cd5b",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "314"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "247"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "112"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "ZOaOTQMSY8Gy2vp0K7Zi",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "608"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "740"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "705"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "494"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "ke7RGQamOdl7fML20w4d",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "892"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "116"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "mxsU1ayoS71zD86R8WEm",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "303"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "035"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "027"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "0C1mZ9QdQBWZ1kerhUcs",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "203"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "426"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "671"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "283"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "TjTb5VKIMWRi9CBut35v",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "444"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "685"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 121.92,
                "atpcoRule": "GYSK",
                "atpcoTariff": 39,
                "bookingClass": "B",
                "brand": "Aq",
                "cabinClass": "FIRST",
                "cabinClassCode": "M",
                "discountCategory": "82",
                "fareBasisCode": "Kbbqdn",
                "governingAirline": "[ob",
                "id": "07252692-406a-4e64-af06-0e5e6e7d33b3",
                "operatingBookingClass": "C",
                "privateTariff": true,
                "type": "NRF",
                "vendor": {
                  "code": "ATP",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "AE",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "0y",
                  "arrivalTime": "2027-04-12T00:00:00.0Z",
                  "boardingTime": "1931-04-05T05:31:50.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "LV",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "n3",
                  "departureTerminal": "j1",
                  "departureTime": "2027-03-27T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4661
                  },
                  "equipment": "021",
                  "estimatedArrivalTime": "1961-05-14T19:17:29.0Z",
                  "estimatedDepartureTime": "1951-08-18T07:37:32.0Z",
                  "flightDuration": 572,
                  "flightNumber": "66",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-31T00:00:00.0Z",
                      "departureTime": "2026-11-13T00:00:00.0Z",
                      "duration": 90,
                      "elapsedTime": 181
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-25T00:00:00.0Z",
                      "departureTime": "2027-02-08T00:00:00.0Z",
                      "duration": 166,
                      "elapsedTime": 66
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-12T00:00:00.0Z",
                      "departureTime": "2027-05-04T00:00:00.0Z",
                      "duration": 180,
                      "elapsedTime": 191
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-04T00:00:00.0Z",
                      "departureTime": "2027-05-05T00:00:00.0Z",
                      "duration": 92,
                      "elapsedTime": 113
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-27T00:00:00.0Z",
                      "departureTime": "2027-04-01T00:00:00.0Z",
                      "duration": 123,
                      "elapsedTime": 60
                    }
                  ],
                  "iatci": true,
                  "id": "2fcc8081-97c5-491a-9834-0b129a2e73ac",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "55",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 422
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "SM",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "n9",
                  "arrivalTime": "2026-10-17T00:00:00.0Z",
                  "boardingTime": "1909-05-09T01:51:47.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "ZM",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "Rc",
                  "departureTerminal": "yn",
                  "departureTime": "2026-09-23T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1467
                  },
                  "equipment": "062",
                  "estimatedArrivalTime": "1967-12-05T01:43:02.0Z",
                  "estimatedDepartureTime": "1916-01-07T01:11:18.0Z",
                  "flightDuration": 482,
                  "flightNumber": "6",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-03T00:00:00.0Z",
                      "departureTime": "2026-12-23T00:00:00.0Z",
                      "duration": 39,
                      "elapsedTime": 148
                    }
                  ],
                  "iatci": false,
                  "id": "83103251-253a-4b6f-bec3-68cafc6df33a",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "550",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 818
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "KN",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "hy",
                  "arrivalTime": "2027-07-17T00:00:00.0Z",
                  "boardingTime": "1959-04-24T19:22:35.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "GD",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "aF",
                  "departureTerminal": "84",
                  "departureTime": "2027-04-27T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3568
                  },
                  "equipment": "195",
                  "estimatedArrivalTime": "1922-04-01T07:04:04.0Z",
                  "estimatedDepartureTime": "1911-08-29T05:30:29.0Z",
                  "flightDuration": 104,
                  "flightNumber": "8",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-27T00:00:00.0Z",
                      "departureTime": "2027-05-17T00:00:00.0Z",
                      "duration": 180,
                      "elapsedTime": 273
                    }
                  ],
                  "iatci": false,
                  "id": "6434f764-e33f-4a85-8319-07b0210d25da",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "889",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 418
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "SJ",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "zf",
                  "arrivalTime": "2026-10-07T00:00:00.0Z",
                  "boardingTime": "1943-07-30T18:16:28.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "TJ",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "lw",
                  "departureTerminal": "uF",
                  "departureTime": "2027-01-26T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 673
                  },
                  "equipment": "765",
                  "estimatedArrivalTime": "1932-07-31T08:45:07.0Z",
                  "estimatedDepartureTime": "1946-01-26T19:39:51.0Z",
                  "flightDuration": 68,
                  "flightNumber": "6",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-21T00:00:00.0Z",
                      "departureTime": "2027-04-02T00:00:00.0Z",
                      "duration": 176,
                      "elapsedTime": 191
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-25T00:00:00.0Z",
                      "departureTime": "2027-03-25T00:00:00.0Z",
                      "duration": 125,
                      "elapsedTime": 136
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-24T00:00:00.0Z",
                      "departureTime": "2027-06-01T00:00:00.0Z",
                      "duration": 121,
                      "elapsedTime": 292
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-22T00:00:00.0Z",
                      "departureTime": "2026-09-08T00:00:00.0Z",
                      "duration": 54,
                      "elapsedTime": 169
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-08-14T00:00:00.0Z",
                      "departureTime": "2027-01-12T00:00:00.0Z",
                      "duration": 92,
                      "elapsedTime": 109
                    }
                  ],
                  "iatci": true,
                  "id": "f1fc17ec-7ab1-4291-a751-72530ffae742",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "9",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 712
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "RW",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "Mp",
                  "arrivalTime": "2026-09-13T00:00:00.0Z",
                  "boardingTime": "1915-05-14T18:25:40.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "TF",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "iz",
                  "departureTerminal": "XE",
                  "departureTime": "2026-11-20T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3859
                  },
                  "equipment": "097",
                  "estimatedArrivalTime": "1944-09-06T02:53:07.0Z",
                  "estimatedDepartureTime": "1915-07-25T03:09:42.0Z",
                  "flightDuration": 445,
                  "flightNumber": "29",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-22T00:00:00.0Z",
                      "departureTime": "2026-11-08T00:00:00.0Z",
                      "duration": 140,
                      "elapsedTime": 180
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-09T00:00:00.0Z",
                      "departureTime": "2027-01-22T00:00:00.0Z",
                      "duration": 125,
                      "elapsedTime": 74
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-18T00:00:00.0Z",
                      "departureTime": "2026-12-11T00:00:00.0Z",
                      "duration": 92,
                      "elapsedTime": 174
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-07T00:00:00.0Z",
                      "departureTime": "2027-06-17T00:00:00.0Z",
                      "duration": 157,
                      "elapsedTime": 81
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-10T00:00:00.0Z",
                      "departureTime": "2026-10-24T00:00:00.0Z",
                      "duration": 80,
                      "elapsedTime": 271
                    }
                  ],
                  "iatci": false,
                  "id": "e5cab809-ae8b-47da-b630-bc118e825d9f",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "127",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 396
                }
              ],
              "id": "0f03fa7c-5e7d-457b-a412-f01e5504cf3f",
              "number": "045",
              "operatingAirlineRecordLocator": "ABBRNY",
              "programIdentifier": "902021",
              "seatStatus": "STANDBY",
              "sequence": 19,
              "status": {
                "code": "LX",
                "value": "DESIRED"
              }
            }
          ],
          "type": "OUTBOUND"
        },
        {
          "alternativeSegment": [
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "REDRESS",
                "KNOWN_TRAVELER",
                "REDRESS",
                "REDRESS"
              ],
              "associationId": 280,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_INTERNATIONAL_FLIGHT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 3,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "PE",
                "value": "OTHER"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "BRUEEztpnLlFY2bhi9dW",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "558"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "mNFmh33K7wbnqR3fsbL5",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "452"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "962"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "Zq7ymPMeEZEXeRKVWiFm",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "953"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "975"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "554"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "i9YKmSVSCOjsc3f2XFob",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "573"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "553"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "d7I1L65L9oz29m72CNZS",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "338"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "819"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "278"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "961"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "5DKygm1Llb7939p5wPcH",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "611"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "926"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "FrEaQ9l04Ne85GPUBlUj",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "002"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "646"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "jkHRLc3EtVNtJJocxnOS",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "760"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "ZsUe3WpZdq0sV1oi3Woc",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "252"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "355"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "440"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "239"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "723"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "DIm6lWnSKW6KBlMEQiMO",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "916"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "xXRFrzQKi0DPG3jkSNlt",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "013"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "211"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "256"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "006"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "255"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "tMUnkwrml54cpBQbAN9w",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "833"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "526"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "940"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "853"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "WNruAyOcT41LgshNheAD",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "593"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "456"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "qrqfXprcoELkHHZsUvZx",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "252"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "r6TQXEfbZy8WSZ7eXe2c",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "287"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "810"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "058"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "76eYpAQkZq5OtM8ljRXn",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "783"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "132"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "406"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "650"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "178"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "MH7HvA4a8C9o46UvxJEi",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "423"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "900"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "189"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "463"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "430"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "0rEuIMuBk6MKX8LjQPN0",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "932"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "225"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1365.09,
                "atpcoRule": "xNRd",
                "atpcoTariff": 34,
                "bookingClass": "n",
                "brand": "Ss",
                "cabinClass": "BUSINESS",
                "cabinClassCode": "m",
                "discountCategory": "87",
                "fareBasisCode": "rqEeS3",
                "governingAirline": "[ob",
                "id": "1e149807-5124-4c49-be90-26a13eafe222",
                "operatingBookingClass": "a",
                "privateTariff": false,
                "type": "REF",
                "vendor": {
                  "code": "ATP",
                  "value": "SABRE_MYFARES_SUBSCRIBERS"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "GE",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "IZ",
                  "arrivalTime": "2026-11-18T00:00:00.0Z",
                  "boardingTime": "1909-06-26T20:03:49.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "IE",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "GO",
                  "departureTerminal": "wW",
                  "departureTime": "2027-05-24T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3653
                  },
                  "equipment": "034",
                  "estimatedArrivalTime": "1905-01-13T17:38:33.0Z",
                  "estimatedDepartureTime": "1934-07-11T20:05:34.0Z",
                  "flightDuration": 232,
                  "flightNumber": "98",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-20T00:00:00.0Z",
                      "departureTime": "2027-07-04T00:00:00.0Z",
                      "duration": 87,
                      "elapsedTime": 89
                    }
                  ],
                  "iatci": true,
                  "id": "4df07226-a53c-491e-85a1-fba9e4dc9350",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "83",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 347
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "NO",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "hU",
                  "arrivalTime": "2027-07-05T00:00:00.0Z",
                  "boardingTime": "1958-01-19T11:28:10.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "NZ",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "5p",
                  "departureTerminal": "Or",
                  "departureTime": "2027-02-16T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1133
                  },
                  "equipment": "225",
                  "estimatedArrivalTime": "1921-10-06T17:21:18.0Z",
                  "estimatedDepartureTime": "1940-06-08T05:23:36.0Z",
                  "flightDuration": 526,
                  "flightNumber": "14",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-25T00:00:00.0Z",
                      "departureTime": "2026-10-25T00:00:00.0Z",
                      "duration": 152,
                      "elapsedTime": 235
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-06T00:00:00.0Z",
                      "departureTime": "2027-06-29T00:00:00.0Z",
                      "duration": 161,
                      "elapsedTime": 103
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-22T00:00:00.0Z",
                      "departureTime": "2026-12-14T00:00:00.0Z",
                      "duration": 166,
                      "elapsedTime": 130
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-01T00:00:00.0Z",
                      "departureTime": "2026-10-27T00:00:00.0Z",
                      "duration": 172,
                      "elapsedTime": 161
                    }
                  ],
                  "iatci": true,
                  "id": "5664a68c-b55a-4ad4-945c-3fdcbd31d038",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "1254",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 444
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "DE",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "8k",
                  "arrivalTime": "2026-12-10T00:00:00.0Z",
                  "boardingTime": "1892-10-04T05:43:03.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "PM",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "0C",
                  "departureTerminal": "L8",
                  "departureTime": "2026-10-25T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1899
                  },
                  "equipment": "295",
                  "estimatedArrivalTime": "1938-09-14T01:07:14.0Z",
                  "estimatedDepartureTime": "1940-05-26T01:34:24.0Z",
                  "flightDuration": 97,
                  "flightNumber": "9",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-01T00:00:00.0Z",
                      "departureTime": "2026-09-09T00:00:00.0Z",
                      "duration": 131,
                      "elapsedTime": 297
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-14T00:00:00.0Z",
                      "departureTime": "2026-10-21T00:00:00.0Z",
                      "duration": 60,
                      "elapsedTime": 294
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-15T00:00:00.0Z",
                      "departureTime": "2027-01-03T00:00:00.0Z",
                      "duration": 82,
                      "elapsedTime": 221
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-29T00:00:00.0Z",
                      "departureTime": "2026-12-04T00:00:00.0Z",
                      "duration": 56,
                      "elapsedTime": 277
                    }
                  ],
                  "iatci": false,
                  "id": "17658829-c905-4d42-93b7-24532ab34e34",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "5020",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 138
                }
              ],
              "id": "5ea3bdff-7ee0-4e52-b21b-b7f51f134c52",
              "number": "530",
              "operatingAirlineRecordLocator": "RKAVCX",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "850057",
              "seatStatus": "CONFIRMED",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 5,
              "status": {
                "code": "gw",
                "value": "STANDBY"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER",
                "REDRESS"
              ],
              "associationId": 455,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_INTERLINE_FLIGHT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 2,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "WAITLISTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "oKyCwkm8lgnzFxnzAeaO",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "347"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 727.07,
                "atpcoRule": "ph53",
                "atpcoTariff": 47,
                "bookingClass": "e",
                "brand": "cr",
                "cabinClass": "PREMIUM_BUSINESS",
                "cabinClassCode": "Q",
                "discountCategory": "29",
                "fareBasisCode": "Wzp0gG",
                "governingAirline": "[ob",
                "id": "3f2174e6-9c5f-4c4c-9275-7d48b6556ad1",
                "operatingBookingClass": "c",
                "privateTariff": false,
                "type": "NLX",
                "vendor": {
                  "code": "ATP",
                  "value": "SABRE_MYFARES_AIRLINES"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "AF",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "ju",
                  "arrivalTime": "2027-07-03T00:00:00.0Z",
                  "boardingTime": "1942-04-26T10:43:56.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "RW",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "bt",
                  "departureTerminal": "m7",
                  "departureTime": "2027-05-11T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4192
                  },
                  "equipment": "140",
                  "estimatedArrivalTime": "1950-04-10T04:59:59.0Z",
                  "estimatedDepartureTime": "1951-10-28T23:12:25.0Z",
                  "flightDuration": 341,
                  "flightNumber": "4",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-30T00:00:00.0Z",
                      "departureTime": "2026-09-18T00:00:00.0Z",
                      "duration": 63,
                      "elapsedTime": 270
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-08-05T00:00:00.0Z",
                      "departureTime": "2027-08-11T00:00:00.0Z",
                      "duration": 32,
                      "elapsedTime": 264
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-22T00:00:00.0Z",
                      "departureTime": "2027-02-17T00:00:00.0Z",
                      "duration": 91,
                      "elapsedTime": 212
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-08-24T00:00:00.0Z",
                      "departureTime": "2027-06-18T00:00:00.0Z",
                      "duration": 179,
                      "elapsedTime": 90
                    }
                  ],
                  "iatci": true,
                  "id": "3d2bd373-001d-408a-ab52-065e07373d02",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "618",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 617
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "VG",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "Y5",
                  "arrivalTime": "2027-02-05T00:00:00.0Z",
                  "boardingTime": "1950-04-02T02:53:30.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "VE",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "ae",
                  "departureTerminal": "ff",
                  "departureTime": "2027-03-25T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1495
                  },
                  "equipment": "925",
                  "estimatedArrivalTime": "1929-10-21T12:56:45.0Z",
                  "estimatedDepartureTime": "1909-06-10T16:26:27.0Z",
                  "flightDuration": 291,
                  "flightNumber": "9213",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-28T00:00:00.0Z",
                      "departureTime": "2027-06-06T00:00:00.0Z",
                      "duration": 52,
                      "elapsedTime": 75
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-29T00:00:00.0Z",
                      "departureTime": "2027-07-06T00:00:00.0Z",
                      "duration": 174,
                      "elapsedTime": 219
                    }
                  ],
                  "iatci": false,
                  "id": "085b45f6-9d74-47f9-8734-159666cb580d",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "10",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 484
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "TC",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "a3",
                  "arrivalTime": "2026-12-21T00:00:00.0Z",
                  "boardingTime": "1903-02-09T18:58:13.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "ET",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "k7",
                  "departureTerminal": "j0",
                  "departureTime": "2027-02-25T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2003
                  },
                  "equipment": "962",
                  "estimatedArrivalTime": "1925-08-07T01:42:03.0Z",
                  "estimatedDepartureTime": "1960-01-22T07:59:53.0Z",
                  "flightDuration": 519,
                  "flightNumber": "44",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-17T00:00:00.0Z",
                      "departureTime": "2026-09-02T00:00:00.0Z",
                      "duration": 85,
                      "elapsedTime": 287
                    }
                  ],
                  "iatci": false,
                  "id": "3142518d-5099-4752-8aae-694b5bf6bb20",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "913",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 161
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "PG",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "wu",
                  "arrivalTime": "2027-03-11T00:00:00.0Z",
                  "boardingTime": "1959-07-18T19:03:40.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "UZ",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "lO",
                  "departureTerminal": "r2",
                  "departureTime": "2026-10-14T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4977
                  },
                  "equipment": "946",
                  "estimatedArrivalTime": "1963-07-28T06:44:43.0Z",
                  "estimatedDepartureTime": "1909-01-22T12:27:26.0Z",
                  "flightDuration": 290,
                  "flightNumber": "2",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-25T00:00:00.0Z",
                      "departureTime": "2027-04-24T00:00:00.0Z",
                      "duration": 98,
                      "elapsedTime": 247
                    }
                  ],
                  "iatci": true,
                  "id": "4b0eb210-11e1-415a-94da-c829f3eefeac",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "1",
                  "span": "DOMESTIC",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 172
                }
              ],
              "id": "1ae6a050-337e-468b-b489-94da5490d3c4",
              "number": "336",
              "operatingAirlineRecordLocator": "SVYUNG",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "739499",
              "seatStatus": "CONFIRMED",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 14,
              "status": {
                "code": "iH",
                "value": "CONFIRMED"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER"
              ],
              "associationId": 430,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED_FOR_GIVEN_AIRLINE"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 3,
                "maxQuantity": 4,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "REJECTED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "M4Pw7hYZXPUzSrxOxyKa",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "233"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "260"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "980"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "28lGmhPfpySssafM9fMT",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "857"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "250"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "888"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "PK7yWkVLKyJdJrOxfWUV",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "573"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "914"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "994"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "524"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "TW9DIqUjnkosp4hzSuuC",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "439"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "067"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "066"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "976"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "318"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "cR3outrWvKYrFxxTa3sL",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "376"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "407"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "980"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "858"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "331"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "did4Cq8QELx84zrZLSue",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "241"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "932"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "958"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "964"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "ZrRXIlMld2KfjitXGPDn",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "678"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "475"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "220"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "496"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "eMBJaCKtBzJ83Zp9rB4y",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "491"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "474"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "517"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "601"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "582"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "CSx6lF20t3SSQKbXAxxV",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "104"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "461"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "126"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "093"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "019"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "lNVsFll2Y78es7eJsTRU",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "410"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "572"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1277.94,
                "atpcoRule": "CKoi",
                "atpcoTariff": 87,
                "bookingClass": "F",
                "brand": "0d",
                "cabinClass": "PREMIUM_ECONOMY",
                "cabinClassCode": "v",
                "discountCategory": "63",
                "fareBasisCode": "nRnOsa",
                "governingAirline": "[ob",
                "id": "73ff6054-4976-4bdb-9079-6fd8b3b6260c",
                "operatingBookingClass": "J",
                "privateTariff": false,
                "type": "NRF",
                "vendor": {
                  "code": "ATP",
                  "value": "SABRE_MYFARES_AIRLINES"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "NZ",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "hu",
                  "arrivalTime": "2027-02-21T00:00:00.0Z",
                  "boardingTime": "1912-04-09T20:05:26.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "MP",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "fq",
                  "departureTerminal": "KC",
                  "departureTime": "2026-08-26T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 3986
                  },
                  "equipment": "660",
                  "estimatedArrivalTime": "1923-11-27T14:17:25.0Z",
                  "estimatedDepartureTime": "1938-06-04T05:24:01.0Z",
                  "flightDuration": 407,
                  "flightNumber": "85",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-02T00:00:00.0Z",
                      "departureTime": "2026-10-16T00:00:00.0Z",
                      "duration": 75,
                      "elapsedTime": 207
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-08-08T00:00:00.0Z",
                      "departureTime": "2027-07-13T00:00:00.0Z",
                      "duration": 83,
                      "elapsedTime": 296
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-11T00:00:00.0Z",
                      "departureTime": "2027-07-22T00:00:00.0Z",
                      "duration": 84,
                      "elapsedTime": 246
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-19T00:00:00.0Z",
                      "departureTime": "2026-08-31T00:00:00.0Z",
                      "duration": 143,
                      "elapsedTime": 294
                    }
                  ],
                  "iatci": true,
                  "id": "f7f766a1-bce3-4211-be87-6e3a15f60f4e",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "562",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 80
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "AM",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "fa",
                  "arrivalTime": "2027-07-05T00:00:00.0Z",
                  "boardingTime": "1905-07-15T15:50:45.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "VE",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "Ds",
                  "departureTerminal": "Mm",
                  "departureTime": "2027-03-13T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4274
                  },
                  "equipment": "622",
                  "estimatedArrivalTime": "1896-04-29T09:01:53.0Z",
                  "estimatedDepartureTime": "1947-09-18T02:10:03.0Z",
                  "flightDuration": 491,
                  "flightNumber": "887",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-02T00:00:00.0Z",
                      "departureTime": "2027-07-27T00:00:00.0Z",
                      "duration": 52,
                      "elapsedTime": 263
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-26T00:00:00.0Z",
                      "departureTime": "2027-04-08T00:00:00.0Z",
                      "duration": 103,
                      "elapsedTime": 94
                    }
                  ],
                  "iatci": true,
                  "id": "bc41ba8f-cac0-4349-9ad1-aef5c5cdc8e1",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "773",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 747
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "GM",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "Ni",
                  "arrivalTime": "2026-12-31T00:00:00.0Z",
                  "boardingTime": "1895-01-19T23:38:52.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "LT",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "Vv",
                  "departureTerminal": "6b",
                  "departureTime": "2026-08-30T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 450
                  },
                  "equipment": "283",
                  "estimatedArrivalTime": "1919-11-04T21:47:27.0Z",
                  "estimatedDepartureTime": "1958-11-27T07:52:17.0Z",
                  "flightDuration": 105,
                  "flightNumber": "79",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-23T00:00:00.0Z",
                      "departureTime": "2027-03-15T00:00:00.0Z",
                      "duration": 139,
                      "elapsedTime": 147
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-07T00:00:00.0Z",
                      "departureTime": "2027-05-28T00:00:00.0Z",
                      "duration": 83,
                      "elapsedTime": 152
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-20T00:00:00.0Z",
                      "departureTime": "2027-05-31T00:00:00.0Z",
                      "duration": 147,
                      "elapsedTime": 267
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-11T00:00:00.0Z",
                      "departureTime": "2026-10-26T00:00:00.0Z",
                      "duration": 81,
                      "elapsedTime": 260
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-15T00:00:00.0Z",
                      "departureTime": "2026-09-10T00:00:00.0Z",
                      "duration": 172,
                      "elapsedTime": 226
                    }
                  ],
                  "iatci": true,
                  "id": "6cdc0935-96a8-4905-b2bd-21318b4b73df",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "7",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 842
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "SZ",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "Fh",
                  "arrivalTime": "2027-08-08T00:00:00.0Z",
                  "boardingTime": "1908-05-31T09:53:42.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "PG",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "ta",
                  "departureTerminal": "3O",
                  "departureTime": "2026-08-24T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1503
                  },
                  "equipment": "625",
                  "estimatedArrivalTime": "1896-07-15T14:39:42.0Z",
                  "estimatedDepartureTime": "1969-10-08T01:43:43.0Z",
                  "flightDuration": 574,
                  "flightNumber": "386",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-23T00:00:00.0Z",
                      "departureTime": "2027-04-01T00:00:00.0Z",
                      "duration": 95,
                      "elapsedTime": 96
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-29T00:00:00.0Z",
                      "departureTime": "2026-11-11T00:00:00.0Z",
                      "duration": 84,
                      "elapsedTime": 220
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-01T00:00:00.0Z",
                      "departureTime": "2026-09-05T00:00:00.0Z",
                      "duration": 145,
                      "elapsedTime": 218
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-22T00:00:00.0Z",
                      "departureTime": "2027-06-05T00:00:00.0Z",
                      "duration": 161,
                      "elapsedTime": 207
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-03T00:00:00.0Z",
                      "departureTime": "2027-04-26T00:00:00.0Z",
                      "duration": 53,
                      "elapsedTime": 195
                    }
                  ],
                  "iatci": true,
                  "id": "00dfa125-583f-4d5e-894d-2a2bb2918f6b",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "4",
                  "span": "INTERNATIONAL",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 105
                }
              ],
              "id": "32843c88-76c9-4e10-91e6-3136b6ee233b",
              "number": "926",
              "operatingAirlineRecordLocator": "NNHUAX",
              "priorityListPassengerIds": {
                "0": "id01",
                "1": "id02"
              },
              "programIdentifier": "587944",
              "seatStatus": "STANDBY",
              "segmentRefs": {
                "0": "id01",
                "1": "id02"
              },
              "sequence": 14,
              "status": {
                "code": "ZI",
                "value": "CANCELLED"
              }
            }
          ],
          "eligibilities": {
            "eligibility": [
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "9kaCituPghx6UmmQA6So",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "839"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "139"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "515"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "876"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "251"
                      }
                    ]
                  },
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "WnSWoIXZj0wmcI0Mpk3o",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "505"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "922"
                      }
                    ]
                  },
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "reWbRs8M5FRmISVjx6U8",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "496"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "664"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "837"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "392"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "855"
                      }
                    ]
                  },
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "OegaaIwxG2vuB7OSEyXW",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "155"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "255"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "520"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "276"
                      }
                    ]
                  },
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "BHVsCDzExPYqZNLR9MA5",
                    "message": "It is too early for check-in.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "508"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "926"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "811jXHkUborc6IlRr2hG",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "652"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "517"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "300"
                      }
                    ]
                  },
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "mKfguvy9ZNGcwsFroOaD",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "588"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "668"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "574"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "601"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "961"
                      }
                    ]
                  },
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "Mcv0Nh7YZ8DwaEAIAoDq",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "735"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "727"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "908"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "458"
                      }
                    ]
                  },
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "6xGNvN5dy7RwsJBoUvWn",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "656"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "319"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "311"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "279"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              }
            ]
          },
          "id": "6997f813-ca63-4fa8-bd98-79d1dbe11744",
          "marriageGroup": [
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            },
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            },
            {
              "segmentRefs": [
                "id01",
                "id02"
              ]
            }
          ],
          "pastSegment": [
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "REDRESS",
                "REDRESS"
              ],
              "associationId": 374,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_FOR_GIVEN_AIRLINE"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 2,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "UPGRADED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "2ar19PdAhX7fKNAIKy1Z",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "115"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "435"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "865"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "919"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "du04b4Nn2GcCIcHv5Zeo",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "146"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "958"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "268"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "CkgfU0OlusTGxSNLB7RE",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "919"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "Q4MYm76pO52JppPOcReQ",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "673"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "sbdL6XBYk9BkBUxkCmU9",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "898"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "fRZAIdxqCinOoelU3Ic4",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "755"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "610"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "021"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "204"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "598"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "q10tHRRkVAZI1Rqpnl3N",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "439"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "054"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "514"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "609"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "952"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "SrI6csO9XWWaJTIyQ6NL",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "602"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "876"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "Sawg5StPNSUIv0Z11Yr6",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "710"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "528"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "406"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "98JZ0q0mSuECmVT84XZn",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "756"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "005"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "xehcuRRLswwQV5yVsyA0",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "630"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "026"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "4aF4QDshalgMdWCEcKql",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "042"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "335"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "081"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "721"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "2SVTDLSWbOscB6U4dk8Z",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "909"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "314"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "r5YZGPGC1I9yGBHNtkVH",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "141"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "220"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "161"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "820"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1039.44,
                "atpcoRule": "zk8J",
                "atpcoTariff": 99,
                "bookingClass": "w",
                "brand": "RD",
                "cabinClass": "ECONOMY",
                "cabinClassCode": "i",
                "discountCategory": "75",
                "fareBasisCode": "GWOuey",
                "governingAirline": "[ob",
                "id": "676651fc-f9a1-4ac6-a9e6-bf1078208865",
                "operatingBookingClass": "I",
                "privateTariff": true,
                "type": "REF",
                "vendor": {
                  "code": "ATP",
                  "value": "SABRE_MYFARES_AIRLINES"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "LT",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "h1",
                  "arrivalTime": "2027-07-22T00:00:00.0Z",
                  "boardingTime": "1934-05-11T22:38:26.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "ST",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "ca",
                  "departureTerminal": "CK",
                  "departureTime": "2026-11-15T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 2003
                  },
                  "equipment": "535",
                  "estimatedArrivalTime": "1933-05-23T16:21:19.0Z",
                  "estimatedDepartureTime": "1964-06-25T07:11:04.0Z",
                  "flightDuration": 205,
                  "flightNumber": "5",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-18T00:00:00.0Z",
                      "departureTime": "2027-05-14T00:00:00.0Z",
                      "duration": 120,
                      "elapsedTime": 282
                    }
                  ],
                  "iatci": false,
                  "id": "bdddbe5f-962d-4b8f-867d-ef12ac6338ce",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "584",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 164
                }
              ],
              "id": "2c5360da-d841-454c-a987-4e0c6c4f002c",
              "number": "507",
              "operatingAirlineRecordLocator": "PKGXNZ",
              "programIdentifier": "452642",
              "seatStatus": "STANDBY",
              "sequence": 6,
              "status": {
                "code": "EU",
                "value": "NON_REVENUE"
              }
            },
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER"
              ],
              "associationId": 922,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED_ON_INTERLINE_FLIGHT"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 2,
                "maxQuantity": 1,
                "petAllowed": true,
                "reCheckInRequired": {
                  "message": "Customs clearance required.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "CO",
                "value": "OTHER"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "UzNenWQv82ccVfAxPaIF",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "602"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "744"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "391"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "386"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "430"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "wNSwcYoBJocDc0o5fieR",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "727"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "Sep1bMb9iSLWp6jjbIW3",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "049"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "849"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "156"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "808"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "DHmRfbJFqAVAVHgyxlYK",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "319"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "146"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "WkSNQfKxRXqWpOreIntP",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "038"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "242"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "416"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "504"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "6zcm2s5cflTkEMRcudWs",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "997"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "120"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "057"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "904"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "436"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "xRFHujLYx5rNVpe6KCoI",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "948"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "847"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "125"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "706"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "bbZuRxRb7QKfKEe6sTYX",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "065"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "107"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "681"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "jzxre2Sw25nFq0gdBZrZ",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "957"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "787"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "640"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "4TSWbK9vY1sgPzi5i4EI",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "594"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "447"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "549"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "064"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "167"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "sFLHERE45YmGLFgBQwGK",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "636"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "566"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "965"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "392"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "929"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "KnIWhJIt345lY4dzyE80",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "225"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "958"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "906"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "6aZVPkMTRChFKLXJgy9Z",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "148"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "394"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "006"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "365"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "lipoSK5VQcwKFa8ukzPQ",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "249"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "063"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "411"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "304"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "165"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 339.95,
                "atpcoRule": "pv8R",
                "atpcoTariff": 66,
                "bookingClass": "o",
                "brand": "YI",
                "cabinClass": "PREMIUM_FIRST",
                "cabinClassCode": "I",
                "discountCategory": "75",
                "fareBasisCode": "cKKQkO",
                "governingAirline": "[ob",
                "id": "27f4dbb3-2284-4e22-a8d3-919134c0b699",
                "operatingBookingClass": "Z",
                "privateTariff": true,
                "type": "NLX",
                "vendor": {
                  "code": "SMFC",
                  "value": "ATPCO"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "CZ",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "25",
                  "arrivalTime": "2026-11-29T00:00:00.0Z",
                  "boardingTime": "1946-10-05T19:38:36.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "SN",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "Gu",
                  "departureTerminal": "mU",
                  "departureTime": "2027-06-28T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4121
                  },
                  "equipment": "589",
                  "estimatedArrivalTime": "1921-02-24T03:42:06.0Z",
                  "estimatedDepartureTime": "1942-10-03T01:21:17.0Z",
                  "flightDuration": 249,
                  "flightNumber": "734",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-29T00:00:00.0Z",
                      "departureTime": "2026-09-02T00:00:00.0Z",
                      "duration": 43,
                      "elapsedTime": 63
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-23T00:00:00.0Z",
                      "departureTime": "2026-09-04T00:00:00.0Z",
                      "duration": 132,
                      "elapsedTime": 245
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-02T00:00:00.0Z",
                      "departureTime": "2027-02-20T00:00:00.0Z",
                      "duration": 109,
                      "elapsedTime": 163
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-10T00:00:00.0Z",
                      "departureTime": "2027-01-01T00:00:00.0Z",
                      "duration": 142,
                      "elapsedTime": 178
                    }
                  ],
                  "iatci": false,
                  "id": "261c810e-413e-4584-9eae-9d4f860333e7",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "61",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 325
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "ZA",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "Gr",
                  "arrivalTime": "2027-04-20T00:00:00.0Z",
                  "boardingTime": "1965-09-27T19:05:08.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "AL",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "ct",
                  "departureTerminal": "Q8",
                  "departureTime": "2027-07-15T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 394
                  },
                  "equipment": "504",
                  "estimatedArrivalTime": "1910-01-25T17:19:04.0Z",
                  "estimatedDepartureTime": "1935-09-03T08:05:41.0Z",
                  "flightDuration": 332,
                  "flightNumber": "39",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-23T00:00:00.0Z",
                      "departureTime": "2026-10-06T00:00:00.0Z",
                      "duration": 93,
                      "elapsedTime": 104
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-12T00:00:00.0Z",
                      "departureTime": "2027-01-21T00:00:00.0Z",
                      "duration": 110,
                      "elapsedTime": 193
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-05T00:00:00.0Z",
                      "departureTime": "2026-09-16T00:00:00.0Z",
                      "duration": 173,
                      "elapsedTime": 175
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-02T00:00:00.0Z",
                      "departureTime": "2027-03-17T00:00:00.0Z",
                      "duration": 30,
                      "elapsedTime": 102
                    }
                  ],
                  "iatci": false,
                  "id": "23684452-f12b-4ebf-a96d-9d81ff8889b1",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "84",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 719
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "PA",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "mg",
                  "arrivalTime": "2027-05-25T00:00:00.0Z",
                  "boardingTime": "1969-01-26T01:15:12.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "GU",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "Fo",
                  "departureTerminal": "0d",
                  "departureTime": "2026-10-25T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 687
                  },
                  "equipment": "732",
                  "estimatedArrivalTime": "1951-02-25T08:05:10.0Z",
                  "estimatedDepartureTime": "1948-06-24T13:26:12.0Z",
                  "flightDuration": 201,
                  "flightNumber": "2",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-12T00:00:00.0Z",
                      "departureTime": "2026-10-14T00:00:00.0Z",
                      "duration": 144,
                      "elapsedTime": 60
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-02T00:00:00.0Z",
                      "departureTime": "2027-04-16T00:00:00.0Z",
                      "duration": 144,
                      "elapsedTime": 259
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-08-21T00:00:00.0Z",
                      "departureTime": "2027-05-31T00:00:00.0Z",
                      "duration": 91,
                      "elapsedTime": 296
                    }
                  ],
                  "iatci": false,
                  "id": "3c41d0e7-fab6-4241-9c4c-2c872e46ecd9",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "295",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 512
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "LC",
                  "arrivalFlightScheduleStatus": "CANCELLED",
                  "arrivalTerminal": "xl",
                  "arrivalTime": "2027-08-03T00:00:00.0Z",
                  "boardingTime": "1939-01-17T15:32:32.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "KE",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "Wp",
                  "departureTerminal": "fB",
                  "departureTime": "2027-08-22T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 201
                  },
                  "equipment": "720",
                  "estimatedArrivalTime": "1896-04-23T01:58:55.0Z",
                  "estimatedDepartureTime": "1905-07-10T01:29:18.0Z",
                  "flightDuration": 430,
                  "flightNumber": "179",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-08T00:00:00.0Z",
                      "departureTime": "2027-04-29T00:00:00.0Z",
                      "duration": 43,
                      "elapsedTime": 279
                    }
                  ],
                  "iatci": false,
                  "id": "37e4f152-1e60-475a-9f8c-1c0088ac5eac",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "2737",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 832
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "RS",
                  "arrivalFlightScheduleStatus": "EARLY",
                  "arrivalTerminal": "PP",
                  "arrivalTime": "2027-06-14T00:00:00.0Z",
                  "boardingTime": "1923-07-28T11:15:45.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "SB",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "v2",
                  "departureTerminal": "J6",
                  "departureTime": "2027-06-29T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1759
                  },
                  "equipment": "092",
                  "estimatedArrivalTime": "1968-05-30T10:35:39.0Z",
                  "estimatedDepartureTime": "1893-08-11T17:20:55.0Z",
                  "flightDuration": 471,
                  "flightNumber": "7487",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-23T00:00:00.0Z",
                      "departureTime": "2027-04-22T00:00:00.0Z",
                      "duration": 124,
                      "elapsedTime": 272
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-07-06T00:00:00.0Z",
                      "departureTime": "2027-06-17T00:00:00.0Z",
                      "duration": 144,
                      "elapsedTime": 125
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-04-30T00:00:00.0Z",
                      "departureTime": "2026-10-19T00:00:00.0Z",
                      "duration": 30,
                      "elapsedTime": 233
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-10-14T00:00:00.0Z",
                      "departureTime": "2027-04-06T00:00:00.0Z",
                      "duration": 98,
                      "elapsedTime": 220
                    }
                  ],
                  "iatci": false,
                  "id": "20e5bbe5-ca62-4b90-a52d-489e4c99f4d8",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "989",
                  "span": "DOMESTIC",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 155
                }
              ],
              "id": "ab985a37-aa78-4971-9a68-76aaad4ec784",
              "number": "111",
              "operatingAirlineRecordLocator": "YKPRQE",
              "programIdentifier": "291142",
              "seatStatus": "CONFIRMED",
              "sequence": 16,
              "status": {
                "code": "sA",
                "value": "SOLD_SOLD"
              }
            }
          ],
          "segment": [
            {
              "applicableTransportationSecurity": [
                "KNOWN_TRAVELER",
                "REDRESS",
                "KNOWN_TRAVELER"
              ],
              "associationId": 634,
              "baggageCheckInRules": {
                "baggageRouteRequired": true,
                "homePrintedBagTagRestricted": {
                  "message": "Home printing prohibited.",
                  "type": "RESTRICTED"
                },
                "lateCheckIn": true,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 5,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "MISSING_BAGGAGE_AGREEMENT"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "OTHER"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "T1vl6GQgXo4WgGnLX6h4",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "530"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "KAWOq5W65nyn4sjcGXSf",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "851"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "971"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "OT0sV6g0rxXHYRslHoyY",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "627"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "377"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "967"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "978"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "d0ZlYF8RLL1lDhTXLp0x",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "110"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "A65OH5mbYFzypi6ScBq7",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "771"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "792"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "642"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "439"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "535"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "CuganQO23p5GccNvUX17",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "131"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "490"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "Pc5kcEp0pVzPNSqgylGJ",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "081"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "767"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "995"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "260"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "eAMoXD1eHzjbpCKjS970",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "603"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "599"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "927"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "426"
                          }
                        ]
                      },
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "FK0iv5AmelEa28lnrHhY",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "815"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "411"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "cyhAWITb1RpshFefDhfK",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "285"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "677"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "287"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": true,
                    "reason": [
                      {
                        "category": "TOO_EARLY_FOR_CHECK_IN",
                        "details": "qwfgHRYbcyLZBjpAOPGi",
                        "message": "Required travel document is missing.",
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "360"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "532"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "884"
                          }
                        ]
                      },
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "pWTH8wBP19dAibXBSbCk",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "501"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "655"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "607"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "473"
                          }
                        ]
                      },
                      {
                        "category": "BOOKING_CANCELLED",
                        "details": "bY5N8s3lDNrtnpFs7DPL",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "065"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1717.97,
                "atpcoRule": "VMtW",
                "atpcoTariff": 41,
                "bookingClass": "I",
                "brand": "BK",
                "cabinClass": "PREMIUM_BUSINESS",
                "cabinClassCode": "l",
                "discountCategory": "10",
                "fareBasisCode": "O0ogcn",
                "governingAirline": "[ob",
                "id": "cc0e11ee-9a0d-46e9-8826-9f745b65e935",
                "operatingBookingClass": "V",
                "privateTariff": false,
                "type": "REF",
                "vendor": {
                  "code": "SITA",
                  "value": "SITA"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "SR",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "zM",
                  "arrivalTime": "2026-12-23T00:00:00.0Z",
                  "boardingTime": "1943-07-09T10:26:24.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "BW",
                  "departureFlightScheduleStatus": "ON_TIME",
                  "departureGate": "Wt",
                  "departureTerminal": "h5",
                  "departureTime": "2026-10-05T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4465
                  },
                  "equipment": "609",
                  "estimatedArrivalTime": "1911-03-06T16:07:58.0Z",
                  "estimatedDepartureTime": "1902-12-19T05:37:39.0Z",
                  "flightDuration": 461,
                  "flightNumber": "97",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-15T00:00:00.0Z",
                      "departureTime": "2026-12-15T00:00:00.0Z",
                      "duration": 124,
                      "elapsedTime": 136
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-16T00:00:00.0Z",
                      "departureTime": "2027-05-13T00:00:00.0Z",
                      "duration": 45,
                      "elapsedTime": 156
                    }
                  ],
                  "iatci": true,
                  "id": "e7d64710-4a7c-4b2f-b735-ef58d2f33bbb",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "5127",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 650
                }
              ],
              "id": "9c243370-dde1-4a13-bf6e-28c8793ced1a",
              "number": "366",
              "operatingAirlineRecordLocator": "FPCXQK",
              "programIdentifier": "307064",
              "seatStatus": "CONFIRMED",
              "sequence": 14,
              "status": {
                "code": "Jr",
                "value": "OTHER"
              }
            },
            {
              "applicableTransportationSecurity": [
                "REDRESS",
                "KNOWN_TRAVELER",
                "KNOWN_TRAVELER"
              ],
              "associationId": 809,
              "baggageCheckInRules": {
                "baggageRouteRequired": false,
                "homePrintedBagTagRestricted": {
                  "message": "Restriction applied.",
                  "type": "RESTRICTED"
                },
                "lateCheckIn": false,
                "maxGuaranteedQuantity": 1,
                "maxQuantity": 5,
                "petAllowed": false,
                "reCheckInRequired": {
                  "message": "Re-check required at airport.",
                  "reason": "LEGAL_RESTRICTIONS"
                }
              },
              "bookingClassUpgradeStatus": {
                "code": "OT",
                "value": "UPGRADED"
              },
              "eligibilities": {
                "eligibility": [
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INSUFFICIENT_FUNDS",
                        "details": "TRgWbJjF81955YiHcgsc",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "598"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "922"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "985"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "633"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  },
                  {
                    "notEligible": false,
                    "reason": [
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "u0PsNrUxmat5tTQ3o4zc",
                        "message": "Booking has been cancelled.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "592"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "506"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "174"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "430"
                          }
                        ]
                      },
                      {
                        "category": "MISSING_DOCUMENT",
                        "details": "TDRUx1LPUooXVxqeMDkc",
                        "message": "Payment processing failed.",
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "844"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "962"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "532"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "000"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "277"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "BmzVMdpVEN0VpuDUDpPE",
                        "message": "It is too early for check-in.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "692"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "968"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "339"
                          }
                        ]
                      },
                      {
                        "category": "INVALID_FLIGHT",
                        "details": "iAyx0DtitITCQ86OzFoT",
                        "message": "This flight is not eligible.",
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "255"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "643"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "818"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "337"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "046"
                          }
                        ]
                      }
                    ],
                    "type": "CHECK_IN"
                  }
                ]
              },
              "fareInfo": {
                "amount": 1380.07,
                "atpcoRule": "CEs9",
                "atpcoTariff": 66,
                "bookingClass": "k",
                "brand": "yt",
                "cabinClass": "PREMIUM_BUSINESS",
                "cabinClassCode": "e",
                "discountCategory": "35",
                "fareBasisCode": "p0wH4k",
                "governingAirline": "[ob",
                "id": "47c81d98-7183-483f-8911-c1074e2966fb",
                "operatingBookingClass": "d",
                "privateTariff": true,
                "type": "NLX",
                "vendor": {
                  "code": "ATP",
                  "value": "SITA"
                }
              },
              "flightDetail": [
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "PE",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "ol",
                  "arrivalTime": "2026-12-09T00:00:00.0Z",
                  "boardingTime": "1918-05-06T10:02:19.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "TD",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "eE",
                  "departureTerminal": "Cw",
                  "departureTime": "2026-10-17T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 4673
                  },
                  "equipment": "091",
                  "estimatedArrivalTime": "1959-02-11T19:32:27.0Z",
                  "estimatedDepartureTime": "1921-07-18T10:16:20.0Z",
                  "flightDuration": 307,
                  "flightNumber": "77",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-08-04T00:00:00.0Z",
                      "departureTime": "2027-02-13T00:00:00.0Z",
                      "duration": 113,
                      "elapsedTime": 151
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-08T00:00:00.0Z",
                      "departureTime": "2026-11-10T00:00:00.0Z",
                      "duration": 68,
                      "elapsedTime": 92
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-03T00:00:00.0Z",
                      "departureTime": "2026-12-28T00:00:00.0Z",
                      "duration": 53,
                      "elapsedTime": 256
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-07T00:00:00.0Z",
                      "departureTime": "2027-05-30T00:00:00.0Z",
                      "duration": 170,
                      "elapsedTime": 174
                    }
                  ],
                  "iatci": false,
                  "id": "27655dab-e472-432c-a0ff-bbddf0cd126d",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "37",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 335
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "SV",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "Nn",
                  "arrivalTime": "2027-02-22T00:00:00.0Z",
                  "boardingTime": "1963-09-24T01:43:54.0Z",
                  "changeOfGauge": true,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "CZ",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "Zw",
                  "departureTerminal": "Vy",
                  "departureTime": "2026-12-01T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 627
                  },
                  "equipment": "630",
                  "estimatedArrivalTime": "1895-06-04T22:30:30.0Z",
                  "estimatedDepartureTime": "1931-01-03T06:59:06.0Z",
                  "flightDuration": 213,
                  "flightNumber": "64",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-24T00:00:00.0Z",
                      "departureTime": "2027-03-31T00:00:00.0Z",
                      "duration": 40,
                      "elapsedTime": 255
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-08-22T00:00:00.0Z",
                      "departureTime": "2027-06-05T00:00:00.0Z",
                      "duration": 81,
                      "elapsedTime": 135
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-12-14T00:00:00.0Z",
                      "departureTime": "2026-10-31T00:00:00.0Z",
                      "duration": 33,
                      "elapsedTime": 118
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-11-30T00:00:00.0Z",
                      "departureTime": "2026-12-11T00:00:00.0Z",
                      "duration": 30,
                      "elapsedTime": 65
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-30T00:00:00.0Z",
                      "departureTime": "2026-08-24T00:00:00.0Z",
                      "duration": 119,
                      "elapsedTime": 280
                    }
                  ],
                  "iatci": true,
                  "id": "c23bf96e-9189-4af1-9c20-000860c1d63c",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "4713",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": false,
                  "timeToDeparture": 439
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "HK",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "NL",
                  "arrivalTime": "2027-05-01T00:00:00.0Z",
                  "boardingTime": "1947-12-16T15:50:37.0Z",
                  "changeOfGauge": false,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "IR",
                  "departureFlightScheduleStatus": "EARLY",
                  "departureGate": "Qe",
                  "departureTerminal": "2M",
                  "departureTime": "2026-11-11T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 1463
                  },
                  "equipment": "716",
                  "estimatedArrivalTime": "1968-07-16T19:52:13.0Z",
                  "estimatedDepartureTime": "1896-08-03T15:21:10.0Z",
                  "flightDuration": 289,
                  "flightNumber": "6390",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-25T00:00:00.0Z",
                      "departureTime": "2026-12-25T00:00:00.0Z",
                      "duration": 47,
                      "elapsedTime": 143
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-25T00:00:00.0Z",
                      "departureTime": "2027-02-02T00:00:00.0Z",
                      "duration": 97,
                      "elapsedTime": 154
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-20T00:00:00.0Z",
                      "departureTime": "2027-07-15T00:00:00.0Z",
                      "duration": 141,
                      "elapsedTime": 165
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-05-01T00:00:00.0Z",
                      "departureTime": "2026-11-19T00:00:00.0Z",
                      "duration": 115,
                      "elapsedTime": 253
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-01T00:00:00.0Z",
                      "departureTime": "2027-07-04T00:00:00.0Z",
                      "duration": 177,
                      "elapsedTime": 225
                    }
                  ],
                  "iatci": true,
                  "id": "3bf83740-900b-439b-9d32-2719f080c646",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "860",
                  "span": "DOMESTIC",
                  "status": "ON TIME",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": false,
                  "timeToDeparture": 13
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "RE",
                  "arrivalFlightScheduleStatus": "ON_TIME",
                  "arrivalTerminal": "8C",
                  "arrivalTime": "2027-01-06T00:00:00.0Z",
                  "boardingTime": "1964-08-26T09:49:52.0Z",
                  "changeOfGauge": true,
                  "commuter": true,
                  "departureAirport": "[ob",
                  "departureCountry": "CO",
                  "departureFlightScheduleStatus": "DELAYED",
                  "departureGate": "xo",
                  "departureTerminal": "b1",
                  "departureTime": "2027-07-23T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 494
                  },
                  "equipment": "194",
                  "estimatedArrivalTime": "1942-03-26T09:23:07.0Z",
                  "estimatedDepartureTime": "1938-12-30T07:10:52.0Z",
                  "flightDuration": 130,
                  "flightNumber": "8717",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-06T00:00:00.0Z",
                      "departureTime": "2026-12-12T00:00:00.0Z",
                      "duration": 157,
                      "elapsedTime": 182
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-02-17T00:00:00.0Z",
                      "departureTime": "2026-09-25T00:00:00.0Z",
                      "duration": 74,
                      "elapsedTime": 221
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-26T00:00:00.0Z",
                      "departureTime": "2026-12-17T00:00:00.0Z",
                      "duration": 144,
                      "elapsedTime": 294
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-06-11T00:00:00.0Z",
                      "departureTime": "2027-05-31T00:00:00.0Z",
                      "duration": 94,
                      "elapsedTime": 205
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-31T00:00:00.0Z",
                      "departureTime": "2027-02-20T00:00:00.0Z",
                      "duration": 137,
                      "elapsedTime": 193
                    }
                  ],
                  "iatci": true,
                  "id": "f8dbd3ec-b2d5-47db-ac3c-ab2e0aa1a2ae",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "9",
                  "span": "INTERNATIONAL",
                  "status": "DELAYED",
                  "subjectToGovernmentApproval": true,
                  "thirdPartyGroundHandled": true,
                  "throughFlight": true,
                  "timeToDeparture": 587
                },
                {
                  "aircraftLease": {
                    "lessorAirline": "[ob",
                    "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                  },
                  "airline": "[ob",
                  "arrivalAirport": "[ob",
                  "arrivalCountry": "MW",
                  "arrivalFlightScheduleStatus": "DELAYED",
                  "arrivalTerminal": "id",
                  "arrivalTime": "2027-05-14T00:00:00.0Z",
                  "boardingTime": "1905-07-22T16:31:36.0Z",
                  "changeOfGauge": false,
                  "commuter": false,
                  "departureAirport": "[ob",
                  "departureCountry": "PL",
                  "departureFlightScheduleStatus": "CANCELLED",
                  "departureGate": "WP",
                  "departureTerminal": "Up",
                  "departureTime": "2027-07-04T00:00:00.0Z",
                  "disclosureAirline": "[ob",
                  "distance": {
                    "unit": "MILES",
                    "value": 792
                  },
                  "equipment": "447",
                  "estimatedArrivalTime": "1958-10-14T08:51:21.0Z",
                  "estimatedDepartureTime": "1900-01-16T11:20:33.0Z",
                  "flightDuration": 501,
                  "flightNumber": "747",
                  "flightStop": [
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-03-30T00:00:00.0Z",
                      "departureTime": "2026-10-26T00:00:00.0Z",
                      "duration": 77,
                      "elapsedTime": 128
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-01-04T00:00:00.0Z",
                      "departureTime": "2026-09-27T00:00:00.0Z",
                      "duration": 110,
                      "elapsedTime": 218
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2027-08-09T00:00:00.0Z",
                      "departureTime": "2027-01-17T00:00:00.0Z",
                      "duration": 120,
                      "elapsedTime": 93
                    },
                    {
                      "airport": "[ob",
                      "arrivalTime": "2026-09-28T00:00:00.0Z",
                      "departureTime": "2026-11-16T00:00:00.0Z",
                      "duration": 120,
                      "elapsedTime": 72
                    }
                  ],
                  "iatci": true,
                  "id": "03d4e427-6007-4067-9395-b0c220feb753",
                  "operatingAirline": "[ob",
                  "operatingAirlineName": "[object Object]",
                  "operatingFlightNumber": "610",
                  "span": "INTERNATIONAL",
                  "status": "CANCELLED",
                  "subjectToGovernmentApproval": false,
                  "thirdPartyGroundHandled": false,
                  "throughFlight": true,
                  "timeToDeparture": 594
                }
              ],
              "id": "eb045681-867e-47ce-af77-1ee4e654a081",
              "number": "395",
              "operatingAirlineRecordLocator": "MPWMXS",
              "programIdentifier": "129052",
              "seatStatus": "CONFIRMED",
              "sequence": 19,
              "status": {
                "code": "ST",
                "value": "SOLD_SOLD"
              }
            }
          ],
          "type": "OUTBOUND"
        }
      ],
      "segmentGroups": [
        {
          "id": "6sb",
          "segmentIds": [
            "s1",
            "s2"
          ],
          "throughCheckIn": true
        }
      ]
    },
    "languagePreference": "EN",
    "offerId": "98a09da8-7311-4fff-b104-58be32dadceb",
    "passengers": {
      "contactDetails": {
        "address": [
          {
            "city": "West Kaylah",
            "companyName": "Daugherty, Erdman and Kilback",
            "country": "KI",
            "id": "c3a615b3-6a73-484d-92d7-587b4f683b4a",
            "personName": {
              "first": "Julian",
              "last": "Rogahn",
              "middle": "Phoenix",
              "prefix": "Dr.",
              "raw": "Joann Abernathy",
              "suffix": "III"
            },
            "postalCode": "85543",
            "stateProvince": "Alabama",
            "street1": "97524 Marielle Cliff",
            "street2": "Apt. 749",
            "type": "HOME"
          }
        ],
        "email": [
          {
            "id": "be17d168-39d1-4c17-a64c-54a27a34273b",
            "type": "PERSONAL",
            "value": "Logan.Weber39@hotmail.com"
          },
          {
            "id": "c6bd5762-6815-4e45-a1b4-cb87151b2de6",
            "type": "PERSONAL",
            "value": "Norene21@gmail.com"
          },
          {
            "id": "b160c85a-a1d5-470e-8e2a-0131b49ffe18",
            "type": "PERSONAL",
            "value": "Filiberto.Padberg30@hotmail.com"
          },
          {
            "id": "f0be260d-2424-4d38-a843-cd519613a550",
            "type": "PERSONAL",
            "value": "Jillian_Kerluke23@yahoo.com"
          }
        ],
        "phone": [
          {
            "allowedSMS": true,
            "areaCode": "538",
            "carrier": "SPRINT",
            "countryCode": "83",
            "extension": "773",
            "id": "2accf8e0-f355-425d-9ab6-bc084f0b345e",
            "number": "49285077",
            "type": "MOBILE"
          }
        ]
      },
      "count": 4,
      "emergencyContact": [
        {
          "contactDetails": "+16473194970",
          "countryCode": "GQ",
          "id": "fdbca35f-dced-40ab-b398-f1298ad31a9e",
          "name": "Dr. Kerry Nienow",
          "otherDetails": "gTtoJNqzKviMWXx",
          "relationship": "friend"
        }
      ],
      "passenger": [
        {
          "airExtra": [
            {
              "airExtraBundleRef": "4dbd03fe-7075-44c4-a11a-6588b4a5f42c",
              "ancillary": {
                "airline": "[ob",
                "ancillaryRules": {
                  "commissionable": true,
                  "customRules": {
                    "applyHighestTierLevel": false,
                    "convertible": false,
                    "excludedFormOfPayment": [
                      "AX"
                    ],
                    "maxQuantityPerPassenger": 2
                  },
                  "exchangeable": false,
                  "feeApplicationMethod": {
                    "code": "5",
                    "value": "PER_BAGGAGE_TRAVEL"
                  },
                  "formOfRefund": {
                    "code": "1",
                    "value": "ORIGINAL"
                  },
                  "freeAllowanceEligibility": {
                    "quantity": 0
                  },
                  "freeOfChargeRules": [
                    "EMD_REQUIRED",
                    "BOOKING_REQUIRED",
                    "EMD_REQUIRED",
                    "EMD_REQUIRED"
                  ],
                  "interlineable": false,
                  "inventoryControlled": true,
                  "paperTicketRequired": false,
                  "purchaseAtTicketIssue": false,
                  "purchaseBy": "2027-08-22",
                  "refundable": true,
                  "tourCode": "R0tVqS"
                },
                "bagType": "BIKE",
                "bookingMethod": {
                  "code": "6_",
                  "value": "SPECIAL_SERVICE_REQUEST"
                },
                "bundledAncillaryRefs": [
                  "id01",
                  "id02"
                ],
                "commercialName": "LOUNGE ACCESS",
                "displayOnly": true,
                "electronicMiscDocType": {
                  "code": "3",
                  "consumedAtIssuance": true,
                  "value": "FLIGHT_COUPON_ASSOCIATED"
                },
                "group": "SEA",
                "id": "18KoM0",
                "reasonForIssuance": {
                  "code": "B",
                  "value": "AIR_TRANSPORTATION"
                },
                "sequenceNumber": 1,
                "serviceType": {
                  "code": "YC",
                  "value": "CARRY_ON_BAGGAGE_ALLOWANCE"
                },
                "specialService": {
                  "code": "PETC",
                  "requiredProperties": {
                    "propertyDefinition": [
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 13,
                        "min": 5,
                        "name": "AGE",
                        "optional": false,
                        "type": "ENUM",
                        "unit": "KG"
                      },
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 46,
                        "min": 4,
                        "name": "WEIGHT",
                        "optional": true,
                        "type": "INT",
                        "unit": "KG"
                      },
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 61,
                        "min": 1,
                        "name": "AGE",
                        "optional": false,
                        "type": "INT",
                        "unit": "IN"
                      }
                    ]
                  },
                  "type": "STRUCTURED"
                },
                "ssimCode": "7wb",
                "subCode": "546",
                "vendor": "AMAD",
                "weight": [
                  {
                    "unit": "KILOGRAM",
                    "value": 19.7
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 17.6
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 24.8
                  }
                ]
              },
              "bookingIndicator": "10",
              "disassociated": false,
              "emdNumber": {
                "number": "65752893973119"
              },
              "emdPaperIndicator": "E",
              "eMDSegmentCoupons": {
                "eMDSegmentCoupon": [
                  {
                    "emdCouponNumber": "65",
                    "segmentRef": "73f90101-c7b1-4fd2-9188-0e00cd1d4f67"
                  },
                  {
                    "emdCouponNumber": "37",
                    "segmentRef": "5fa8bec4-51be-4fb5-af68-5ad9e3a55f92"
                  },
                  {
                    "emdCouponNumber": "80",
                    "segmentRef": "0eaf404a-977b-4711-8096-d0618f74f0fc"
                  }
                ]
              },
              "feeApplicationIndicator": "43",
              "id": "50866f65-8c6a-4d66-b924-12b3a32c74c6",
              "miscFee": {
                "dealName": "WINTER SALE",
                "group": "SEA",
                "id": "f79bb8e8-a550-4da3-9956-ea65863f4b55",
                "offerName": "OFFER A",
                "reasonForIssuance": "A",
                "subCode": "828"
              },
              "offerId": {
                "id": "e457ed99-7c8b-4b2f-9c59-484653cb8548",
                "itemId": "78e1f208-f17f-4f19-be78-36024de31262"
              },
              "passengerSegmentRefs": [
                "id01",
                "id02"
              ],
              "paymentStatus": {
                "statusCode": "OK",
                "value": "REJECTED"
              },
              "pnrId": "DRQHQR",
              "quantity": 4,
              "specialServiceDescription": {
                "code": "auZz",
                "properties": {
                  "property": [
                    {
                      "name": "TIME_TO_OPEN_CHECK_IN",
                      "value": "120"
                    },
                    {
                      "name": "TIME_TO_OPEN_CHECK_IN",
                      "value": "031"
                    },
                    {
                      "name": "TIME_TO_OPEN_CHECK_IN",
                      "value": "660"
                    },
                    {
                      "name": "DOCUMENT_EXPIRY_THRESHOLD",
                      "value": "460"
                    },
                    {
                      "name": "DOCUMENT_EXPIRY_THRESHOLD",
                      "value": "236"
                    }
                  ]
                },
                "text": "gPOzSfJXrZNnjTA"
              },
              "syntheticIdentifier": "42177710582889250225",
              "taxExemption": true,
              "ticketUsedForEmdPricing": "N",
              "type": "MISC_FEE",
              "weight": {
                "unit": "KILOGRAM",
                "value": 49.7
              }
            },
            {
              "airExtraBundleRef": "74693f9e-a2f8-4be4-9994-f67075643565",
              "ancillary": {
                "airline": "[ob",
                "ancillaryRules": {
                  "commissionable": true,
                  "customRules": {
                    "applyHighestTierLevel": false,
                    "convertible": false,
                    "excludedFormOfPayment": [
                      "AX"
                    ],
                    "maxQuantityPerPassenger": 1
                  },
                  "exchangeable": true,
                  "feeApplicationMethod": {
                    "code": "5",
                    "value": "HALF_PERCENT_OF_FARE_PER_KG"
                  },
                  "formOfRefund": {
                    "code": "3",
                    "value": "VOUCHER"
                  },
                  "freeAllowanceEligibility": {
                    "quantity": 3
                  },
                  "freeOfChargeRules": [
                    "EMD_REQUIRED",
                    "EMD_REQUIRED",
                    "BOOKING_REQUIRED"
                  ],
                  "interlineable": false,
                  "inventoryControlled": true,
                  "paperTicketRequired": true,
                  "purchaseAtTicketIssue": false,
                  "purchaseBy": "2027-08-05",
                  "refundable": false,
                  "tourCode": "LN6Hkl"
                },
                "bagType": "SURF",
                "bookingMethod": {
                  "code": "7@",
                  "value": "AUXILIARY_SEGMENT"
                },
                "bundledAncillaryRefs": [
                  "id01",
                  "id02"
                ],
                "commercialName": "PRIORITY BOARDING",
                "displayOnly": true,
                "electronicMiscDocType": {
                  "code": "3",
                  "consumedAtIssuance": true,
                  "value": "STANDALONE_TICKET_ASSOCIATED"
                },
                "group": "WIF",
                "id": "FQVv4Z",
                "reasonForIssuance": {
                  "code": "A",
                  "value": "OTHER"
                },
                "sequenceNumber": 89,
                "serviceType": {
                  "code": "3r",
                  "value": "PREPAID"
                },
                "specialService": {
                  "code": "WCHR",
                  "requiredProperties": {
                    "propertyDefinition": [
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 21,
                        "min": 1,
                        "name": "SIZE",
                        "optional": true,
                        "type": "ENUM",
                        "unit": "CM"
                      },
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 21,
                        "min": 5,
                        "name": "SIZE",
                        "optional": true,
                        "type": "ENUM",
                        "unit": "IN"
                      },
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 88,
                        "min": 3,
                        "name": "AGE",
                        "optional": true,
                        "type": "DECIMAL",
                        "unit": "KG"
                      }
                    ]
                  },
                  "type": "OPTIONAL"
                },
                "ssimCode": "6mt",
                "subCode": "518",
                "vendor": "SABR",
                "weight": [
                  {
                    "unit": "KILOGRAM",
                    "value": 31.2
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 13.4
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 9.4
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 30.8
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 9.8
                  }
                ]
              },
              "bookingIndicator": "15",
              "disassociated": true,
              "emdNumber": {
                "number": "79567198055153"
              },
              "emdPaperIndicator": "P",
              "eMDSegmentCoupons": {
                "eMDSegmentCoupon": [
                  {
                    "emdCouponNumber": "52",
                    "segmentRef": "38ac043b-1eee-4a38-8e92-1613a591e522"
                  },
                  {
                    "emdCouponNumber": "75",
                    "segmentRef": "a278ba39-d6bb-4652-896c-29937bb9e478"
                  },
                  {
                    "emdCouponNumber": "42",
                    "segmentRef": "9e4175b8-6984-4182-b90d-5c39d2b32590"
                  },
                  {
                    "emdCouponNumber": "86",
                    "segmentRef": "446ced07-c3f0-4645-8c61-38a77efa0e5a"
                  },
                  {
                    "emdCouponNumber": "05",
                    "segmentRef": "853468c8-46f5-4565-8b30-52cab8ed6a9e"
                  }
                ]
              },
              "feeApplicationIndicator": "47",
              "id": "e5c78efc-a04c-415c-ba9e-3779ea972403",
              "miscFee": {
                "dealName": "WINTER SALE",
                "group": "SEA",
                "id": "84676320-4af2-44a9-a5a6-16cf2633d58b",
                "offerName": "OFFER A",
                "reasonForIssuance": "R",
                "subCode": "245"
              },
              "offerId": {
                "id": "8000d218-f2ae-4c41-8b6e-2b57c16ca847",
                "itemId": "3327e3fd-0395-4452-b905-274f37177048"
              },
              "passengerSegmentRefs": [
                "id01",
                "id02"
              ],
              "paymentStatus": {
                "statusCode": "OK",
                "value": "VERIFICATION"
              },
              "pnrId": "UBMGDE",
              "quantity": 2,
              "specialServiceDescription": {
                "code": "eDBt",
                "properties": {
                  "property": [
                    {
                      "name": "DOCUMENT_EXPIRY_THRESHOLD",
                      "value": "955"
                    },
                    {
                      "name": "MINIMUM_AGE_REQUIRED",
                      "value": "745"
                    },
                    {
                      "name": "MINIMUM_AGE_REQUIRED",
                      "value": "731"
                    }
                  ]
                },
                "text": "vyiUqmdwhMaoYjQ"
              },
              "syntheticIdentifier": "14650714648527784733",
              "taxExemption": false,
              "ticketUsedForEmdPricing": "Y",
              "type": "MISC_FEE",
              "weight": {
                "unit": "KILOGRAM",
                "value": 31.5
              }
            },
            {
              "airExtraBundleRef": "65648543-e436-4496-b908-32fe6c39e213",
              "ancillary": {
                "airline": "[ob",
                "ancillaryRules": {
                  "commissionable": true,
                  "customRules": {
                    "applyHighestTierLevel": true,
                    "convertible": true,
                    "excludedFormOfPayment": [
                      "AX"
                    ],
                    "maxQuantityPerPassenger": 7
                  },
                  "exchangeable": true,
                  "feeApplicationMethod": {
                    "code": "1",
                    "value": "HALF_PERCENT_OF_FARE_PER_KG"
                  },
                  "formOfRefund": {
                    "code": "1",
                    "value": "VOUCHER"
                  },
                  "freeAllowanceEligibility": {
                    "quantity": 3
                  },
                  "freeOfChargeRules": [
                    "EMD_REQUIRED",
                    "BOOKING_REQUIRED",
                    "BOOKING_REQUIRED",
                    "BOOKING_REQUIRED",
                    "BOOKING_REQUIRED"
                  ],
                  "interlineable": false,
                  "inventoryControlled": true,
                  "paperTicketRequired": true,
                  "purchaseAtTicketIssue": false,
                  "purchaseBy": "2026-11-17",
                  "refundable": true,
                  "tourCode": "lUDiZS"
                },
                "bagType": "GOLF",
                "bookingMethod": {
                  "code": "7-",
                  "value": "NO_BOOKING_REQUIRED"
                },
                "bundledAncillaryRefs": [
                  "id01",
                  "id02"
                ],
                "commercialName": "LOUNGE ACCESS",
                "displayOnly": false,
                "electronicMiscDocType": {
                  "code": "2",
                  "consumedAtIssuance": false,
                  "value": "OTHER_THAN_EMD"
                },
                "group": "SEA",
                "id": "YTE7D4",
                "reasonForIssuance": {
                  "code": "A",
                  "value": "OTHER"
                },
                "sequenceNumber": 50,
                "serviceType": {
                  "code": "4k",
                  "value": "DISCLOSURE"
                },
                "specialService": {
                  "code": "PETC",
                  "requiredProperties": {
                    "propertyDefinition": [
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 42,
                        "min": 2,
                        "name": "WEIGHT",
                        "optional": true,
                        "type": "TEXT",
                        "unit": "IN"
                      }
                    ]
                  },
                  "type": "NOTALLOWED"
                },
                "ssimCode": "ZZA",
                "subCode": "399",
                "vendor": "SABR",
                "weight": [
                  {
                    "unit": "KILOGRAM",
                    "value": 17.4
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 46.3
                  }
                ]
              },
              "bookingIndicator": "27",
              "disassociated": false,
              "emdNumber": {
                "number": "23786501783084"
              },
              "emdPaperIndicator": "P",
              "eMDSegmentCoupons": {
                "eMDSegmentCoupon": [
                  {
                    "emdCouponNumber": "62",
                    "segmentRef": "00d2ee1a-5b11-455d-bd5f-a1d75e379a8c"
                  },
                  {
                    "emdCouponNumber": "45",
                    "segmentRef": "1b31c731-b09a-450a-b06c-9af66a22879b"
                  }
                ]
              },
              "feeApplicationIndicator": "33",
              "id": "dc74539c-6c91-4687-aa53-1e7ebd0b53fa",
              "miscFee": {
                "dealName": "SPRING DEAL",
                "group": "SEA",
                "id": "e6066347-bc07-4a49-a358-2d7f00245208",
                "offerName": "MAY WEEKEND DISCOUNT",
                "reasonForIssuance": "A",
                "subCode": "650"
              },
              "offerId": {
                "id": "10a0742b-9b63-4134-a3f3-f43f01ee6d72",
                "itemId": "12108e59-c761-4007-9608-961cd464098a"
              },
              "passengerSegmentRefs": [
                "id01",
                "id02"
              ],
              "paymentStatus": {
                "statusCode": "HD",
                "value": "VERIFICATION"
              },
              "pnrId": "KVWPUU",
              "quantity": 3,
              "specialServiceDescription": {
                "code": "MvYK",
                "properties": {
                  "property": [
                    {
                      "name": "DOCUMENT_EXPIRY_THRESHOLD",
                      "value": "657"
                    },
                    {
                      "name": "MINIMUM_AGE_REQUIRED",
                      "value": "667"
                    },
                    {
                      "name": "DOCUMENT_EXPIRY_THRESHOLD",
                      "value": "361"
                    }
                  ]
                },
                "text": "VJhzBBsyDOsPPGr"
              },
              "syntheticIdentifier": "52834480760744761993",
              "taxExemption": false,
              "ticketUsedForEmdPricing": "Y",
              "type": "MISC_FEE",
              "weight": {
                "unit": "KILOGRAM",
                "value": 45
              }
            }
          ],
          "airExtraBundle": [
            {
              "childRef": [
                "id01",
                "id02"
              ],
              "id": "42ce61be-5cf3-44f7-8f00-bec8886775f7",
              "parentRef": "c5718b9c-3831-41ec-a3fd-7279c7b0e375"
            },
            {
              "childRef": [
                "id01",
                "id02"
              ],
              "id": "a6565c25-1c68-4556-b3fd-3c48ee256a86",
              "parentRef": "a42a9659-f128-4690-aa8f-3135e6d3e26e"
            }
          ],
          "airExtraDocument": [
            {
              "airExtraDocumentCoupon": [
                {
                  "number": 82,
                  "passengerSegmentRef": "d5916041-8b99-40b8-b27d-ce3a4c366c9f",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "TTD",
                        "value": 179.74
                      },
                      "code": "RT",
                      "conversionRatio": {
                        "minimumPoints": 760,
                        "value": 0.52
                      },
                      "equivAmount": {
                        "currency": "PKR",
                        "value": 395
                      },
                      "override": false,
                      "points": 23728,
                      "referenceAmount": {
                        "currency": "AUD",
                        "value": 345.3
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "WST",
                          "value": 281.49
                        },
                        "code": "QX",
                        "conversionRatio": {
                          "minimumPoints": 340,
                          "value": 0.21
                        },
                        "equivAmount": {
                          "currency": "XCD",
                          "value": 470.17
                        },
                        "override": true,
                        "points": 7937,
                        "referenceAmount": {
                          "currency": "EGP",
                          "value": 59.49
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "MMK",
                          "value": 475.97
                        },
                        "code": "dN",
                        "conversionRatio": {
                          "minimumPoints": 449,
                          "value": 0.86
                        },
                        "equivAmount": {
                          "currency": "UGX",
                          "value": 169.29
                        },
                        "override": false,
                        "points": 34339,
                        "referenceAmount": {
                          "currency": "SRD",
                          "value": 363.57
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SBD",
                          "value": 145.04
                        },
                        "code": "Cu",
                        "conversionRatio": {
                          "minimumPoints": 899,
                          "value": 0.15
                        },
                        "equivAmount": {
                          "currency": "VUV",
                          "value": 342.85
                        },
                        "override": false,
                        "points": 36896,
                        "referenceAmount": {
                          "currency": "NGN",
                          "value": 373.66
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "LBP",
                          "value": 57.46
                        },
                        "code": "of",
                        "conversionRatio": {
                          "minimumPoints": 767,
                          "value": 0.33
                        },
                        "equivAmount": {
                          "currency": "MOP",
                          "value": 81.09
                        },
                        "override": true,
                        "points": 40577,
                        "referenceAmount": {
                          "currency": "VUV",
                          "value": 488.77
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "AWG",
                          "value": 194.15
                        },
                        "code": "Mo",
                        "conversionRatio": {
                          "minimumPoints": 853,
                          "value": 0.86
                        },
                        "equivAmount": {
                          "currency": "AFN",
                          "value": 70.87
                        },
                        "override": false,
                        "points": 43750,
                        "referenceAmount": {
                          "currency": "KPW",
                          "value": 454.86
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "UAH",
                          "value": 465.15
                        },
                        "code": "LE",
                        "conversionRatio": {
                          "minimumPoints": 312,
                          "value": 0.86
                        },
                        "equivAmount": {
                          "currency": "FJD",
                          "value": 278.76
                        },
                        "override": true,
                        "points": 28353,
                        "referenceAmount": {
                          "currency": "CUP",
                          "value": 80.83
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "MGA",
                          "value": 382.39
                        },
                        "code": "TY",
                        "conversionRatio": {
                          "minimumPoints": 674,
                          "value": 0.79
                        },
                        "equivAmount": {
                          "currency": "GIP",
                          "value": 230.72
                        },
                        "override": false,
                        "points": 17792,
                        "referenceAmount": {
                          "currency": "FKP",
                          "value": 205.47
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "KYD",
                          "value": 34.78
                        },
                        "code": "SF",
                        "conversionRatio": {
                          "minimumPoints": 710,
                          "value": 0.71
                        },
                        "equivAmount": {
                          "currency": "BIF",
                          "value": 231.73
                        },
                        "override": false,
                        "points": 49915,
                        "referenceAmount": {
                          "currency": "CLP",
                          "value": 235.11
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MKD",
                          "value": 199.2
                        },
                        "code": "we",
                        "conversionRatio": {
                          "minimumPoints": 933,
                          "value": 0.6
                        },
                        "equivAmount": {
                          "currency": "NGN",
                          "value": 433.55
                        },
                        "override": true,
                        "points": 32688,
                        "referenceAmount": {
                          "currency": "MXN",
                          "value": 212.17
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "CNY",
                          "value": 399.36
                        },
                        "code": "BZ",
                        "conversionRatio": {
                          "minimumPoints": 723,
                          "value": 0.25
                        },
                        "equivAmount": {
                          "currency": "AOA",
                          "value": 387.23
                        },
                        "override": false,
                        "points": 43626,
                        "referenceAmount": {
                          "currency": "ZWL",
                          "value": 254.61
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "XPF",
                          "value": 143.56
                        },
                        "code": "qB",
                        "conversionRatio": {
                          "minimumPoints": 163,
                          "value": 0.33
                        },
                        "equivAmount": {
                          "currency": "ANG",
                          "value": 182.36
                        },
                        "override": false,
                        "points": 42419,
                        "referenceAmount": {
                          "currency": "KHR",
                          "value": 378.07
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "KES",
                          "value": 318.2
                        },
                        "code": "zY",
                        "conversionRatio": {
                          "minimumPoints": 287,
                          "value": 0.43
                        },
                        "equivAmount": {
                          "currency": "TRY",
                          "value": 474.24
                        },
                        "override": true,
                        "points": 6491,
                        "referenceAmount": {
                          "currency": "CUP",
                          "value": 87.65
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ISK",
                          "value": 304.74
                        },
                        "code": "Tw",
                        "conversionRatio": {
                          "minimumPoints": 330,
                          "value": 0.38
                        },
                        "equivAmount": {
                          "currency": "AUD",
                          "value": 211.27
                        },
                        "override": false,
                        "points": 5102,
                        "referenceAmount": {
                          "currency": "IDR",
                          "value": 365.83
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "DOP",
                        "value": 29.87
                      },
                      "code": "oT",
                      "conversionRatio": {
                        "minimumPoints": 890,
                        "value": 0.42
                      },
                      "equivAmount": {
                        "currency": "KPW",
                        "value": 58.67
                      },
                      "override": true,
                      "points": 47090,
                      "referenceAmount": {
                        "currency": "TND",
                        "value": 168.54
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 41,
                  "passengerSegmentRef": "9cbf4ef7-1afe-43bc-978f-50a5e1f19feb",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "GHS",
                        "value": 29.79
                      },
                      "code": "CN",
                      "conversionRatio": {
                        "minimumPoints": 132,
                        "value": 0.2
                      },
                      "equivAmount": {
                        "currency": "AMD",
                        "value": 409.26
                      },
                      "override": false,
                      "points": 19563,
                      "referenceAmount": {
                        "currency": "HNL",
                        "value": 61.88
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "KMF",
                          "value": 215
                        },
                        "code": "Yj",
                        "conversionRatio": {
                          "minimumPoints": 225,
                          "value": 0.2
                        },
                        "equivAmount": {
                          "currency": "AOA",
                          "value": 413.62
                        },
                        "override": true,
                        "points": 47730,
                        "referenceAmount": {
                          "currency": "HTG",
                          "value": 227.24
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SYP",
                          "value": 446.02
                        },
                        "code": "TU",
                        "conversionRatio": {
                          "minimumPoints": 985,
                          "value": 0.7
                        },
                        "equivAmount": {
                          "currency": "MXN",
                          "value": 378.9
                        },
                        "override": false,
                        "points": 41988,
                        "referenceAmount": {
                          "currency": "VES",
                          "value": 190.3
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "DZD",
                          "value": 38.35
                        },
                        "code": "eS",
                        "conversionRatio": {
                          "minimumPoints": 991,
                          "value": 0.88
                        },
                        "equivAmount": {
                          "currency": "UYU",
                          "value": 88.72
                        },
                        "override": false,
                        "points": 19669,
                        "referenceAmount": {
                          "currency": "VND",
                          "value": 256.53
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "KGS",
                          "value": 368.19
                        },
                        "code": "dr",
                        "conversionRatio": {
                          "minimumPoints": 781,
                          "value": 0.2
                        },
                        "equivAmount": {
                          "currency": "BRL",
                          "value": 156.49
                        },
                        "override": true,
                        "points": 38686,
                        "referenceAmount": {
                          "currency": "YER",
                          "value": 105.8
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "XAF",
                          "value": 414.74
                        },
                        "code": "kH",
                        "conversionRatio": {
                          "minimumPoints": 847,
                          "value": 0.24
                        },
                        "equivAmount": {
                          "currency": "SBD",
                          "value": 28.73
                        },
                        "override": false,
                        "points": 48900,
                        "referenceAmount": {
                          "currency": "AFN",
                          "value": 213.22
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "ILS",
                          "value": 99.3
                        },
                        "code": "mW",
                        "conversionRatio": {
                          "minimumPoints": 523,
                          "value": 0.23
                        },
                        "equivAmount": {
                          "currency": "BHD",
                          "value": 8.94
                        },
                        "override": false,
                        "points": 16736,
                        "referenceAmount": {
                          "currency": "LBP",
                          "value": 35.94
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "PYG",
                          "value": 218.67
                        },
                        "code": "hK",
                        "conversionRatio": {
                          "minimumPoints": 333,
                          "value": 0.25
                        },
                        "equivAmount": {
                          "currency": "XPF",
                          "value": 43.74
                        },
                        "override": true,
                        "points": 17397,
                        "referenceAmount": {
                          "currency": "HKD",
                          "value": 403.98
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "SCR",
                          "value": 307.45
                        },
                        "code": "fE",
                        "conversionRatio": {
                          "minimumPoints": 999,
                          "value": 1
                        },
                        "equivAmount": {
                          "currency": "MGA",
                          "value": 84.39
                        },
                        "override": false,
                        "points": 25101,
                        "referenceAmount": {
                          "currency": "BIF",
                          "value": 15.7
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "TTD",
                          "value": 497.83
                        },
                        "code": "Dp",
                        "conversionRatio": {
                          "minimumPoints": 832,
                          "value": 0.27
                        },
                        "equivAmount": {
                          "currency": "DZD",
                          "value": 430.33
                        },
                        "override": true,
                        "points": 44494,
                        "referenceAmount": {
                          "currency": "SGD",
                          "value": 232.95
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "NGN",
                          "value": 255.68
                        },
                        "code": "KB",
                        "conversionRatio": {
                          "minimumPoints": 721,
                          "value": 0.16
                        },
                        "equivAmount": {
                          "currency": "MOP",
                          "value": 204.27
                        },
                        "override": false,
                        "points": 5247,
                        "referenceAmount": {
                          "currency": "BIF",
                          "value": 68.65
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "RSD",
                          "value": 422.94
                        },
                        "code": "OY",
                        "conversionRatio": {
                          "minimumPoints": 572,
                          "value": 0.32
                        },
                        "equivAmount": {
                          "currency": "KZT",
                          "value": 54.53
                        },
                        "override": true,
                        "points": 3654,
                        "referenceAmount": {
                          "currency": "XOF",
                          "value": 198.78
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SGD",
                          "value": 393.1
                        },
                        "code": "Yk",
                        "conversionRatio": {
                          "minimumPoints": 171,
                          "value": 0.1
                        },
                        "equivAmount": {
                          "currency": "DOP",
                          "value": 58.87
                        },
                        "override": false,
                        "points": 28793,
                        "referenceAmount": {
                          "currency": "AUD",
                          "value": 295.97
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "TRY",
                          "value": 118.03
                        },
                        "code": "bu",
                        "conversionRatio": {
                          "minimumPoints": 764,
                          "value": 0.25
                        },
                        "equivAmount": {
                          "currency": "KES",
                          "value": 207.11
                        },
                        "override": true,
                        "points": 19694,
                        "referenceAmount": {
                          "currency": "SSP",
                          "value": 52.44
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "MZN",
                          "value": 95.19
                        },
                        "code": "TK",
                        "conversionRatio": {
                          "minimumPoints": 322,
                          "value": 0.61
                        },
                        "equivAmount": {
                          "currency": "XAF",
                          "value": 345.04
                        },
                        "override": true,
                        "points": 3266,
                        "referenceAmount": {
                          "currency": "KMF",
                          "value": 38.73
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ETB",
                          "value": 108.48
                        },
                        "code": "AI",
                        "conversionRatio": {
                          "minimumPoints": 149,
                          "value": 0.28
                        },
                        "equivAmount": {
                          "currency": "SRD",
                          "value": 210.41
                        },
                        "override": false,
                        "points": 16577,
                        "referenceAmount": {
                          "currency": "SGD",
                          "value": 278.45
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "ARS",
                          "value": 268.91
                        },
                        "code": "Fe",
                        "conversionRatio": {
                          "minimumPoints": 772,
                          "value": 0.91
                        },
                        "equivAmount": {
                          "currency": "NZD",
                          "value": 411.75
                        },
                        "override": false,
                        "points": 3180,
                        "referenceAmount": {
                          "currency": "KHR",
                          "value": 91.57
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BOB",
                          "value": 143.48
                        },
                        "code": "fd",
                        "conversionRatio": {
                          "minimumPoints": 517,
                          "value": 0.99
                        },
                        "equivAmount": {
                          "currency": "MVR",
                          "value": 400.2
                        },
                        "override": false,
                        "points": 7004,
                        "referenceAmount": {
                          "currency": "BYN",
                          "value": 464.82
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "RUB",
                          "value": 483.67
                        },
                        "code": "rR",
                        "conversionRatio": {
                          "minimumPoints": 631,
                          "value": 0.51
                        },
                        "equivAmount": {
                          "currency": "MMK",
                          "value": 203.73
                        },
                        "override": false,
                        "points": 48740,
                        "referenceAmount": {
                          "currency": "UAH",
                          "value": 406.45
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "AMD",
                          "value": 155.89
                        },
                        "code": "hn",
                        "conversionRatio": {
                          "minimumPoints": 617,
                          "value": 0.23
                        },
                        "equivAmount": {
                          "currency": "GMD",
                          "value": 33.67
                        },
                        "override": false,
                        "points": 42349,
                        "referenceAmount": {
                          "currency": "SAR",
                          "value": 466.8
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "NGN",
                        "value": 389.73
                      },
                      "code": "Qp",
                      "conversionRatio": {
                        "minimumPoints": 882,
                        "value": 0.35
                      },
                      "equivAmount": {
                        "currency": "PLN",
                        "value": 392.53
                      },
                      "override": true,
                      "points": 43796,
                      "referenceAmount": {
                        "currency": "MAD",
                        "value": 340.45
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                }
              ],
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "id": "751dbd4b-d123-4167-8ecd-1aed9792bae2",
              "issueDate": "2026-01-13T00:00:00.0Z",
              "number": "7206594816371",
              "paymentRefs": [
                "id01",
                "id02"
              ],
              "priceBreakdown": {
                "base": {
                  "amount": {
                    "currency": "HKD",
                    "value": 209.85
                  },
                  "code": "wU",
                  "conversionRatio": {
                    "minimumPoints": 752,
                    "value": 0.58
                  },
                  "equivAmount": {
                    "currency": "XPF",
                    "value": 464.94
                  },
                  "override": false,
                  "points": 12058,
                  "referenceAmount": {
                    "currency": "KRW",
                    "value": 229.66
                  },
                  "taxType": "FLAT"
                },
                "commission": [
                  {
                    "amount": {
                      "currency": "IDR",
                      "value": 304.81
                    },
                    "code": "gJ",
                    "conversionRatio": {
                      "minimumPoints": 921,
                      "value": 0.95
                    },
                    "equivAmount": {
                      "currency": "WST",
                      "value": 147.98
                    },
                    "override": true,
                    "points": 22248,
                    "referenceAmount": {
                      "currency": "EGP",
                      "value": 354.7
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "IDR",
                      "value": 300.07
                    },
                    "code": "ym",
                    "conversionRatio": {
                      "minimumPoints": 489,
                      "value": 0.3
                    },
                    "equivAmount": {
                      "currency": "HNL",
                      "value": 70.81
                    },
                    "override": true,
                    "points": 43861,
                    "referenceAmount": {
                      "currency": "ALL",
                      "value": 355.1
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "discount": [
                  {
                    "amount": {
                      "currency": "GYD",
                      "value": 439.11
                    },
                    "code": "lN",
                    "conversionRatio": {
                      "minimumPoints": 586,
                      "value": 0.21
                    },
                    "equivAmount": {
                      "currency": "ISK",
                      "value": 156.86
                    },
                    "override": true,
                    "points": 16166,
                    "referenceAmount": {
                      "currency": "KES",
                      "value": 323.38
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "DKK",
                      "value": 495.2
                    },
                    "code": "mr",
                    "conversionRatio": {
                      "minimumPoints": 576,
                      "value": 0.46
                    },
                    "equivAmount": {
                      "currency": "MYR",
                      "value": 246.65
                    },
                    "override": false,
                    "points": 12595,
                    "referenceAmount": {
                      "currency": "CRC",
                      "value": 110.96
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "fee": [
                  {
                    "amount": {
                      "currency": "BMD",
                      "value": 165.46
                    },
                    "code": "hg",
                    "conversionRatio": {
                      "minimumPoints": 678,
                      "value": 0.21
                    },
                    "equivAmount": {
                      "currency": "BHD",
                      "value": 304.81
                    },
                    "override": true,
                    "points": 10100,
                    "referenceAmount": {
                      "currency": "RUB",
                      "value": 308.66
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "surcharge": [
                  {
                    "amount": {
                      "currency": "TWD",
                      "value": 247.17
                    },
                    "code": "LS",
                    "conversionRatio": {
                      "minimumPoints": 337,
                      "value": 0.16
                    },
                    "equivAmount": {
                      "currency": "BHD",
                      "value": 370.95
                    },
                    "override": true,
                    "points": 6361,
                    "referenceAmount": {
                      "currency": "UZS",
                      "value": 127.15
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "MUR",
                      "value": 376.12
                    },
                    "code": "yO",
                    "conversionRatio": {
                      "minimumPoints": 214,
                      "value": 0.56
                    },
                    "equivAmount": {
                      "currency": "FJD",
                      "value": 175.04
                    },
                    "override": false,
                    "points": 2828,
                    "referenceAmount": {
                      "currency": "ARS",
                      "value": 171.54
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "TJS",
                      "value": 255.38
                    },
                    "code": "rm",
                    "conversionRatio": {
                      "minimumPoints": 486,
                      "value": 0.85
                    },
                    "equivAmount": {
                      "currency": "LYD",
                      "value": 395.18
                    },
                    "override": true,
                    "points": 33778,
                    "referenceAmount": {
                      "currency": "ZMW",
                      "value": 31.19
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "CDF",
                      "value": 204.44
                    },
                    "code": "cx",
                    "conversionRatio": {
                      "minimumPoints": 280,
                      "value": 0.48
                    },
                    "equivAmount": {
                      "currency": "AZN",
                      "value": 96.72
                    },
                    "override": false,
                    "points": 14105,
                    "referenceAmount": {
                      "currency": "GEL",
                      "value": 13.4
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "tax": [
                  {
                    "amount": {
                      "currency": "SCR",
                      "value": 265.93
                    },
                    "code": "Mi",
                    "conversionRatio": {
                      "minimumPoints": 918,
                      "value": 0.76
                    },
                    "equivAmount": {
                      "currency": "STN",
                      "value": 209.87
                    },
                    "override": true,
                    "points": 5824,
                    "referenceAmount": {
                      "currency": "RWF",
                      "value": 447.49
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "CRC",
                    "value": 426.68
                  },
                  "code": "Gb",
                  "conversionRatio": {
                    "minimumPoints": 510,
                    "value": 0.73
                  },
                  "equivAmount": {
                    "currency": "SCR",
                    "value": 340.29
                  },
                  "override": false,
                  "points": 7288,
                  "referenceAmount": {
                    "currency": "NOK",
                    "value": 332.01
                  },
                  "taxType": "FLAT"
                }
              },
              "type": "MISCELLANEOUS_RECORD"
            },
            {
              "airExtraDocumentCoupon": [
                {
                  "number": 79,
                  "passengerSegmentRef": "8d16f47c-5c09-4c62-9bce-9109e0590a27",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "VUV",
                        "value": 139.03
                      },
                      "code": "zA",
                      "conversionRatio": {
                        "minimumPoints": 847,
                        "value": 0.47
                      },
                      "equivAmount": {
                        "currency": "VUV",
                        "value": 372.15
                      },
                      "override": true,
                      "points": 21824,
                      "referenceAmount": {
                        "currency": "IDR",
                        "value": 352.72
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "CVE",
                          "value": 130.29
                        },
                        "code": "xL",
                        "conversionRatio": {
                          "minimumPoints": 963,
                          "value": 0.95
                        },
                        "equivAmount": {
                          "currency": "EGP",
                          "value": 321.54
                        },
                        "override": true,
                        "points": 17812,
                        "referenceAmount": {
                          "currency": "LYD",
                          "value": 21.85
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "VUV",
                          "value": 422.72
                        },
                        "code": "vZ",
                        "conversionRatio": {
                          "minimumPoints": 713,
                          "value": 0.59
                        },
                        "equivAmount": {
                          "currency": "BBD",
                          "value": 463.71
                        },
                        "override": true,
                        "points": 19162,
                        "referenceAmount": {
                          "currency": "TTD",
                          "value": 182.75
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "AOA",
                          "value": 459.14
                        },
                        "code": "Ew",
                        "conversionRatio": {
                          "minimumPoints": 237,
                          "value": 0.78
                        },
                        "equivAmount": {
                          "currency": "DJF",
                          "value": 173.97
                        },
                        "override": true,
                        "points": 49645,
                        "referenceAmount": {
                          "currency": "TJS",
                          "value": 250.75
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "AED",
                          "value": 36.59
                        },
                        "code": "Mm",
                        "conversionRatio": {
                          "minimumPoints": 500,
                          "value": 0.37
                        },
                        "equivAmount": {
                          "currency": "MRU",
                          "value": 435.87
                        },
                        "override": false,
                        "points": 24764,
                        "referenceAmount": {
                          "currency": "KHR",
                          "value": 427.2
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "PHP",
                          "value": 49.8
                        },
                        "code": "bf",
                        "conversionRatio": {
                          "minimumPoints": 512,
                          "value": 0.31
                        },
                        "equivAmount": {
                          "currency": "BRL",
                          "value": 367.12
                        },
                        "override": false,
                        "points": 15462,
                        "referenceAmount": {
                          "currency": "CAD",
                          "value": 413.09
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "HUF",
                          "value": 211.79
                        },
                        "code": "Oi",
                        "conversionRatio": {
                          "minimumPoints": 140,
                          "value": 0.92
                        },
                        "equivAmount": {
                          "currency": "TMT",
                          "value": 434.74
                        },
                        "override": false,
                        "points": 7998,
                        "referenceAmount": {
                          "currency": "RUB",
                          "value": 201.93
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SOS",
                          "value": 415.76
                        },
                        "code": "oO",
                        "conversionRatio": {
                          "minimumPoints": 703,
                          "value": 0.35
                        },
                        "equivAmount": {
                          "currency": "INR",
                          "value": 195.98
                        },
                        "override": true,
                        "points": 25370,
                        "referenceAmount": {
                          "currency": "TND",
                          "value": 7.94
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "RWF",
                          "value": 22.26
                        },
                        "code": "wc",
                        "conversionRatio": {
                          "minimumPoints": 669,
                          "value": 0.95
                        },
                        "equivAmount": {
                          "currency": "SLE",
                          "value": 211.29
                        },
                        "override": false,
                        "points": 9826,
                        "referenceAmount": {
                          "currency": "DOP",
                          "value": 288.3
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "NGN",
                          "value": 70.35
                        },
                        "code": "kB",
                        "conversionRatio": {
                          "minimumPoints": 739,
                          "value": 0.86
                        },
                        "equivAmount": {
                          "currency": "SDG",
                          "value": 434.93
                        },
                        "override": true,
                        "points": 9023,
                        "referenceAmount": {
                          "currency": "SBD",
                          "value": 402.7
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "JOD",
                          "value": 67.24
                        },
                        "code": "Wm",
                        "conversionRatio": {
                          "minimumPoints": 991,
                          "value": 0.82
                        },
                        "equivAmount": {
                          "currency": "SGD",
                          "value": 41.8
                        },
                        "override": false,
                        "points": 28409,
                        "referenceAmount": {
                          "currency": "TRY",
                          "value": 470.07
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "CHF",
                        "value": 432.19
                      },
                      "code": "uV",
                      "conversionRatio": {
                        "minimumPoints": 760,
                        "value": 0.49
                      },
                      "equivAmount": {
                        "currency": "MKD",
                        "value": 147.25
                      },
                      "override": true,
                      "points": 17883,
                      "referenceAmount": {
                        "currency": "TRY",
                        "value": 75.62
                      },
                      "taxType": "FLAT"
                    }
                  }
                },
                {
                  "number": 84,
                  "passengerSegmentRef": "62f00573-66b5-44ac-952e-ab4b0d2f94be",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "FKP",
                        "value": 261.9
                      },
                      "code": "Em",
                      "conversionRatio": {
                        "minimumPoints": 709,
                        "value": 0.24
                      },
                      "equivAmount": {
                        "currency": "KRW",
                        "value": 458.2
                      },
                      "override": true,
                      "points": 36036,
                      "referenceAmount": {
                        "currency": "CUP",
                        "value": 300.79
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "PEN",
                          "value": 444.45
                        },
                        "code": "Ub",
                        "conversionRatio": {
                          "minimumPoints": 658,
                          "value": 0.86
                        },
                        "equivAmount": {
                          "currency": "PEN",
                          "value": 322.27
                        },
                        "override": true,
                        "points": 32416,
                        "referenceAmount": {
                          "currency": "MKD",
                          "value": 52.99
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "LBP",
                          "value": 477.29
                        },
                        "code": "AA",
                        "conversionRatio": {
                          "minimumPoints": 464,
                          "value": 0.69
                        },
                        "equivAmount": {
                          "currency": "AFN",
                          "value": 340.43
                        },
                        "override": false,
                        "points": 12760,
                        "referenceAmount": {
                          "currency": "INR",
                          "value": 21.89
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "KZT",
                          "value": 180.59
                        },
                        "code": "IC",
                        "conversionRatio": {
                          "minimumPoints": 618,
                          "value": 0.68
                        },
                        "equivAmount": {
                          "currency": "GNF",
                          "value": 354.63
                        },
                        "override": false,
                        "points": 17787,
                        "referenceAmount": {
                          "currency": "ILS",
                          "value": 353.9
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "IRR",
                          "value": 161.39
                        },
                        "code": "tx",
                        "conversionRatio": {
                          "minimumPoints": 833,
                          "value": 0.21
                        },
                        "equivAmount": {
                          "currency": "UYU",
                          "value": 197.7
                        },
                        "override": true,
                        "points": 13485,
                        "referenceAmount": {
                          "currency": "SSP",
                          "value": 80.5
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "LKR",
                          "value": 138.61
                        },
                        "code": "bn",
                        "conversionRatio": {
                          "minimumPoints": 145,
                          "value": 0.57
                        },
                        "equivAmount": {
                          "currency": "LKR",
                          "value": 89.61
                        },
                        "override": true,
                        "points": 35568,
                        "referenceAmount": {
                          "currency": "BIF",
                          "value": 448.04
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "HKD",
                          "value": 226.15
                        },
                        "code": "JI",
                        "conversionRatio": {
                          "minimumPoints": 940,
                          "value": 0.56
                        },
                        "equivAmount": {
                          "currency": "ZAR",
                          "value": 308.17
                        },
                        "override": true,
                        "points": 34528,
                        "referenceAmount": {
                          "currency": "KGS",
                          "value": 220.19
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MVR",
                          "value": 114.06
                        },
                        "code": "rn",
                        "conversionRatio": {
                          "minimumPoints": 860,
                          "value": 0.52
                        },
                        "equivAmount": {
                          "currency": "TMT",
                          "value": 30.16
                        },
                        "override": true,
                        "points": 42011,
                        "referenceAmount": {
                          "currency": "BMD",
                          "value": 426.87
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SDG",
                          "value": 28.11
                        },
                        "code": "pq",
                        "conversionRatio": {
                          "minimumPoints": 766,
                          "value": 0.28
                        },
                        "equivAmount": {
                          "currency": "GNF",
                          "value": 318.8
                        },
                        "override": true,
                        "points": 30028,
                        "referenceAmount": {
                          "currency": "MAD",
                          "value": 392.15
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "EUR",
                          "value": 129.24
                        },
                        "code": "au",
                        "conversionRatio": {
                          "minimumPoints": 993,
                          "value": 0.38
                        },
                        "equivAmount": {
                          "currency": "DOP",
                          "value": 123.97
                        },
                        "override": false,
                        "points": 12032,
                        "referenceAmount": {
                          "currency": "AED",
                          "value": 19.73
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SDG",
                          "value": 52.3
                        },
                        "code": "sG",
                        "conversionRatio": {
                          "minimumPoints": 918,
                          "value": 0.4
                        },
                        "equivAmount": {
                          "currency": "KWD",
                          "value": 374.94
                        },
                        "override": true,
                        "points": 28964,
                        "referenceAmount": {
                          "currency": "FKP",
                          "value": 464.53
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "HUF",
                          "value": 184.07
                        },
                        "code": "eF",
                        "conversionRatio": {
                          "minimumPoints": 160,
                          "value": 0.92
                        },
                        "equivAmount": {
                          "currency": "IRR",
                          "value": 401.2
                        },
                        "override": false,
                        "points": 18864,
                        "referenceAmount": {
                          "currency": "GMD",
                          "value": 470.3
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ARS",
                          "value": 218.75
                        },
                        "code": "Aj",
                        "conversionRatio": {
                          "minimumPoints": 854,
                          "value": 0.71
                        },
                        "equivAmount": {
                          "currency": "ZMW",
                          "value": 70.88
                        },
                        "override": false,
                        "points": 7346,
                        "referenceAmount": {
                          "currency": "ANG",
                          "value": 283.03
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "MAD",
                          "value": 163.8
                        },
                        "code": "Wa",
                        "conversionRatio": {
                          "minimumPoints": 848,
                          "value": 0.36
                        },
                        "equivAmount": {
                          "currency": "AUD",
                          "value": 101.99
                        },
                        "override": false,
                        "points": 46200,
                        "referenceAmount": {
                          "currency": "AOA",
                          "value": 230.1
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "TZS",
                          "value": 303.66
                        },
                        "code": "su",
                        "conversionRatio": {
                          "minimumPoints": 927,
                          "value": 0.57
                        },
                        "equivAmount": {
                          "currency": "BND",
                          "value": 345.47
                        },
                        "override": false,
                        "points": 1817,
                        "referenceAmount": {
                          "currency": "KHR",
                          "value": 311.27
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MAD",
                          "value": 403.08
                        },
                        "code": "Nc",
                        "conversionRatio": {
                          "minimumPoints": 373,
                          "value": 0.79
                        },
                        "equivAmount": {
                          "currency": "AFN",
                          "value": 414.76
                        },
                        "override": false,
                        "points": 21952,
                        "referenceAmount": {
                          "currency": "ISK",
                          "value": 110.51
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "STN",
                          "value": 477.73
                        },
                        "code": "qk",
                        "conversionRatio": {
                          "minimumPoints": 212,
                          "value": 0.18
                        },
                        "equivAmount": {
                          "currency": "SSP",
                          "value": 64.07
                        },
                        "override": true,
                        "points": 33576,
                        "referenceAmount": {
                          "currency": "PAB",
                          "value": 35.83
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "SZL",
                          "value": 361.84
                        },
                        "code": "Ox",
                        "conversionRatio": {
                          "minimumPoints": 202,
                          "value": 0.82
                        },
                        "equivAmount": {
                          "currency": "GMD",
                          "value": 474.45
                        },
                        "override": true,
                        "points": 11180,
                        "referenceAmount": {
                          "currency": "DOP",
                          "value": 475.47
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "CUP",
                          "value": 187.69
                        },
                        "code": "rg",
                        "conversionRatio": {
                          "minimumPoints": 579,
                          "value": 0.88
                        },
                        "equivAmount": {
                          "currency": "KHR",
                          "value": 459.97
                        },
                        "override": true,
                        "points": 2717,
                        "referenceAmount": {
                          "currency": "XAF",
                          "value": 441.42
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BYN",
                          "value": 109.37
                        },
                        "code": "qj",
                        "conversionRatio": {
                          "minimumPoints": 480,
                          "value": 0.95
                        },
                        "equivAmount": {
                          "currency": "KZT",
                          "value": 198.31
                        },
                        "override": false,
                        "points": 8088,
                        "referenceAmount": {
                          "currency": "WST",
                          "value": 310.02
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "YER",
                          "value": 95.66
                        },
                        "code": "dT",
                        "conversionRatio": {
                          "minimumPoints": 493,
                          "value": 0.39
                        },
                        "equivAmount": {
                          "currency": "XPF",
                          "value": 323.08
                        },
                        "override": true,
                        "points": 10469,
                        "referenceAmount": {
                          "currency": "NPR",
                          "value": 191.26
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MWK",
                          "value": 69.28
                        },
                        "code": "NQ",
                        "conversionRatio": {
                          "minimumPoints": 747,
                          "value": 0.27
                        },
                        "equivAmount": {
                          "currency": "LBP",
                          "value": 339.16
                        },
                        "override": false,
                        "points": 4002,
                        "referenceAmount": {
                          "currency": "KRW",
                          "value": 403.32
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "HUF",
                        "value": 442.51
                      },
                      "code": "Go",
                      "conversionRatio": {
                        "minimumPoints": 725,
                        "value": 0.98
                      },
                      "equivAmount": {
                        "currency": "USD",
                        "value": 431.14
                      },
                      "override": false,
                      "points": 3507,
                      "referenceAmount": {
                        "currency": "SAR",
                        "value": 427.48
                      },
                      "taxType": "FLAT"
                    }
                  }
                },
                {
                  "number": 20,
                  "passengerSegmentRef": "b5967adb-83b4-4d66-a0cb-df2824ce88a8",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "MNT",
                        "value": 110.81
                      },
                      "code": "BR",
                      "conversionRatio": {
                        "minimumPoints": 118,
                        "value": 0.76
                      },
                      "equivAmount": {
                        "currency": "SOS",
                        "value": 338.04
                      },
                      "override": true,
                      "points": 41716,
                      "referenceAmount": {
                        "currency": "XCD",
                        "value": 487.26
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "HTG",
                          "value": 494.77
                        },
                        "code": "Mp",
                        "conversionRatio": {
                          "minimumPoints": 664,
                          "value": 0.16
                        },
                        "equivAmount": {
                          "currency": "STN",
                          "value": 222.93
                        },
                        "override": true,
                        "points": 40668,
                        "referenceAmount": {
                          "currency": "BSD",
                          "value": 450.07
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "SEK",
                          "value": 264.21
                        },
                        "code": "yx",
                        "conversionRatio": {
                          "minimumPoints": 175,
                          "value": 0.79
                        },
                        "equivAmount": {
                          "currency": "MWK",
                          "value": 330.77
                        },
                        "override": false,
                        "points": 1857,
                        "referenceAmount": {
                          "currency": "BMD",
                          "value": 305.2
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "XOF",
                          "value": 272.22
                        },
                        "code": "lE",
                        "conversionRatio": {
                          "minimumPoints": 916,
                          "value": 0.78
                        },
                        "equivAmount": {
                          "currency": "VES",
                          "value": 84.24
                        },
                        "override": false,
                        "points": 31374,
                        "referenceAmount": {
                          "currency": "RSD",
                          "value": 43.68
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SAR",
                          "value": 461.19
                        },
                        "code": "zT",
                        "conversionRatio": {
                          "minimumPoints": 503,
                          "value": 0.28
                        },
                        "equivAmount": {
                          "currency": "CNY",
                          "value": 474.49
                        },
                        "override": true,
                        "points": 17828,
                        "referenceAmount": {
                          "currency": "KZT",
                          "value": 276.72
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "JPY",
                          "value": 102.98
                        },
                        "code": "FD",
                        "conversionRatio": {
                          "minimumPoints": 574,
                          "value": 0.44
                        },
                        "equivAmount": {
                          "currency": "AZN",
                          "value": 161.95
                        },
                        "override": false,
                        "points": 49988,
                        "referenceAmount": {
                          "currency": "MKD",
                          "value": 83.67
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "AZN",
                          "value": 277.58
                        },
                        "code": "pg",
                        "conversionRatio": {
                          "minimumPoints": 261,
                          "value": 0.64
                        },
                        "equivAmount": {
                          "currency": "GHS",
                          "value": 489.5
                        },
                        "override": true,
                        "points": 14768,
                        "referenceAmount": {
                          "currency": "NAD",
                          "value": 184.7
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "HKD",
                          "value": 402.85
                        },
                        "code": "RR",
                        "conversionRatio": {
                          "minimumPoints": 639,
                          "value": 0.32
                        },
                        "equivAmount": {
                          "currency": "PAB",
                          "value": 82.03
                        },
                        "override": false,
                        "points": 38767,
                        "referenceAmount": {
                          "currency": "ZWL",
                          "value": 47.62
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "TWD",
                          "value": 316.76
                        },
                        "code": "wT",
                        "conversionRatio": {
                          "minimumPoints": 100,
                          "value": 0.38
                        },
                        "equivAmount": {
                          "currency": "NIO",
                          "value": 55.26
                        },
                        "override": true,
                        "points": 45696,
                        "referenceAmount": {
                          "currency": "CRC",
                          "value": 316.73
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BND",
                          "value": 121.06
                        },
                        "code": "tZ",
                        "conversionRatio": {
                          "minimumPoints": 131,
                          "value": 0.14
                        },
                        "equivAmount": {
                          "currency": "ZWL",
                          "value": 217.08
                        },
                        "override": false,
                        "points": 22885,
                        "referenceAmount": {
                          "currency": "MWK",
                          "value": 435.91
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SYP",
                          "value": 189.15
                        },
                        "code": "Ed",
                        "conversionRatio": {
                          "minimumPoints": 282,
                          "value": 0.55
                        },
                        "equivAmount": {
                          "currency": "OMR",
                          "value": 245.55
                        },
                        "override": false,
                        "points": 8935,
                        "referenceAmount": {
                          "currency": "AOA",
                          "value": 279.54
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BTN",
                          "value": 316.73
                        },
                        "code": "sr",
                        "conversionRatio": {
                          "minimumPoints": 524,
                          "value": 0.7
                        },
                        "equivAmount": {
                          "currency": "MZN",
                          "value": 223.39
                        },
                        "override": false,
                        "points": 5525,
                        "referenceAmount": {
                          "currency": "BOB",
                          "value": 52.34
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "INR",
                          "value": 118.33
                        },
                        "code": "rC",
                        "conversionRatio": {
                          "minimumPoints": 417,
                          "value": 0.68
                        },
                        "equivAmount": {
                          "currency": "UZS",
                          "value": 129.89
                        },
                        "override": false,
                        "points": 25470,
                        "referenceAmount": {
                          "currency": "ZWL",
                          "value": 442.49
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "CRC",
                          "value": 277.36
                        },
                        "code": "cY",
                        "conversionRatio": {
                          "minimumPoints": 199,
                          "value": 0.52
                        },
                        "equivAmount": {
                          "currency": "SAR",
                          "value": 491.21
                        },
                        "override": false,
                        "points": 2726,
                        "referenceAmount": {
                          "currency": "MDL",
                          "value": 423.26
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "LKR",
                          "value": 498.29
                        },
                        "code": "WU",
                        "conversionRatio": {
                          "minimumPoints": 815,
                          "value": 0.71
                        },
                        "equivAmount": {
                          "currency": "BWP",
                          "value": 322.11
                        },
                        "override": true,
                        "points": 36924,
                        "referenceAmount": {
                          "currency": "PAB",
                          "value": 467.24
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "HUF",
                          "value": 429.78
                        },
                        "code": "eC",
                        "conversionRatio": {
                          "minimumPoints": 715,
                          "value": 0.33
                        },
                        "equivAmount": {
                          "currency": "TZS",
                          "value": 171.53
                        },
                        "override": false,
                        "points": 44464,
                        "referenceAmount": {
                          "currency": "ISK",
                          "value": 199.23
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "VUV",
                          "value": 400.4
                        },
                        "code": "GO",
                        "conversionRatio": {
                          "minimumPoints": 583,
                          "value": 0.53
                        },
                        "equivAmount": {
                          "currency": "CVE",
                          "value": 265.95
                        },
                        "override": false,
                        "points": 16404,
                        "referenceAmount": {
                          "currency": "GTQ",
                          "value": 447.33
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "INR",
                        "value": 99.75
                      },
                      "code": "nJ",
                      "conversionRatio": {
                        "minimumPoints": 505,
                        "value": 0.78
                      },
                      "equivAmount": {
                        "currency": "PHP",
                        "value": 90.21
                      },
                      "override": true,
                      "points": 35556,
                      "referenceAmount": {
                        "currency": "STN",
                        "value": 88.19
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 79,
                  "passengerSegmentRef": "e9a31095-5eb2-400e-a3b8-5130d4ed5c80",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "SZL",
                        "value": 333.44
                      },
                      "code": "gY",
                      "conversionRatio": {
                        "minimumPoints": 894,
                        "value": 0.87
                      },
                      "equivAmount": {
                        "currency": "HKD",
                        "value": 213.3
                      },
                      "override": true,
                      "points": 10716,
                      "referenceAmount": {
                        "currency": "TND",
                        "value": 428.16
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "ILS",
                          "value": 282.95
                        },
                        "code": "ts",
                        "conversionRatio": {
                          "minimumPoints": 780,
                          "value": 0.96
                        },
                        "equivAmount": {
                          "currency": "BIF",
                          "value": 465.35
                        },
                        "override": true,
                        "points": 41036,
                        "referenceAmount": {
                          "currency": "KES",
                          "value": 193.86
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "YER",
                          "value": 334.4
                        },
                        "code": "BQ",
                        "conversionRatio": {
                          "minimumPoints": 888,
                          "value": 0.51
                        },
                        "equivAmount": {
                          "currency": "RUB",
                          "value": 185.83
                        },
                        "override": false,
                        "points": 37542,
                        "referenceAmount": {
                          "currency": "NIO",
                          "value": 350.24
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BZD",
                          "value": 425.56
                        },
                        "code": "Zz",
                        "conversionRatio": {
                          "minimumPoints": 955,
                          "value": 0.46
                        },
                        "equivAmount": {
                          "currency": "PEN",
                          "value": 388.14
                        },
                        "override": false,
                        "points": 15330,
                        "referenceAmount": {
                          "currency": "TTD",
                          "value": 404.18
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SGD",
                          "value": 366.22
                        },
                        "code": "hb",
                        "conversionRatio": {
                          "minimumPoints": 123,
                          "value": 0.97
                        },
                        "equivAmount": {
                          "currency": "KYD",
                          "value": 83.77
                        },
                        "override": false,
                        "points": 9039,
                        "referenceAmount": {
                          "currency": "GEL",
                          "value": 109.98
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "RUB",
                          "value": 58.22
                        },
                        "code": "Zt",
                        "conversionRatio": {
                          "minimumPoints": 457,
                          "value": 0.15
                        },
                        "equivAmount": {
                          "currency": "MNT",
                          "value": 7.54
                        },
                        "override": true,
                        "points": 49955,
                        "referenceAmount": {
                          "currency": "VUV",
                          "value": 228.57
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "SLE",
                          "value": 6.19
                        },
                        "code": "wh",
                        "conversionRatio": {
                          "minimumPoints": 296,
                          "value": 0.19
                        },
                        "equivAmount": {
                          "currency": "PAB",
                          "value": 47.86
                        },
                        "override": true,
                        "points": 34020,
                        "referenceAmount": {
                          "currency": "PEN",
                          "value": 130.86
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "RWF",
                          "value": 301.73
                        },
                        "code": "dW",
                        "conversionRatio": {
                          "minimumPoints": 821,
                          "value": 0.58
                        },
                        "equivAmount": {
                          "currency": "MGA",
                          "value": 323.29
                        },
                        "override": true,
                        "points": 22724,
                        "referenceAmount": {
                          "currency": "EGP",
                          "value": 428.97
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SEK",
                          "value": 228.05
                        },
                        "code": "qB",
                        "conversionRatio": {
                          "minimumPoints": 966,
                          "value": 0.16
                        },
                        "equivAmount": {
                          "currency": "NZD",
                          "value": 234.94
                        },
                        "override": false,
                        "points": 30778,
                        "referenceAmount": {
                          "currency": "INR",
                          "value": 103.73
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "SDG",
                          "value": 313.03
                        },
                        "code": "MC",
                        "conversionRatio": {
                          "minimumPoints": 774,
                          "value": 0.72
                        },
                        "equivAmount": {
                          "currency": "BGN",
                          "value": 436.09
                        },
                        "override": false,
                        "points": 34984,
                        "referenceAmount": {
                          "currency": "SDG",
                          "value": 189.77
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "ZMW",
                          "value": 416.92
                        },
                        "code": "gW",
                        "conversionRatio": {
                          "minimumPoints": 458,
                          "value": 0.96
                        },
                        "equivAmount": {
                          "currency": "KPW",
                          "value": 450.56
                        },
                        "override": false,
                        "points": 5765,
                        "referenceAmount": {
                          "currency": "GNF",
                          "value": 284.88
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "KGS",
                          "value": 398.16
                        },
                        "code": "HK",
                        "conversionRatio": {
                          "minimumPoints": 608,
                          "value": 0.77
                        },
                        "equivAmount": {
                          "currency": "DOP",
                          "value": 279.16
                        },
                        "override": false,
                        "points": 15406,
                        "referenceAmount": {
                          "currency": "SRD",
                          "value": 455.53
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BOB",
                          "value": 415.74
                        },
                        "code": "AU",
                        "conversionRatio": {
                          "minimumPoints": 358,
                          "value": 0.44
                        },
                        "equivAmount": {
                          "currency": "SDG",
                          "value": 432.62
                        },
                        "override": true,
                        "points": 39083,
                        "referenceAmount": {
                          "currency": "SOS",
                          "value": 312
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "TTD",
                          "value": 495.98
                        },
                        "code": "KL",
                        "conversionRatio": {
                          "minimumPoints": 892,
                          "value": 0.34
                        },
                        "equivAmount": {
                          "currency": "RUB",
                          "value": 473.09
                        },
                        "override": false,
                        "points": 6014,
                        "referenceAmount": {
                          "currency": "USD",
                          "value": 429.99
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "TND",
                          "value": 328.19
                        },
                        "code": "Pm",
                        "conversionRatio": {
                          "minimumPoints": 166,
                          "value": 0.5
                        },
                        "equivAmount": {
                          "currency": "NPR",
                          "value": 210.42
                        },
                        "override": true,
                        "points": 21987,
                        "referenceAmount": {
                          "currency": "MGA",
                          "value": 161.78
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "KYD",
                          "value": 393.72
                        },
                        "code": "Vk",
                        "conversionRatio": {
                          "minimumPoints": 811,
                          "value": 0.37
                        },
                        "equivAmount": {
                          "currency": "SHP",
                          "value": 148.26
                        },
                        "override": true,
                        "points": 16252,
                        "referenceAmount": {
                          "currency": "SRD",
                          "value": 470.61
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "CLP",
                          "value": 440.39
                        },
                        "code": "Mt",
                        "conversionRatio": {
                          "minimumPoints": 302,
                          "value": 0.46
                        },
                        "equivAmount": {
                          "currency": "CZK",
                          "value": 275.62
                        },
                        "override": true,
                        "points": 19562,
                        "referenceAmount": {
                          "currency": "CUP",
                          "value": 250.75
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SZL",
                          "value": 459.55
                        },
                        "code": "RZ",
                        "conversionRatio": {
                          "minimumPoints": 559,
                          "value": 0.18
                        },
                        "equivAmount": {
                          "currency": "SZL",
                          "value": 346.7
                        },
                        "override": true,
                        "points": 11877,
                        "referenceAmount": {
                          "currency": "TOP",
                          "value": 477.68
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "MOP",
                        "value": 380.88
                      },
                      "code": "jo",
                      "conversionRatio": {
                        "minimumPoints": 515,
                        "value": 0.34
                      },
                      "equivAmount": {
                        "currency": "UGX",
                        "value": 488.79
                      },
                      "override": false,
                      "points": 30302,
                      "referenceAmount": {
                        "currency": "CDF",
                        "value": 217.5
                      },
                      "taxType": "FLAT"
                    }
                  }
                },
                {
                  "number": 41,
                  "passengerSegmentRef": "2d75a513-ef6b-4fed-9cf9-99dda77c828c",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "SRD",
                        "value": 234.07
                      },
                      "code": "qq",
                      "conversionRatio": {
                        "minimumPoints": 156,
                        "value": 0.47
                      },
                      "equivAmount": {
                        "currency": "TJS",
                        "value": 399.43
                      },
                      "override": true,
                      "points": 10983,
                      "referenceAmount": {
                        "currency": "KES",
                        "value": 223.06
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "NZD",
                          "value": 401.5
                        },
                        "code": "NO",
                        "conversionRatio": {
                          "minimumPoints": 466,
                          "value": 0.17
                        },
                        "equivAmount": {
                          "currency": "PLN",
                          "value": 100.44
                        },
                        "override": false,
                        "points": 31174,
                        "referenceAmount": {
                          "currency": "PKR",
                          "value": 26.08
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "QAR",
                          "value": 29.31
                        },
                        "code": "Jd",
                        "conversionRatio": {
                          "minimumPoints": 137,
                          "value": 0.52
                        },
                        "equivAmount": {
                          "currency": "TMT",
                          "value": 121.91
                        },
                        "override": false,
                        "points": 14874,
                        "referenceAmount": {
                          "currency": "KES",
                          "value": 46.04
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "PKR",
                          "value": 394.62
                        },
                        "code": "AM",
                        "conversionRatio": {
                          "minimumPoints": 555,
                          "value": 0.15
                        },
                        "equivAmount": {
                          "currency": "STN",
                          "value": 102.82
                        },
                        "override": false,
                        "points": 31210,
                        "referenceAmount": {
                          "currency": "XAF",
                          "value": 97.9
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "NPR",
                          "value": 497.58
                        },
                        "code": "dF",
                        "conversionRatio": {
                          "minimumPoints": 794,
                          "value": 0.78
                        },
                        "equivAmount": {
                          "currency": "SLE",
                          "value": 335.48
                        },
                        "override": true,
                        "points": 7512,
                        "referenceAmount": {
                          "currency": "ANG",
                          "value": 420.67
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "UZS",
                          "value": 428.33
                        },
                        "code": "VL",
                        "conversionRatio": {
                          "minimumPoints": 749,
                          "value": 0.64
                        },
                        "equivAmount": {
                          "currency": "KPW",
                          "value": 108.85
                        },
                        "override": false,
                        "points": 17532,
                        "referenceAmount": {
                          "currency": "USD",
                          "value": 474.32
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "TND",
                          "value": 268.98
                        },
                        "code": "bL",
                        "conversionRatio": {
                          "minimumPoints": 217,
                          "value": 0.59
                        },
                        "equivAmount": {
                          "currency": "TWD",
                          "value": 189.03
                        },
                        "override": false,
                        "points": 23809,
                        "referenceAmount": {
                          "currency": "ERN",
                          "value": 137.67
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BTN",
                          "value": 204.92
                        },
                        "code": "DR",
                        "conversionRatio": {
                          "minimumPoints": 606,
                          "value": 0.41
                        },
                        "equivAmount": {
                          "currency": "MOP",
                          "value": 397.56
                        },
                        "override": true,
                        "points": 48128,
                        "referenceAmount": {
                          "currency": "KPW",
                          "value": 99.85
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "DOP",
                          "value": 407.93
                        },
                        "code": "Ne",
                        "conversionRatio": {
                          "minimumPoints": 748,
                          "value": 0.15
                        },
                        "equivAmount": {
                          "currency": "KPW",
                          "value": 194.98
                        },
                        "override": true,
                        "points": 18476,
                        "referenceAmount": {
                          "currency": "GEL",
                          "value": 486.13
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BZD",
                          "value": 131.7
                        },
                        "code": "rF",
                        "conversionRatio": {
                          "minimumPoints": 719,
                          "value": 0.57
                        },
                        "equivAmount": {
                          "currency": "UYU",
                          "value": 148.1
                        },
                        "override": true,
                        "points": 35449,
                        "referenceAmount": {
                          "currency": "NPR",
                          "value": 258.54
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "CLP",
                          "value": 445.14
                        },
                        "code": "Hh",
                        "conversionRatio": {
                          "minimumPoints": 140,
                          "value": 0.58
                        },
                        "equivAmount": {
                          "currency": "BHD",
                          "value": 166.39
                        },
                        "override": true,
                        "points": 45208,
                        "referenceAmount": {
                          "currency": "KWD",
                          "value": 33.37
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "GTQ",
                          "value": 471.12
                        },
                        "code": "Tm",
                        "conversionRatio": {
                          "minimumPoints": 934,
                          "value": 0.49
                        },
                        "equivAmount": {
                          "currency": "MYR",
                          "value": 314.07
                        },
                        "override": true,
                        "points": 3801,
                        "referenceAmount": {
                          "currency": "TTD",
                          "value": 179.53
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "XCD",
                          "value": 356.96
                        },
                        "code": "Yl",
                        "conversionRatio": {
                          "minimumPoints": 178,
                          "value": 0.25
                        },
                        "equivAmount": {
                          "currency": "LKR",
                          "value": 366.25
                        },
                        "override": true,
                        "points": 16665,
                        "referenceAmount": {
                          "currency": "BYN",
                          "value": 463.88
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "XOF",
                          "value": 377.98
                        },
                        "code": "FD",
                        "conversionRatio": {
                          "minimumPoints": 162,
                          "value": 0.88
                        },
                        "equivAmount": {
                          "currency": "IRR",
                          "value": 22.83
                        },
                        "override": true,
                        "points": 28959,
                        "referenceAmount": {
                          "currency": "BZD",
                          "value": 224.21
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "MAD",
                          "value": 74.11
                        },
                        "code": "gU",
                        "conversionRatio": {
                          "minimumPoints": 163,
                          "value": 0.36
                        },
                        "equivAmount": {
                          "currency": "BGN",
                          "value": 334.48
                        },
                        "override": true,
                        "points": 19923,
                        "referenceAmount": {
                          "currency": "AWG",
                          "value": 199.35
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "VND",
                          "value": 106.81
                        },
                        "code": "eE",
                        "conversionRatio": {
                          "minimumPoints": 622,
                          "value": 0.23
                        },
                        "equivAmount": {
                          "currency": "XCD",
                          "value": 110.65
                        },
                        "override": false,
                        "points": 39446,
                        "referenceAmount": {
                          "currency": "TZS",
                          "value": 497.23
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "AED",
                          "value": 274.28
                        },
                        "code": "un",
                        "conversionRatio": {
                          "minimumPoints": 477,
                          "value": 0.84
                        },
                        "equivAmount": {
                          "currency": "GTQ",
                          "value": 285.03
                        },
                        "override": false,
                        "points": 17921,
                        "referenceAmount": {
                          "currency": "BTN",
                          "value": 87.87
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "MYR",
                          "value": 161.68
                        },
                        "code": "WT",
                        "conversionRatio": {
                          "minimumPoints": 616,
                          "value": 0.95
                        },
                        "equivAmount": {
                          "currency": "EUR",
                          "value": 405.36
                        },
                        "override": false,
                        "points": 42800,
                        "referenceAmount": {
                          "currency": "UZS",
                          "value": 217.36
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "MKD",
                          "value": 314.48
                        },
                        "code": "UQ",
                        "conversionRatio": {
                          "minimumPoints": 993,
                          "value": 0.6
                        },
                        "equivAmount": {
                          "currency": "AWG",
                          "value": 34.42
                        },
                        "override": false,
                        "points": 30284,
                        "referenceAmount": {
                          "currency": "KWD",
                          "value": 34.7
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "GBP",
                          "value": 254.73
                        },
                        "code": "Gx",
                        "conversionRatio": {
                          "minimumPoints": 598,
                          "value": 0.32
                        },
                        "equivAmount": {
                          "currency": "ARS",
                          "value": 237.67
                        },
                        "override": true,
                        "points": 41797,
                        "referenceAmount": {
                          "currency": "AED",
                          "value": 178.73
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SBD",
                          "value": 144.42
                        },
                        "code": "yg",
                        "conversionRatio": {
                          "minimumPoints": 174,
                          "value": 0.36
                        },
                        "equivAmount": {
                          "currency": "MRU",
                          "value": 44.78
                        },
                        "override": true,
                        "points": 23383,
                        "referenceAmount": {
                          "currency": "MNT",
                          "value": 194.55
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "GBP",
                          "value": 254.59
                        },
                        "code": "qa",
                        "conversionRatio": {
                          "minimumPoints": 684,
                          "value": 0.29
                        },
                        "equivAmount": {
                          "currency": "BIF",
                          "value": 463.03
                        },
                        "override": true,
                        "points": 34251,
                        "referenceAmount": {
                          "currency": "SDG",
                          "value": 213.72
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "LSL",
                        "value": 347.93
                      },
                      "code": "JF",
                      "conversionRatio": {
                        "minimumPoints": 128,
                        "value": 0.63
                      },
                      "equivAmount": {
                        "currency": "TTD",
                        "value": 205.15
                      },
                      "override": true,
                      "points": 10065,
                      "referenceAmount": {
                        "currency": "LAK",
                        "value": 5.3
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                }
              ],
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "id": "2cc60791-3d08-42d3-be00-eac57b354bc6",
              "issueDate": "2026-03-10T00:00:00.0Z",
              "number": "8931292079261",
              "paymentRefs": [
                "id01",
                "id02"
              ],
              "priceBreakdown": {
                "base": {
                  "amount": {
                    "currency": "WST",
                    "value": 273.06
                  },
                  "code": "AR",
                  "conversionRatio": {
                    "minimumPoints": 307,
                    "value": 0.7
                  },
                  "equivAmount": {
                    "currency": "KRW",
                    "value": 492.53
                  },
                  "override": true,
                  "points": 24123,
                  "referenceAmount": {
                    "currency": "ERN",
                    "value": 220.52
                  },
                  "taxType": "PROPORTIONAL"
                },
                "commission": [
                  {
                    "amount": {
                      "currency": "LKR",
                      "value": 496.91
                    },
                    "code": "oL",
                    "conversionRatio": {
                      "minimumPoints": 385,
                      "value": 0.79
                    },
                    "equivAmount": {
                      "currency": "BAM",
                      "value": 65.67
                    },
                    "override": true,
                    "points": 6429,
                    "referenceAmount": {
                      "currency": "TND",
                      "value": 340.29
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "MNT",
                      "value": 164.61
                    },
                    "code": "yN",
                    "conversionRatio": {
                      "minimumPoints": 224,
                      "value": 0.2
                    },
                    "equivAmount": {
                      "currency": "ANG",
                      "value": 422.6
                    },
                    "override": false,
                    "points": 14748,
                    "referenceAmount": {
                      "currency": "MZN",
                      "value": 349.27
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "SCR",
                      "value": 116.76
                    },
                    "code": "Sj",
                    "conversionRatio": {
                      "minimumPoints": 195,
                      "value": 0.34
                    },
                    "equivAmount": {
                      "currency": "BTN",
                      "value": 372.28
                    },
                    "override": false,
                    "points": 28467,
                    "referenceAmount": {
                      "currency": "UGX",
                      "value": 414.35
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "JMD",
                      "value": 70.12
                    },
                    "code": "kN",
                    "conversionRatio": {
                      "minimumPoints": 630,
                      "value": 0.21
                    },
                    "equivAmount": {
                      "currency": "LRD",
                      "value": 296.14
                    },
                    "override": true,
                    "points": 14187,
                    "referenceAmount": {
                      "currency": "OMR",
                      "value": 272
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "TZS",
                      "value": 290.09
                    },
                    "code": "EC",
                    "conversionRatio": {
                      "minimumPoints": 276,
                      "value": 0.81
                    },
                    "equivAmount": {
                      "currency": "TZS",
                      "value": 101.48
                    },
                    "override": false,
                    "points": 41949,
                    "referenceAmount": {
                      "currency": "JMD",
                      "value": 367.46
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "discount": [
                  {
                    "amount": {
                      "currency": "MWK",
                      "value": 177.35
                    },
                    "code": "pf",
                    "conversionRatio": {
                      "minimumPoints": 669,
                      "value": 0.53
                    },
                    "equivAmount": {
                      "currency": "ALL",
                      "value": 361.49
                    },
                    "override": true,
                    "points": 49512,
                    "referenceAmount": {
                      "currency": "MXN",
                      "value": 470.09
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "SGD",
                      "value": 314.65
                    },
                    "code": "GN",
                    "conversionRatio": {
                      "minimumPoints": 304,
                      "value": 0.31
                    },
                    "equivAmount": {
                      "currency": "SLE",
                      "value": 454.29
                    },
                    "override": false,
                    "points": 24661,
                    "referenceAmount": {
                      "currency": "CLP",
                      "value": 428.96
                    },
                    "taxType": "FLAT"
                  }
                ],
                "fee": [
                  {
                    "amount": {
                      "currency": "ZAR",
                      "value": 475.32
                    },
                    "code": "Ke",
                    "conversionRatio": {
                      "minimumPoints": 945,
                      "value": 0.12
                    },
                    "equivAmount": {
                      "currency": "LBP",
                      "value": 300.46
                    },
                    "override": true,
                    "points": 17836,
                    "referenceAmount": {
                      "currency": "SAR",
                      "value": 260.64
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "HTG",
                      "value": 439.9
                    },
                    "code": "wK",
                    "conversionRatio": {
                      "minimumPoints": 288,
                      "value": 0.89
                    },
                    "equivAmount": {
                      "currency": "IRR",
                      "value": 122.02
                    },
                    "override": false,
                    "points": 21334,
                    "referenceAmount": {
                      "currency": "KHR",
                      "value": 211.72
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "KMF",
                      "value": 339.97
                    },
                    "code": "bc",
                    "conversionRatio": {
                      "minimumPoints": 887,
                      "value": 0.84
                    },
                    "equivAmount": {
                      "currency": "CHF",
                      "value": 496.33
                    },
                    "override": false,
                    "points": 6630,
                    "referenceAmount": {
                      "currency": "VES",
                      "value": 106.55
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "EGP",
                      "value": 467.14
                    },
                    "code": "FG",
                    "conversionRatio": {
                      "minimumPoints": 627,
                      "value": 0.17
                    },
                    "equivAmount": {
                      "currency": "NAD",
                      "value": 152.03
                    },
                    "override": false,
                    "points": 4832,
                    "referenceAmount": {
                      "currency": "YER",
                      "value": 99.34
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "GEL",
                      "value": 122.23
                    },
                    "code": "ys",
                    "conversionRatio": {
                      "minimumPoints": 581,
                      "value": 0.54
                    },
                    "equivAmount": {
                      "currency": "UZS",
                      "value": 67.84
                    },
                    "override": false,
                    "points": 15294,
                    "referenceAmount": {
                      "currency": "KHR",
                      "value": 24.33
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "surcharge": [
                  {
                    "amount": {
                      "currency": "MOP",
                      "value": 50.69
                    },
                    "code": "bc",
                    "conversionRatio": {
                      "minimumPoints": 855,
                      "value": 0.9
                    },
                    "equivAmount": {
                      "currency": "ZMW",
                      "value": 247.9
                    },
                    "override": true,
                    "points": 19741,
                    "referenceAmount": {
                      "currency": "PAB",
                      "value": 211.47
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "AOA",
                      "value": 454.36
                    },
                    "code": "nO",
                    "conversionRatio": {
                      "minimumPoints": 677,
                      "value": 0.92
                    },
                    "equivAmount": {
                      "currency": "MZN",
                      "value": 272.43
                    },
                    "override": false,
                    "points": 21395,
                    "referenceAmount": {
                      "currency": "KYD",
                      "value": 475.51
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "ZMW",
                      "value": 86.87
                    },
                    "code": "da",
                    "conversionRatio": {
                      "minimumPoints": 203,
                      "value": 0.45
                    },
                    "equivAmount": {
                      "currency": "PKR",
                      "value": 451.16
                    },
                    "override": false,
                    "points": 26456,
                    "referenceAmount": {
                      "currency": "AED",
                      "value": 281.21
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "MVR",
                      "value": 101.53
                    },
                    "code": "ZU",
                    "conversionRatio": {
                      "minimumPoints": 612,
                      "value": 0.2
                    },
                    "equivAmount": {
                      "currency": "NIO",
                      "value": 300.7
                    },
                    "override": true,
                    "points": 22553,
                    "referenceAmount": {
                      "currency": "KWD",
                      "value": 156.3
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "JMD",
                      "value": 405.02
                    },
                    "code": "qd",
                    "conversionRatio": {
                      "minimumPoints": 859,
                      "value": 0.4
                    },
                    "equivAmount": {
                      "currency": "KRW",
                      "value": 164.66
                    },
                    "override": true,
                    "points": 30124,
                    "referenceAmount": {
                      "currency": "VUV",
                      "value": 101.11
                    },
                    "taxType": "FLAT"
                  }
                ],
                "tax": [
                  {
                    "amount": {
                      "currency": "JPY",
                      "value": 248.14
                    },
                    "code": "ht",
                    "conversionRatio": {
                      "minimumPoints": 156,
                      "value": 0.69
                    },
                    "equivAmount": {
                      "currency": "MNT",
                      "value": 302.37
                    },
                    "override": false,
                    "points": 8345,
                    "referenceAmount": {
                      "currency": "CUP",
                      "value": 468.13
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "UAH",
                      "value": 138.99
                    },
                    "code": "ga",
                    "conversionRatio": {
                      "minimumPoints": 445,
                      "value": 0.38
                    },
                    "equivAmount": {
                      "currency": "WST",
                      "value": 225.11
                    },
                    "override": false,
                    "points": 43171,
                    "referenceAmount": {
                      "currency": "MKD",
                      "value": 10.29
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "KWD",
                      "value": 103.14
                    },
                    "code": "Ks",
                    "conversionRatio": {
                      "minimumPoints": 649,
                      "value": 0.31
                    },
                    "equivAmount": {
                      "currency": "KGS",
                      "value": 16.65
                    },
                    "override": false,
                    "points": 46219,
                    "referenceAmount": {
                      "currency": "SGD",
                      "value": 387.84
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "MNT",
                    "value": 74.21
                  },
                  "code": "Qh",
                  "conversionRatio": {
                    "minimumPoints": 491,
                    "value": 0.24
                  },
                  "equivAmount": {
                    "currency": "BYN",
                    "value": 197.81
                  },
                  "override": true,
                  "points": 15792,
                  "referenceAmount": {
                    "currency": "PGK",
                    "value": 267.86
                  },
                  "taxType": "PROPORTIONAL"
                }
              },
              "type": "MISCELLANEOUS_RECORD"
            },
            {
              "airExtraDocumentCoupon": [
                {
                  "number": 94,
                  "passengerSegmentRef": "b36336e9-4e1a-457e-b841-972c54ac9de5",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "ZAR",
                        "value": 58.99
                      },
                      "code": "xQ",
                      "conversionRatio": {
                        "minimumPoints": 692,
                        "value": 0.84
                      },
                      "equivAmount": {
                        "currency": "GMD",
                        "value": 23.25
                      },
                      "override": true,
                      "points": 29321,
                      "referenceAmount": {
                        "currency": "BHD",
                        "value": 57.62
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "BBD",
                          "value": 240.63
                        },
                        "code": "Fh",
                        "conversionRatio": {
                          "minimumPoints": 678,
                          "value": 1
                        },
                        "equivAmount": {
                          "currency": "SLE",
                          "value": 310.57
                        },
                        "override": true,
                        "points": 39809,
                        "referenceAmount": {
                          "currency": "INR",
                          "value": 496.32
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SGD",
                          "value": 343.04
                        },
                        "code": "nW",
                        "conversionRatio": {
                          "minimumPoints": 896,
                          "value": 0.61
                        },
                        "equivAmount": {
                          "currency": "BOB",
                          "value": 148.79
                        },
                        "override": true,
                        "points": 35166,
                        "referenceAmount": {
                          "currency": "LBP",
                          "value": 61.14
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "MNT",
                          "value": 251.9
                        },
                        "code": "DM",
                        "conversionRatio": {
                          "minimumPoints": 287,
                          "value": 0.39
                        },
                        "equivAmount": {
                          "currency": "ERN",
                          "value": 316.74
                        },
                        "override": true,
                        "points": 35426,
                        "referenceAmount": {
                          "currency": "SRD",
                          "value": 152.61
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SSP",
                          "value": 61.52
                        },
                        "code": "VT",
                        "conversionRatio": {
                          "minimumPoints": 708,
                          "value": 0.21
                        },
                        "equivAmount": {
                          "currency": "YER",
                          "value": 288.89
                        },
                        "override": false,
                        "points": 46442,
                        "referenceAmount": {
                          "currency": "FKP",
                          "value": 32.87
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "GHS",
                          "value": 437.68
                        },
                        "code": "zV",
                        "conversionRatio": {
                          "minimumPoints": 699,
                          "value": 0.92
                        },
                        "equivAmount": {
                          "currency": "MGA",
                          "value": 159.23
                        },
                        "override": false,
                        "points": 24772,
                        "referenceAmount": {
                          "currency": "VES",
                          "value": 47.12
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "WST",
                          "value": 71.54
                        },
                        "code": "Db",
                        "conversionRatio": {
                          "minimumPoints": 706,
                          "value": 0.22
                        },
                        "equivAmount": {
                          "currency": "BRL",
                          "value": 146.95
                        },
                        "override": true,
                        "points": 31019,
                        "referenceAmount": {
                          "currency": "PAB",
                          "value": 233.45
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "CAD",
                          "value": 240.18
                        },
                        "code": "jA",
                        "conversionRatio": {
                          "minimumPoints": 397,
                          "value": 0.83
                        },
                        "equivAmount": {
                          "currency": "TTD",
                          "value": 400.3
                        },
                        "override": false,
                        "points": 36748,
                        "referenceAmount": {
                          "currency": "CZK",
                          "value": 23.99
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ARS",
                          "value": 412.35
                        },
                        "code": "oM",
                        "conversionRatio": {
                          "minimumPoints": 127,
                          "value": 0.97
                        },
                        "equivAmount": {
                          "currency": "ZAR",
                          "value": 279.83
                        },
                        "override": true,
                        "points": 22656,
                        "referenceAmount": {
                          "currency": "LRD",
                          "value": 227.08
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "JMD",
                          "value": 297.19
                        },
                        "code": "Nw",
                        "conversionRatio": {
                          "minimumPoints": 150,
                          "value": 1
                        },
                        "equivAmount": {
                          "currency": "STN",
                          "value": 475.77
                        },
                        "override": false,
                        "points": 43617,
                        "referenceAmount": {
                          "currency": "GYD",
                          "value": 325.16
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "KYD",
                          "value": 387.26
                        },
                        "code": "ti",
                        "conversionRatio": {
                          "minimumPoints": 571,
                          "value": 0.42
                        },
                        "equivAmount": {
                          "currency": "LAK",
                          "value": 289.39
                        },
                        "override": false,
                        "points": 15397,
                        "referenceAmount": {
                          "currency": "XOF",
                          "value": 390.91
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "NPR",
                          "value": 207.77
                        },
                        "code": "ml",
                        "conversionRatio": {
                          "minimumPoints": 570,
                          "value": 0.31
                        },
                        "equivAmount": {
                          "currency": "SBD",
                          "value": 37.26
                        },
                        "override": false,
                        "points": 39517,
                        "referenceAmount": {
                          "currency": "DJF",
                          "value": 58.2
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "COP",
                          "value": 331.47
                        },
                        "code": "Pb",
                        "conversionRatio": {
                          "minimumPoints": 383,
                          "value": 0.71
                        },
                        "equivAmount": {
                          "currency": "KGS",
                          "value": 425.6
                        },
                        "override": true,
                        "points": 11002,
                        "referenceAmount": {
                          "currency": "MUR",
                          "value": 473.72
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "HUF",
                          "value": 368.63
                        },
                        "code": "zC",
                        "conversionRatio": {
                          "minimumPoints": 520,
                          "value": 0.88
                        },
                        "equivAmount": {
                          "currency": "SHP",
                          "value": 225.18
                        },
                        "override": false,
                        "points": 27092,
                        "referenceAmount": {
                          "currency": "GBP",
                          "value": 437.86
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BZD",
                          "value": 24.62
                        },
                        "code": "QQ",
                        "conversionRatio": {
                          "minimumPoints": 506,
                          "value": 0.73
                        },
                        "equivAmount": {
                          "currency": "KGS",
                          "value": 225.1
                        },
                        "override": true,
                        "points": 32972,
                        "referenceAmount": {
                          "currency": "STN",
                          "value": 380.44
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ZWL",
                          "value": 60.09
                        },
                        "code": "Pd",
                        "conversionRatio": {
                          "minimumPoints": 610,
                          "value": 0.97
                        },
                        "equivAmount": {
                          "currency": "EGP",
                          "value": 245.36
                        },
                        "override": true,
                        "points": 29944,
                        "referenceAmount": {
                          "currency": "TTD",
                          "value": 142.18
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "STN",
                          "value": 327.93
                        },
                        "code": "pA",
                        "conversionRatio": {
                          "minimumPoints": 796,
                          "value": 0.7
                        },
                        "equivAmount": {
                          "currency": "MMK",
                          "value": 222.85
                        },
                        "override": true,
                        "points": 1995,
                        "referenceAmount": {
                          "currency": "DOP",
                          "value": 80.39
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "RWF",
                          "value": 184.37
                        },
                        "code": "wI",
                        "conversionRatio": {
                          "minimumPoints": 471,
                          "value": 0.33
                        },
                        "equivAmount": {
                          "currency": "TOP",
                          "value": 250.08
                        },
                        "override": false,
                        "points": 26617,
                        "referenceAmount": {
                          "currency": "JMD",
                          "value": 62.65
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "PHP",
                          "value": 291.17
                        },
                        "code": "kN",
                        "conversionRatio": {
                          "minimumPoints": 917,
                          "value": 0.89
                        },
                        "equivAmount": {
                          "currency": "BDT",
                          "value": 333.24
                        },
                        "override": false,
                        "points": 11685,
                        "referenceAmount": {
                          "currency": "TOP",
                          "value": 85.7
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "UAH",
                          "value": 386.12
                        },
                        "code": "GT",
                        "conversionRatio": {
                          "minimumPoints": 499,
                          "value": 0.86
                        },
                        "equivAmount": {
                          "currency": "GIP",
                          "value": 469.12
                        },
                        "override": true,
                        "points": 47268,
                        "referenceAmount": {
                          "currency": "BYN",
                          "value": 419.92
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "KES",
                          "value": 487.89
                        },
                        "code": "cv",
                        "conversionRatio": {
                          "minimumPoints": 907,
                          "value": 0.18
                        },
                        "equivAmount": {
                          "currency": "AWG",
                          "value": 498.39
                        },
                        "override": false,
                        "points": 21743,
                        "referenceAmount": {
                          "currency": "ETB",
                          "value": 43.8
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "MWK",
                        "value": 288.54
                      },
                      "code": "YL",
                      "conversionRatio": {
                        "minimumPoints": 899,
                        "value": 0.97
                      },
                      "equivAmount": {
                        "currency": "ILS",
                        "value": 159.46
                      },
                      "override": true,
                      "points": 12924,
                      "referenceAmount": {
                        "currency": "ZMW",
                        "value": 86.18
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                }
              ],
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "id": "e5bc1631-3f7d-4ce4-a56b-f9f3d7f3f9fb",
              "issueDate": "2026-01-27T00:00:00.0Z",
              "number": "7770715927234",
              "paymentRefs": [
                "id01",
                "id02"
              ],
              "priceBreakdown": {
                "base": {
                  "amount": {
                    "currency": "KGS",
                    "value": 484.41
                  },
                  "code": "Cq",
                  "conversionRatio": {
                    "minimumPoints": 838,
                    "value": 0.85
                  },
                  "equivAmount": {
                    "currency": "RWF",
                    "value": 195.28
                  },
                  "override": false,
                  "points": 20918,
                  "referenceAmount": {
                    "currency": "INR",
                    "value": 346.6
                  },
                  "taxType": "PROPORTIONAL"
                },
                "commission": [
                  {
                    "amount": {
                      "currency": "KGS",
                      "value": 364.72
                    },
                    "code": "oD",
                    "conversionRatio": {
                      "minimumPoints": 723,
                      "value": 0.74
                    },
                    "equivAmount": {
                      "currency": "ALL",
                      "value": 334.06
                    },
                    "override": false,
                    "points": 3212,
                    "referenceAmount": {
                      "currency": "DJF",
                      "value": 70.17
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "QAR",
                      "value": 306.1
                    },
                    "code": "pV",
                    "conversionRatio": {
                      "minimumPoints": 512,
                      "value": 0.68
                    },
                    "equivAmount": {
                      "currency": "XAF",
                      "value": 181.2
                    },
                    "override": false,
                    "points": 45664,
                    "referenceAmount": {
                      "currency": "SBD",
                      "value": 137.42
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "discount": [
                  {
                    "amount": {
                      "currency": "LKR",
                      "value": 259.39
                    },
                    "code": "Gp",
                    "conversionRatio": {
                      "minimumPoints": 581,
                      "value": 1
                    },
                    "equivAmount": {
                      "currency": "DZD",
                      "value": 203.61
                    },
                    "override": true,
                    "points": 15075,
                    "referenceAmount": {
                      "currency": "MKD",
                      "value": 474.46
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "BND",
                      "value": 14.16
                    },
                    "code": "bo",
                    "conversionRatio": {
                      "minimumPoints": 614,
                      "value": 0.5
                    },
                    "equivAmount": {
                      "currency": "LYD",
                      "value": 420.19
                    },
                    "override": true,
                    "points": 25610,
                    "referenceAmount": {
                      "currency": "PEN",
                      "value": 130.7
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "MRU",
                      "value": 440.64
                    },
                    "code": "Tx",
                    "conversionRatio": {
                      "minimumPoints": 356,
                      "value": 0.73
                    },
                    "equivAmount": {
                      "currency": "ANG",
                      "value": 12.71
                    },
                    "override": false,
                    "points": 25684,
                    "referenceAmount": {
                      "currency": "BDT",
                      "value": 402.23
                    },
                    "taxType": "FLAT"
                  }
                ],
                "fee": [
                  {
                    "amount": {
                      "currency": "MGA",
                      "value": 314.32
                    },
                    "code": "ZP",
                    "conversionRatio": {
                      "minimumPoints": 483,
                      "value": 0.84
                    },
                    "equivAmount": {
                      "currency": "BAM",
                      "value": 374.1
                    },
                    "override": false,
                    "points": 31226,
                    "referenceAmount": {
                      "currency": "UAH",
                      "value": 141.12
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "SOS",
                      "value": 142.46
                    },
                    "code": "Mx",
                    "conversionRatio": {
                      "minimumPoints": 688,
                      "value": 0.39
                    },
                    "equivAmount": {
                      "currency": "FKP",
                      "value": 90.85
                    },
                    "override": false,
                    "points": 44129,
                    "referenceAmount": {
                      "currency": "COP",
                      "value": 234.6
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "TJS",
                      "value": 487.45
                    },
                    "code": "np",
                    "conversionRatio": {
                      "minimumPoints": 140,
                      "value": 0.21
                    },
                    "equivAmount": {
                      "currency": "BBD",
                      "value": 163.38
                    },
                    "override": false,
                    "points": 26359,
                    "referenceAmount": {
                      "currency": "AOA",
                      "value": 245.93
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "UGX",
                      "value": 440.62
                    },
                    "code": "Jd",
                    "conversionRatio": {
                      "minimumPoints": 730,
                      "value": 0.23
                    },
                    "equivAmount": {
                      "currency": "TZS",
                      "value": 396.42
                    },
                    "override": false,
                    "points": 28457,
                    "referenceAmount": {
                      "currency": "XPF",
                      "value": 365.18
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "surcharge": [
                  {
                    "amount": {
                      "currency": "MZN",
                      "value": 361.38
                    },
                    "code": "Wz",
                    "conversionRatio": {
                      "minimumPoints": 166,
                      "value": 0.74
                    },
                    "equivAmount": {
                      "currency": "TTD",
                      "value": 499.69
                    },
                    "override": true,
                    "points": 17379,
                    "referenceAmount": {
                      "currency": "AWG",
                      "value": 94.71
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "NIO",
                      "value": 385.59
                    },
                    "code": "IE",
                    "conversionRatio": {
                      "minimumPoints": 575,
                      "value": 0.93
                    },
                    "equivAmount": {
                      "currency": "JPY",
                      "value": 184
                    },
                    "override": true,
                    "points": 33854,
                    "referenceAmount": {
                      "currency": "HKD",
                      "value": 189.51
                    },
                    "taxType": "FLAT"
                  }
                ],
                "tax": [
                  {
                    "amount": {
                      "currency": "PKR",
                      "value": 138.13
                    },
                    "code": "Yr",
                    "conversionRatio": {
                      "minimumPoints": 314,
                      "value": 0.6
                    },
                    "equivAmount": {
                      "currency": "OMR",
                      "value": 447.21
                    },
                    "override": true,
                    "points": 43328,
                    "referenceAmount": {
                      "currency": "USD",
                      "value": 347.93
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "IQD",
                      "value": 254.11
                    },
                    "code": "nv",
                    "conversionRatio": {
                      "minimumPoints": 348,
                      "value": 0.72
                    },
                    "equivAmount": {
                      "currency": "COP",
                      "value": 454.47
                    },
                    "override": true,
                    "points": 28540,
                    "referenceAmount": {
                      "currency": "HUF",
                      "value": 494.71
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "ARS",
                    "value": 203.99
                  },
                  "code": "rl",
                  "conversionRatio": {
                    "minimumPoints": 778,
                    "value": 0.44
                  },
                  "equivAmount": {
                    "currency": "BRL",
                    "value": 337.08
                  },
                  "override": false,
                  "points": 33239,
                  "referenceAmount": {
                    "currency": "TOP",
                    "value": 497.99
                  },
                  "taxType": "FLAT"
                }
              },
              "type": "ELECTRONIC_MISC_DOCUMENT"
            },
            {
              "airExtraDocumentCoupon": [
                {
                  "number": 54,
                  "passengerSegmentRef": "12a91e52-955d-46ef-a48b-84d6fdec5a23",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "BSD",
                        "value": 419.99
                      },
                      "code": "cZ",
                      "conversionRatio": {
                        "minimumPoints": 263,
                        "value": 0.76
                      },
                      "equivAmount": {
                        "currency": "TTD",
                        "value": 51.9
                      },
                      "override": false,
                      "points": 20009,
                      "referenceAmount": {
                        "currency": "TOP",
                        "value": 416.29
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "THB",
                          "value": 101.71
                        },
                        "code": "sR",
                        "conversionRatio": {
                          "minimumPoints": 625,
                          "value": 1
                        },
                        "equivAmount": {
                          "currency": "SBD",
                          "value": 172.4
                        },
                        "override": false,
                        "points": 7201,
                        "referenceAmount": {
                          "currency": "MGA",
                          "value": 372.87
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MXN",
                          "value": 326.79
                        },
                        "code": "KY",
                        "conversionRatio": {
                          "minimumPoints": 319,
                          "value": 0.31
                        },
                        "equivAmount": {
                          "currency": "GTQ",
                          "value": 198.86
                        },
                        "override": true,
                        "points": 45104,
                        "referenceAmount": {
                          "currency": "KGS",
                          "value": 53.76
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "ETB",
                          "value": 352.68
                        },
                        "code": "aG",
                        "conversionRatio": {
                          "minimumPoints": 464,
                          "value": 0.35
                        },
                        "equivAmount": {
                          "currency": "WST",
                          "value": 398.62
                        },
                        "override": true,
                        "points": 14166,
                        "referenceAmount": {
                          "currency": "GBP",
                          "value": 432.87
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "TMT",
                          "value": 448.11
                        },
                        "code": "ZW",
                        "conversionRatio": {
                          "minimumPoints": 937,
                          "value": 0.88
                        },
                        "equivAmount": {
                          "currency": "GNF",
                          "value": 113.84
                        },
                        "override": true,
                        "points": 25005,
                        "referenceAmount": {
                          "currency": "LRD",
                          "value": 466.67
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "AFN",
                          "value": 47.8
                        },
                        "code": "aj",
                        "conversionRatio": {
                          "minimumPoints": 148,
                          "value": 0.94
                        },
                        "equivAmount": {
                          "currency": "LKR",
                          "value": 354.35
                        },
                        "override": true,
                        "points": 29829,
                        "referenceAmount": {
                          "currency": "FKP",
                          "value": 358.16
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "AMD",
                          "value": 261.9
                        },
                        "code": "AA",
                        "conversionRatio": {
                          "minimumPoints": 383,
                          "value": 0.32
                        },
                        "equivAmount": {
                          "currency": "TTD",
                          "value": 405.52
                        },
                        "override": false,
                        "points": 25856,
                        "referenceAmount": {
                          "currency": "MMK",
                          "value": 359.07
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "HKD",
                          "value": 222.69
                        },
                        "code": "kA",
                        "conversionRatio": {
                          "minimumPoints": 903,
                          "value": 0.74
                        },
                        "equivAmount": {
                          "currency": "SOS",
                          "value": 120.52
                        },
                        "override": false,
                        "points": 16195,
                        "referenceAmount": {
                          "currency": "OMR",
                          "value": 424.61
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BSD",
                          "value": 224.55
                        },
                        "code": "Qr",
                        "conversionRatio": {
                          "minimumPoints": 679,
                          "value": 0.4
                        },
                        "equivAmount": {
                          "currency": "OMR",
                          "value": 358.03
                        },
                        "override": true,
                        "points": 48648,
                        "referenceAmount": {
                          "currency": "PGK",
                          "value": 247.23
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "XCD",
                          "value": 172.09
                        },
                        "code": "OO",
                        "conversionRatio": {
                          "minimumPoints": 223,
                          "value": 0.32
                        },
                        "equivAmount": {
                          "currency": "PHP",
                          "value": 145.46
                        },
                        "override": false,
                        "points": 12488,
                        "referenceAmount": {
                          "currency": "GMD",
                          "value": 181.4
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "AWG",
                          "value": 423.72
                        },
                        "code": "cH",
                        "conversionRatio": {
                          "minimumPoints": 745,
                          "value": 0.61
                        },
                        "equivAmount": {
                          "currency": "DZD",
                          "value": 305.02
                        },
                        "override": true,
                        "points": 24757,
                        "referenceAmount": {
                          "currency": "XCD",
                          "value": 86.06
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BZD",
                          "value": 127.1
                        },
                        "code": "cP",
                        "conversionRatio": {
                          "minimumPoints": 322,
                          "value": 0.4
                        },
                        "equivAmount": {
                          "currency": "SRD",
                          "value": 202.24
                        },
                        "override": false,
                        "points": 47316,
                        "referenceAmount": {
                          "currency": "NZD",
                          "value": 114
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "CZK",
                          "value": 195.7
                        },
                        "code": "Io",
                        "conversionRatio": {
                          "minimumPoints": 240,
                          "value": 0.95
                        },
                        "equivAmount": {
                          "currency": "FKP",
                          "value": 330.72
                        },
                        "override": false,
                        "points": 42070,
                        "referenceAmount": {
                          "currency": "UGX",
                          "value": 342.14
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SRD",
                          "value": 141.45
                        },
                        "code": "aU",
                        "conversionRatio": {
                          "minimumPoints": 212,
                          "value": 0.49
                        },
                        "equivAmount": {
                          "currency": "PLN",
                          "value": 289.97
                        },
                        "override": false,
                        "points": 36182,
                        "referenceAmount": {
                          "currency": "NZD",
                          "value": 451.55
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "LSL",
                          "value": 76.18
                        },
                        "code": "Km",
                        "conversionRatio": {
                          "minimumPoints": 490,
                          "value": 0.21
                        },
                        "equivAmount": {
                          "currency": "KMF",
                          "value": 222.89
                        },
                        "override": true,
                        "points": 5210,
                        "referenceAmount": {
                          "currency": "CAD",
                          "value": 430.6
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "FJD",
                          "value": 487.41
                        },
                        "code": "EJ",
                        "conversionRatio": {
                          "minimumPoints": 846,
                          "value": 0.71
                        },
                        "equivAmount": {
                          "currency": "GHS",
                          "value": 63.53
                        },
                        "override": true,
                        "points": 24465,
                        "referenceAmount": {
                          "currency": "KHR",
                          "value": 243.51
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "SRD",
                        "value": 472.82
                      },
                      "code": "Tf",
                      "conversionRatio": {
                        "minimumPoints": 674,
                        "value": 0.83
                      },
                      "equivAmount": {
                        "currency": "NZD",
                        "value": 417.3
                      },
                      "override": true,
                      "points": 40560,
                      "referenceAmount": {
                        "currency": "INR",
                        "value": 77.19
                      },
                      "taxType": "FLAT"
                    }
                  }
                }
              ],
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "id": "d6af8a86-2da2-4412-86ce-d3b4192b42a7",
              "issueDate": "2026-03-23T00:00:00.0Z",
              "number": "8731080198773",
              "paymentRefs": [
                "id01",
                "id02"
              ],
              "priceBreakdown": {
                "base": {
                  "amount": {
                    "currency": "AUD",
                    "value": 24.11
                  },
                  "code": "dQ",
                  "conversionRatio": {
                    "minimumPoints": 646,
                    "value": 0.17
                  },
                  "equivAmount": {
                    "currency": "SYP",
                    "value": 183.72
                  },
                  "override": true,
                  "points": 26506,
                  "referenceAmount": {
                    "currency": "JOD",
                    "value": 491.12
                  },
                  "taxType": "FLAT"
                },
                "commission": [
                  {
                    "amount": {
                      "currency": "JOD",
                      "value": 457.53
                    },
                    "code": "rW",
                    "conversionRatio": {
                      "minimumPoints": 252,
                      "value": 0.76
                    },
                    "equivAmount": {
                      "currency": "ANG",
                      "value": 447.27
                    },
                    "override": true,
                    "points": 26928,
                    "referenceAmount": {
                      "currency": "GNF",
                      "value": 269.36
                    },
                    "taxType": "FLAT"
                  }
                ],
                "discount": [
                  {
                    "amount": {
                      "currency": "CVE",
                      "value": 11.86
                    },
                    "code": "LF",
                    "conversionRatio": {
                      "minimumPoints": 649,
                      "value": 0.93
                    },
                    "equivAmount": {
                      "currency": "LSL",
                      "value": 422.92
                    },
                    "override": true,
                    "points": 8138,
                    "referenceAmount": {
                      "currency": "PAB",
                      "value": 121.53
                    },
                    "taxType": "FLAT"
                  }
                ],
                "fee": [
                  {
                    "amount": {
                      "currency": "CZK",
                      "value": 404.87
                    },
                    "code": "Xk",
                    "conversionRatio": {
                      "minimumPoints": 508,
                      "value": 0.6
                    },
                    "equivAmount": {
                      "currency": "JOD",
                      "value": 118.82
                    },
                    "override": true,
                    "points": 31217,
                    "referenceAmount": {
                      "currency": "MKD",
                      "value": 189.26
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "SBD",
                      "value": 14.74
                    },
                    "code": "St",
                    "conversionRatio": {
                      "minimumPoints": 896,
                      "value": 0.55
                    },
                    "equivAmount": {
                      "currency": "GMD",
                      "value": 344.67
                    },
                    "override": false,
                    "points": 39662,
                    "referenceAmount": {
                      "currency": "BOB",
                      "value": 220.49
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "SHP",
                      "value": 5.1
                    },
                    "code": "dW",
                    "conversionRatio": {
                      "minimumPoints": 527,
                      "value": 0.15
                    },
                    "equivAmount": {
                      "currency": "MNT",
                      "value": 372.82
                    },
                    "override": true,
                    "points": 8739,
                    "referenceAmount": {
                      "currency": "RWF",
                      "value": 334.08
                    },
                    "taxType": "FLAT"
                  }
                ],
                "surcharge": [
                  {
                    "amount": {
                      "currency": "LYD",
                      "value": 126.95
                    },
                    "code": "zC",
                    "conversionRatio": {
                      "minimumPoints": 873,
                      "value": 0.13
                    },
                    "equivAmount": {
                      "currency": "VES",
                      "value": 81.42
                    },
                    "override": true,
                    "points": 32376,
                    "referenceAmount": {
                      "currency": "MYR",
                      "value": 284.11
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "JOD",
                      "value": 439.9
                    },
                    "code": "qF",
                    "conversionRatio": {
                      "minimumPoints": 348,
                      "value": 0.28
                    },
                    "equivAmount": {
                      "currency": "SGD",
                      "value": 377.68
                    },
                    "override": false,
                    "points": 49902,
                    "referenceAmount": {
                      "currency": "THB",
                      "value": 210.22
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "SYP",
                      "value": 69.44
                    },
                    "code": "Rd",
                    "conversionRatio": {
                      "minimumPoints": 659,
                      "value": 0.53
                    },
                    "equivAmount": {
                      "currency": "XPF",
                      "value": 153.83
                    },
                    "override": false,
                    "points": 24810,
                    "referenceAmount": {
                      "currency": "MDL",
                      "value": 19.41
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "BZD",
                      "value": 354.32
                    },
                    "code": "YB",
                    "conversionRatio": {
                      "minimumPoints": 482,
                      "value": 0.51
                    },
                    "equivAmount": {
                      "currency": "ALL",
                      "value": 56.96
                    },
                    "override": false,
                    "points": 17219,
                    "referenceAmount": {
                      "currency": "SCR",
                      "value": 71.57
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "tax": [
                  {
                    "amount": {
                      "currency": "YER",
                      "value": 172.54
                    },
                    "code": "Ei",
                    "conversionRatio": {
                      "minimumPoints": 730,
                      "value": 0.79
                    },
                    "equivAmount": {
                      "currency": "SDG",
                      "value": 72.52
                    },
                    "override": true,
                    "points": 27572,
                    "referenceAmount": {
                      "currency": "SLE",
                      "value": 243.9
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "RON",
                      "value": 350.04
                    },
                    "code": "qu",
                    "conversionRatio": {
                      "minimumPoints": 481,
                      "value": 0.18
                    },
                    "equivAmount": {
                      "currency": "HNL",
                      "value": 84.3
                    },
                    "override": false,
                    "points": 18663,
                    "referenceAmount": {
                      "currency": "HNL",
                      "value": 167.33
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "BRL",
                      "value": 313.81
                    },
                    "code": "Qn",
                    "conversionRatio": {
                      "minimumPoints": 417,
                      "value": 0.96
                    },
                    "equivAmount": {
                      "currency": "TJS",
                      "value": 382.73
                    },
                    "override": true,
                    "points": 42446,
                    "referenceAmount": {
                      "currency": "ILS",
                      "value": 453.57
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "GYD",
                      "value": 313.59
                    },
                    "code": "dz",
                    "conversionRatio": {
                      "minimumPoints": 362,
                      "value": 0.36
                    },
                    "equivAmount": {
                      "currency": "AED",
                      "value": 494.36
                    },
                    "override": false,
                    "points": 33733,
                    "referenceAmount": {
                      "currency": "THB",
                      "value": 186.74
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "AFN",
                      "value": 45.25
                    },
                    "code": "EJ",
                    "conversionRatio": {
                      "minimumPoints": 431,
                      "value": 0.84
                    },
                    "equivAmount": {
                      "currency": "MYR",
                      "value": 115.48
                    },
                    "override": true,
                    "points": 13693,
                    "referenceAmount": {
                      "currency": "KMF",
                      "value": 349.03
                    },
                    "taxType": "FLAT"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "HNL",
                    "value": 363.61
                  },
                  "code": "zh",
                  "conversionRatio": {
                    "minimumPoints": 505,
                    "value": 0.91
                  },
                  "equivAmount": {
                    "currency": "UZS",
                    "value": 260.09
                  },
                  "override": true,
                  "points": 30604,
                  "referenceAmount": {
                    "currency": "NAD",
                    "value": 362.13
                  },
                  "taxType": "PROPORTIONAL"
                }
              },
              "type": "MISCELLANEOUS_RECORD"
            },
            {
              "airExtraDocumentCoupon": [
                {
                  "number": 10,
                  "passengerSegmentRef": "1c612ab7-e5cc-4437-9cc7-5ae9b2260281",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "SRD",
                        "value": 390.72
                      },
                      "code": "wN",
                      "conversionRatio": {
                        "minimumPoints": 236,
                        "value": 0.13
                      },
                      "equivAmount": {
                        "currency": "TND",
                        "value": 216.91
                      },
                      "override": false,
                      "points": 1511,
                      "referenceAmount": {
                        "currency": "HTG",
                        "value": 303.11
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "ZMW",
                          "value": 365.07
                        },
                        "code": "kY",
                        "conversionRatio": {
                          "minimumPoints": 640,
                          "value": 0.87
                        },
                        "equivAmount": {
                          "currency": "FJD",
                          "value": 247.69
                        },
                        "override": false,
                        "points": 41280,
                        "referenceAmount": {
                          "currency": "GBP",
                          "value": 302.99
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "HKD",
                          "value": 232.97
                        },
                        "code": "ol",
                        "conversionRatio": {
                          "minimumPoints": 882,
                          "value": 0.74
                        },
                        "equivAmount": {
                          "currency": "KYD",
                          "value": 420.9
                        },
                        "override": true,
                        "points": 47704,
                        "referenceAmount": {
                          "currency": "VUV",
                          "value": 487.3
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "NIO",
                          "value": 416.74
                        },
                        "code": "ZJ",
                        "conversionRatio": {
                          "minimumPoints": 889,
                          "value": 0.98
                        },
                        "equivAmount": {
                          "currency": "BZD",
                          "value": 128.42
                        },
                        "override": true,
                        "points": 47143,
                        "referenceAmount": {
                          "currency": "ZWL",
                          "value": 89.35
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "KWD",
                          "value": 353.81
                        },
                        "code": "Yx",
                        "conversionRatio": {
                          "minimumPoints": 336,
                          "value": 0.98
                        },
                        "equivAmount": {
                          "currency": "NPR",
                          "value": 251.24
                        },
                        "override": true,
                        "points": 23092,
                        "referenceAmount": {
                          "currency": "THB",
                          "value": 158.88
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "GEL",
                          "value": 427.71
                        },
                        "code": "Po",
                        "conversionRatio": {
                          "minimumPoints": 588,
                          "value": 0.66
                        },
                        "equivAmount": {
                          "currency": "CRC",
                          "value": 481.94
                        },
                        "override": false,
                        "points": 13599,
                        "referenceAmount": {
                          "currency": "KYD",
                          "value": 492.25
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "GBP",
                          "value": 428.31
                        },
                        "code": "Iq",
                        "conversionRatio": {
                          "minimumPoints": 823,
                          "value": 0.2
                        },
                        "equivAmount": {
                          "currency": "BYN",
                          "value": 240.56
                        },
                        "override": true,
                        "points": 46640,
                        "referenceAmount": {
                          "currency": "RUB",
                          "value": 109.65
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "LBP",
                          "value": 118.04
                        },
                        "code": "Bn",
                        "conversionRatio": {
                          "minimumPoints": 782,
                          "value": 0.62
                        },
                        "equivAmount": {
                          "currency": "ZWL",
                          "value": 42.34
                        },
                        "override": true,
                        "points": 31109,
                        "referenceAmount": {
                          "currency": "SBD",
                          "value": 160.78
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "ZMW",
                          "value": 490.96
                        },
                        "code": "qg",
                        "conversionRatio": {
                          "minimumPoints": 972,
                          "value": 0.86
                        },
                        "equivAmount": {
                          "currency": "EGP",
                          "value": 407.23
                        },
                        "override": false,
                        "points": 36776,
                        "referenceAmount": {
                          "currency": "BBD",
                          "value": 247.17
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SYP",
                          "value": 449.21
                        },
                        "code": "Bl",
                        "conversionRatio": {
                          "minimumPoints": 834,
                          "value": 0.85
                        },
                        "equivAmount": {
                          "currency": "BWP",
                          "value": 146.82
                        },
                        "override": true,
                        "points": 8417,
                        "referenceAmount": {
                          "currency": "LSL",
                          "value": 249.09
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SEK",
                          "value": 180.3
                        },
                        "code": "Dz",
                        "conversionRatio": {
                          "minimumPoints": 648,
                          "value": 0.2
                        },
                        "equivAmount": {
                          "currency": "AWG",
                          "value": 228.45
                        },
                        "override": true,
                        "points": 49617,
                        "referenceAmount": {
                          "currency": "CDF",
                          "value": 328.91
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "STN",
                          "value": 231.92
                        },
                        "code": "uD",
                        "conversionRatio": {
                          "minimumPoints": 457,
                          "value": 0.18
                        },
                        "equivAmount": {
                          "currency": "DZD",
                          "value": 350.69
                        },
                        "override": true,
                        "points": 40973,
                        "referenceAmount": {
                          "currency": "AED",
                          "value": 108.15
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "GHS",
                        "value": 318.02
                      },
                      "code": "WB",
                      "conversionRatio": {
                        "minimumPoints": 783,
                        "value": 0.8
                      },
                      "equivAmount": {
                        "currency": "BAM",
                        "value": 284.44
                      },
                      "override": false,
                      "points": 31079,
                      "referenceAmount": {
                        "currency": "TMT",
                        "value": 357.52
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 48,
                  "passengerSegmentRef": "f1ad06a2-c0b4-49e6-ad8a-415c4ad5f37c",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "UYU",
                        "value": 65.87
                      },
                      "code": "ev",
                      "conversionRatio": {
                        "minimumPoints": 131,
                        "value": 0.58
                      },
                      "equivAmount": {
                        "currency": "BWP",
                        "value": 496.27
                      },
                      "override": false,
                      "points": 45461,
                      "referenceAmount": {
                        "currency": "MUR",
                        "value": 237.71
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "TJS",
                          "value": 134.39
                        },
                        "code": "SX",
                        "conversionRatio": {
                          "minimumPoints": 728,
                          "value": 0.18
                        },
                        "equivAmount": {
                          "currency": "MVR",
                          "value": 490.89
                        },
                        "override": false,
                        "points": 28286,
                        "referenceAmount": {
                          "currency": "DZD",
                          "value": 461.2
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "UZS",
                          "value": 199.56
                        },
                        "code": "OP",
                        "conversionRatio": {
                          "minimumPoints": 901,
                          "value": 0.88
                        },
                        "equivAmount": {
                          "currency": "SCR",
                          "value": 40.72
                        },
                        "override": false,
                        "points": 21048,
                        "referenceAmount": {
                          "currency": "SAR",
                          "value": 346.81
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "RSD",
                          "value": 67.3
                        },
                        "code": "oj",
                        "conversionRatio": {
                          "minimumPoints": 654,
                          "value": 0.82
                        },
                        "equivAmount": {
                          "currency": "SCR",
                          "value": 333.59
                        },
                        "override": true,
                        "points": 32958,
                        "referenceAmount": {
                          "currency": "AZN",
                          "value": 164.91
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "FJD",
                          "value": 490.69
                        },
                        "code": "PV",
                        "conversionRatio": {
                          "minimumPoints": 397,
                          "value": 0.35
                        },
                        "equivAmount": {
                          "currency": "BOB",
                          "value": 385.42
                        },
                        "override": false,
                        "points": 43889,
                        "referenceAmount": {
                          "currency": "PLN",
                          "value": 215.13
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "TMT",
                          "value": 18.26
                        },
                        "code": "ES",
                        "conversionRatio": {
                          "minimumPoints": 906,
                          "value": 0.16
                        },
                        "equivAmount": {
                          "currency": "SCR",
                          "value": 169.75
                        },
                        "override": false,
                        "points": 47138,
                        "referenceAmount": {
                          "currency": "GMD",
                          "value": 20.95
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "XOF",
                          "value": 54.32
                        },
                        "code": "Fg",
                        "conversionRatio": {
                          "minimumPoints": 595,
                          "value": 0.99
                        },
                        "equivAmount": {
                          "currency": "KES",
                          "value": 426.48
                        },
                        "override": false,
                        "points": 33012,
                        "referenceAmount": {
                          "currency": "PLN",
                          "value": 430.46
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "XPF",
                          "value": 386.26
                        },
                        "code": "cD",
                        "conversionRatio": {
                          "minimumPoints": 711,
                          "value": 0.64
                        },
                        "equivAmount": {
                          "currency": "SDG",
                          "value": 406.27
                        },
                        "override": true,
                        "points": 46054,
                        "referenceAmount": {
                          "currency": "TTD",
                          "value": 365.93
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "BGN",
                          "value": 445.34
                        },
                        "code": "JE",
                        "conversionRatio": {
                          "minimumPoints": 465,
                          "value": 0.4
                        },
                        "equivAmount": {
                          "currency": "BND",
                          "value": 434.37
                        },
                        "override": false,
                        "points": 30833,
                        "referenceAmount": {
                          "currency": "BYN",
                          "value": 227.98
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "LBP",
                          "value": 411.4
                        },
                        "code": "aS",
                        "conversionRatio": {
                          "minimumPoints": 367,
                          "value": 0.28
                        },
                        "equivAmount": {
                          "currency": "MUR",
                          "value": 110.07
                        },
                        "override": true,
                        "points": 45159,
                        "referenceAmount": {
                          "currency": "ZWL",
                          "value": 458.28
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BDT",
                          "value": 208
                        },
                        "code": "LB",
                        "conversionRatio": {
                          "minimumPoints": 601,
                          "value": 0.48
                        },
                        "equivAmount": {
                          "currency": "MGA",
                          "value": 491.25
                        },
                        "override": true,
                        "points": 13672,
                        "referenceAmount": {
                          "currency": "AED",
                          "value": 90.46
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "TRY",
                          "value": 407.83
                        },
                        "code": "eW",
                        "conversionRatio": {
                          "minimumPoints": 588,
                          "value": 0.39
                        },
                        "equivAmount": {
                          "currency": "HKD",
                          "value": 244.44
                        },
                        "override": false,
                        "points": 27309,
                        "referenceAmount": {
                          "currency": "IDR",
                          "value": 143.18
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "ISK",
                        "value": 110.04
                      },
                      "code": "Xn",
                      "conversionRatio": {
                        "minimumPoints": 165,
                        "value": 0.26
                      },
                      "equivAmount": {
                        "currency": "ISK",
                        "value": 136.01
                      },
                      "override": true,
                      "points": 13202,
                      "referenceAmount": {
                        "currency": "MZN",
                        "value": 31.36
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 24,
                  "passengerSegmentRef": "ca89ca81-e835-454e-ab21-02ca5e86e700",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "IRR",
                        "value": 239.42
                      },
                      "code": "sR",
                      "conversionRatio": {
                        "minimumPoints": 802,
                        "value": 0.23
                      },
                      "equivAmount": {
                        "currency": "MYR",
                        "value": 418.36
                      },
                      "override": true,
                      "points": 17831,
                      "referenceAmount": {
                        "currency": "ILS",
                        "value": 307.2
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "HUF",
                          "value": 251.51
                        },
                        "code": "kF",
                        "conversionRatio": {
                          "minimumPoints": 529,
                          "value": 0.38
                        },
                        "equivAmount": {
                          "currency": "TOP",
                          "value": 324.37
                        },
                        "override": false,
                        "points": 6201,
                        "referenceAmount": {
                          "currency": "NIO",
                          "value": 137.17
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "THB",
                          "value": 142.87
                        },
                        "code": "ax",
                        "conversionRatio": {
                          "minimumPoints": 311,
                          "value": 0.12
                        },
                        "equivAmount": {
                          "currency": "GEL",
                          "value": 302.14
                        },
                        "override": true,
                        "points": 6467,
                        "referenceAmount": {
                          "currency": "BOB",
                          "value": 153.32
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "BAM",
                          "value": 322.76
                        },
                        "code": "dk",
                        "conversionRatio": {
                          "minimumPoints": 123,
                          "value": 1
                        },
                        "equivAmount": {
                          "currency": "PEN",
                          "value": 60.11
                        },
                        "override": true,
                        "points": 42972,
                        "referenceAmount": {
                          "currency": "USD",
                          "value": 308.32
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "ZAR",
                          "value": 267.08
                        },
                        "code": "hz",
                        "conversionRatio": {
                          "minimumPoints": 257,
                          "value": 0.85
                        },
                        "equivAmount": {
                          "currency": "COP",
                          "value": 315.57
                        },
                        "override": false,
                        "points": 9766,
                        "referenceAmount": {
                          "currency": "BZD",
                          "value": 126.33
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SCR",
                          "value": 296.34
                        },
                        "code": "UV",
                        "conversionRatio": {
                          "minimumPoints": 420,
                          "value": 0.28
                        },
                        "equivAmount": {
                          "currency": "LYD",
                          "value": 49.32
                        },
                        "override": false,
                        "points": 20263,
                        "referenceAmount": {
                          "currency": "KPW",
                          "value": 419.14
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BOB",
                          "value": 31.26
                        },
                        "code": "eB",
                        "conversionRatio": {
                          "minimumPoints": 759,
                          "value": 0.86
                        },
                        "equivAmount": {
                          "currency": "WST",
                          "value": 379.7
                        },
                        "override": true,
                        "points": 31728,
                        "referenceAmount": {
                          "currency": "SBD",
                          "value": 24.67
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "SBD",
                          "value": 138.91
                        },
                        "code": "wm",
                        "conversionRatio": {
                          "minimumPoints": 695,
                          "value": 0.36
                        },
                        "equivAmount": {
                          "currency": "PAB",
                          "value": 294.34
                        },
                        "override": false,
                        "points": 22367,
                        "referenceAmount": {
                          "currency": "BOB",
                          "value": 197.74
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SRD",
                          "value": 32.6
                        },
                        "code": "gx",
                        "conversionRatio": {
                          "minimumPoints": 495,
                          "value": 0.14
                        },
                        "equivAmount": {
                          "currency": "MAD",
                          "value": 352.62
                        },
                        "override": false,
                        "points": 45621,
                        "referenceAmount": {
                          "currency": "SBD",
                          "value": 117.16
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "TZS",
                          "value": 18.12
                        },
                        "code": "nA",
                        "conversionRatio": {
                          "minimumPoints": 680,
                          "value": 0.53
                        },
                        "equivAmount": {
                          "currency": "BIF",
                          "value": 341.35
                        },
                        "override": true,
                        "points": 42074,
                        "referenceAmount": {
                          "currency": "LYD",
                          "value": 491.96
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "VND",
                          "value": 225.2
                        },
                        "code": "vk",
                        "conversionRatio": {
                          "minimumPoints": 566,
                          "value": 0.28
                        },
                        "equivAmount": {
                          "currency": "HUF",
                          "value": 235.99
                        },
                        "override": false,
                        "points": 35327,
                        "referenceAmount": {
                          "currency": "BHD",
                          "value": 221.96
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "KMF",
                          "value": 173.33
                        },
                        "code": "ZB",
                        "conversionRatio": {
                          "minimumPoints": 501,
                          "value": 0.7
                        },
                        "equivAmount": {
                          "currency": "IDR",
                          "value": 496.96
                        },
                        "override": false,
                        "points": 24200,
                        "referenceAmount": {
                          "currency": "BZD",
                          "value": 154.91
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MGA",
                          "value": 124.99
                        },
                        "code": "gj",
                        "conversionRatio": {
                          "minimumPoints": 825,
                          "value": 0.84
                        },
                        "equivAmount": {
                          "currency": "TOP",
                          "value": 469.31
                        },
                        "override": true,
                        "points": 4968,
                        "referenceAmount": {
                          "currency": "NZD",
                          "value": 315.49
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "JOD",
                          "value": 496.33
                        },
                        "code": "rs",
                        "conversionRatio": {
                          "minimumPoints": 960,
                          "value": 0.7
                        },
                        "equivAmount": {
                          "currency": "BGN",
                          "value": 331.87
                        },
                        "override": false,
                        "points": 27465,
                        "referenceAmount": {
                          "currency": "RWF",
                          "value": 177.64
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "XOF",
                          "value": 88.3
                        },
                        "code": "Pd",
                        "conversionRatio": {
                          "minimumPoints": 691,
                          "value": 0.96
                        },
                        "equivAmount": {
                          "currency": "GYD",
                          "value": 162.98
                        },
                        "override": true,
                        "points": 44088,
                        "referenceAmount": {
                          "currency": "GBP",
                          "value": 447.7
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "CLP",
                          "value": 137.24
                        },
                        "code": "Je",
                        "conversionRatio": {
                          "minimumPoints": 404,
                          "value": 0.59
                        },
                        "equivAmount": {
                          "currency": "MUR",
                          "value": 27.69
                        },
                        "override": true,
                        "points": 42670,
                        "referenceAmount": {
                          "currency": "SYP",
                          "value": 357.82
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "AZN",
                          "value": 473.97
                        },
                        "code": "gi",
                        "conversionRatio": {
                          "minimumPoints": 938,
                          "value": 0.84
                        },
                        "equivAmount": {
                          "currency": "HNL",
                          "value": 448.93
                        },
                        "override": false,
                        "points": 25602,
                        "referenceAmount": {
                          "currency": "RON",
                          "value": 32.85
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SSP",
                          "value": 311.86
                        },
                        "code": "Ny",
                        "conversionRatio": {
                          "minimumPoints": 944,
                          "value": 0.67
                        },
                        "equivAmount": {
                          "currency": "RUB",
                          "value": 151.18
                        },
                        "override": false,
                        "points": 41767,
                        "referenceAmount": {
                          "currency": "SGD",
                          "value": 373.09
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "CUP",
                          "value": 254.73
                        },
                        "code": "ye",
                        "conversionRatio": {
                          "minimumPoints": 833,
                          "value": 0.72
                        },
                        "equivAmount": {
                          "currency": "YER",
                          "value": 217.8
                        },
                        "override": true,
                        "points": 8886,
                        "referenceAmount": {
                          "currency": "MDL",
                          "value": 125.58
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "BZD",
                        "value": 101.49
                      },
                      "code": "Jn",
                      "conversionRatio": {
                        "minimumPoints": 461,
                        "value": 0.53
                      },
                      "equivAmount": {
                        "currency": "AOA",
                        "value": 118.32
                      },
                      "override": true,
                      "points": 36520,
                      "referenceAmount": {
                        "currency": "EUR",
                        "value": 367.77
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 31,
                  "passengerSegmentRef": "10a5ca06-90a1-4e1f-b472-0f0c44035ec5",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "CLP",
                        "value": 50.28
                      },
                      "code": "jT",
                      "conversionRatio": {
                        "minimumPoints": 717,
                        "value": 0.94
                      },
                      "equivAmount": {
                        "currency": "PKR",
                        "value": 318.29
                      },
                      "override": true,
                      "points": 15396,
                      "referenceAmount": {
                        "currency": "SOS",
                        "value": 129.87
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "DOP",
                          "value": 411.52
                        },
                        "code": "NP",
                        "conversionRatio": {
                          "minimumPoints": 509,
                          "value": 0.82
                        },
                        "equivAmount": {
                          "currency": "AUD",
                          "value": 372.64
                        },
                        "override": false,
                        "points": 2314,
                        "referenceAmount": {
                          "currency": "ZAR",
                          "value": 15.51
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "MDL",
                          "value": 415.94
                        },
                        "code": "lV",
                        "conversionRatio": {
                          "minimumPoints": 638,
                          "value": 0.92
                        },
                        "equivAmount": {
                          "currency": "CVE",
                          "value": 276.61
                        },
                        "override": true,
                        "points": 45607,
                        "referenceAmount": {
                          "currency": "IRR",
                          "value": 50.45
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "ZWL",
                          "value": 397.98
                        },
                        "code": "tL",
                        "conversionRatio": {
                          "minimumPoints": 425,
                          "value": 0.98
                        },
                        "equivAmount": {
                          "currency": "SEK",
                          "value": 267.42
                        },
                        "override": true,
                        "points": 5218,
                        "referenceAmount": {
                          "currency": "EGP",
                          "value": 152.13
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "FKP",
                          "value": 160.64
                        },
                        "code": "GQ",
                        "conversionRatio": {
                          "minimumPoints": 141,
                          "value": 0.13
                        },
                        "equivAmount": {
                          "currency": "SGD",
                          "value": 302.04
                        },
                        "override": true,
                        "points": 35578,
                        "referenceAmount": {
                          "currency": "VND",
                          "value": 407.13
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "RUB",
                          "value": 452.34
                        },
                        "code": "dz",
                        "conversionRatio": {
                          "minimumPoints": 510,
                          "value": 0.81
                        },
                        "equivAmount": {
                          "currency": "ANG",
                          "value": 409.97
                        },
                        "override": true,
                        "points": 21210,
                        "referenceAmount": {
                          "currency": "XAF",
                          "value": 193.66
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "PEN",
                          "value": 277.01
                        },
                        "code": "ei",
                        "conversionRatio": {
                          "minimumPoints": 261,
                          "value": 0.73
                        },
                        "equivAmount": {
                          "currency": "CHF",
                          "value": 361.57
                        },
                        "override": false,
                        "points": 39524,
                        "referenceAmount": {
                          "currency": "COP",
                          "value": 324.17
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "NAD",
                          "value": 326.14
                        },
                        "code": "vc",
                        "conversionRatio": {
                          "minimumPoints": 915,
                          "value": 0.47
                        },
                        "equivAmount": {
                          "currency": "XCD",
                          "value": 221.11
                        },
                        "override": false,
                        "points": 25498,
                        "referenceAmount": {
                          "currency": "CNY",
                          "value": 297.1
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "TOP",
                          "value": 164.76
                        },
                        "code": "Mf",
                        "conversionRatio": {
                          "minimumPoints": 892,
                          "value": 0.52
                        },
                        "equivAmount": {
                          "currency": "GTQ",
                          "value": 8.07
                        },
                        "override": false,
                        "points": 12583,
                        "referenceAmount": {
                          "currency": "BND",
                          "value": 322.06
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "CDF",
                          "value": 143.23
                        },
                        "code": "No",
                        "conversionRatio": {
                          "minimumPoints": 662,
                          "value": 0.24
                        },
                        "equivAmount": {
                          "currency": "BIF",
                          "value": 255.8
                        },
                        "override": false,
                        "points": 17314,
                        "referenceAmount": {
                          "currency": "ILS",
                          "value": 425.31
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "NAD",
                          "value": 184.19
                        },
                        "code": "al",
                        "conversionRatio": {
                          "minimumPoints": 731,
                          "value": 0.94
                        },
                        "equivAmount": {
                          "currency": "TND",
                          "value": 284.59
                        },
                        "override": false,
                        "points": 32309,
                        "referenceAmount": {
                          "currency": "DOP",
                          "value": 88.4
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "RON",
                          "value": 325.19
                        },
                        "code": "lr",
                        "conversionRatio": {
                          "minimumPoints": 254,
                          "value": 0.89
                        },
                        "equivAmount": {
                          "currency": "SGD",
                          "value": 36.99
                        },
                        "override": true,
                        "points": 26350,
                        "referenceAmount": {
                          "currency": "MZN",
                          "value": 76.63
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "BRL",
                          "value": 116.93
                        },
                        "code": "sG",
                        "conversionRatio": {
                          "minimumPoints": 677,
                          "value": 0.7
                        },
                        "equivAmount": {
                          "currency": "KRW",
                          "value": 42.29
                        },
                        "override": true,
                        "points": 33256,
                        "referenceAmount": {
                          "currency": "AWG",
                          "value": 237.83
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "KZT",
                          "value": 161.63
                        },
                        "code": "UV",
                        "conversionRatio": {
                          "minimumPoints": 486,
                          "value": 0.31
                        },
                        "equivAmount": {
                          "currency": "DJF",
                          "value": 233.57
                        },
                        "override": true,
                        "points": 25692,
                        "referenceAmount": {
                          "currency": "ARS",
                          "value": 422.48
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "CRC",
                          "value": 246.14
                        },
                        "code": "bf",
                        "conversionRatio": {
                          "minimumPoints": 527,
                          "value": 0.95
                        },
                        "equivAmount": {
                          "currency": "DKK",
                          "value": 143.13
                        },
                        "override": true,
                        "points": 10445,
                        "referenceAmount": {
                          "currency": "UAH",
                          "value": 157.28
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "SEK",
                        "value": 226.39
                      },
                      "code": "pt",
                      "conversionRatio": {
                        "minimumPoints": 312,
                        "value": 0.59
                      },
                      "equivAmount": {
                        "currency": "SLE",
                        "value": 27.41
                      },
                      "override": true,
                      "points": 31802,
                      "referenceAmount": {
                        "currency": "MZN",
                        "value": 477.63
                      },
                      "taxType": "FLAT"
                    }
                  }
                },
                {
                  "number": 69,
                  "passengerSegmentRef": "fbf635cd-dc0f-44e3-a8db-a2b4b2edff2e",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "BBD",
                        "value": 168.12
                      },
                      "code": "dH",
                      "conversionRatio": {
                        "minimumPoints": 968,
                        "value": 0.19
                      },
                      "equivAmount": {
                        "currency": "TOP",
                        "value": 206
                      },
                      "override": true,
                      "points": 34168,
                      "referenceAmount": {
                        "currency": "UGX",
                        "value": 139.05
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "LRD",
                          "value": 370.39
                        },
                        "code": "qi",
                        "conversionRatio": {
                          "minimumPoints": 501,
                          "value": 0.52
                        },
                        "equivAmount": {
                          "currency": "RUB",
                          "value": 192
                        },
                        "override": false,
                        "points": 7852,
                        "referenceAmount": {
                          "currency": "SYP",
                          "value": 229.52
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "XAF",
                          "value": 420.22
                        },
                        "code": "Um",
                        "conversionRatio": {
                          "minimumPoints": 376,
                          "value": 0.29
                        },
                        "equivAmount": {
                          "currency": "ERN",
                          "value": 94.26
                        },
                        "override": false,
                        "points": 29183,
                        "referenceAmount": {
                          "currency": "BAM",
                          "value": 181.38
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "PAB",
                          "value": 28.93
                        },
                        "code": "vj",
                        "conversionRatio": {
                          "minimumPoints": 723,
                          "value": 0.3
                        },
                        "equivAmount": {
                          "currency": "XAF",
                          "value": 326.56
                        },
                        "override": true,
                        "points": 8256,
                        "referenceAmount": {
                          "currency": "VES",
                          "value": 68.69
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "GBP",
                          "value": 142.94
                        },
                        "code": "wB",
                        "conversionRatio": {
                          "minimumPoints": 594,
                          "value": 0.74
                        },
                        "equivAmount": {
                          "currency": "RUB",
                          "value": 83.1
                        },
                        "override": false,
                        "points": 36698,
                        "referenceAmount": {
                          "currency": "BYN",
                          "value": 428.29
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "BYN",
                          "value": 137.79
                        },
                        "code": "Vn",
                        "conversionRatio": {
                          "minimumPoints": 236,
                          "value": 0.41
                        },
                        "equivAmount": {
                          "currency": "OMR",
                          "value": 193.79
                        },
                        "override": true,
                        "points": 21718,
                        "referenceAmount": {
                          "currency": "MXN",
                          "value": 381.67
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "SEK",
                          "value": 199.09
                        },
                        "code": "uD",
                        "conversionRatio": {
                          "minimumPoints": 234,
                          "value": 0.16
                        },
                        "equivAmount": {
                          "currency": "HNL",
                          "value": 189.33
                        },
                        "override": true,
                        "points": 25101,
                        "referenceAmount": {
                          "currency": "CRC",
                          "value": 20.33
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "STN",
                          "value": 14.35
                        },
                        "code": "eh",
                        "conversionRatio": {
                          "minimumPoints": 492,
                          "value": 0.77
                        },
                        "equivAmount": {
                          "currency": "WST",
                          "value": 337.91
                        },
                        "override": true,
                        "points": 30622,
                        "referenceAmount": {
                          "currency": "PEN",
                          "value": 492.54
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "KYD",
                          "value": 16.76
                        },
                        "code": "iq",
                        "conversionRatio": {
                          "minimumPoints": 636,
                          "value": 0.92
                        },
                        "equivAmount": {
                          "currency": "KHR",
                          "value": 247.72
                        },
                        "override": false,
                        "points": 19903,
                        "referenceAmount": {
                          "currency": "BSD",
                          "value": 128.28
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "IRR",
                          "value": 356.94
                        },
                        "code": "mu",
                        "conversionRatio": {
                          "minimumPoints": 970,
                          "value": 0.19
                        },
                        "equivAmount": {
                          "currency": "HUF",
                          "value": 186.14
                        },
                        "override": true,
                        "points": 40433,
                        "referenceAmount": {
                          "currency": "MZN",
                          "value": 477.3
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "NAD",
                          "value": 425.17
                        },
                        "code": "eO",
                        "conversionRatio": {
                          "minimumPoints": 780,
                          "value": 0.86
                        },
                        "equivAmount": {
                          "currency": "TZS",
                          "value": 24.19
                        },
                        "override": false,
                        "points": 34959,
                        "referenceAmount": {
                          "currency": "VUV",
                          "value": 342.33
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "DZD",
                          "value": 205.17
                        },
                        "code": "iZ",
                        "conversionRatio": {
                          "minimumPoints": 890,
                          "value": 0.82
                        },
                        "equivAmount": {
                          "currency": "ALL",
                          "value": 166.75
                        },
                        "override": false,
                        "points": 8756,
                        "referenceAmount": {
                          "currency": "LRD",
                          "value": 251.56
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BHD",
                          "value": 421.44
                        },
                        "code": "jK",
                        "conversionRatio": {
                          "minimumPoints": 680,
                          "value": 0.23
                        },
                        "equivAmount": {
                          "currency": "PAB",
                          "value": 25.23
                        },
                        "override": true,
                        "points": 13094,
                        "referenceAmount": {
                          "currency": "SBD",
                          "value": 90.2
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "BAM",
                        "value": 469.68
                      },
                      "code": "uz",
                      "conversionRatio": {
                        "minimumPoints": 793,
                        "value": 0.17
                      },
                      "equivAmount": {
                        "currency": "SDG",
                        "value": 426.29
                      },
                      "override": true,
                      "points": 23058,
                      "referenceAmount": {
                        "currency": "ZWL",
                        "value": 398.28
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                }
              ],
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "id": "5ad53bb6-2ba6-44bb-a8e6-95dc701378f6",
              "issueDate": "2026-03-22T00:00:00.0Z",
              "number": "9913191689218",
              "paymentRefs": [
                "id01",
                "id02"
              ],
              "priceBreakdown": {
                "base": {
                  "amount": {
                    "currency": "USD",
                    "value": 241.19
                  },
                  "code": "CW",
                  "conversionRatio": {
                    "minimumPoints": 663,
                    "value": 0.59
                  },
                  "equivAmount": {
                    "currency": "LBP",
                    "value": 429.07
                  },
                  "override": false,
                  "points": 45540,
                  "referenceAmount": {
                    "currency": "CLP",
                    "value": 382.94
                  },
                  "taxType": "PROPORTIONAL"
                },
                "commission": [
                  {
                    "amount": {
                      "currency": "DOP",
                      "value": 266.8
                    },
                    "code": "eV",
                    "conversionRatio": {
                      "minimumPoints": 918,
                      "value": 0.73
                    },
                    "equivAmount": {
                      "currency": "TJS",
                      "value": 415.35
                    },
                    "override": false,
                    "points": 35201,
                    "referenceAmount": {
                      "currency": "JMD",
                      "value": 275.96
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "TOP",
                      "value": 22.02
                    },
                    "code": "Ln",
                    "conversionRatio": {
                      "minimumPoints": 339,
                      "value": 0.83
                    },
                    "equivAmount": {
                      "currency": "HKD",
                      "value": 369.05
                    },
                    "override": false,
                    "points": 4809,
                    "referenceAmount": {
                      "currency": "PGK",
                      "value": 278
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "RWF",
                      "value": 487.61
                    },
                    "code": "iV",
                    "conversionRatio": {
                      "minimumPoints": 262,
                      "value": 0.13
                    },
                    "equivAmount": {
                      "currency": "OMR",
                      "value": 371.31
                    },
                    "override": false,
                    "points": 46331,
                    "referenceAmount": {
                      "currency": "UYU",
                      "value": 168.52
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "AWG",
                      "value": 51.22
                    },
                    "code": "fy",
                    "conversionRatio": {
                      "minimumPoints": 237,
                      "value": 0.78
                    },
                    "equivAmount": {
                      "currency": "DOP",
                      "value": 118.72
                    },
                    "override": false,
                    "points": 15904,
                    "referenceAmount": {
                      "currency": "TOP",
                      "value": 171.03
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "YER",
                      "value": 24.49
                    },
                    "code": "Qv",
                    "conversionRatio": {
                      "minimumPoints": 504,
                      "value": 0.99
                    },
                    "equivAmount": {
                      "currency": "GEL",
                      "value": 396.04
                    },
                    "override": true,
                    "points": 33097,
                    "referenceAmount": {
                      "currency": "ERN",
                      "value": 298.22
                    },
                    "taxType": "FLAT"
                  }
                ],
                "discount": [
                  {
                    "amount": {
                      "currency": "TTD",
                      "value": 92.85
                    },
                    "code": "NP",
                    "conversionRatio": {
                      "minimumPoints": 481,
                      "value": 0.26
                    },
                    "equivAmount": {
                      "currency": "MRU",
                      "value": 483.06
                    },
                    "override": true,
                    "points": 4359,
                    "referenceAmount": {
                      "currency": "NIO",
                      "value": 50.41
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "OMR",
                      "value": 221.45
                    },
                    "code": "km",
                    "conversionRatio": {
                      "minimumPoints": 828,
                      "value": 0.23
                    },
                    "equivAmount": {
                      "currency": "MUR",
                      "value": 206.3
                    },
                    "override": false,
                    "points": 27660,
                    "referenceAmount": {
                      "currency": "KES",
                      "value": 19
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "CHF",
                      "value": 134.85
                    },
                    "code": "xZ",
                    "conversionRatio": {
                      "minimumPoints": 404,
                      "value": 0.87
                    },
                    "equivAmount": {
                      "currency": "SEK",
                      "value": 67.04
                    },
                    "override": true,
                    "points": 29572,
                    "referenceAmount": {
                      "currency": "SGD",
                      "value": 223.84
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "BIF",
                      "value": 146.12
                    },
                    "code": "Hw",
                    "conversionRatio": {
                      "minimumPoints": 683,
                      "value": 0.48
                    },
                    "equivAmount": {
                      "currency": "CLP",
                      "value": 445.34
                    },
                    "override": true,
                    "points": 34459,
                    "referenceAmount": {
                      "currency": "TZS",
                      "value": 216.65
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "fee": [
                  {
                    "amount": {
                      "currency": "MXN",
                      "value": 46.11
                    },
                    "code": "Nh",
                    "conversionRatio": {
                      "minimumPoints": 830,
                      "value": 0.26
                    },
                    "equivAmount": {
                      "currency": "SBD",
                      "value": 448.69
                    },
                    "override": false,
                    "points": 6858,
                    "referenceAmount": {
                      "currency": "THB",
                      "value": 284.39
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "YER",
                      "value": 142.34
                    },
                    "code": "Xm",
                    "conversionRatio": {
                      "minimumPoints": 965,
                      "value": 0.26
                    },
                    "equivAmount": {
                      "currency": "PHP",
                      "value": 226.27
                    },
                    "override": false,
                    "points": 38499,
                    "referenceAmount": {
                      "currency": "CAD",
                      "value": 341.75
                    },
                    "taxType": "FLAT"
                  }
                ],
                "surcharge": [
                  {
                    "amount": {
                      "currency": "CZK",
                      "value": 316.07
                    },
                    "code": "zY",
                    "conversionRatio": {
                      "minimumPoints": 185,
                      "value": 0.13
                    },
                    "equivAmount": {
                      "currency": "PEN",
                      "value": 277.26
                    },
                    "override": true,
                    "points": 34262,
                    "referenceAmount": {
                      "currency": "GTQ",
                      "value": 245.52
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "INR",
                      "value": 380.14
                    },
                    "code": "Ss",
                    "conversionRatio": {
                      "minimumPoints": 872,
                      "value": 0.24
                    },
                    "equivAmount": {
                      "currency": "MYR",
                      "value": 149.49
                    },
                    "override": true,
                    "points": 49165,
                    "referenceAmount": {
                      "currency": "DOP",
                      "value": 407.21
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "BSD",
                      "value": 369.25
                    },
                    "code": "Mw",
                    "conversionRatio": {
                      "minimumPoints": 419,
                      "value": 0.69
                    },
                    "equivAmount": {
                      "currency": "NOK",
                      "value": 230.36
                    },
                    "override": false,
                    "points": 13134,
                    "referenceAmount": {
                      "currency": "GYD",
                      "value": 129.89
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "PLN",
                      "value": 366.93
                    },
                    "code": "Fg",
                    "conversionRatio": {
                      "minimumPoints": 735,
                      "value": 0.3
                    },
                    "equivAmount": {
                      "currency": "CZK",
                      "value": 399.4
                    },
                    "override": false,
                    "points": 36586,
                    "referenceAmount": {
                      "currency": "LRD",
                      "value": 276.04
                    },
                    "taxType": "FLAT"
                  }
                ],
                "tax": [
                  {
                    "amount": {
                      "currency": "LKR",
                      "value": 358.68
                    },
                    "code": "Bs",
                    "conversionRatio": {
                      "minimumPoints": 626,
                      "value": 0.46
                    },
                    "equivAmount": {
                      "currency": "TTD",
                      "value": 281.93
                    },
                    "override": true,
                    "points": 6610,
                    "referenceAmount": {
                      "currency": "GTQ",
                      "value": 356.34
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "CZK",
                    "value": 445.43
                  },
                  "code": "nG",
                  "conversionRatio": {
                    "minimumPoints": 631,
                    "value": 0.23
                  },
                  "equivAmount": {
                    "currency": "EUR",
                    "value": 307.95
                  },
                  "override": true,
                  "points": 35301,
                  "referenceAmount": {
                    "currency": "BRL",
                    "value": 484.85
                  },
                  "taxType": "PROPORTIONAL"
                }
              },
              "type": "MISCELLANEOUS_RECORD"
            }
          ],
          "associationId": 295,
          "baggagePoolId": 913,
          "boardingPasses": [
            {
              "barCode": "CPPAzlPuLpWzWfKCrJVkPbGPhvdoecMDYOogVfsl",
              "boardingPassData": [
                {
                  "agent": {
                    "city": "FpF",
                    "country": "KH",
                    "sign": "LWr"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 12.8
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "11223344",
                        "12345678",
                        "87654321"
                      ],
                      "quantity": 3,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 6.2
                      }
                    }
                  },
                  "bookingClass": "c",
                  "cabinClass": "PREMIUM_BUSINESS",
                  "checkInSequenceNumber": "825",
                  "deck": {
                    "code": "MAIN",
                    "value": "UPPER"
                  },
                  "displayData": {
                    "accommodation": "FIRST CLASS",
                    "agentCityName": "Henderson",
                    "arrivalAirportName": "Kaliton",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "9363",
                    "cabinClassCode": "Q",
                    "cabinText": "BUSINESS",
                    "carryOnText": "NO CARRY-ON",
                    "childText": "CHILD",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "South Clare",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "8309",
                    "edifactApiText": "API OK",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "9804",
                    "estimatedDepartureDate": "2027-07-26T00:00:00.0Z",
                    "estimatedDepartureTime": "1717",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY BASIC",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "NO CARRY ON",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "PLATINUM",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "QYAT",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "1827",
                    "scheduledDepartureDate": "2027-05-03T00:00:00.0Z",
                    "scheduledDepartureTime": "8172",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "regional",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "TK",
                    "arrivalTime": "2026-11-23T00:00:00.0Z",
                    "boardingTime": "1957-09-30T19:27:12.0Z",
                    "commuter": false,
                    "departureAirport": "[ob",
                    "departureCountry": "PR",
                    "departureFlightScheduleStatus": "ON_TIME",
                    "departureGate": "IX",
                    "departureTerminal": "me",
                    "departureTime": "2026-09-15T00:00:00.0Z",
                    "equipment": "671",
                    "estimatedArrivalTime": "1937-11-29T08:38:32.0Z",
                    "estimatedDepartureTime": "1900-08-22T19:29:34.0Z",
                    "flightNumber": "1111",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "415"
                  },
                  "group": "IH77Al",
                  "loyaltyAccount": {
                    "id": "22b99fc7-74b1-474d-864e-b1732955f44f",
                    "latestAwardDate": "2026-03-19",
                    "loyaltyTierLevel": {
                      "atpco": "13",
                      "customerInsight": "18",
                      "name": "gold",
                      "number": 3,
                      "priority": 4,
                      "tag": "MsV"
                    },
                    "memberAirline": "[ob",
                    "memberId": "7093443044",
                    "membershipStartDate": "2022-01-26",
                    "mileage": {
                      "unit": "MILES",
                      "value": 1194
                    },
                    "pnrId": "5",
                    "points": 9659,
                    "source": "PNR"
                  },
                  "passengerFlightId": "q91N4ex13F",
                  "personName": {
                    "first": "Emilio",
                    "last": "Davis",
                    "middle": "Reagan",
                    "prefix": "Dr.",
                    "raw": "Grant Stark",
                    "suffix": "MD"
                  },
                  "recordLocator": "MUZZST",
                  "seatNumber": "8C",
                  "source": "HOST",
                  "standbyPriority": "jW",
                  "supplementaryData": {
                    "dhsStatus": 2,
                    "exclusiveWaitingArea": true,
                    "infraeroElectronicStamp": "09284210193699",
                    "loungeAccess": false,
                    "selectee": true,
                    "skyPriority": true,
                    "spanishLargeFamily": false,
                    "spanishResident": false,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "YT"
                  },
                  "ticketCouponNumber": "14",
                  "ticketNumber": {
                    "airlineAccountingCode": "406",
                    "checkDigit": "1",
                    "number": "22969086918817",
                    "serialNumber": "5067277272"
                  },
                  "zone": "8"
                },
                {
                  "agent": {
                    "city": "nMI",
                    "country": "AU",
                    "sign": "PdH"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "LB",
                      "value": 16.8
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "12345678",
                        "87654321",
                        "11223344"
                      ],
                      "quantity": 2,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 9.9
                      }
                    }
                  },
                  "bookingClass": "d",
                  "cabinClass": "PREMIUM_ECONOMY",
                  "checkInSequenceNumber": "136",
                  "deck": {
                    "code": "MAIN",
                    "value": "UPPER"
                  },
                  "displayData": {
                    "accommodation": "FIRST CLASS",
                    "agentCityName": "Centennial",
                    "arrivalAirportName": "Kannapolis",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "6507",
                    "cabinClassCode": "u",
                    "cabinText": "ECONOMY",
                    "carryOnText": "NO CARRY-ON",
                    "childText": "CHILD",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Sioux City",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "9829",
                    "edifactApiText": "API OK",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "4096",
                    "estimatedDepartureDate": "2027-01-19T00:00:00.0Z",
                    "estimatedDepartureTime": "6323",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY BASIC",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "NO CARRY ON",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "SILVER",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "Rqv0",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "1444",
                    "scheduledDepartureDate": "2026-12-30T00:00:00.0Z",
                    "scheduledDepartureTime": "9563",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "widebody",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "PY",
                    "arrivalTime": "2027-07-11T00:00:00.0Z",
                    "boardingTime": "1926-12-22T15:04:49.0Z",
                    "commuter": true,
                    "departureAirport": "[ob",
                    "departureCountry": "TR",
                    "departureFlightScheduleStatus": "CANCELLED",
                    "departureGate": "az",
                    "departureTerminal": "Ys",
                    "departureTime": "2027-03-06T00:00:00.0Z",
                    "equipment": "999",
                    "estimatedArrivalTime": "1942-02-21T10:33:55.0Z",
                    "estimatedDepartureTime": "1906-02-18T21:06:15.0Z",
                    "flightNumber": "95",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "5283"
                  },
                  "group": "H7odzP",
                  "loyaltyAccount": {
                    "id": "c5fb067b-8ad3-4074-b75c-10c93abd5fe3",
                    "latestAwardDate": "2025-12-21",
                    "loyaltyTierLevel": {
                      "atpco": "55",
                      "customerInsight": "86",
                      "name": "platinum",
                      "number": 2,
                      "priority": 7,
                      "tag": "aze"
                    },
                    "memberAirline": "[ob",
                    "memberId": "8270627882",
                    "membershipStartDate": "2021-09-30",
                    "mileage": {
                      "unit": "MILES",
                      "value": 2651
                    },
                    "pnrId": "9",
                    "points": 84956,
                    "source": "SSCI"
                  },
                  "passengerFlightId": "qOQzqZwqZN",
                  "personName": {
                    "first": "Pink",
                    "last": "Kuhlman-Russel",
                    "middle": "Drew",
                    "prefix": "Miss",
                    "raw": "Ellen Schulist",
                    "suffix": "II"
                  },
                  "recordLocator": "CCDETQ",
                  "seatNumber": "9A",
                  "source": "OTHER",
                  "standbyPriority": "gv",
                  "supplementaryData": {
                    "dhsStatus": 2,
                    "exclusiveWaitingArea": true,
                    "infraeroElectronicStamp": "64184905463971",
                    "loungeAccess": true,
                    "selectee": true,
                    "skyPriority": false,
                    "spanishLargeFamily": false,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "TH"
                  },
                  "ticketCouponNumber": "54",
                  "ticketNumber": {
                    "airlineAccountingCode": "944",
                    "checkDigit": "1",
                    "number": "67046060993140",
                    "serialNumber": "0326715144"
                  },
                  "zone": "1"
                }
              ],
              "formattedBoardingPass": {
                "document": {
                  "contentType": "application/vnd.ms-fontobject",
                  "name": "sadly_mmm_debit.[object Object]",
                  "value": "uzNA4An7Ti4VLnFxI6Fq6bCyF4LgJQZVQnNb6TCE0NSrQXFdQtkS0K3htJtw7hyT"
                },
                "image": {
                  "contentType": "application/vnd.amazon.ebook",
                  "name": "through_upright_provided.[object Object]",
                  "value": "KOhLgo2uQe4GErJFZUQ8Pyugo9UTEQmYi16fouoju5lpyFjsCIam7akZwJDaGfrq"
                },
                "pectab": {
                  "data": {
                    "contentType": "application/json",
                    "name": "toward.[object Object]",
                    "value": "KQlE95WtHKimYEBp7O9Rf2znxjaAIy62TSOYPHoisYW7AmibX8Bw159R5sesxGj1"
                  },
                  "layout": {
                    "contentType": "text/csv",
                    "name": "strange_underneath.[object Object]",
                    "value": "TN5dS7KSIe3Mk5dLlniYbWzVxF8UPJZqpgHeFWRMchwqEqRbIFlkVC0UlGr8W1Iw"
                  },
                  "template": {
                    "contentType": "video/webm",
                    "name": "parody_brightly.[object Object]",
                    "value": "otVUa5cYtEKDz1uZv6cUFWA6APYGi4hJPoJcdyX2GOYVE2r0PNNNQhliBIFTFn0H"
                  },
                  "templates": [
                    {
                      "contentType": "text/css",
                      "name": "finally_hm_save.[object Object]",
                      "value": "eamZvWtalM1ZPzrHHLJyUJZ82DyQ3DWMOoFEX6FGBxKwX1VwwjQOsvlqzXrjNqBi"
                    },
                    {
                      "contentType": "audio/3gpp2",
                      "name": "than_amongst.[object Object]",
                      "value": "BpRpo4gerjlfFoMzgaZC9b7d2qf6xU0VOq8mABouoorUSMBn2mM8iAtBMZkEP70U"
                    },
                    {
                      "contentType": "image/webp",
                      "name": "idealistic.[object Object]",
                      "value": "qZGMtG0kC2go6pdsRdQVSUWQ1yGucIOhhWT0wZ7qGJSCIyZnSCr3kmGMgeK8FyYo"
                    }
                  ]
                },
                "supplementaryData": {
                  "accommodation": "RESIDENCE SUITE",
                  "selectee": true,
                  "skyPriority": true,
                  "zone": "7"
                },
                "zpl": {
                  "contentType": "text/csv",
                  "name": "as.[object Object]",
                  "value": "jB8GpFCv6jOynOmdaeDABAeJuZ0Ov9zYySnRCp3kY47gMdpAexPdp5TZ91UcBkkS"
                }
              },
              "passengerFlightIds": [
                "id02",
                "id01"
              ],
              "type": "BOARDING_PASS"
            },
            {
              "barCode": "kjDWpsczgfYIlfrwCBd4W6PNI7LdTUyexkFxIgCp",
              "boardingPassData": [
                {
                  "agent": {
                    "city": "WsL",
                    "country": "CF",
                    "sign": "wRe"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "LB",
                      "value": 2.3
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "11223344",
                        "12345678"
                      ],
                      "quantity": 2,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 14.5
                      }
                    }
                  },
                  "bookingClass": "I",
                  "cabinClass": "BUSINESS",
                  "checkInSequenceNumber": "667",
                  "deck": {
                    "code": "UPPER",
                    "value": "MAIN"
                  },
                  "displayData": {
                    "accommodation": "RESIDENCE SUITE",
                    "agentCityName": "Aufderharbury",
                    "arrivalAirportName": "Hamilton",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "4305",
                    "cabinClassCode": "q",
                    "cabinText": "ECONOMY",
                    "carryOnText": "NO CARRY-ON",
                    "childText": "INFANT",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Fort Shaun",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "8503",
                    "edifactApiText": "API OK",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "0127",
                    "estimatedDepartureDate": "2027-07-15T00:00:00.0Z",
                    "estimatedDepartureTime": "6291",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY PLUS",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "CARRY ON OK",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "GOLD",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "wwmN",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "6580",
                    "scheduledDepartureDate": "2027-04-10T00:00:00.0Z",
                    "scheduledDepartureTime": "0476",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "regional",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "KG",
                    "arrivalTime": "2027-03-07T00:00:00.0Z",
                    "boardingTime": "1906-12-27T07:33:28.0Z",
                    "commuter": true,
                    "departureAirport": "[ob",
                    "departureCountry": "SB",
                    "departureFlightScheduleStatus": "EARLY",
                    "departureGate": "Cl",
                    "departureTerminal": "57",
                    "departureTime": "2026-12-04T00:00:00.0Z",
                    "equipment": "434",
                    "estimatedArrivalTime": "1918-02-08T03:50:54.0Z",
                    "estimatedDepartureTime": "1921-08-05T02:42:36.0Z",
                    "flightNumber": "444",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "8659"
                  },
                  "group": "Rb4k8r",
                  "loyaltyAccount": {
                    "id": "aa74bbe1-4b29-41ea-82db-136cef73d91a",
                    "latestAwardDate": "2026-02-06",
                    "loyaltyTierLevel": {
                      "atpco": "94",
                      "customerInsight": "45",
                      "name": "platinum",
                      "number": 2,
                      "priority": 5,
                      "tag": "TZg"
                    },
                    "memberAirline": "[ob",
                    "memberId": "3636464522",
                    "membershipStartDate": "2023-07-07",
                    "mileage": {
                      "unit": "MILES",
                      "value": 4198
                    },
                    "pnrId": "0",
                    "points": 90454,
                    "source": "SSCI"
                  },
                  "passengerFlightId": "65cOCT18f9",
                  "personName": {
                    "first": "Janick",
                    "last": "Schamberger",
                    "middle": "Kai",
                    "prefix": "Mr.",
                    "raw": "Dr. Paul Kerluke",
                    "suffix": "V"
                  },
                  "recordLocator": "WRWCEC",
                  "seatNumber": "8C",
                  "source": "EXTERNAL",
                  "standbyPriority": "J6",
                  "supplementaryData": {
                    "dhsStatus": 1,
                    "exclusiveWaitingArea": true,
                    "infraeroElectronicStamp": "11040223551440",
                    "loungeAccess": true,
                    "selectee": false,
                    "skyPriority": true,
                    "spanishLargeFamily": true,
                    "spanishResident": false,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "AZ"
                  },
                  "ticketCouponNumber": "58",
                  "ticketNumber": {
                    "airlineAccountingCode": "347",
                    "checkDigit": "2",
                    "number": "53438554474924",
                    "serialNumber": "1856885903"
                  },
                  "zone": "2"
                },
                {
                  "agent": {
                    "city": "ZQk",
                    "country": "LC",
                    "sign": "MOR"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 13.5
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "11223344",
                        "12345678",
                        "87654321"
                      ],
                      "quantity": 3,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 19.5
                      }
                    }
                  },
                  "bookingClass": "S",
                  "cabinClass": "PREMIUM_BUSINESS",
                  "checkInSequenceNumber": "088",
                  "deck": {
                    "code": "UPPER",
                    "value": "UPPER"
                  },
                  "displayData": {
                    "accommodation": "BUSINESS",
                    "agentCityName": "Dale City",
                    "arrivalAirportName": "East Huntercester",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "3299",
                    "cabinClassCode": "h",
                    "cabinText": "BUSINESS",
                    "carryOnText": "CARRY-ON",
                    "childText": "INFANT",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Jimmyberg",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "8929",
                    "edifactApiText": "API OK",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "2363",
                    "estimatedDepartureDate": "2026-09-08T00:00:00.0Z",
                    "estimatedDepartureTime": "7099",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY PLUS",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "CARRY ON OK",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "PLATINUM",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "0mDO",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "0580",
                    "scheduledDepartureDate": "2026-08-29T00:00:00.0Z",
                    "scheduledDepartureTime": "0230",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "narrowbody",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "EG",
                    "arrivalTime": "2027-07-18T00:00:00.0Z",
                    "boardingTime": "1929-04-01T16:58:06.0Z",
                    "commuter": false,
                    "departureAirport": "[ob",
                    "departureCountry": "FI",
                    "departureFlightScheduleStatus": "ON_TIME",
                    "departureGate": "ZS",
                    "departureTerminal": "og",
                    "departureTime": "2027-03-05T00:00:00.0Z",
                    "equipment": "349",
                    "estimatedArrivalTime": "1908-03-27T09:32:59.0Z",
                    "estimatedDepartureTime": "1932-03-26T16:31:36.0Z",
                    "flightNumber": "271",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "5"
                  },
                  "group": "MMSor6",
                  "loyaltyAccount": {
                    "id": "13cdfc85-4729-4052-bbb7-0274ab10265a",
                    "latestAwardDate": "2025-10-08",
                    "loyaltyTierLevel": {
                      "atpco": "97",
                      "customerInsight": "84",
                      "name": "silver",
                      "number": 5,
                      "priority": 6,
                      "tag": "lRk"
                    },
                    "memberAirline": "[ob",
                    "memberId": "8703084741",
                    "membershipStartDate": "2025-04-10",
                    "mileage": {
                      "unit": "MILES",
                      "value": 1916
                    },
                    "pnrId": "2",
                    "points": 8099,
                    "source": "PNR"
                  },
                  "passengerFlightId": "C0QUB2GSeG",
                  "personName": {
                    "first": "Desmond",
                    "last": "Mertz",
                    "middle": "Jamie",
                    "prefix": "Mr.",
                    "raw": "Ada Gleichner",
                    "suffix": "IV"
                  },
                  "recordLocator": "EUWPYA",
                  "seatNumber": "2B",
                  "source": "HOST",
                  "standbyPriority": "wT",
                  "supplementaryData": {
                    "dhsStatus": 3,
                    "exclusiveWaitingArea": true,
                    "infraeroElectronicStamp": "60209182616742",
                    "loungeAccess": false,
                    "selectee": false,
                    "skyPriority": true,
                    "spanishLargeFamily": true,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "GA"
                  },
                  "ticketCouponNumber": "08",
                  "ticketNumber": {
                    "airlineAccountingCode": "324",
                    "checkDigit": "3",
                    "number": "46068493807057",
                    "serialNumber": "2491097096"
                  },
                  "zone": "2"
                },
                {
                  "agent": {
                    "city": "gnX",
                    "country": "ZA",
                    "sign": "giu"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 5.9
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "87654321",
                        "12345678",
                        "11223344"
                      ],
                      "quantity": 3,
                      "totalWeight": {
                        "unit": "KG",
                        "value": 13.8
                      }
                    }
                  },
                  "bookingClass": "q",
                  "cabinClass": "BUSINESS",
                  "checkInSequenceNumber": "981",
                  "deck": {
                    "code": "MAIN",
                    "value": "UPPER"
                  },
                  "displayData": {
                    "accommodation": "BUSINESS",
                    "agentCityName": "Port Marianoville",
                    "arrivalAirportName": "Jonathanshire",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "9239",
                    "cabinClassCode": "w",
                    "cabinText": "BUSINESS",
                    "carryOnText": "CARRY-ON",
                    "childText": "INFANT",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Gastonia",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "7892",
                    "edifactApiText": "API OK",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "1115",
                    "estimatedDepartureDate": "2026-10-30T00:00:00.0Z",
                    "estimatedDepartureTime": "4663",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY PLUS",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "CARRY ON OK",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "PLATINUM",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "h2bs",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "8474",
                    "scheduledDepartureDate": "2027-01-11T00:00:00.0Z",
                    "scheduledDepartureTime": "1192",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "narrowbody",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "KG",
                    "arrivalTime": "2027-03-30T00:00:00.0Z",
                    "boardingTime": "1959-06-24T21:32:39.0Z",
                    "commuter": true,
                    "departureAirport": "[ob",
                    "departureCountry": "AU",
                    "departureFlightScheduleStatus": "CANCELLED",
                    "departureGate": "EP",
                    "departureTerminal": "Zr",
                    "departureTime": "2026-09-01T00:00:00.0Z",
                    "equipment": "390",
                    "estimatedArrivalTime": "1963-11-27T22:55:08.0Z",
                    "estimatedDepartureTime": "1909-10-04T23:39:42.0Z",
                    "flightNumber": "930",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "636"
                  },
                  "group": "2hrhHE",
                  "loyaltyAccount": {
                    "id": "6e168945-f8b3-4aa4-8064-dd5f92ee914d",
                    "latestAwardDate": "2025-10-15",
                    "loyaltyTierLevel": {
                      "atpco": "83",
                      "customerInsight": "15",
                      "name": "platinum",
                      "number": 1,
                      "priority": 6,
                      "tag": "fau"
                    },
                    "memberAirline": "[ob",
                    "memberId": "5315047630",
                    "membershipStartDate": "2023-02-06",
                    "mileage": {
                      "unit": "MILES",
                      "value": 329
                    },
                    "pnrId": "6",
                    "points": 43318,
                    "source": "SSCI"
                  },
                  "passengerFlightId": "NsBQthu1iY",
                  "personName": {
                    "first": "Geovanni",
                    "last": "Daugherty",
                    "middle": "Quinn",
                    "prefix": "Mrs.",
                    "raw": "Beverly Conroy DDS",
                    "suffix": "IV"
                  },
                  "recordLocator": "HDSPCA",
                  "seatNumber": "28A",
                  "source": "OTHER",
                  "standbyPriority": "mu",
                  "supplementaryData": {
                    "dhsStatus": 5,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "04304323217067",
                    "loungeAccess": true,
                    "selectee": true,
                    "skyPriority": false,
                    "spanishLargeFamily": false,
                    "spanishResident": false,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "HU"
                  },
                  "ticketCouponNumber": "76",
                  "ticketNumber": {
                    "airlineAccountingCode": "098",
                    "checkDigit": "2",
                    "number": "32862907006133",
                    "serialNumber": "9542111715"
                  },
                  "zone": "0"
                },
                {
                  "agent": {
                    "city": "dlO",
                    "country": "GB",
                    "sign": "mDI"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 17.8
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "12345678",
                        "11223344",
                        "87654321"
                      ],
                      "quantity": 1,
                      "totalWeight": {
                        "unit": "KG",
                        "value": 15.2
                      }
                    }
                  },
                  "bookingClass": "Z",
                  "cabinClass": "PREMIUM_FIRST",
                  "checkInSequenceNumber": "644",
                  "deck": {
                    "code": "MAIN",
                    "value": "MAIN"
                  },
                  "displayData": {
                    "accommodation": "BUSINESS",
                    "agentCityName": "Lilianeside",
                    "arrivalAirportName": "Lake Reyeshaven",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "8180",
                    "cabinClassCode": "f",
                    "cabinText": "FIRST CLASS",
                    "carryOnText": "CARRY-ON",
                    "childText": "INFANT",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Boscoworth",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "3671",
                    "edifactApiText": "API ERROR",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "8694",
                    "estimatedDepartureDate": "2027-08-12T00:00:00.0Z",
                    "estimatedDepartureTime": "7233",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY PLUS",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "CARRY ON OK",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "SILVER",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "Gzin",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "8245",
                    "scheduledDepartureDate": "2027-07-27T00:00:00.0Z",
                    "scheduledDepartureTime": "0665",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "narrowbody",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "BE",
                    "arrivalTime": "2027-05-08T00:00:00.0Z",
                    "boardingTime": "1945-06-09T07:28:29.0Z",
                    "commuter": false,
                    "departureAirport": "[ob",
                    "departureCountry": "GQ",
                    "departureFlightScheduleStatus": "ON_TIME",
                    "departureGate": "mk",
                    "departureTerminal": "uV",
                    "departureTime": "2027-08-17T00:00:00.0Z",
                    "equipment": "597",
                    "estimatedArrivalTime": "1958-11-09T11:57:44.0Z",
                    "estimatedDepartureTime": "1916-01-05T03:45:36.0Z",
                    "flightNumber": "5",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "3"
                  },
                  "group": "MUNUdp",
                  "loyaltyAccount": {
                    "id": "c688c9c2-ec90-4cf4-8e49-fe7c5f98b81e",
                    "latestAwardDate": "2025-12-07",
                    "loyaltyTierLevel": {
                      "atpco": "16",
                      "customerInsight": "87",
                      "name": "platinum",
                      "number": 1,
                      "priority": 2,
                      "tag": "JMp"
                    },
                    "memberAirline": "[ob",
                    "memberId": "7745665998",
                    "membershipStartDate": "2025-04-01",
                    "mileage": {
                      "unit": "MILES",
                      "value": 3519
                    },
                    "pnrId": "7",
                    "points": 29502,
                    "source": "PNR"
                  },
                  "passengerFlightId": "QefF5x9bJG",
                  "personName": {
                    "first": "Izaiah",
                    "last": "McLaughlin",
                    "middle": "Arden",
                    "prefix": "Dr.",
                    "raw": "Clint Gulgowski-Reilly",
                    "suffix": "V"
                  },
                  "recordLocator": "MBKJSF",
                  "seatNumber": "8F",
                  "source": "HOST",
                  "standbyPriority": "HG",
                  "supplementaryData": {
                    "dhsStatus": 2,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "31781173190761",
                    "loungeAccess": false,
                    "selectee": true,
                    "skyPriority": true,
                    "spanishLargeFamily": true,
                    "spanishResident": false,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "VI"
                  },
                  "ticketCouponNumber": "74",
                  "ticketNumber": {
                    "airlineAccountingCode": "890",
                    "checkDigit": "0",
                    "number": "87003432417118",
                    "serialNumber": "1594155393"
                  },
                  "zone": "7"
                }
              ],
              "formattedBoardingPass": {
                "document": {
                  "contentType": "image/vnd.microsoft.icon",
                  "name": "majestic.[object Object]",
                  "value": "Pk2xeYCMkknqSznC55gz8rhTw9fuTg6Q9Hoh8GWT8fFhE3fi9cAGOfSjPpqtVtCB"
                },
                "image": {
                  "contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
                  "name": "sarong.[object Object]",
                  "value": "rtFXCZ3WfEiTFezr86l7FqlMkp6nmJVMBV7gKHURp8939fr3GOdAaZCaVRWaEiiz"
                },
                "pectab": {
                  "data": {
                    "contentType": "audio/wav",
                    "name": "exploration_fake_boo.[object Object]",
                    "value": "wys24BlutPtGv4aSg97W462MffZbt8AWpuroroL9qOpxo5mYPgrUAne43lKEqbBd"
                  },
                  "layout": {
                    "contentType": "application/xml",
                    "name": "scar.[object Object]",
                    "value": "9ooIG12RBB5CYGlgBscdFz0kbt2GMo3Y17BrgPMJYoECS4tyVOj6TNXsMJ3eBZJr"
                  },
                  "template": {
                    "contentType": "text/html",
                    "name": "inasmuch_hence_liquid.[object Object]",
                    "value": "7L0rBvP5Qym9Hgb4l6xxMufFrXWJhxApgynTbWhhbuyhPXdpFRxvz0WL100uvjel"
                  },
                  "templates": [
                    {
                      "contentType": "text/css",
                      "name": "acidic.[object Object]",
                      "value": "hNIYJFI4Yap2MeJ0mdEw8AoVIOyXbmvUKwGqdRSH7qxopO5c5X3hAGFBV6QukeDl"
                    },
                    {
                      "contentType": "font/otf",
                      "name": "yet.[object Object]",
                      "value": "NE0NrnA0o9HkXeJTIgQLcqiQyASZXV2Q4IwPiVOlzVDlxuRvB1OYRAdgzxOMcuwm"
                    }
                  ]
                },
                "supplementaryData": {
                  "accommodation": "RESIDENCE SUITE",
                  "selectee": false,
                  "skyPriority": true,
                  "zone": "1"
                },
                "zpl": {
                  "contentType": "application/pdf",
                  "name": "ew_although.[object Object]",
                  "value": "o8YvyTmblEYy3BTkC2HicFzv4xbDPEPmCCnvj9tXZ05acNuLpWgcu19pDmO47oG6"
                }
              },
              "passengerFlightIds": [
                "id01",
                "id02"
              ],
              "type": "BOARDING_PASS"
            },
            {
              "barCode": "jjg7jRjNX5nh4bmrzRkIwtNh1cG1IIcy3FRO4SWL",
              "boardingPassData": [
                {
                  "agent": {
                    "city": "nYM",
                    "country": "SB",
                    "sign": "ygz"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "LB",
                      "value": 17.2
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "87654321",
                        "12345678",
                        "11223344"
                      ],
                      "quantity": 2,
                      "totalWeight": {
                        "unit": "KG",
                        "value": 6
                      }
                    }
                  },
                  "bookingClass": "a",
                  "cabinClass": "PREMIUM_FIRST",
                  "checkInSequenceNumber": "275",
                  "deck": {
                    "code": "UPPER",
                    "value": "OTHER"
                  },
                  "displayData": {
                    "accommodation": "FIRST CLASS",
                    "agentCityName": "Bernhardfield",
                    "arrivalAirportName": "Gardnerstead",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "3671",
                    "cabinClassCode": "y",
                    "cabinText": "FIRST CLASS",
                    "carryOnText": "NO CARRY-ON",
                    "childText": "CHILD",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Harberchester",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "6063",
                    "edifactApiText": "API ERROR",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "0865",
                    "estimatedDepartureDate": "2026-11-25T00:00:00.0Z",
                    "estimatedDepartureTime": "6666",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY PLUS",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "NO CARRY ON",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "GOLD",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "ApO4",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "3858",
                    "scheduledDepartureDate": "2027-02-01T00:00:00.0Z",
                    "scheduledDepartureTime": "9438",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "narrowbody",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "PW",
                    "arrivalTime": "2027-04-20T00:00:00.0Z",
                    "boardingTime": "1969-02-07T03:20:22.0Z",
                    "commuter": true,
                    "departureAirport": "[ob",
                    "departureCountry": "PE",
                    "departureFlightScheduleStatus": "DELAYED",
                    "departureGate": "QN",
                    "departureTerminal": "RF",
                    "departureTime": "2027-08-23T00:00:00.0Z",
                    "equipment": "118",
                    "estimatedArrivalTime": "1913-06-03T08:23:33.0Z",
                    "estimatedDepartureTime": "1916-10-05T04:15:49.0Z",
                    "flightNumber": "689",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "8"
                  },
                  "group": "7xKaOQ",
                  "loyaltyAccount": {
                    "id": "a72d9a93-cac2-4d09-aa4c-982f4f304920",
                    "latestAwardDate": "2026-01-29",
                    "loyaltyTierLevel": {
                      "atpco": "66",
                      "customerInsight": "03",
                      "name": "platinum",
                      "number": 4,
                      "priority": 2,
                      "tag": "QFA"
                    },
                    "memberAirline": "[ob",
                    "memberId": "8743576571",
                    "membershipStartDate": "2025-04-29",
                    "mileage": {
                      "unit": "MILES",
                      "value": 3951
                    },
                    "pnrId": "8",
                    "points": 63821,
                    "source": "PNR"
                  },
                  "passengerFlightId": "W1ypdVPv6h",
                  "personName": {
                    "first": "Providenci",
                    "last": "Harris",
                    "middle": "Ellis",
                    "prefix": "Miss",
                    "raw": "Eugene Effertz",
                    "suffix": "DVM"
                  },
                  "recordLocator": "ANXHDS",
                  "seatNumber": "6A",
                  "source": "HOST",
                  "standbyPriority": "6T",
                  "supplementaryData": {
                    "dhsStatus": 4,
                    "exclusiveWaitingArea": true,
                    "infraeroElectronicStamp": "96131903587557",
                    "loungeAccess": false,
                    "selectee": true,
                    "skyPriority": true,
                    "spanishLargeFamily": true,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "CG"
                  },
                  "ticketCouponNumber": "99",
                  "ticketNumber": {
                    "airlineAccountingCode": "247",
                    "checkDigit": "5",
                    "number": "94081651691680",
                    "serialNumber": "5254285665"
                  },
                  "zone": "2"
                },
                {
                  "agent": {
                    "city": "Ypw",
                    "country": "AX",
                    "sign": "ekJ"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "LB",
                      "value": 18.2
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "87654321",
                        "12345678",
                        "11223344"
                      ],
                      "quantity": 3,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 12.3
                      }
                    }
                  },
                  "bookingClass": "D",
                  "cabinClass": "FIRST",
                  "checkInSequenceNumber": "530",
                  "deck": {
                    "code": "MAIN",
                    "value": "MAIN"
                  },
                  "displayData": {
                    "accommodation": "RESIDENCE SUITE",
                    "agentCityName": "East Abbey",
                    "arrivalAirportName": "Franeyberg",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "1711",
                    "cabinClassCode": "P",
                    "cabinText": "BUSINESS",
                    "carryOnText": "NO CARRY-ON",
                    "childText": "INFANT",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Montgomery",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "5213",
                    "edifactApiText": "API OK",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "3676",
                    "estimatedDepartureDate": "2027-01-25T00:00:00.0Z",
                    "estimatedDepartureTime": "2055",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY PLUS",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "NO CARRY ON",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "PLATINUM",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "ChXe",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "6811",
                    "scheduledDepartureDate": "2027-08-05T00:00:00.0Z",
                    "scheduledDepartureTime": "5908",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "narrowbody",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "CD",
                    "arrivalTime": "2027-02-26T00:00:00.0Z",
                    "boardingTime": "1915-01-11T15:58:15.0Z",
                    "commuter": false,
                    "departureAirport": "[ob",
                    "departureCountry": "NR",
                    "departureFlightScheduleStatus": "CANCELLED",
                    "departureGate": "CK",
                    "departureTerminal": "Bn",
                    "departureTime": "2027-06-28T00:00:00.0Z",
                    "equipment": "101",
                    "estimatedArrivalTime": "1910-08-16T14:02:37.0Z",
                    "estimatedDepartureTime": "1907-08-24T11:27:21.0Z",
                    "flightNumber": "1",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "840"
                  },
                  "group": "fYpGUU",
                  "loyaltyAccount": {
                    "id": "c9871a7e-9bb3-421f-92e7-89445c75d116",
                    "latestAwardDate": "2025-09-06",
                    "loyaltyTierLevel": {
                      "atpco": "95",
                      "customerInsight": "21",
                      "name": "silver",
                      "number": 4,
                      "priority": 2,
                      "tag": "EFE"
                    },
                    "memberAirline": "[ob",
                    "memberId": "2177145524",
                    "membershipStartDate": "2024-11-03",
                    "mileage": {
                      "unit": "MILES",
                      "value": 832
                    },
                    "pnrId": "6",
                    "points": 82058,
                    "source": "SSCI"
                  },
                  "passengerFlightId": "mOBXaRLEZM",
                  "personName": {
                    "first": "Yvette",
                    "last": "Streich",
                    "middle": "Kai",
                    "prefix": "Ms.",
                    "raw": "Billie Howe",
                    "suffix": "MD"
                  },
                  "recordLocator": "VBEGKT",
                  "seatNumber": "9D",
                  "source": "OTHER",
                  "standbyPriority": "v7",
                  "supplementaryData": {
                    "dhsStatus": 1,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "67041488124425",
                    "loungeAccess": true,
                    "selectee": true,
                    "skyPriority": true,
                    "spanishLargeFamily": false,
                    "spanishResident": false,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "QA"
                  },
                  "ticketCouponNumber": "50",
                  "ticketNumber": {
                    "airlineAccountingCode": "088",
                    "checkDigit": "8",
                    "number": "59968396024803",
                    "serialNumber": "4133008391"
                  },
                  "zone": "2"
                },
                {
                  "agent": {
                    "city": "qOR",
                    "country": "CG",
                    "sign": "zHO"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 1.6
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "87654321",
                        "12345678"
                      ],
                      "quantity": 2,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 17
                      }
                    }
                  },
                  "bookingClass": "I",
                  "cabinClass": "BUSINESS",
                  "checkInSequenceNumber": "339",
                  "deck": {
                    "code": "UPPER",
                    "value": "MAIN"
                  },
                  "displayData": {
                    "accommodation": "BUSINESS",
                    "agentCityName": "Port Issacfurt",
                    "arrivalAirportName": "New Kimberly",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "0220",
                    "cabinClassCode": "O",
                    "cabinText": "ECONOMY",
                    "carryOnText": "CARRY-ON",
                    "childText": "INFANT",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Trinitychester",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "9752",
                    "edifactApiText": "API ERROR",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "8498",
                    "estimatedDepartureDate": "2027-03-15T00:00:00.0Z",
                    "estimatedDepartureTime": "3770",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY PLUS",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "NO CARRY ON",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "PLATINUM",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "2hhz",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "1197",
                    "scheduledDepartureDate": "2027-05-26T00:00:00.0Z",
                    "scheduledDepartureTime": "0683",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "widebody",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "SC",
                    "arrivalTime": "2026-10-15T00:00:00.0Z",
                    "boardingTime": "1939-09-04T22:07:46.0Z",
                    "commuter": false,
                    "departureAirport": "[ob",
                    "departureCountry": "ST",
                    "departureFlightScheduleStatus": "CANCELLED",
                    "departureGate": "Qo",
                    "departureTerminal": "aB",
                    "departureTime": "2027-06-27T00:00:00.0Z",
                    "equipment": "891",
                    "estimatedArrivalTime": "1958-06-10T05:55:59.0Z",
                    "estimatedDepartureTime": "1894-04-06T10:22:54.0Z",
                    "flightNumber": "4",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "91"
                  },
                  "group": "DLFKXG",
                  "loyaltyAccount": {
                    "id": "e866a629-4cde-4004-b6f0-1d70c160f27d",
                    "latestAwardDate": "2025-10-22",
                    "loyaltyTierLevel": {
                      "atpco": "18",
                      "customerInsight": "13",
                      "name": "platinum",
                      "number": 1,
                      "priority": 8,
                      "tag": "EWA"
                    },
                    "memberAirline": "[ob",
                    "memberId": "9340545288",
                    "membershipStartDate": "2022-11-26",
                    "mileage": {
                      "unit": "MILES",
                      "value": 4016
                    },
                    "pnrId": "6",
                    "points": 44431,
                    "source": "SSCI"
                  },
                  "passengerFlightId": "kCkVSBfwxZ",
                  "personName": {
                    "first": "Kiley",
                    "last": "Rutherford",
                    "middle": "Ryan",
                    "prefix": "Mr.",
                    "raw": "Antonio Oberbrunner-Barrows",
                    "suffix": "IV"
                  },
                  "recordLocator": "TCRGDM",
                  "seatNumber": "4D",
                  "source": "EXTERNAL",
                  "standbyPriority": "W2",
                  "supplementaryData": {
                    "dhsStatus": 5,
                    "exclusiveWaitingArea": true,
                    "infraeroElectronicStamp": "12754503766903",
                    "loungeAccess": true,
                    "selectee": true,
                    "skyPriority": false,
                    "spanishLargeFamily": true,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "KY"
                  },
                  "ticketCouponNumber": "89",
                  "ticketNumber": {
                    "airlineAccountingCode": "210",
                    "checkDigit": "5",
                    "number": "73512871257589",
                    "serialNumber": "3896300443"
                  },
                  "zone": "4"
                },
                {
                  "agent": {
                    "city": "gGq",
                    "country": "MN",
                    "sign": "twt"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 5.4
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "12345678",
                        "11223344",
                        "87654321"
                      ],
                      "quantity": 3,
                      "totalWeight": {
                        "unit": "KG",
                        "value": 7.3
                      }
                    }
                  },
                  "bookingClass": "Q",
                  "cabinClass": "ECONOMY",
                  "checkInSequenceNumber": "263",
                  "deck": {
                    "code": "UPPER",
                    "value": "MAIN"
                  },
                  "displayData": {
                    "accommodation": "BUSINESS",
                    "agentCityName": "New Loyalland",
                    "arrivalAirportName": "Carolina",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "6360",
                    "cabinClassCode": "F",
                    "cabinText": "BUSINESS",
                    "carryOnText": "NO CARRY-ON",
                    "childText": "CHILD",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Baumbachland",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "3127",
                    "edifactApiText": "API ERROR",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "1447",
                    "estimatedDepartureDate": "2026-10-03T00:00:00.0Z",
                    "estimatedDepartureTime": "6826",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY BASIC",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "CARRY ON OK",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "GOLD",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "cT2L",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "7202",
                    "scheduledDepartureDate": "2026-11-25T00:00:00.0Z",
                    "scheduledDepartureTime": "8496",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "widebody",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "SA",
                    "arrivalTime": "2027-08-03T00:00:00.0Z",
                    "boardingTime": "1965-09-15T01:27:51.0Z",
                    "commuter": true,
                    "departureAirport": "[ob",
                    "departureCountry": "PT",
                    "departureFlightScheduleStatus": "CANCELLED",
                    "departureGate": "Uc",
                    "departureTerminal": "Wo",
                    "departureTime": "2027-06-17T00:00:00.0Z",
                    "equipment": "807",
                    "estimatedArrivalTime": "1894-10-01T10:17:33.0Z",
                    "estimatedDepartureTime": "1916-04-27T17:39:04.0Z",
                    "flightNumber": "954",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "211"
                  },
                  "group": "Lp265K",
                  "loyaltyAccount": {
                    "id": "05412a73-f73b-4212-82d7-6798cadd47b9",
                    "latestAwardDate": "2025-10-15",
                    "loyaltyTierLevel": {
                      "atpco": "70",
                      "customerInsight": "28",
                      "name": "gold",
                      "number": 4,
                      "priority": 5,
                      "tag": "pTN"
                    },
                    "memberAirline": "[ob",
                    "memberId": "9867523419",
                    "membershipStartDate": "2022-01-12",
                    "mileage": {
                      "unit": "MILES",
                      "value": 3888
                    },
                    "pnrId": "6",
                    "points": 30649,
                    "source": "SSCI"
                  },
                  "passengerFlightId": "fRSYiBUeuL",
                  "personName": {
                    "first": "Baby",
                    "last": "Hegmann",
                    "middle": "Blake",
                    "prefix": "Miss",
                    "raw": "Hector Cole",
                    "suffix": "II"
                  },
                  "recordLocator": "XKHYZY",
                  "seatNumber": "20F",
                  "source": "OTHER",
                  "standbyPriority": "Sw",
                  "supplementaryData": {
                    "dhsStatus": 2,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "53695825828872",
                    "loungeAccess": false,
                    "selectee": false,
                    "skyPriority": false,
                    "spanishLargeFamily": false,
                    "spanishResident": false,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "MC"
                  },
                  "ticketCouponNumber": "04",
                  "ticketNumber": {
                    "airlineAccountingCode": "922",
                    "checkDigit": "2",
                    "number": "64087245589486",
                    "serialNumber": "0439014669"
                  },
                  "zone": "6"
                },
                {
                  "agent": {
                    "city": "oxC",
                    "country": "RW",
                    "sign": "xEZ"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "LB",
                      "value": 16.7
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "12345678",
                        "11223344"
                      ],
                      "quantity": 3,
                      "totalWeight": {
                        "unit": "KG",
                        "value": 4.1
                      }
                    }
                  },
                  "bookingClass": "u",
                  "cabinClass": "BUSINESS",
                  "checkInSequenceNumber": "494",
                  "deck": {
                    "code": "MAIN",
                    "value": "UPPER"
                  },
                  "displayData": {
                    "accommodation": "RESIDENCE SUITE",
                    "agentCityName": "Duluth",
                    "arrivalAirportName": "West Kaia",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "8206",
                    "cabinClassCode": "n",
                    "cabinText": "FIRST CLASS",
                    "carryOnText": "NO CARRY-ON",
                    "childText": "CHILD",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Kaylaburgh",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "1783",
                    "edifactApiText": "API OK",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "7329",
                    "estimatedDepartureDate": "2027-02-20T00:00:00.0Z",
                    "estimatedDepartureTime": "7356",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY BASIC",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "CARRY ON OK",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "GOLD",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "PIIt",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "4140",
                    "scheduledDepartureDate": "2027-02-24T00:00:00.0Z",
                    "scheduledDepartureTime": "1961",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "narrowbody",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "ZM",
                    "arrivalTime": "2026-10-19T00:00:00.0Z",
                    "boardingTime": "1925-08-23T04:03:27.0Z",
                    "commuter": false,
                    "departureAirport": "[ob",
                    "departureCountry": "DZ",
                    "departureFlightScheduleStatus": "DELAYED",
                    "departureGate": "5m",
                    "departureTerminal": "af",
                    "departureTime": "2027-01-09T00:00:00.0Z",
                    "equipment": "443",
                    "estimatedArrivalTime": "1960-05-03T01:49:33.0Z",
                    "estimatedDepartureTime": "1909-01-17T18:56:25.0Z",
                    "flightNumber": "2065",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "742"
                  },
                  "group": "i447PP",
                  "loyaltyAccount": {
                    "id": "573b53ec-a6e4-4b2c-9475-6f34af9b0155",
                    "latestAwardDate": "2026-07-24",
                    "loyaltyTierLevel": {
                      "atpco": "29",
                      "customerInsight": "48",
                      "name": "platinum",
                      "number": 2,
                      "priority": 10,
                      "tag": "ohi"
                    },
                    "memberAirline": "[ob",
                    "memberId": "9260170983",
                    "membershipStartDate": "2025-08-16",
                    "mileage": {
                      "unit": "MILES",
                      "value": 3149
                    },
                    "pnrId": "4",
                    "points": 66377,
                    "source": "SSCI"
                  },
                  "passengerFlightId": "FnCwomelHg",
                  "personName": {
                    "first": "Monserrat",
                    "last": "Miller",
                    "middle": "Jules",
                    "prefix": "Mr.",
                    "raw": "Edgar Powlowski",
                    "suffix": "II"
                  },
                  "recordLocator": "AKBPKJ",
                  "seatNumber": "17D",
                  "source": "OTHER",
                  "standbyPriority": "PD",
                  "supplementaryData": {
                    "dhsStatus": 3,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "94673026534208",
                    "loungeAccess": true,
                    "selectee": false,
                    "skyPriority": true,
                    "spanishLargeFamily": true,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "BD"
                  },
                  "ticketCouponNumber": "15",
                  "ticketNumber": {
                    "airlineAccountingCode": "077",
                    "checkDigit": "0",
                    "number": "35658513736135",
                    "serialNumber": "8791293291"
                  },
                  "zone": "9"
                }
              ],
              "formattedBoardingPass": {
                "document": {
                  "contentType": "text/plain",
                  "name": "afore_psst_opposite.[object Object]",
                  "value": "cRHv2yUBKjBVJCcD1Xql0cGIq9rdWOYoFf72t321QlFcCC3OSgOEojeDK8bdyg1V"
                },
                "image": {
                  "contentType": "application/vnd.amazon.ebook",
                  "name": "range_blah_between.[object Object]",
                  "value": "xXv9l7DTfZWdDKp2jwnx7FcKUJuBOJrFsfjp5yzWFnYaM4C3jGYoglxrM5HiBSd4"
                },
                "pectab": {
                  "data": {
                    "contentType": "audio/opus",
                    "name": "besides_mmm_instructive.[object Object]",
                    "value": "lR8ykMCsI9HuUhLsFiVxp4MT6b8Gnush95CCZHT11R02pwPsYL7oqrmqThq4dFWg"
                  },
                  "layout": {
                    "contentType": "application/octet-stream",
                    "name": "until_concrete.[object Object]",
                    "value": "wGDNyFJj6XXbbW5pOHd0k6hENVaQ57z3WPYKlGNn8nAhpvqIt9kUHHWTql8IZ31H"
                  },
                  "template": {
                    "contentType": "image/tiff",
                    "name": "splosh_woefully_thorough.[object Object]",
                    "value": "qrYsrwNTcFjKHzvCQB9Llysq7OCuuC1d41al63NL7igPjSdKi8DZvDq7dfV0wQ7i"
                  },
                  "templates": [
                    {
                      "contentType": "application/x-abiword",
                      "name": "elementary_aw.[object Object]",
                      "value": "SYqhtsjVzUfuCDu4tgTg8vlhxCZGllkWHB25kyuC0RusqQniJScd3OTZWyhKeDj3"
                    }
                  ]
                },
                "supplementaryData": {
                  "accommodation": "FIRST CLASS",
                  "selectee": true,
                  "skyPriority": true,
                  "zone": "5"
                },
                "zpl": {
                  "contentType": "text/javascript",
                  "name": "quash_provided.[object Object]",
                  "value": "8HVtaHMeOAMlfrQCbyow4NwzXjRb7054N2h4Exj9ORRd5QvICxr565wTD6IgBVR5"
                }
              },
              "passengerFlightIds": [
                "id01",
                "id02"
              ],
              "type": "BOARDING_PASS"
            },
            {
              "barCode": "CyIlkou3QR3coWTcSWorpjBy0o7l7FWlnhceDiRP",
              "boardingPassData": [
                {
                  "agent": {
                    "city": "IcP",
                    "country": "BN",
                    "sign": "wii"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 10.8
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "11223344",
                        "12345678",
                        "87654321"
                      ],
                      "quantity": 2,
                      "totalWeight": {
                        "unit": "KG",
                        "value": 4.9
                      }
                    }
                  },
                  "bookingClass": "N",
                  "cabinClass": "BUSINESS",
                  "checkInSequenceNumber": "035",
                  "deck": {
                    "code": "MAIN",
                    "value": "OTHER"
                  },
                  "displayData": {
                    "accommodation": "FIRST CLASS",
                    "agentCityName": "North Samsonhaven",
                    "arrivalAirportName": "Lockmanhaven",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "7242",
                    "cabinClassCode": "X",
                    "cabinText": "FIRST CLASS",
                    "carryOnText": "CARRY-ON",
                    "childText": "INFANT",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "South Moriah",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "7408",
                    "edifactApiText": "API OK",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "0533",
                    "estimatedDepartureDate": "2027-07-07T00:00:00.0Z",
                    "estimatedDepartureTime": "1128",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY PLUS",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "CARRY ON OK",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "SILVER",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "dETU",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "0949",
                    "scheduledDepartureDate": "2027-01-03T00:00:00.0Z",
                    "scheduledDepartureTime": "2905",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "narrowbody",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "RO",
                    "arrivalTime": "2027-06-12T00:00:00.0Z",
                    "boardingTime": "1962-08-16T13:18:12.0Z",
                    "commuter": false,
                    "departureAirport": "[ob",
                    "departureCountry": "TK",
                    "departureFlightScheduleStatus": "EARLY",
                    "departureGate": "kU",
                    "departureTerminal": "yF",
                    "departureTime": "2027-08-06T00:00:00.0Z",
                    "equipment": "900",
                    "estimatedArrivalTime": "1966-06-14T01:23:12.0Z",
                    "estimatedDepartureTime": "1894-12-01T15:39:57.0Z",
                    "flightNumber": "9211",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "5"
                  },
                  "group": "4z4czB",
                  "loyaltyAccount": {
                    "id": "8d9e214e-ab12-4454-9964-49d90434c4b3",
                    "latestAwardDate": "2026-04-10",
                    "loyaltyTierLevel": {
                      "atpco": "44",
                      "customerInsight": "10",
                      "name": "platinum",
                      "number": 1,
                      "priority": 3,
                      "tag": "rHZ"
                    },
                    "memberAirline": "[ob",
                    "memberId": "9697240879",
                    "membershipStartDate": "2024-12-08",
                    "mileage": {
                      "unit": "MILES",
                      "value": 581
                    },
                    "pnrId": "3",
                    "points": 51024,
                    "source": "PNR"
                  },
                  "passengerFlightId": "eZ1L27wmOx",
                  "personName": {
                    "first": "Alexandria",
                    "last": "Hessel",
                    "middle": "Finley",
                    "prefix": "Mr.",
                    "raw": "Linda McLaughlin",
                    "suffix": "DDS"
                  },
                  "recordLocator": "WWGZTB",
                  "seatNumber": "28C",
                  "source": "OTHER",
                  "standbyPriority": "0C",
                  "supplementaryData": {
                    "dhsStatus": 4,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "66687984822749",
                    "loungeAccess": false,
                    "selectee": true,
                    "skyPriority": true,
                    "spanishLargeFamily": false,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "MO"
                  },
                  "ticketCouponNumber": "20",
                  "ticketNumber": {
                    "airlineAccountingCode": "727",
                    "checkDigit": "8",
                    "number": "78241449506809",
                    "serialNumber": "1762176033"
                  },
                  "zone": "5"
                },
                {
                  "agent": {
                    "city": "lWK",
                    "country": "ZA",
                    "sign": "kmj"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 7.4
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "12345678",
                        "87654321",
                        "11223344"
                      ],
                      "quantity": 1,
                      "totalWeight": {
                        "unit": "KG",
                        "value": 7.4
                      }
                    }
                  },
                  "bookingClass": "v",
                  "cabinClass": "PREMIUM_ECONOMY",
                  "checkInSequenceNumber": "873",
                  "deck": {
                    "code": "MIDDLE",
                    "value": "UPPER"
                  },
                  "displayData": {
                    "accommodation": "RESIDENCE SUITE",
                    "agentCityName": "McClurechester",
                    "arrivalAirportName": "Wildermanborough",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "6133",
                    "cabinClassCode": "n",
                    "cabinText": "BUSINESS",
                    "carryOnText": "CARRY-ON",
                    "childText": "CHILD",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Wizafurt",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "0932",
                    "edifactApiText": "API ERROR",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "9880",
                    "estimatedDepartureDate": "2027-06-01T00:00:00.0Z",
                    "estimatedDepartureTime": "4031",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY BASIC",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "NO CARRY ON",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "SILVER",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "I9PK",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "0047",
                    "scheduledDepartureDate": "2026-09-02T00:00:00.0Z",
                    "scheduledDepartureTime": "7675",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "regional",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "CH",
                    "arrivalTime": "2026-11-08T00:00:00.0Z",
                    "boardingTime": "1898-10-04T16:38:53.0Z",
                    "commuter": true,
                    "departureAirport": "[ob",
                    "departureCountry": "KE",
                    "departureFlightScheduleStatus": "DELAYED",
                    "departureGate": "hJ",
                    "departureTerminal": "aG",
                    "departureTime": "2027-02-08T00:00:00.0Z",
                    "equipment": "249",
                    "estimatedArrivalTime": "1929-03-28T01:40:55.0Z",
                    "estimatedDepartureTime": "1966-11-29T16:04:23.0Z",
                    "flightNumber": "5175",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "35"
                  },
                  "group": "Xt3osR",
                  "loyaltyAccount": {
                    "id": "8d4f9e7e-27e4-4b3e-9683-352ef6824b87",
                    "latestAwardDate": "2026-01-25",
                    "loyaltyTierLevel": {
                      "atpco": "01",
                      "customerInsight": "96",
                      "name": "silver",
                      "number": 5,
                      "priority": 1,
                      "tag": "BHw"
                    },
                    "memberAirline": "[ob",
                    "memberId": "5002514578",
                    "membershipStartDate": "2026-03-24",
                    "mileage": {
                      "unit": "MILES",
                      "value": 3279
                    },
                    "pnrId": "8",
                    "points": 97935,
                    "source": "SSCI"
                  },
                  "passengerFlightId": "FNPkfSwp86",
                  "personName": {
                    "first": "Esther",
                    "last": "Jones",
                    "middle": "Quinn",
                    "prefix": "Miss",
                    "raw": "Seth Gusikowski",
                    "suffix": "DVM"
                  },
                  "recordLocator": "TUQHVD",
                  "seatNumber": "14F",
                  "source": "OTHER",
                  "standbyPriority": "4y",
                  "supplementaryData": {
                    "dhsStatus": 5,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "66181051808817",
                    "loungeAccess": false,
                    "selectee": false,
                    "skyPriority": false,
                    "spanishLargeFamily": true,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "AU"
                  },
                  "ticketCouponNumber": "41",
                  "ticketNumber": {
                    "airlineAccountingCode": "022",
                    "checkDigit": "5",
                    "number": "59756339448617",
                    "serialNumber": "8779253844"
                  },
                  "zone": "7"
                },
                {
                  "agent": {
                    "city": "DNS",
                    "country": "BW",
                    "sign": "KBY"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 1
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "12345678",
                        "11223344"
                      ],
                      "quantity": 1,
                      "totalWeight": {
                        "unit": "KG",
                        "value": 9
                      }
                    }
                  },
                  "bookingClass": "C",
                  "cabinClass": "BUSINESS",
                  "checkInSequenceNumber": "189",
                  "deck": {
                    "code": "MAIN",
                    "value": "MAIN"
                  },
                  "displayData": {
                    "accommodation": "RESIDENCE SUITE",
                    "agentCityName": "North Maximillianton",
                    "arrivalAirportName": "New Samanta",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "8550",
                    "cabinClassCode": "c",
                    "cabinText": "ECONOMY",
                    "carryOnText": "NO CARRY-ON",
                    "childText": "INFANT",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Jarrellworth",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "2480",
                    "edifactApiText": "API ERROR",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "6204",
                    "estimatedDepartureDate": "2026-09-22T00:00:00.0Z",
                    "estimatedDepartureTime": "3703",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY PLUS",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "NO CARRY ON",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "GOLD",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "ewlz",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "4750",
                    "scheduledDepartureDate": "2027-04-11T00:00:00.0Z",
                    "scheduledDepartureTime": "1709",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "widebody",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "DO",
                    "arrivalTime": "2027-05-08T00:00:00.0Z",
                    "boardingTime": "1915-08-11T16:04:03.0Z",
                    "commuter": true,
                    "departureAirport": "[ob",
                    "departureCountry": "SK",
                    "departureFlightScheduleStatus": "DELAYED",
                    "departureGate": "Li",
                    "departureTerminal": "yC",
                    "departureTime": "2026-08-26T00:00:00.0Z",
                    "equipment": "008",
                    "estimatedArrivalTime": "1932-12-18T04:34:15.0Z",
                    "estimatedDepartureTime": "1952-08-31T11:19:48.0Z",
                    "flightNumber": "76",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "7850"
                  },
                  "group": "YTUrTd",
                  "loyaltyAccount": {
                    "id": "c511ceda-f25c-45c3-90a8-0b7dffff7e64",
                    "latestAwardDate": "2025-12-05",
                    "loyaltyTierLevel": {
                      "atpco": "78",
                      "customerInsight": "84",
                      "name": "silver",
                      "number": 3,
                      "priority": 6,
                      "tag": "Pjm"
                    },
                    "memberAirline": "[ob",
                    "memberId": "0641569170",
                    "membershipStartDate": "2024-08-16",
                    "mileage": {
                      "unit": "MILES",
                      "value": 874
                    },
                    "pnrId": "3",
                    "points": 25509,
                    "source": "PNR"
                  },
                  "passengerFlightId": "RH3F4KbWEY",
                  "personName": {
                    "first": "Allie",
                    "last": "Hessel",
                    "middle": "Greer",
                    "prefix": "Ms.",
                    "raw": "Evan Barrows",
                    "suffix": "DVM"
                  },
                  "recordLocator": "DCTYXA",
                  "seatNumber": "8B",
                  "source": "HOST",
                  "standbyPriority": "qM",
                  "supplementaryData": {
                    "dhsStatus": 2,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "95186125504809",
                    "loungeAccess": true,
                    "selectee": false,
                    "skyPriority": false,
                    "spanishLargeFamily": false,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "ZM"
                  },
                  "ticketCouponNumber": "02",
                  "ticketNumber": {
                    "airlineAccountingCode": "204",
                    "checkDigit": "9",
                    "number": "13933432636617",
                    "serialNumber": "0805884096"
                  },
                  "zone": "7"
                },
                {
                  "agent": {
                    "city": "PaO",
                    "country": "VU",
                    "sign": "zvk"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "LB",
                      "value": 19.4
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "12345678",
                        "87654321"
                      ],
                      "quantity": 2,
                      "totalWeight": {
                        "unit": "KG",
                        "value": 16.6
                      }
                    }
                  },
                  "bookingClass": "G",
                  "cabinClass": "PREMIUM_BUSINESS",
                  "checkInSequenceNumber": "923",
                  "deck": {
                    "code": "UPPER",
                    "value": "MAIN"
                  },
                  "displayData": {
                    "accommodation": "RESIDENCE SUITE",
                    "agentCityName": "South Malvinafield",
                    "arrivalAirportName": "Glendora",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "3163",
                    "cabinClassCode": "m",
                    "cabinText": "ECONOMY",
                    "carryOnText": "NO CARRY-ON",
                    "childText": "CHILD",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Pfannerstillburgh",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "0264",
                    "edifactApiText": "API ERROR",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "5234",
                    "estimatedDepartureDate": "2026-11-06T00:00:00.0Z",
                    "estimatedDepartureTime": "1786",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY BASIC",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "CARRY ON OK",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "GOLD",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "x3b2",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "3931",
                    "scheduledDepartureDate": "2027-05-20T00:00:00.0Z",
                    "scheduledDepartureTime": "8336",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "regional",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "KE",
                    "arrivalTime": "2027-05-31T00:00:00.0Z",
                    "boardingTime": "1940-11-26T21:41:37.0Z",
                    "commuter": false,
                    "departureAirport": "[ob",
                    "departureCountry": "CG",
                    "departureFlightScheduleStatus": "EARLY",
                    "departureGate": "hz",
                    "departureTerminal": "hp",
                    "departureTime": "2026-09-17T00:00:00.0Z",
                    "equipment": "090",
                    "estimatedArrivalTime": "1906-01-30T19:31:39.0Z",
                    "estimatedDepartureTime": "1906-01-03T12:37:56.0Z",
                    "flightNumber": "7",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "918"
                  },
                  "group": "EwDaur",
                  "loyaltyAccount": {
                    "id": "90002c2b-cf9f-420a-a842-30c4da13ac3e",
                    "latestAwardDate": "2026-01-26",
                    "loyaltyTierLevel": {
                      "atpco": "44",
                      "customerInsight": "91",
                      "name": "silver",
                      "number": 3,
                      "priority": 9,
                      "tag": "Uxr"
                    },
                    "memberAirline": "[ob",
                    "memberId": "7909444572",
                    "membershipStartDate": "2026-01-04",
                    "mileage": {
                      "unit": "MILES",
                      "value": 4911
                    },
                    "pnrId": "8",
                    "points": 83079,
                    "source": "PNR"
                  },
                  "passengerFlightId": "2HMcvNBSXk",
                  "personName": {
                    "first": "Savannah",
                    "last": "Abbott",
                    "middle": "Leslie",
                    "prefix": "Ms.",
                    "raw": "Tabitha Becker",
                    "suffix": "PhD"
                  },
                  "recordLocator": "BGQHEA",
                  "seatNumber": "15A",
                  "source": "EXTERNAL",
                  "standbyPriority": "3Y",
                  "supplementaryData": {
                    "dhsStatus": 3,
                    "exclusiveWaitingArea": true,
                    "infraeroElectronicStamp": "71990699393703",
                    "loungeAccess": false,
                    "selectee": true,
                    "skyPriority": false,
                    "spanishLargeFamily": false,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "MO"
                  },
                  "ticketCouponNumber": "26",
                  "ticketNumber": {
                    "airlineAccountingCode": "321",
                    "checkDigit": "4",
                    "number": "22139096902088",
                    "serialNumber": "3234067082"
                  },
                  "zone": "4"
                }
              ],
              "formattedBoardingPass": {
                "document": {
                  "contentType": "application/ld+json",
                  "name": "litter_flat.[object Object]",
                  "value": "586RzUohU5pnsUDWLTboTUVWBrCna1erEfNnWjiSjmHyaDqQW8tDLfpCOfIyLvs4"
                },
                "image": {
                  "contentType": "application/java-archive",
                  "name": "yuck.[object Object]",
                  "value": "TSYCUZKSrsH91xaob6bjEOSnMstr6WKVBhk9CEdgATe3lxGkodVwOGW0mF73lz9j"
                },
                "pectab": {
                  "data": {
                    "contentType": "application/x-7z-compressed",
                    "name": "forenenst_insist_about.[object Object]",
                    "value": "GULaKKpF0mvPLUOPtBFGpyrLcxgRD8aWcygd7WYecGIV2mc4pjRUYJIafWAg66Mb"
                  },
                  "layout": {
                    "contentType": "image/gif",
                    "name": "provided.[object Object]",
                    "value": "PHRKEfCOZi3GT6R7JJ2YiQKNtghsnEjN9erF5mBY9alJyKHDhUPbkEpzTUTmBZU1"
                  },
                  "template": {
                    "contentType": "text/javascript",
                    "name": "yum.[object Object]",
                    "value": "yf4TsGBbHDzCUBeFDFcvji7Zo6De1fiYAL4l5HRELMQZkPrfkytnyFA000SxSmGa"
                  },
                  "templates": [
                    {
                      "contentType": "text/html",
                      "name": "aw.[object Object]",
                      "value": "fPDnnjNnrEEiSgwBDcB0IcL6DXUAxZLqIHMnkvkxFjKYRc86M2YpXs529RVUUULP"
                    },
                    {
                      "contentType": "application/vnd.oasis.opendocument.text",
                      "name": "oof.[object Object]",
                      "value": "j0zQnHxqDubIXAZavBepT2cmGr5KBoeJgv9ONNTVTPQBFOtAhZxq5qAkWrBbDEeU"
                    },
                    {
                      "contentType": "application/json",
                      "name": "if_capitalise.[object Object]",
                      "value": "o3aRlnofGEffTOi0h6L70wpVowV9LuBAZ1aHTNsGTBX7COQfteS48Re0WIn6SQGP"
                    },
                    {
                      "contentType": "audio/wav",
                      "name": "before.[object Object]",
                      "value": "Ym4Min4HLsItsFGHSFqD9oTfRP0hvdpPrssCxgVFDDvPUnNW69JMAdGKfFhhku9h"
                    },
                    {
                      "contentType": "application/vnd.visio",
                      "name": "ouch_engage_abacus.[object Object]",
                      "value": "RyyUGySwRYRTvwVaNE35DVWE4KjrBO0uRJY82ZWOIerFfOF8cTIVfHtYv6dLMy19"
                    }
                  ]
                },
                "supplementaryData": {
                  "accommodation": "FIRST CLASS",
                  "selectee": true,
                  "skyPriority": false,
                  "zone": "3"
                },
                "zpl": {
                  "contentType": "image/bmp",
                  "name": "frizzy_pfft.[object Object]",
                  "value": "gXbME6XtOGv8ayYcZiDNxJ6Ejt87T1ZYFUtDfoXXEYobcgt6TDF9dB2vghMBcvVo"
                }
              },
              "passengerFlightIds": [
                "id01",
                "id02"
              ],
              "type": "BOARDING_PASS"
            }
          ],
          "checkedBaggage": [
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "Pi",
              "baggageTagTypes": [
                {
                  "code": "y",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "33",
                      "description": "UngYzyORXZiEUuD"
                    },
                    {
                      "code": "90",
                      "description": "LEZLqQdyaViBsUS"
                    },
                    {
                      "code": "94",
                      "description": "GIqwPflvBpFBsyK"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "OTHER",
                "arrivalAirport": "hDz",
                "bagTagNumber": "VER2lBi4qh",
                "bagTagState": "ACTIVE",
                "departureAirport": "CLw",
                "excludeFromSubsequentBagCalculation": true
              },
              "freeBaggageAllowance": true,
              "id": "2249526a-dc8d-46dc-b387-e1154bd56653",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "CENTIMETER",
                "value": 157
              },
              "status": "NOT_CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 20.1
              }
            },
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "pH",
              "baggageTagTypes": [
                {
                  "code": "E",
                  "description": "STANDARD",
                  "reason": [
                    {
                      "code": "20",
                      "description": "OgvBPEXgHdjcqsT"
                    },
                    {
                      "code": "33",
                      "description": "gIeIyxwqDtzVYRc"
                    },
                    {
                      "code": "29",
                      "description": "fFIZyDxtdygdBMw"
                    },
                    {
                      "code": "79",
                      "description": "EQnadcXkzaxZOfZ"
                    }
                  ]
                },
                {
                  "code": "m",
                  "description": "STANDARD",
                  "reason": [
                    {
                      "code": "12",
                      "description": "fxxMfSqOBDDaGBx"
                    }
                  ]
                },
                {
                  "code": "k",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "64",
                      "description": "ojwbxFssmUrNfsv"
                    },
                    {
                      "code": "77",
                      "description": "wYXNWSZOfwLVGFm"
                    },
                    {
                      "code": "12",
                      "description": "gQQnuOPCrDNxURt"
                    },
                    {
                      "code": "34",
                      "description": "SSHogGQVwIqrNTD"
                    }
                  ]
                },
                {
                  "code": "p",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "32",
                      "description": "KErXswymluzQHvs"
                    },
                    {
                      "code": "56",
                      "description": "JCxlQujoHRVpjSY"
                    },
                    {
                      "code": "66",
                      "description": "qWsaNQtIodxeLpX"
                    },
                    {
                      "code": "56",
                      "description": "fUxPGvJFPJjzCWa"
                    },
                    {
                      "code": "74",
                      "description": "ZrROEBOwyMkhBpI"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "STANDARD",
                "arrivalAirport": "jhH",
                "bagTagNumber": "cRxaNZXybv",
                "bagTagState": "INACTIVE",
                "departureAirport": "nAm",
                "excludeFromSubsequentBagCalculation": false
              },
              "freeBaggageAllowance": false,
              "id": "5d3a9c0a-9a3e-4f48-b16d-884bd50bb9fb",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "CENTIMETER",
                "value": 166
              },
              "status": "CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 4.8
              }
            },
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "eB",
              "baggageTagTypes": [
                {
                  "code": "n",
                  "description": "STANDARD",
                  "reason": [
                    {
                      "code": "02",
                      "description": "UIykPtTILDRmFKw"
                    },
                    {
                      "code": "11",
                      "description": "VhoVJRQLtWHewnw"
                    },
                    {
                      "code": "83",
                      "description": "EhTngKMgDImpjez"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "STANDARD",
                "arrivalAirport": "BzP",
                "bagTagNumber": "qvMUYoVqZ4",
                "bagTagState": "ACTIVE",
                "departureAirport": "gdK",
                "excludeFromSubsequentBagCalculation": true
              },
              "freeBaggageAllowance": true,
              "id": "ea58aecb-db79-4c16-9d70-a488efadae9c",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "METER",
                "value": 199
              },
              "status": "NOT_CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 46.2
              }
            },
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "NY",
              "baggageTagTypes": [
                {
                  "code": "k",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "46",
                      "description": "hcLeakVlCywkcBQ"
                    },
                    {
                      "code": "59",
                      "description": "FVXLuDNEQICeQyy"
                    },
                    {
                      "code": "78",
                      "description": "NPdFxMhzMLoFlmb"
                    }
                  ]
                },
                {
                  "code": "o",
                  "description": "STANDARD",
                  "reason": [
                    {
                      "code": "38",
                      "description": "BWtmuIqmDCFEqDd"
                    },
                    {
                      "code": "24",
                      "description": "wgmCEGfXNCDyJfo"
                    },
                    {
                      "code": "71",
                      "description": "OMfdbUmFtwTpJpD"
                    },
                    {
                      "code": "02",
                      "description": "dtaDMitZKbdhVxy"
                    },
                    {
                      "code": "31",
                      "description": "jXLgFCsSEAJLJbg"
                    }
                  ]
                },
                {
                  "code": "e",
                  "description": "STANDARD",
                  "reason": [
                    {
                      "code": "58",
                      "description": "aRlBZIprdDPscOK"
                    },
                    {
                      "code": "33",
                      "description": "pGnOleVYMQeMKIg"
                    }
                  ]
                },
                {
                  "code": "h",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "11",
                      "description": "aBVwaEYDgWGsFtv"
                    },
                    {
                      "code": "04",
                      "description": "AIHLrlwwTJZpstB"
                    },
                    {
                      "code": "50",
                      "description": "PdECvuVpmmUgslk"
                    },
                    {
                      "code": "79",
                      "description": "HTaSxTztSqYlJsq"
                    },
                    {
                      "code": "57",
                      "description": "hQwAjICsNUEMHuV"
                    }
                  ]
                },
                {
                  "code": "M",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "85",
                      "description": "clsuGBguhwmuInm"
                    },
                    {
                      "code": "86",
                      "description": "CxpfePSaWZNiecr"
                    },
                    {
                      "code": "34",
                      "description": "IUwesPXpZoPnxay"
                    },
                    {
                      "code": "01",
                      "description": "BYqAQMNrakOeklt"
                    },
                    {
                      "code": "40",
                      "description": "NUEkssABlJLmXNc"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "OTHER",
                "arrivalAirport": "Imp",
                "bagTagNumber": "Th07wpfrdf",
                "bagTagState": "ACTIVE",
                "departureAirport": "FHT",
                "excludeFromSubsequentBagCalculation": true
              },
              "freeBaggageAllowance": true,
              "id": "7a3cba46-a9e5-44dd-ac0f-5f7f3398d2d8",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "METER",
                "value": 85
              },
              "status": "NOT_CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 44.9
              }
            }
          ],
          "contactDetails": {
            "address": [
              {
                "city": "New Carlee",
                "companyName": "Berge, Quigley and Mann",
                "country": "UA",
                "id": "6317807c-df14-4f80-882e-cc280b79aa3a",
                "personName": {
                  "first": "Crystel",
                  "last": "Turner",
                  "middle": "James",
                  "prefix": "Mr.",
                  "raw": "Erin Padberg",
                  "suffix": "I"
                },
                "postalCode": "62844-6794",
                "stateProvince": "Georgia",
                "street1": "8490 Greenfelder Circles",
                "street2": "Apt. 974",
                "type": "HOME"
              }
            ],
            "email": [
              {
                "id": "f6ab1adf-ac53-4a6d-bb17-f5c05b319e30",
                "type": "PERSONAL",
                "value": "Clifford_Murazik@gmail.com"
              }
            ],
            "phone": [
              {
                "allowedSMS": true,
                "areaCode": "923",
                "carrier": "TMOBILE",
                "countryCode": "89",
                "extension": "024",
                "id": "7ce5fe23-18a0-4f5f-ba5c-31a67a2afaf0",
                "number": "19428334",
                "type": "MOBILE"
              },
              {
                "allowedSMS": true,
                "areaCode": "668",
                "carrier": "VERIZON",
                "countryCode": "36",
                "extension": "148",
                "id": "e26d371e-623a-4348-b2c8-5d285c8338a0",
                "number": "91786685",
                "type": "MOBILE"
              },
              {
                "allowedSMS": false,
                "areaCode": "157",
                "carrier": "SPRINT",
                "countryCode": "95",
                "extension": "136",
                "id": "47d26ed9-2be3-48ee-b7ca-65c090ad3dcc",
                "number": "12061047",
                "type": "MOBILE"
              },
              {
                "allowedSMS": true,
                "areaCode": "870",
                "carrier": "SPRINT",
                "countryCode": "50",
                "extension": "227",
                "id": "8d816b21-6713-46c1-9270-7a874f2f9c28",
                "number": "02426181",
                "type": "MOBILE"
              },
              {
                "allowedSMS": true,
                "areaCode": "514",
                "carrier": "SPRINT",
                "countryCode": "74",
                "extension": "209",
                "id": "663ad90d-2879-4048-82c7-fb120e97de98",
                "number": "22383071",
                "type": "MOBILE"
              }
            ]
          },
          "contactTracingDetails": {
            "emails": [
              {
                "countryCode": "VI",
                "id": "c82e384a-8be1-4b8d-a636-f3383a90a9da",
                "value": "Magdalen53@yahoo.com"
              },
              {
                "countryCode": "LC",
                "id": "0318ebce-2188-4944-9d40-0c6a31a080bb",
                "value": "Shanna86@gmail.com"
              }
            ],
            "phones": [
              {
                "countryCode": "ME",
                "id": "c5f33894-519b-46ef-b837-fd64f35f6245",
                "value": "Cordelia_Prohaska93@hotmail.com"
              },
              {
                "countryCode": "SO",
                "id": "557b5e96-3411-478c-b635-b5f6834c2588",
                "value": "Leann.Kautzer@hotmail.com"
              }
            ]
          },
          "dateOfBirth": "2003-10-24",
          "eligibilities": {
            "eligibility": [
              {
                "notEligible": true,
                "reason": [
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "suXe1TmFtV07P25wahNB",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "667"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "351"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "978"
                      }
                    ]
                  },
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "SQi68lOmmjjl3Zsq1iMW",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "776"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "232"
                      }
                    ]
                  },
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "MsO0aG0BJGwAq9IH6If5",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "706"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "535"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "979"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              }
            ]
          },
          "emd": [
            {
              "agent": {
                "duty": "rI",
                "homeBranch": "68880",
                "homeLocation": "HDr",
                "homeStation": "6307",
                "lniata": "xCv4pS",
                "sine": "VUM",
                "stationLocation": "rSq",
                "stationNumber": "2795",
                "ticketingProvider": {
                  "checkDigit": "0",
                  "name": "Blick LLC",
                  "number": "408",
                  "value": "UM"
                },
                "type": "O",
                "workLocation": "TJW"
              },
              "customer": [
                {
                  "purchaser": {
                    "firstName": "Blaise",
                    "lastName": "Stracke",
                    "name": "Mr. Kyle Crooks"
                  },
                  "traveler": {
                    "externalNumber": "67147582",
                    "firstName": "Talon",
                    "lastName": "Kirlin",
                    "name": "Wilfred Simonis",
                    "passengerType": "ADT"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Armani",
                    "lastName": "Langosh",
                    "name": "Joshua Franecki"
                  },
                  "traveler": {
                    "externalNumber": "07455258",
                    "firstName": "Lonny",
                    "lastName": "Gorczany",
                    "name": "Susie Mills",
                    "passengerType": "CHD"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Zachery",
                    "lastName": "Bailey",
                    "name": "Regina Rosenbaum"
                  },
                  "traveler": {
                    "externalNumber": "08933395",
                    "firstName": "Charley",
                    "lastName": "Reinger",
                    "name": "Miranda Cronin",
                    "passengerType": "CHD"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Raheem",
                    "lastName": "Gutkowski",
                    "name": "Claudia Ebert"
                  },
                  "traveler": {
                    "externalNumber": "33516519",
                    "firstName": "Cortney",
                    "lastName": "Bashirian",
                    "name": "Cathy Zieme",
                    "passengerType": "INF"
                  }
                }
              ],
              "emdCoupon": [
                {
                  "classOfService": "t",
                  "couponNumber": "99",
                  "endLocation": "iKW",
                  "marketingFlightNumber": "6775",
                  "marketingProvider": {
                    "checkDigit": "3",
                    "name": "McKenzie, Kohler and Paucek",
                    "number": "291",
                    "value": "LK"
                  },
                  "startDateTime": "2027-06-20T00:00:00.0Z",
                  "startLocation": "svA"
                },
                {
                  "classOfService": "l",
                  "couponNumber": "58",
                  "endLocation": "SBg",
                  "marketingFlightNumber": "4784",
                  "marketingProvider": {
                    "checkDigit": "1",
                    "name": "Corkery, Howell and Yundt",
                    "number": "880",
                    "value": "fw"
                  },
                  "startDateTime": "2027-03-28T00:00:00.0Z",
                  "startLocation": "cjy"
                }
              ],
              "emdNumber": {
                "number": "61084545318133"
              },
              "fareCalculationDetails": "DSgaRNENOBJHzklp21xD",
              "fareCalculationMode": "2",
              "issueTime": "2025-11-06T00:00:00.0Z",
              "miscellaneous": [
                {
                  "associatedTicketNumber": {
                    "associationType": "BHH",
                    "checkDigit": "8",
                    "couponNumber": "83",
                    "value": "0869971721273"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "h",
                      "couponNumber": "68",
                      "endLocation": "hdH",
                      "marketingFlightNumber": "5906",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Considine and Sons",
                        "number": "319",
                        "value": "dD"
                      },
                      "startDateTime": "2027-01-25T00:00:00.0Z",
                      "startLocation": "XJs"
                    },
                    {
                      "classOfService": "b",
                      "couponNumber": "25",
                      "endLocation": "YZz",
                      "marketingFlightNumber": "9715",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Cremin Inc",
                        "number": "392",
                        "value": "jx"
                      },
                      "startDateTime": "2027-06-26T00:00:00.0Z",
                      "startLocation": "xTm"
                    },
                    {
                      "classOfService": "X",
                      "couponNumber": "00",
                      "endLocation": "kxx",
                      "marketingFlightNumber": "4425",
                      "marketingProvider": {
                        "checkDigit": "9",
                        "name": "Brakus LLC",
                        "number": "712",
                        "value": "XW"
                      },
                      "startDateTime": "2027-04-19T00:00:00.0Z",
                      "startLocation": "OrY"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "530243",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "TRY",
                        "value": 92.54
                      },
                      "valueCode": "qQMl"
                    },
                    "code": "05EZ",
                    "coupon": 7,
                    "description": "Ergonomic Soap made with Ceramic for all-day personal support",
                    "equivalent": {
                      "text": "515129",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "PEN",
                        "value": 105.54
                      },
                      "valueCode": "lEUM"
                    },
                    "quantity": 4,
                    "total": {
                      "text": "369060",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "VUV",
                        "value": 249.79
                      },
                      "valueCode": "JqrX"
                    },
                    "totalTax": {
                      "text": "954232",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "AWG",
                        "value": 201.87
                      },
                      "valueCode": "PlGn"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "0",
                      "name": "Kessler - Gerlach",
                      "number": "468",
                      "value": "qH"
                    },
                    "group": "zoGbO",
                    "indicators": {
                      "consumed": "i",
                      "feeOverride": "M",
                      "taxExempt": "A"
                    },
                    "journeyType": "SF",
                    "reason": "spDXcZkBdB"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "WQCiZdwFvP",
                          "sequence": 5,
                          "status": "bC",
                          "taxCode": "nqK",
                          "text": "306477",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "CVE",
                            "value": 111.35
                          },
                          "valueCode": "N1Ks"
                        },
                        {
                          "exempt": true,
                          "name": "wPSAfmrQyG",
                          "sequence": 4,
                          "status": "ev",
                          "taxCode": "aud",
                          "text": "271497",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "CZK",
                            "value": 365.66
                          },
                          "valueCode": "ZEi9"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "UXUqkcjfMq",
                          "sequence": 2,
                          "status": "HT",
                          "taxCode": "PWw",
                          "text": "009974",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "NIO",
                            "value": 247.54
                          },
                          "valueCode": "axsc"
                        },
                        {
                          "exempt": false,
                          "name": "StMHPqPKBm",
                          "sequence": 1,
                          "status": "Ls",
                          "taxCode": "Kks",
                          "text": "271373",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BHD",
                            "value": 371.93
                          },
                          "valueCode": "oY0U"
                        },
                        {
                          "exempt": false,
                          "name": "dkllDFSzIp",
                          "sequence": 4,
                          "status": "NA",
                          "taxCode": "GeW",
                          "text": "099659",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "TZS",
                            "value": 70.94
                          },
                          "valueCode": "lloo"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "ceZsuOROXi",
                          "sequence": 3,
                          "status": "vZ",
                          "taxCode": "GJY",
                          "text": "863909",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "LBP",
                            "value": 52.76
                          },
                          "valueCode": "xtdH"
                        },
                        {
                          "exempt": false,
                          "name": "MFhdlbUJiY",
                          "sequence": 1,
                          "status": "Vk",
                          "taxCode": "jFv",
                          "text": "766519",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "NAD",
                            "value": 68.12
                          },
                          "valueCode": "Q6tk"
                        },
                        {
                          "exempt": false,
                          "name": "jhNtKGGcyi",
                          "sequence": 5,
                          "status": "Ys",
                          "taxCode": "KNW",
                          "text": "783247",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "GHS",
                            "value": 193.2
                          },
                          "valueCode": "Dhoo"
                        },
                        {
                          "exempt": false,
                          "name": "dYyfCYJSBp",
                          "sequence": 4,
                          "status": "Tb",
                          "taxCode": "bxY",
                          "text": "173096",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "CVE",
                            "value": 213.58
                          },
                          "valueCode": "pxoH"
                        },
                        {
                          "exempt": false,
                          "name": "FciSJgGSLM",
                          "sequence": 4,
                          "status": "dV",
                          "taxCode": "AcW",
                          "text": "912907",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "DZD",
                            "value": 495.06
                          },
                          "valueCode": "VGX2"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "Jsv",
                    "checkDigit": "2",
                    "couponNumber": "44",
                    "value": "4390898122127"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "A",
                      "couponNumber": "73",
                      "endLocation": "xMh",
                      "marketingFlightNumber": "6589",
                      "marketingProvider": {
                        "checkDigit": "5",
                        "name": "Lind, Schamberger and Borer",
                        "number": "621",
                        "value": "OL"
                      },
                      "startDateTime": "2027-07-03T00:00:00.0Z",
                      "startLocation": "PWT"
                    },
                    {
                      "classOfService": "m",
                      "couponNumber": "37",
                      "endLocation": "WBh",
                      "marketingFlightNumber": "2421",
                      "marketingProvider": {
                        "checkDigit": "8",
                        "name": "Veum Inc",
                        "number": "765",
                        "value": "Yb"
                      },
                      "startDateTime": "2027-05-11T00:00:00.0Z",
                      "startLocation": "dwj"
                    },
                    {
                      "classOfService": "K",
                      "couponNumber": "98",
                      "endLocation": "qNd",
                      "marketingFlightNumber": "5009",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "Greenfelder Inc",
                        "number": "586",
                        "value": "nK"
                      },
                      "startDateTime": "2027-01-17T00:00:00.0Z",
                      "startLocation": "xli"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "536541",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "KYD",
                        "value": 55.84
                      },
                      "valueCode": "bJ6D"
                    },
                    "code": "gHfN",
                    "coupon": 1,
                    "description": "New Chips model with 85 GB RAM, 88 GB storage, and pretty features",
                    "equivalent": {
                      "text": "634423",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "NZD",
                        "value": 452.62
                      },
                      "valueCode": "Sjmx"
                    },
                    "quantity": 5,
                    "total": {
                      "text": "041427",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "TZS",
                        "value": 31.43
                      },
                      "valueCode": "70xz"
                    },
                    "totalTax": {
                      "text": "134294",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "PAB",
                        "value": 476.07
                      },
                      "valueCode": "P3dz"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "6",
                      "name": "Herman - Murray",
                      "number": "711",
                      "value": "yd"
                    },
                    "group": "mObcb",
                    "indicators": {
                      "consumed": "W",
                      "feeOverride": "I",
                      "taxExempt": "C"
                    },
                    "journeyType": "br",
                    "reason": "mZuDaGckpP"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "enHUWyhIhJ",
                          "sequence": 2,
                          "status": "ll",
                          "taxCode": "fqL",
                          "text": "280418",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "VES",
                            "value": 57.39
                          },
                          "valueCode": "WfNh"
                        },
                        {
                          "exempt": false,
                          "name": "LwspWRKYtH",
                          "sequence": 5,
                          "status": "Cu",
                          "taxCode": "bfJ",
                          "text": "904429",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "OMR",
                            "value": 256.35
                          },
                          "valueCode": "krVQ"
                        },
                        {
                          "exempt": true,
                          "name": "vVTuuZIlmh",
                          "sequence": 5,
                          "status": "jX",
                          "taxCode": "avd",
                          "text": "475625",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SBD",
                            "value": 26.51
                          },
                          "valueCode": "JcpY"
                        },
                        {
                          "exempt": true,
                          "name": "UldkisDSLk",
                          "sequence": 1,
                          "status": "uP",
                          "taxCode": "kty",
                          "text": "728199",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "CRC",
                            "value": 441.09
                          },
                          "valueCode": "ztum"
                        },
                        {
                          "exempt": true,
                          "name": "IlgwObgZGs",
                          "sequence": 4,
                          "status": "tV",
                          "taxCode": "hog",
                          "text": "289182",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MXN",
                            "value": 257.83
                          },
                          "valueCode": "vIxu"
                        }
                      ]
                    }
                  ]
                }
              ],
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "GEL",
                    "value": 355.54
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "MsLTuASxCE",
                  "sequence": 4,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "UGX",
                    "value": 402.67
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "WST",
                    "value": 217.16
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "MAD",
                    "value": 99.84
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "YSrZeZPlKI",
                  "sequence": 1,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "NOK",
                    "value": 75.01
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "NOK",
                    "value": 51.99
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "SSP",
                    "value": 299.8
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": true,
                  "remarks": "hYIglNrfpd",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "UYU",
                    "value": 391.89
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "RON",
                    "value": 473.08
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "ISK",
                    "value": 282.02
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": false,
                  "remarks": "QrjASechPB",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "BHD",
                    "value": 112.78
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "KHR",
                    "value": 466.27
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "RSD",
                    "value": 241.13
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": true,
                  "remarks": "hKBkcSdFAN",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "MDL",
                    "value": 316.04
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "NPR",
                    "value": 167.86
                  }
                }
              ],
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "623707",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "CAD",
                      "value": 150.17
                    },
                    "valueCode": "kjXn"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 1.0583,
                      "bankerSellingRate": 1.1902,
                      "iataClearingHouseRate": 0.8659
                    },
                    "text": "831973",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "BAM",
                      "value": 391.35
                    },
                    "valueCode": "DVHR"
                  },
                  "net": {
                    "text": "742553",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "MAD",
                      "value": 222.98
                    },
                    "valueCode": "wAzA"
                  },
                  "tax": [
                    {
                      "exempt": false,
                      "name": "eBvutBeyXi",
                      "sequence": 1,
                      "status": "CR",
                      "taxCode": "GTi",
                      "text": "222975",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "THB",
                        "value": 382.37
                      },
                      "valueCode": "NLKc"
                    },
                    {
                      "exempt": false,
                      "name": "TiGUuohNZj",
                      "sequence": 4,
                      "status": "lE",
                      "taxCode": "OGP",
                      "text": "890041",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "SCR",
                        "value": 448.47
                      },
                      "valueCode": "hTQQ"
                    },
                    {
                      "exempt": false,
                      "name": "gfGWvLDOIS",
                      "sequence": 4,
                      "status": "op",
                      "taxCode": "YKh",
                      "text": "011551",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "KPW",
                        "value": 407.89
                      },
                      "valueCode": "1gsY"
                    },
                    {
                      "exempt": false,
                      "name": "BKWUvYvvBm",
                      "sequence": 1,
                      "status": "bI",
                      "taxCode": "DzE",
                      "text": "101707",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "AFN",
                        "value": 399.55
                      },
                      "valueCode": "x8cd"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 0.8459,
                    "text": "610341",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "PGK",
                      "value": 447.95
                    },
                    "valueCode": "LsDS"
                  },
                  "totalTax": {
                    "text": "891906",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "DOP",
                      "value": 408.93
                    },
                    "valueCode": "H2AP"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": true,
                      "name": "GMyvsKijKX",
                      "sequence": 3,
                      "status": "Ax",
                      "taxCode": "RIj",
                      "text": "557227",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "PEN",
                        "value": 447.81
                      },
                      "valueCode": "zbBA"
                    },
                    {
                      "exempt": false,
                      "name": "kCXjizPqcu",
                      "sequence": 5,
                      "status": "CP",
                      "taxCode": "Cvr",
                      "text": "558957",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "FKP",
                        "value": 441.22
                      },
                      "valueCode": "BEsr"
                    },
                    {
                      "exempt": false,
                      "name": "zGseLjilMr",
                      "sequence": 5,
                      "status": "In",
                      "taxCode": "vQt",
                      "text": "176682",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "GHS",
                        "value": 337.56
                      },
                      "valueCode": "cCcj"
                    }
                  ]
                }
              },
              "reasonForIssue": "PnImzdrYgw",
              "relatedDocument": [
                {
                  "associatedTicketNumber": {
                    "associationType": "SOJ",
                    "checkDigit": "1",
                    "couponNumber": "89",
                    "value": "6953884352369"
                  },
                  "checkDigit": "8",
                  "coupon": "68",
                  "iataNumber": "496",
                  "issueCity": "Binsboro",
                  "issueDate": "2025-10-24",
                  "number": "8062123718653",
                  "payment": "lvuij",
                  "remark": "WGgJAPqKVG",
                  "sequence": "64",
                  "transactionId": "d9b6acb9-5c32-40f5-aeb4-a8669bda12c3",
                  "type": "REFUND"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "pQd",
                    "checkDigit": "2",
                    "couponNumber": "79",
                    "value": "1792162960737"
                  },
                  "checkDigit": "9",
                  "coupon": "72",
                  "iataNumber": "719",
                  "issueCity": "South Jeanie",
                  "issueDate": "2026-07-09",
                  "number": "8425066803204",
                  "payment": "gjbGb",
                  "remark": "dThXJSDjDF",
                  "sequence": "42",
                  "transactionId": "6412574f-ddd5-44da-97d2-347e787c2930",
                  "type": "REFUND"
                }
              ],
              "reservation": {
                "creationDate": "2025-08-25T00:00:00.0Z",
                "provider": "Nitzsche - Beahan",
                "recordLocator": "RBADCA"
              },
              "systemCreateDateTime": "2026-06-10T00:00:00.0Z",
              "type": "faf"
            },
            {
              "agent": {
                "duty": "Hn",
                "homeBranch": "86907",
                "homeLocation": "BSm",
                "homeStation": "6380",
                "lniata": "TiXzZh",
                "sine": "nnU",
                "stationLocation": "HQV",
                "stationNumber": "8157",
                "ticketingProvider": {
                  "checkDigit": "6",
                  "name": "Swift, Kuhn and Funk",
                  "number": "769",
                  "value": "yU"
                },
                "type": "e",
                "workLocation": "POQ"
              },
              "customer": [
                {
                  "purchaser": {
                    "firstName": "Jacinto",
                    "lastName": "Stroman",
                    "name": "Jackie Larson"
                  },
                  "traveler": {
                    "externalNumber": "89278721",
                    "firstName": "Floy",
                    "lastName": "Stracke",
                    "name": "Herman Marvin",
                    "passengerType": "INF"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Alessandra",
                    "lastName": "Harber",
                    "name": "Miss Sally Langworth"
                  },
                  "traveler": {
                    "externalNumber": "72117175",
                    "firstName": "Ernestina",
                    "lastName": "Lynch",
                    "name": "Joanna Hegmann",
                    "passengerType": "ADT"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Dolores",
                    "lastName": "Vandervort",
                    "name": "Austin Blick"
                  },
                  "traveler": {
                    "externalNumber": "54569136",
                    "firstName": "Houston",
                    "lastName": "Hudson",
                    "name": "Darryl Cremin IV",
                    "passengerType": "ADT"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Davion",
                    "lastName": "Hickle",
                    "name": "Albert Volkman"
                  },
                  "traveler": {
                    "externalNumber": "31793579",
                    "firstName": "Dallas",
                    "lastName": "Osinski",
                    "name": "Shawn Cremin",
                    "passengerType": "ADT"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Dana",
                    "lastName": "O'Keefe",
                    "name": "Amy Bins"
                  },
                  "traveler": {
                    "externalNumber": "73355489",
                    "firstName": "Cloyd",
                    "lastName": "Kuvalis",
                    "name": "Jerry Lynch DVM",
                    "passengerType": "CHD"
                  }
                }
              ],
              "emdCoupon": [
                {
                  "classOfService": "P",
                  "couponNumber": "26",
                  "endLocation": "Xjg",
                  "marketingFlightNumber": "6337",
                  "marketingProvider": {
                    "checkDigit": "7",
                    "name": "Blick - Bode",
                    "number": "752",
                    "value": "OX"
                  },
                  "startDateTime": "2027-06-11T00:00:00.0Z",
                  "startLocation": "NJo"
                }
              ],
              "emdNumber": {
                "number": "52403007809153"
              },
              "fareCalculationDetails": "xhj6DIh6VRh3Z7FlxNZm",
              "fareCalculationMode": "0",
              "issueTime": "2026-08-18T00:00:00.0Z",
              "miscellaneous": [
                {
                  "associatedTicketNumber": {
                    "associationType": "OzB",
                    "checkDigit": "5",
                    "couponNumber": "10",
                    "value": "7267127723305"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "m",
                      "couponNumber": "83",
                      "endLocation": "UdY",
                      "marketingFlightNumber": "7348",
                      "marketingProvider": {
                        "checkDigit": "1",
                        "name": "Cummings - Deckow",
                        "number": "780",
                        "value": "PP"
                      },
                      "startDateTime": "2027-01-03T00:00:00.0Z",
                      "startLocation": "gHR"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "872739",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "SAR",
                        "value": 55.65
                      },
                      "valueCode": "Z1NE"
                    },
                    "code": "t6LN",
                    "coupon": 6,
                    "description": "Featuring Radium-enhanced technology, our Chips offers unparalleled recent performance",
                    "equivalent": {
                      "text": "841930",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "UGX",
                        "value": 50.21
                      },
                      "valueCode": "LSVo"
                    },
                    "quantity": 2,
                    "total": {
                      "text": "144083",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "DJF",
                        "value": 270.9
                      },
                      "valueCode": "QvxY"
                    },
                    "totalTax": {
                      "text": "237058",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "FJD",
                        "value": 380.72
                      },
                      "valueCode": "jeH7"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "9",
                      "name": "Boehm - Stiedemann",
                      "number": "527",
                      "value": "FL"
                    },
                    "group": "vkeJx",
                    "indicators": {
                      "consumed": "Q",
                      "feeOverride": "Q",
                      "taxExempt": "n"
                    },
                    "journeyType": "aC",
                    "reason": "jVuOmLRDLK"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "aEFyjLtEiC",
                          "sequence": 2,
                          "status": "Fy",
                          "taxCode": "aea",
                          "text": "494243",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "CLP",
                            "value": 272.08
                          },
                          "valueCode": "KYQW"
                        },
                        {
                          "exempt": false,
                          "name": "PsnnAgYpir",
                          "sequence": 2,
                          "status": "sj",
                          "taxCode": "CRB",
                          "text": "403184",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "SLE",
                            "value": 233.33
                          },
                          "valueCode": "4Xli"
                        },
                        {
                          "exempt": false,
                          "name": "HIJhFqlGAS",
                          "sequence": 3,
                          "status": "bm",
                          "taxCode": "TQc",
                          "text": "447693",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "GMD",
                            "value": 238.65
                          },
                          "valueCode": "hezy"
                        },
                        {
                          "exempt": true,
                          "name": "DuVoyCPmag",
                          "sequence": 3,
                          "status": "ci",
                          "taxCode": "lEx",
                          "text": "031544",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BZD",
                            "value": 458.59
                          },
                          "valueCode": "bwr5"
                        },
                        {
                          "exempt": true,
                          "name": "PmQJejGZGY",
                          "sequence": 1,
                          "status": "ar",
                          "taxCode": "vCZ",
                          "text": "130420",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "QAR",
                            "value": 177.77
                          },
                          "valueCode": "qd53"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "skvBUxctWZ",
                          "sequence": 4,
                          "status": "vm",
                          "taxCode": "tud",
                          "text": "203535",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BTN",
                            "value": 461.48
                          },
                          "valueCode": "s7fS"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "Pqf",
                    "checkDigit": "6",
                    "couponNumber": "87",
                    "value": "8763470072450"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "r",
                      "couponNumber": "37",
                      "endLocation": "yFb",
                      "marketingFlightNumber": "2782",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "Gleichner and Sons",
                        "number": "687",
                        "value": "lg"
                      },
                      "startDateTime": "2027-07-23T00:00:00.0Z",
                      "startLocation": "zDW"
                    },
                    {
                      "classOfService": "i",
                      "couponNumber": "87",
                      "endLocation": "eLp",
                      "marketingFlightNumber": "4302",
                      "marketingProvider": {
                        "checkDigit": "1",
                        "name": "Ritchie - Greenholt",
                        "number": "093",
                        "value": "NI"
                      },
                      "startDateTime": "2027-02-21T00:00:00.0Z",
                      "startLocation": "EBl"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "170009",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "LBP",
                        "value": 21.7
                      },
                      "valueCode": "h98g"
                    },
                    "code": "XW4w",
                    "coupon": 9,
                    "description": "Savor the bitter essence in our Soap, designed for self-assured culinary adventures",
                    "equivalent": {
                      "text": "905501",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "CNY",
                        "value": 371.37
                      },
                      "valueCode": "EyIT"
                    },
                    "quantity": 3,
                    "total": {
                      "text": "159753",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "AFN",
                        "value": 243.28
                      },
                      "valueCode": "GIf3"
                    },
                    "totalTax": {
                      "text": "086207",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MYR",
                        "value": 184.25
                      },
                      "valueCode": "o5nX"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "8",
                      "name": "Hammes, Franey and Fadel",
                      "number": "623",
                      "value": "mY"
                    },
                    "group": "ghqDb",
                    "indicators": {
                      "consumed": "n",
                      "feeOverride": "u",
                      "taxExempt": "k"
                    },
                    "journeyType": "Vj",
                    "reason": "hoLCKDHlnK"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "BAbIecBRVk",
                          "sequence": 5,
                          "status": "te",
                          "taxCode": "hZw",
                          "text": "846405",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "GTQ",
                            "value": 144.26
                          },
                          "valueCode": "TkJb"
                        },
                        {
                          "exempt": false,
                          "name": "aWTajJGFmb",
                          "sequence": 3,
                          "status": "gI",
                          "taxCode": "wvJ",
                          "text": "210552",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "GNF",
                            "value": 402.26
                          },
                          "valueCode": "FWAb"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "PayWoqePSB",
                          "sequence": 1,
                          "status": "lZ",
                          "taxCode": "QSa",
                          "text": "754393",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "DKK",
                            "value": 401.32
                          },
                          "valueCode": "OfxK"
                        },
                        {
                          "exempt": true,
                          "name": "mWmVgSRRoO",
                          "sequence": 1,
                          "status": "Ny",
                          "taxCode": "TrG",
                          "text": "295061",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "PAB",
                            "value": 306.08
                          },
                          "valueCode": "6syg"
                        },
                        {
                          "exempt": true,
                          "name": "RgRJaptJPP",
                          "sequence": 5,
                          "status": "Vk",
                          "taxCode": "wtz",
                          "text": "688723",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "HKD",
                            "value": 427.61
                          },
                          "valueCode": "Stxm"
                        },
                        {
                          "exempt": false,
                          "name": "wCFJRLfdUi",
                          "sequence": 4,
                          "status": "GN",
                          "taxCode": "eYd",
                          "text": "018179",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "SDG",
                            "value": 416.28
                          },
                          "valueCode": "UADH"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "kDv",
                    "checkDigit": "7",
                    "couponNumber": "14",
                    "value": "5936479858804"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "P",
                      "couponNumber": "90",
                      "endLocation": "UCJ",
                      "marketingFlightNumber": "0490",
                      "marketingProvider": {
                        "checkDigit": "9",
                        "name": "Schuppe, Satterfield and Kovacek",
                        "number": "027",
                        "value": "Bh"
                      },
                      "startDateTime": "2026-12-17T00:00:00.0Z",
                      "startLocation": "sgw"
                    },
                    {
                      "classOfService": "N",
                      "couponNumber": "95",
                      "endLocation": "GKB",
                      "marketingFlightNumber": "4141",
                      "marketingProvider": {
                        "checkDigit": "1",
                        "name": "Block - Robel",
                        "number": "519",
                        "value": "Wa"
                      },
                      "startDateTime": "2027-06-02T00:00:00.0Z",
                      "startLocation": "nKQ"
                    },
                    {
                      "classOfService": "l",
                      "couponNumber": "77",
                      "endLocation": "IAL",
                      "marketingFlightNumber": "8187",
                      "marketingProvider": {
                        "checkDigit": "9",
                        "name": "Russel, Kautzer and Quigley",
                        "number": "898",
                        "value": "mV"
                      },
                      "startDateTime": "2026-11-01T00:00:00.0Z",
                      "startLocation": "sPw"
                    },
                    {
                      "classOfService": "J",
                      "couponNumber": "62",
                      "endLocation": "ejI",
                      "marketingFlightNumber": "3246",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Schumm Group",
                        "number": "925",
                        "value": "cn"
                      },
                      "startDateTime": "2027-03-08T00:00:00.0Z",
                      "startLocation": "hZg"
                    },
                    {
                      "classOfService": "N",
                      "couponNumber": "07",
                      "endLocation": "DEi",
                      "marketingFlightNumber": "9506",
                      "marketingProvider": {
                        "checkDigit": "0",
                        "name": "Hodkiewicz, Kautzer and Abbott",
                        "number": "779",
                        "value": "qF"
                      },
                      "startDateTime": "2027-01-09T00:00:00.0Z",
                      "startLocation": "COT"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "889271",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "PAB",
                        "value": 231.26
                      },
                      "valueCode": "BRo0"
                    },
                    "code": "dMJY",
                    "coupon": 8,
                    "description": "Stylish Chicken designed to make you stand out with limited looks",
                    "equivalent": {
                      "text": "919480",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "TJS",
                        "value": 388.2
                      },
                      "valueCode": "wvdf"
                    },
                    "quantity": 2,
                    "total": {
                      "text": "084708",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "SSP",
                        "value": 152.87
                      },
                      "valueCode": "9kXJ"
                    },
                    "totalTax": {
                      "text": "045977",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "TND",
                        "value": 204.86
                      },
                      "valueCode": "IuG8"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "0",
                      "name": "Nicolas LLC",
                      "number": "957",
                      "value": "WA"
                    },
                    "group": "silIt",
                    "indicators": {
                      "consumed": "x",
                      "feeOverride": "O",
                      "taxExempt": "P"
                    },
                    "journeyType": "pq",
                    "reason": "TjKHfheKZd"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "OVMAZUeHOc",
                          "sequence": 4,
                          "status": "Rx",
                          "taxCode": "eyY",
                          "text": "104213",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "KES",
                            "value": 25.83
                          },
                          "valueCode": "vzG6"
                        },
                        {
                          "exempt": false,
                          "name": "WnExsvYESA",
                          "sequence": 4,
                          "status": "pw",
                          "taxCode": "juc",
                          "text": "686301",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "COP",
                            "value": 72.38
                          },
                          "valueCode": "UVQh"
                        },
                        {
                          "exempt": false,
                          "name": "joFccbxJeF",
                          "sequence": 5,
                          "status": "oA",
                          "taxCode": "dTn",
                          "text": "493856",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "GTQ",
                            "value": 202.93
                          },
                          "valueCode": "klCj"
                        },
                        {
                          "exempt": true,
                          "name": "vsdEtTkPab",
                          "sequence": 1,
                          "status": "tu",
                          "taxCode": "YZO",
                          "text": "774204",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MVR",
                            "value": 482.53
                          },
                          "valueCode": "o4qI"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "owVzbbDrfw",
                          "sequence": 2,
                          "status": "HL",
                          "taxCode": "cWF",
                          "text": "943285",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "BOB",
                            "value": 274.27
                          },
                          "valueCode": "S6xm"
                        },
                        {
                          "exempt": false,
                          "name": "GrIgpAhftl",
                          "sequence": 4,
                          "status": "kA",
                          "taxCode": "xuU",
                          "text": "414236",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "GIP",
                            "value": 99.11
                          },
                          "valueCode": "5sZx"
                        },
                        {
                          "exempt": false,
                          "name": "VJHtMZgKal",
                          "sequence": 2,
                          "status": "HF",
                          "taxCode": "yeb",
                          "text": "632889",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "CAD",
                            "value": 57.86
                          },
                          "valueCode": "CfrZ"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "yRrXdksSIw",
                          "sequence": 1,
                          "status": "ED",
                          "taxCode": "ewb",
                          "text": "759773",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "EUR",
                            "value": 219.47
                          },
                          "valueCode": "nyoW"
                        },
                        {
                          "exempt": true,
                          "name": "dqlVOwFeib",
                          "sequence": 3,
                          "status": "ti",
                          "taxCode": "wAR",
                          "text": "143197",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "BMD",
                            "value": 106.96
                          },
                          "valueCode": "cibe"
                        },
                        {
                          "exempt": true,
                          "name": "qNgGLYcbqX",
                          "sequence": 4,
                          "status": "Ac",
                          "taxCode": "blt",
                          "text": "065557",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "CHF",
                            "value": 120.47
                          },
                          "valueCode": "IyOX"
                        },
                        {
                          "exempt": true,
                          "name": "ssuIYgNOPq",
                          "sequence": 5,
                          "status": "aI",
                          "taxCode": "hNT",
                          "text": "953755",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "NIO",
                            "value": 467.39
                          },
                          "valueCode": "bpWu"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "lrlZMzGQQP",
                          "sequence": 3,
                          "status": "zs",
                          "taxCode": "ggE",
                          "text": "371216",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "TZS",
                            "value": 233.93
                          },
                          "valueCode": "VVcU"
                        },
                        {
                          "exempt": true,
                          "name": "SKXvUurwbq",
                          "sequence": 1,
                          "status": "FT",
                          "taxCode": "BUW",
                          "text": "354089",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "BAM",
                            "value": 302.03
                          },
                          "valueCode": "tZd2"
                        },
                        {
                          "exempt": false,
                          "name": "aIYNGhJHhx",
                          "sequence": 1,
                          "status": "xD",
                          "taxCode": "jdo",
                          "text": "981815",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "VES",
                            "value": 20.39
                          },
                          "valueCode": "j5eq"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "uTZ",
                    "checkDigit": "6",
                    "couponNumber": "22",
                    "value": "5418595290824"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "T",
                      "couponNumber": "52",
                      "endLocation": "aUH",
                      "marketingFlightNumber": "3591",
                      "marketingProvider": {
                        "checkDigit": "8",
                        "name": "Ebert, Durgan and Stanton",
                        "number": "517",
                        "value": "tD"
                      },
                      "startDateTime": "2027-02-08T00:00:00.0Z",
                      "startLocation": "GyU"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "868536",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "PGK",
                        "value": 219.72
                      },
                      "valueCode": "WroX"
                    },
                    "code": "WfNO",
                    "coupon": 7,
                    "description": "New white Cheese with ergonomic design for excited comfort",
                    "equivalent": {
                      "text": "138446",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "ZMW",
                        "value": 340.69
                      },
                      "valueCode": "6RJ6"
                    },
                    "quantity": 2,
                    "total": {
                      "text": "916498",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "KHR",
                        "value": 92.7
                      },
                      "valueCode": "hgzZ"
                    },
                    "totalTax": {
                      "text": "414246",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "CVE",
                        "value": 456.35
                      },
                      "valueCode": "gR4t"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "3",
                      "name": "Wunsch - Heller",
                      "number": "403",
                      "value": "LE"
                    },
                    "group": "KupUf",
                    "indicators": {
                      "consumed": "n",
                      "feeOverride": "L",
                      "taxExempt": "s"
                    },
                    "journeyType": "zK",
                    "reason": "XZGanTgMYI"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "MIznkgiamB",
                          "sequence": 1,
                          "status": "Qd",
                          "taxCode": "mPX",
                          "text": "980722",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "DZD",
                            "value": 131.23
                          },
                          "valueCode": "joWq"
                        },
                        {
                          "exempt": false,
                          "name": "FnJmlgQxWZ",
                          "sequence": 1,
                          "status": "Cz",
                          "taxCode": "kay",
                          "text": "724580",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "KRW",
                            "value": 151.91
                          },
                          "valueCode": "ASXd"
                        },
                        {
                          "exempt": true,
                          "name": "KwyukrLrzK",
                          "sequence": 4,
                          "status": "hV",
                          "taxCode": "Wsz",
                          "text": "268432",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "ZWL",
                            "value": 170.01
                          },
                          "valueCode": "gpFl"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "wLL",
                    "checkDigit": "9",
                    "couponNumber": "93",
                    "value": "2337031924999"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "e",
                      "couponNumber": "30",
                      "endLocation": "DSY",
                      "marketingFlightNumber": "0678",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "Beatty and Sons",
                        "number": "393",
                        "value": "kL"
                      },
                      "startDateTime": "2026-11-03T00:00:00.0Z",
                      "startLocation": "XFr"
                    },
                    {
                      "classOfService": "q",
                      "couponNumber": "50",
                      "endLocation": "Fpq",
                      "marketingFlightNumber": "7988",
                      "marketingProvider": {
                        "checkDigit": "1",
                        "name": "Corwin, Beier and Wyman",
                        "number": "470",
                        "value": "Uy"
                      },
                      "startDateTime": "2027-08-20T00:00:00.0Z",
                      "startLocation": "NJe"
                    },
                    {
                      "classOfService": "o",
                      "couponNumber": "06",
                      "endLocation": "bXb",
                      "marketingFlightNumber": "3281",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Klein Group",
                        "number": "558",
                        "value": "Ud"
                      },
                      "startDateTime": "2026-10-04T00:00:00.0Z",
                      "startLocation": "Ymd"
                    },
                    {
                      "classOfService": "L",
                      "couponNumber": "93",
                      "endLocation": "kGL",
                      "marketingFlightNumber": "1071",
                      "marketingProvider": {
                        "checkDigit": "1",
                        "name": "Zboncak - Romaguera",
                        "number": "995",
                        "value": "es"
                      },
                      "startDateTime": "2027-02-19T00:00:00.0Z",
                      "startLocation": "XKl"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "730612",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "ETB",
                        "value": 352.6
                      },
                      "valueCode": "jjwG"
                    },
                    "code": "U5xD",
                    "coupon": 2,
                    "description": "New plum Fish with ergonomic design for heartfelt comfort",
                    "equivalent": {
                      "text": "323197",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "TZS",
                        "value": 77.44
                      },
                      "valueCode": "cQpd"
                    },
                    "quantity": 3,
                    "total": {
                      "text": "069617",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "TTD",
                        "value": 423.93
                      },
                      "valueCode": "haHr"
                    },
                    "totalTax": {
                      "text": "818485",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "ETB",
                        "value": 334.95
                      },
                      "valueCode": "Q1Wx"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "8",
                      "name": "Kihn - Larson",
                      "number": "569",
                      "value": "in"
                    },
                    "group": "iHlVj",
                    "indicators": {
                      "consumed": "o",
                      "feeOverride": "z",
                      "taxExempt": "C"
                    },
                    "journeyType": "Lq",
                    "reason": "sflYneQnNr"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "MIfzdvbskU",
                          "sequence": 3,
                          "status": "aT",
                          "taxCode": "WVn",
                          "text": "332124",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SZL",
                            "value": 370.51
                          },
                          "valueCode": "RBZn"
                        },
                        {
                          "exempt": true,
                          "name": "aUzSJUVRaR",
                          "sequence": 3,
                          "status": "fK",
                          "taxCode": "QTl",
                          "text": "951888",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "TMT",
                            "value": 450.47
                          },
                          "valueCode": "xTCk"
                        },
                        {
                          "exempt": false,
                          "name": "DlSzrycxVp",
                          "sequence": 5,
                          "status": "Tq",
                          "taxCode": "cQx",
                          "text": "955495",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "SRD",
                            "value": 207
                          },
                          "valueCode": "Yvmz"
                        },
                        {
                          "exempt": true,
                          "name": "VmuDfxKCCr",
                          "sequence": 2,
                          "status": "jw",
                          "taxCode": "eFp",
                          "text": "645719",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "PLN",
                            "value": 322.15
                          },
                          "valueCode": "Ilbw"
                        },
                        {
                          "exempt": true,
                          "name": "YxguUYHgTH",
                          "sequence": 1,
                          "status": "Mq",
                          "taxCode": "OXf",
                          "text": "208032",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "DKK",
                            "value": 92.31
                          },
                          "valueCode": "7Zud"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "OzmwdfFwYr",
                          "sequence": 1,
                          "status": "dH",
                          "taxCode": "hai",
                          "text": "785548",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "HTG",
                            "value": 443.3
                          },
                          "valueCode": "p2MQ"
                        },
                        {
                          "exempt": false,
                          "name": "iRVBYTvWBR",
                          "sequence": 2,
                          "status": "tb",
                          "taxCode": "RHh",
                          "text": "006227",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "GNF",
                            "value": 333.09
                          },
                          "valueCode": "x7hR"
                        },
                        {
                          "exempt": true,
                          "name": "SnabOTNzym",
                          "sequence": 1,
                          "status": "WO",
                          "taxCode": "yhr",
                          "text": "752249",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "ILS",
                            "value": 300.02
                          },
                          "valueCode": "lgpL"
                        },
                        {
                          "exempt": false,
                          "name": "IbTLqetraP",
                          "sequence": 5,
                          "status": "Ca",
                          "taxCode": "DjF",
                          "text": "698173",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "PLN",
                            "value": 495.31
                          },
                          "valueCode": "luuJ"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "fXGDAJcISJ",
                          "sequence": 3,
                          "status": "WR",
                          "taxCode": "eLc",
                          "text": "423205",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "KZT",
                            "value": 498.6
                          },
                          "valueCode": "1SnW"
                        },
                        {
                          "exempt": false,
                          "name": "dIdDWQYFSE",
                          "sequence": 5,
                          "status": "WV",
                          "taxCode": "rWH",
                          "text": "106665",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "JPY",
                            "value": 144.41
                          },
                          "valueCode": "KYjj"
                        },
                        {
                          "exempt": true,
                          "name": "HEQAxSMGYM",
                          "sequence": 4,
                          "status": "Yd",
                          "taxCode": "VkT",
                          "text": "532082",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "TOP",
                            "value": 58.57
                          },
                          "valueCode": "Qtaz"
                        },
                        {
                          "exempt": true,
                          "name": "XOuTaryiDN",
                          "sequence": 5,
                          "status": "Mk",
                          "taxCode": "HDc",
                          "text": "278079",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "IRR",
                            "value": 395.27
                          },
                          "valueCode": "FOG9"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "SlBpMkKpZX",
                          "sequence": 1,
                          "status": "oO",
                          "taxCode": "kdL",
                          "text": "781743",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MRU",
                            "value": 170.1
                          },
                          "valueCode": "meKT"
                        }
                      ]
                    }
                  ]
                }
              ],
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "BDT",
                    "value": 355.68
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "bBpyZNWudS",
                  "sequence": 1,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "TWD",
                    "value": 85.78
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "CHF",
                    "value": 426.45
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "ZWL",
                    "value": 253.75
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "vIqbWYgsCH",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "CLP",
                    "value": 479.16
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "MZN",
                    "value": 324.5
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "USD",
                    "value": 181.53
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": true,
                  "remarks": "jkjFiYkdsh",
                  "sequence": 1,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "UZS",
                    "value": 443.08
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "KRW",
                    "value": 183.23
                  }
                }
              ],
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "538058",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "LKR",
                      "value": 115.09
                    },
                    "valueCode": "eOgX"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 1.0215,
                      "bankerSellingRate": 1.049,
                      "iataClearingHouseRate": 0.8117
                    },
                    "text": "414218",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "ARS",
                      "value": 69.17
                    },
                    "valueCode": "XgmI"
                  },
                  "net": {
                    "text": "731165",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "HNL",
                      "value": 482.33
                    },
                    "valueCode": "T0VF"
                  },
                  "tax": [
                    {
                      "exempt": true,
                      "name": "NNmeIphsLl",
                      "sequence": 2,
                      "status": "kc",
                      "taxCode": "Jkc",
                      "text": "018606",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "KHR",
                        "value": 68.12
                      },
                      "valueCode": "uPk3"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 1.07,
                    "text": "871682",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "ZWL",
                      "value": 353.68
                    },
                    "valueCode": "Hi7g"
                  },
                  "totalTax": {
                    "text": "993813",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "ZWL",
                      "value": 220.67
                    },
                    "valueCode": "fP0u"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": false,
                      "name": "JENXDYnOlC",
                      "sequence": 2,
                      "status": "VH",
                      "taxCode": "iqs",
                      "text": "319579",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "VND",
                        "value": 347.85
                      },
                      "valueCode": "Unqf"
                    },
                    {
                      "exempt": false,
                      "name": "kYViJIgaAI",
                      "sequence": 3,
                      "status": "Tc",
                      "taxCode": "Hhz",
                      "text": "096535",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "LYD",
                        "value": 116.18
                      },
                      "valueCode": "yrxk"
                    },
                    {
                      "exempt": false,
                      "name": "urQbqwskgl",
                      "sequence": 3,
                      "status": "WX",
                      "taxCode": "BcI",
                      "text": "908210",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "ERN",
                        "value": 120.06
                      },
                      "valueCode": "np6I"
                    },
                    {
                      "exempt": true,
                      "name": "FbrtinjHze",
                      "sequence": 5,
                      "status": "qY",
                      "taxCode": "Bbh",
                      "text": "366053",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "SAR",
                        "value": 434.29
                      },
                      "valueCode": "xbkG"
                    },
                    {
                      "exempt": true,
                      "name": "VqmbUIqOSE",
                      "sequence": 4,
                      "status": "IQ",
                      "taxCode": "Phh",
                      "text": "118043",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "CVE",
                        "value": 46.09
                      },
                      "valueCode": "6Kbo"
                    }
                  ]
                }
              },
              "reasonForIssue": "IzeWAbmxcp",
              "relatedDocument": [
                {
                  "associatedTicketNumber": {
                    "associationType": "GYI",
                    "checkDigit": "8",
                    "couponNumber": "08",
                    "value": "3341883461331"
                  },
                  "checkDigit": "0",
                  "coupon": "36",
                  "iataNumber": "045",
                  "issueCity": "North Keshaun",
                  "issueDate": "2025-12-07",
                  "number": "7377285687213",
                  "payment": "pEdrl",
                  "remark": "KaUPAcUywK",
                  "sequence": "68",
                  "transactionId": "b6d7028f-1422-4ab7-a729-24242b37c753",
                  "type": "REFUND"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "qLf",
                    "checkDigit": "3",
                    "couponNumber": "03",
                    "value": "7530194312875"
                  },
                  "checkDigit": "7",
                  "coupon": "79",
                  "iataNumber": "094",
                  "issueCity": "Rasheedstead",
                  "issueDate": "2025-12-30",
                  "number": "6801601060628",
                  "payment": "yebFF",
                  "remark": "ypgNlguObI",
                  "sequence": "63",
                  "transactionId": "2ecc2956-0ef9-4c49-a07d-4ed0f5a6cc37",
                  "type": "ORIGINAL"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "qwv",
                    "checkDigit": "7",
                    "couponNumber": "26",
                    "value": "9973846200310"
                  },
                  "checkDigit": "3",
                  "coupon": "53",
                  "iataNumber": "157",
                  "issueCity": "Lake Clairestead",
                  "issueDate": "2026-03-02",
                  "number": "0182444294951",
                  "payment": "kZjoi",
                  "remark": "GfhtgQdSkq",
                  "sequence": "13",
                  "transactionId": "0c8dbf54-4e35-4bbc-8b64-806a401b80e4",
                  "type": "EXCHANGE"
                }
              ],
              "reservation": {
                "creationDate": "2026-04-24T00:00:00.0Z",
                "provider": "Dare, Herman and Runolfsdottir",
                "recordLocator": "WXYXGB"
              },
              "systemCreateDateTime": "2025-09-15T00:00:00.0Z",
              "type": "ygV"
            }
          ],
          "emergencyContact": [
            {
              "contactDetails": "+16025292147",
              "countryCode": "PS",
              "id": "1faa750b-4d27-4d73-b41f-655f811f104d",
              "name": "Andrea Bruen",
              "otherDetails": "kKMZssImwqWijoC",
              "relationship": "spouse"
            },
            {
              "contactDetails": "+14119771912",
              "countryCode": "HU",
              "id": "b3252db3-590b-4103-9568-10ac5c0cebdd",
              "name": "Leslie Wisoky",
              "otherDetails": "CNPMTlhPWyryyMs",
              "relationship": "brother"
            },
            {
              "contactDetails": "+14712141292",
              "countryCode": "LB",
              "id": "819ad10c-b51c-442f-a8e2-ffea5f05436f",
              "name": "Tricia Upton",
              "otherDetails": "PdARWHkbhGlXkEM",
              "relationship": "spouse"
            },
            {
              "contactDetails": "+12178339634",
              "countryCode": "MK",
              "id": "d997d2e9-1c33-4a63-96bb-37d75b622c1c",
              "name": "Judy Wehner",
              "otherDetails": "TqcOQtgtgtgyEPR",
              "relationship": "parent"
            },
            {
              "contactDetails": "+19375698510",
              "countryCode": "NU",
              "id": "fe440791-941f-44c5-b5af-aadb239fc376",
              "name": "Mr. Benjamin McKenzie",
              "otherDetails": "xTzVDKVoLfIFvUH",
              "relationship": "spouse"
            }
          ],
          "exchangeAvailability": {
            "exchangeableEmds": [
              {
                "airExtraRefs": [
                  "ae1",
                  "ae2"
                ],
                "emdNumber": "62304402555241"
              },
              {
                "airExtraRefs": [
                  "ae1",
                  "ae2"
                ],
                "emdNumber": "89684772739551"
              },
              {
                "airExtraRefs": [
                  "ae1",
                  "ae2"
                ],
                "emdNumber": "68371020430992"
              },
              {
                "airExtraRefs": [
                  "ae1",
                  "ae2"
                ],
                "emdNumber": "80794576008193"
              }
            ],
            "payableAirExtraRefs": [
              "ae1",
              "ae2"
            ]
          },
          "fiscalCode": "2zOSMY88Co",
          "gender": "MALE",
          "genericSpecialRequests": {
            "genericSpecialRequest": [
              {
                "airlineCode": "hG",
                "airlineFactsType": "HOSTED",
                "code": "PM51m",
                "freeText": "ljqlttvXAfJUIce",
                "fullText": "DSOLtUsTWIoGlMYTWYfkVWoQZPkVGd",
                "id": "2f91a84c-a158-4ca0-b48e-11acfaf359f2",
                "messageType": "OSI",
                "numberInParty": 6,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "HD",
                  "value": "UNSUPPORTED"
                },
                "syntheticIdentifier": "926846507208400",
                "ticketNumber": {
                  "airlineAccountingCode": "610",
                  "checkDigit": "7",
                  "number": "95370074501727",
                  "serialNumber": "1753892396"
                }
              },
              {
                "airlineCode": "oO",
                "airlineFactsType": "OTHER_AIRLINE",
                "code": "XHH3c",
                "freeText": "XHERdbMHlqvHvkU",
                "fullText": "eySAsOhIKhcAMqvqIuHWNMPvilphns",
                "id": "c4e479d8-6bbe-4fa2-ac45-3ac93c80570a",
                "messageType": "SSR",
                "numberInParty": 9,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "HD",
                  "value": "FULFILLED"
                },
                "syntheticIdentifier": "459526971099045",
                "ticketNumber": {
                  "airlineAccountingCode": "495",
                  "checkDigit": "0",
                  "number": "94426211579428",
                  "serialNumber": "5872228671"
                }
              },
              {
                "airlineCode": "ds",
                "airlineFactsType": "HOSTED",
                "code": "Et4Jw",
                "freeText": "XoArexUwcNnSVLy",
                "fullText": "occofAeMgMMEqhbgxrVjUrdSmKWKYk",
                "id": "b49de280-b234-4774-b49c-79476090e787",
                "messageType": "OSI",
                "numberInParty": 9,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "HD",
                  "value": "WAIVED"
                },
                "syntheticIdentifier": "794092527073461",
                "ticketNumber": {
                  "airlineAccountingCode": "273",
                  "checkDigit": "8",
                  "number": "23204471256823",
                  "serialNumber": "2063180429"
                }
              },
              {
                "airlineCode": "Rf",
                "airlineFactsType": "OTHER_AIRLINE",
                "code": "sk9B7",
                "freeText": "kSkzWljadfjgwME",
                "fullText": "VotrmaSaAlJfbMevpddsSdckNIAzvc",
                "id": "4bd0c25a-0a53-4c29-8cc1-d16cd1fa1702",
                "messageType": "SSR",
                "numberInParty": 3,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "XX",
                  "value": "VERIFICATION"
                },
                "syntheticIdentifier": "588298416778530",
                "ticketNumber": {
                  "airlineAccountingCode": "418",
                  "checkDigit": "5",
                  "number": "21576305336486",
                  "serialNumber": "0819323324"
                }
              }
            ]
          },
          "id": "980ca494-99f5-4b3f-bacd-a050be90b264",
          "iropContact": {
            "emails": {
              "email": [
                {
                  "address": "Alexie_Emmerich27@gmail.com",
                  "id": "cf943cf7-20cd-4f54-b161-b4ed0b418f00",
                  "languageCode": "NL",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "589809377556300"
                },
                {
                  "address": "Avery.Zulauf@hotmail.com",
                  "id": "7df1d272-33ce-444d-b693-82a50f85c38c",
                  "languageCode": "NL",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "527907911050132"
                },
                {
                  "address": "Juvenal55@hotmail.com",
                  "id": "6412436b-6cd0-426e-ac44-e427f92cb67f",
                  "languageCode": "FR",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "116985099256223"
                },
                {
                  "address": "Mara2@yahoo.com",
                  "id": "d3b40ffd-cf80-41e6-833d-16b90d2229af",
                  "languageCode": "FR",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "808324721950011"
                }
              ]
            },
            "phones": {
              "phone": [
                {
                  "id": "2ebf46f3-5f77-4d0d-96df-8a7c585904c9",
                  "number": "+16154579475",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "384047335357287"
                },
                {
                  "id": "8ba8637b-4e27-4d6e-8a88-de5d024b175c",
                  "number": "+19382772697",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "267710220790366"
                },
                {
                  "id": "ff3527fe-d9b5-46f0-ba03-fcecd52286ea",
                  "number": "+15893963216",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "438885893674715"
                },
                {
                  "id": "a2257883-ba91-4de4-936f-c33b19e12370",
                  "number": "+13982093337",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "766636146248521"
                }
              ]
            },
            "refusals": {
              "refusal": [
                {
                  "id": "af10e007-6126-49f0-a996-f4dfd24da971",
                  "reason": "TCuxEPWmDC",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "570167974100018"
                }
              ]
            }
          },
          "loyaltyAccount": [
            {
              "id": "90d8ae53-b076-4e99-bb6d-e3928622c018",
              "latestAwardDate": "2025-11-22",
              "loyaltyTierLevel": {
                "atpco": "05",
                "customerInsight": "34",
                "name": "platinum",
                "number": 5,
                "priority": 4,
                "tag": "PDp"
              },
              "memberAirline": "[ob",
              "memberId": "5003302105",
              "membershipStartDate": "2026-01-31",
              "mileage": {
                "unit": "MILES",
                "value": 4704
              },
              "pnrId": "9",
              "points": 42194,
              "source": "SSCI"
            },
            {
              "id": "99720d3e-d349-47ad-9c2d-f2c021970aa2",
              "latestAwardDate": "2025-12-03",
              "loyaltyTierLevel": {
                "atpco": "44",
                "customerInsight": "85",
                "name": "platinum",
                "number": 4,
                "priority": 2,
                "tag": "XTo"
              },
              "memberAirline": "[ob",
              "memberId": "2717717007",
              "membershipStartDate": "2021-11-17",
              "mileage": {
                "unit": "MILES",
                "value": 416
              },
              "pnrId": "8",
              "points": 92648,
              "source": "PNR"
            }
          ],
          "nameNumber": "2805.",
          "passengerDocument": [
            {
              "document": {
                "applicableCountry": "BA",
                "countryOfBirth": "CI",
                "dateOfBirth": "2013-08-29",
                "expiryDate": "2030-02-16",
                "gender": "V",
                "id": "1a1457f5-8ef0-4431-b9f3-1542efeaf658",
                "issueDate": "2025-03-05",
                "issuingCountry": "BE",
                "issuingPlace": "Odessa",
                "nationality": "CMR",
                "number": "qLcnC8YHwK",
                "personName": {
                  "first": "Leila",
                  "last": "Welch",
                  "middle": "Addison",
                  "prefix": "Mr.",
                  "raw": "Leonard Batz",
                  "suffix": "II"
                },
                "placeOfBirth": "Franeckiview",
                "type": "PASSPORT"
              },
              "holderType": "SECONDARY",
              "inputMethod": "SWIPE",
              "multinameHolder": false
            },
            {
              "document": {
                "applicableCountry": "TM",
                "countryOfBirth": "MU",
                "dateOfBirth": "1968-04-04",
                "expiryDate": "2029-09-03",
                "gender": "I",
                "id": "34b29e5d-92a3-4291-bc92-5a057cb8caa7",
                "issueDate": "2026-02-13",
                "issuingCountry": "IO",
                "issuingPlace": "Lilianbury",
                "nationality": "IRN",
                "number": "6KDqNMuoLJ",
                "personName": {
                  "first": "Neva",
                  "last": "Bartell",
                  "middle": "Marlowe",
                  "prefix": "Miss",
                  "raw": "Rosemarie Hills",
                  "suffix": "I"
                },
                "placeOfBirth": "Wizafort",
                "type": "PASSPORT"
              },
              "holderType": "PRIMARY",
              "inputMethod": "MANUAL",
              "multinameHolder": false
            },
            {
              "document": {
                "applicableCountry": "AD",
                "countryOfBirth": "UA",
                "dateOfBirth": "1953-01-02",
                "expiryDate": "2030-05-29",
                "gender": "UNSPECIFIED",
                "id": "0ff32631-9775-4c13-9945-3c3f4f4f98cc",
                "issueDate": "2025-02-20",
                "issuingCountry": "LV",
                "issuingPlace": "West Jacklynboro",
                "nationality": "SLB",
                "number": "pOliHOce5Y",
                "personName": {
                  "first": "Daphnee",
                  "last": "Turcotte",
                  "middle": "Elliott",
                  "prefix": "Dr.",
                  "raw": "Latoya Erdman",
                  "suffix": "DVM"
                },
                "placeOfBirth": "Terrillville",
                "type": "PASSPORT"
              },
              "holderType": "PRIMARY",
              "inputMethod": "SWIPE",
              "multinameHolder": false
            }
          ],
          "passengerItineraryParts": {
            "passengerItineraryPart": [
              {
                "airExtra": [
                  {
                    "airExtraBundleRef": "879d6db5-6b57-4b63-8f26-26ff4d82ff68",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 3
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "PER_5KG_OVER_FREE_BAGGAGE_ALLOWANCE"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-05-29",
                        "refundable": true,
                        "tourCode": "JIluhA"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "4/",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "BG",
                      "id": "A50JTc",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "GROUND_TRANSPORT_NON_AIR_SERVICES"
                      },
                      "sequenceNumber": 68,
                      "serviceType": {
                        "code": "Ig",
                        "value": "FLIGHT_RELATED"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 67,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "INT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 57,
                              "min": 2,
                              "name": "SIZE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 75,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "baX",
                      "subCode": "722",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 25.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 15.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 12
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 48.9
                        }
                      ]
                    },
                    "bookingIndicator": "26",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "13133164643109"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "20",
                          "segmentRef": "bbf4f375-2c54-4331-977e-198d5dd12184"
                        },
                        {
                          "emdCouponNumber": "21",
                          "segmentRef": "a5cd08cc-6fe0-4322-9509-97920b3cf363"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "66",
                    "id": "c2249363-9ad4-4896-a691-e294a6762977",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "98e83c88-7400-492c-9bd0-d09f40795058",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "742"
                    },
                    "offerId": {
                      "id": "12161434-2b71-4e93-9309-f66e2d235748",
                      "itemId": "8cf83a70-060a-48ec-92bb-3ff9602116c6"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "UNSUPPORTED"
                    },
                    "pnrId": "YXXDFP",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "tNIV",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "275"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "901"
                          }
                        ]
                      },
                      "text": "zIsJpxotwWEARjK"
                    },
                    "syntheticIdentifier": "85724729358916900829",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 14
                    }
                  },
                  {
                    "airExtraBundleRef": "fcfff702-e718-400d-8ec5-2dae079b15eb",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 7
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "ONE_AND_A_HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 4
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-06-15",
                        "refundable": true,
                        "tourCode": "2mmkOz"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "6/",
                        "value": "AUXILIARY_SEGMENT"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": true,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "WIF",
                      "id": "xcpnvD",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "OTHER"
                      },
                      "sequenceNumber": 57,
                      "serviceType": {
                        "code": "Xq",
                        "value": "DISCLOSURE"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 35,
                              "min": 3,
                              "name": "SIZE",
                              "optional": true,
                              "type": "INT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 96,
                              "min": 4,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 30,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 17,
                              "min": 3,
                              "name": "AGE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 56,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "O4o",
                      "subCode": "371",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 3.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 16.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 27.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 13.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 35
                        }
                      ]
                    },
                    "bookingIndicator": "06",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "05913524156953"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "60",
                          "segmentRef": "2316f95d-a1c6-4b41-974d-a37bef80c89d"
                        },
                        {
                          "emdCouponNumber": "94",
                          "segmentRef": "b9ccdadb-6625-48f7-92f4-ff954242ab24"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "09",
                    "id": "f2e30330-72d8-42ff-bb59-403a5b3718fa",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "62ae0b61-8f02-4886-be92-faf21909685b",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "905"
                    },
                    "offerId": {
                      "id": "df807013-cccf-4cd3-925d-1edb0bc55529",
                      "itemId": "0b19fd64-4d93-4f6f-a697-8eeea8d0e2bb"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "FULFILLED"
                    },
                    "pnrId": "TKXJJN",
                    "quantity": 1,
                    "specialServiceDescription": {
                      "code": "jTGf",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "096"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "227"
                          }
                        ]
                      },
                      "text": "aDNoNyuYSLdCxov"
                    },
                    "syntheticIdentifier": "54511011932451049663",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 23.8
                    }
                  },
                  {
                    "airExtraBundleRef": "852f7273-373d-49e6-a7a3-69d59b6fdff6",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 10
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "PER_5KG_OVER_FREE_BAGGAGE_ALLOWANCE"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 4
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-06-08",
                        "refundable": false,
                        "tourCode": "PqFP5z"
                      },
                      "bagType": "GOLF",
                      "bookingMethod": {
                        "code": "9=",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE"
                      },
                      "group": "MEA",
                      "id": "LW0BIG",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "UNKNOWN"
                      },
                      "sequenceNumber": 100,
                      "serviceType": {
                        "code": "jT",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 87,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 15,
                              "min": 5,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 19,
                              "min": 2,
                              "name": "AGE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 86,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 42,
                              "min": 2,
                              "name": "SIZE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "euU",
                      "subCode": "944",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 14.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 46.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 11
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 48.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 5.7
                        }
                      ]
                    },
                    "bookingIndicator": "71",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "43739293205066"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "25",
                          "segmentRef": "efe91efd-6f31-4b95-be4f-c62f78039058"
                        },
                        {
                          "emdCouponNumber": "12",
                          "segmentRef": "7f50f2b8-693e-45aa-8f47-5e07ac214806"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "62",
                    "id": "f3bc4f2d-eafd-41fa-a3e3-3dcd43f54371",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "4afb67b1-1e01-46a7-9cbf-18920dc7e8f4",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "731"
                    },
                    "offerId": {
                      "id": "b85a606e-e48f-4328-a7ea-f034fef7b6e4",
                      "itemId": "b35e953f-91a0-483b-9847-7d1a1d7ee513"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "FULFILLED"
                    },
                    "pnrId": "HCZXQQ",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "xwIw",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "645"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "739"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "764"
                          }
                        ]
                      },
                      "text": "jtaJVcjocJvyUst"
                    },
                    "syntheticIdentifier": "71964668660182217319",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 47
                    }
                  },
                  {
                    "airExtraBundleRef": "2587ebbf-8350-4711-941f-75b3fa02cfda",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 7
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 5
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-06-10",
                        "refundable": false,
                        "tourCode": "8DdPUp"
                      },
                      "bagType": "GOLF",
                      "bookingMethod": {
                        "code": "6-",
                        "value": "AUXILIARY_SEGMENT"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "SEA",
                      "id": "EOw4nE",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "IN_FLIGHT_SERVICES"
                      },
                      "sequenceNumber": 64,
                      "serviceType": {
                        "code": "91",
                        "value": "DISCLOSURE"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 14,
                              "min": 5,
                              "name": "SIZE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "uRu",
                      "subCode": "993",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 1
                        }
                      ]
                    },
                    "bookingIndicator": "53",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "50145447565130"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "08",
                          "segmentRef": "88177f63-15e2-4715-acb3-cc9f999eaf3d"
                        },
                        {
                          "emdCouponNumber": "64",
                          "segmentRef": "80750c63-ff57-49a7-b434-db900fa09c6a"
                        },
                        {
                          "emdCouponNumber": "87",
                          "segmentRef": "8aad0a63-2e86-4c07-9190-d45979d7186f"
                        },
                        {
                          "emdCouponNumber": "11",
                          "segmentRef": "f1b57e14-5439-4d4b-a4b1-4729bf217c67"
                        },
                        {
                          "emdCouponNumber": "11",
                          "segmentRef": "c0e013ae-3b49-4b8b-adbe-e9248d61ffc9"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "02",
                    "id": "869433e8-3ee1-4e3e-8454-56ccb2d0c635",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "3a5ff71b-4455-4af2-807e-7620c6a2d282",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "245"
                    },
                    "offerId": {
                      "id": "d5aff30e-6c67-448b-9599-6476fe3ac21c",
                      "itemId": "e70f00cc-c703-4dfb-a116-d43e4bfc9b6b"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "FCQKDZ",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "Mgxx",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "999"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "898"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "989"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "162"
                          }
                        ]
                      },
                      "text": "RvpMLwVIiJdDqiE"
                    },
                    "syntheticIdentifier": "03835855096368922410",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 15.2
                    }
                  },
                  {
                    "airExtraBundleRef": "bed91086-2a2c-4395-ae62-39442551442a",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 5
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "ONE_AND_A_HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 5
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-02-24",
                        "refundable": false,
                        "tourCode": "AotbMR"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "0/",
                        "value": "CONTACT_AIRLINE"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": false,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "MEA",
                      "id": "LZ0Zew",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "FINANCIAL_IMPACT"
                      },
                      "sequenceNumber": 97,
                      "serviceType": {
                        "code": "tj",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 20,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 57,
                              "min": 5,
                              "name": "AGE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 37,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "INT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 29,
                              "min": 4,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "tC7",
                      "subCode": "398",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 29.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 14.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 32
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 31.5
                        }
                      ]
                    },
                    "bookingIndicator": "92",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "38782266744680"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "58",
                          "segmentRef": "a42494bb-fe22-41b6-9405-e4af157cc587"
                        },
                        {
                          "emdCouponNumber": "59",
                          "segmentRef": "d5dcdc82-aaf1-41bf-afa5-dd63c2b326d2"
                        },
                        {
                          "emdCouponNumber": "47",
                          "segmentRef": "6ca4c2ad-04ab-4ee2-addc-c0f80a69d297"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "47",
                    "id": "b34db668-ef28-480c-a84f-3481d72227b1",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "ea50a826-a3dd-4a15-a9e2-5ec9980ede81",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "G",
                      "subCode": "231"
                    },
                    "offerId": {
                      "id": "4d25644a-7612-4998-ba54-52a0c028ff8f",
                      "itemId": "e1456729-a00b-4c40-9a8c-c0c1e758375b"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "FULFILLED"
                    },
                    "pnrId": "WACQQU",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "UXZO",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "879"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "310"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "591"
                          }
                        ]
                      },
                      "text": "HmxefIlIQuysEFW"
                    },
                    "syntheticIdentifier": "62459363633850423677",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 5.7
                    }
                  }
                ],
                "id": "e75f8fd6-6d6d-45ea-8dc1-a6d857923594",
                "itineraryPartRef": "cd0d4d08-dfa7-4df6-a2e3-43a8c5938446"
              }
            ]
          },
          "passengerRef": "9166c7c1-bbd8-4ed4-82d5-932e157fce81",
          "passengerSegments": {
            "passengerSegment": [
              {
                "additionalTravelInformation": {
                  "residencyDocumentType": {
                    "id": "5d3de646-7883-4182-b7fa-662434945b4b",
                    "residencyCountry": "NE",
                    "value": "PERMANENT_RESIDENT_RESIDENT_ALIEN_CARD_FORM_I_551"
                  },
                  "returnDate": {
                    "id": "2db92727-23b1-499e-a916-5f100ec2f77b",
                    "value": "2027-07-22"
                  },
                  "stayType": {
                    "id": "26a866e8-2092-4c1e-bf0c-ea28f5afb9d1",
                    "value": "VACATION"
                  },
                  "timaticDocumentType": {
                    "id": "a6c92bcc-0992-4b38-a142-acec65bcdbeb",
                    "value": "TAI_BAO_ZHENG"
                  },
                  "visaVerified": {
                    "id": "8258a439-b3ac-4714-9506-1832d770f98c",
                    "value": true
                  }
                },
                "airExtra": [
                  {
                    "airExtraBundleRef": "b2a06f9a-e3c3-4c7a-9584-0a4e3be6aa06",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 6
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "ONE_AND_A_HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 5
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-10-14",
                        "refundable": false,
                        "tourCode": "ABCv4q"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "3/",
                        "value": "SPECIAL_SERVICE_REQUEST"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "ETICKET"
                      },
                      "group": "BG",
                      "id": "TSad1T",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "BAGGAGE"
                      },
                      "sequenceNumber": 52,
                      "serviceType": {
                        "code": "T0",
                        "value": "CARRY_ON_BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 10,
                              "min": 5,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 66,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 19,
                              "min": 4,
                              "name": "SIZE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "Ubu",
                      "subCode": "982",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 32.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 40.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 29.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 40.4
                        }
                      ]
                    },
                    "bookingIndicator": "94",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "59938960691912"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "65",
                          "segmentRef": "6a1c6d3c-1213-4450-83fc-748a7537c865"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "94",
                    "id": "e2b9b1bf-26c9-4362-b12d-517aae66a576",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "6c909b6d-13b8-4b6b-9c1b-f4ce6843ba98",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "G",
                      "subCode": "112"
                    },
                    "offerId": {
                      "id": "4c0f9c71-14e5-4d4c-b337-eda952a204ab",
                      "itemId": "1e843db6-661c-47cb-814f-40f761b66077"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "WAIVED"
                    },
                    "pnrId": "WFQKXA",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "KQqL",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "786"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "112"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "912"
                          }
                        ]
                      },
                      "text": "CWXrRTRcbtGnjgF"
                    },
                    "syntheticIdentifier": "62226084995447047034",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 16.7
                    }
                  },
                  {
                    "airExtraBundleRef": "b6c64212-9c46-4561-8310-2506662e5657",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 6
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "ONE_WAY"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-04-04",
                        "refundable": true,
                        "tourCode": "LUXnpz"
                      },
                      "bagType": "SURF",
                      "bookingMethod": {
                        "code": "6-",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "WIF",
                      "id": "buLDZ2",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "INDIVIDUAL_AIRLINE_USE"
                      },
                      "sequenceNumber": 18,
                      "serviceType": {
                        "code": "5s",
                        "value": "CARRY_ON_BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 33,
                              "min": 2,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 47,
                              "min": 4,
                              "name": "SIZE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 76,
                              "min": 5,
                              "name": "SIZE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "nGb",
                      "subCode": "403",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 19
                        }
                      ]
                    },
                    "bookingIndicator": "42",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "32957491463650"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "31",
                          "segmentRef": "eade58bc-16bd-4f2e-a1df-2cfc51b24aae"
                        },
                        {
                          "emdCouponNumber": "36",
                          "segmentRef": "944f5cfd-d0f6-4f63-ae26-04bf688bbda3"
                        },
                        {
                          "emdCouponNumber": "25",
                          "segmentRef": "9e2c8dbc-b400-46da-a09c-b057903a7356"
                        },
                        {
                          "emdCouponNumber": "28",
                          "segmentRef": "141153eb-2cd5-4d64-bb35-4c3954831c76"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "39",
                    "id": "48915926-35d4-48bc-96e5-86e6406e1aff",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "310d9b74-230a-4fb8-8901-9130b1e2af3e",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "R",
                      "subCode": "677"
                    },
                    "offerId": {
                      "id": "291e0b4c-d2ba-49cc-b6e4-0ece8434d4d5",
                      "itemId": "def41126-04f1-4a95-94a2-2f39fa61b27e"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "DJKKNR",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "BMZR",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "848"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "488"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "825"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "702"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "556"
                          }
                        ]
                      },
                      "text": "dsDJKLeUhURCOuE"
                    },
                    "syntheticIdentifier": "48198368050496863500",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 17.6
                    }
                  }
                ],
                "baggagePoolId": 530,
                "editCodes": {
                  "editCode": [
                    {
                      "code": "MN",
                      "id": "f8afdfd0-04b9-4228-8c4b-f73d9faeebb1",
                      "text": [
                        {
                          "id": "9fe32bb9-c447-43dd-ab9e-3a527b97401b",
                          "lineId": "58",
                          "value": "UPnxtcUYxMDuApv"
                        },
                        {
                          "id": "b611736d-57c8-446c-bf15-43543499bd8d",
                          "lineId": "00",
                          "value": "NKACIJuHXcpOshz"
                        },
                        {
                          "id": "eb08ecff-75e8-456a-8e7c-8c664c115095",
                          "lineId": "64",
                          "value": "WVCRLOuavXATSaO"
                        }
                      ]
                    },
                    {
                      "code": "Jb",
                      "id": "5e8b33b4-a690-47e2-b059-3ec62a11d4ce",
                      "text": [
                        {
                          "id": "a0fcb412-c9e5-413e-8bc7-dcd271ab3400",
                          "lineId": "71",
                          "value": "CcADmjKxevGmLnc"
                        }
                      ]
                    },
                    {
                      "code": "Gs",
                      "id": "f51ea1aa-0861-43ea-873d-188f84ed3230",
                      "text": [
                        {
                          "id": "bf8eb59f-9dd5-481e-b0dd-0df21532afac",
                          "lineId": "21",
                          "value": "WyuqMagHqqNNAJY"
                        }
                      ]
                    }
                  ]
                },
                "eligibilities": {
                  "eligibility": [
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "c7F2CaEIfJlS0B3mFlof",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "059"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "J2uX1gK61lvJ1MDZkm9n",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "314"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "295"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "215"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "276"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "867"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "YXggFjSX5IEWMcloPEiZ",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "784"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "560"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "850"
                            }
                          ]
                        },
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "2oiI74Ff8a4DMteLJl70",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "178"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "446"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "dVSNFOB3PYGCo49uLW6f",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "891"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "760"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "223"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "ow2a2YHPNNIJjVmmqePL",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "418"
                            }
                          ]
                        },
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "kpJ68vbDygcEXiiSoMHK",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "998"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "096"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "713"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "sf7k3dSCMKoSwbnGOEYQ",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "403"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "076"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "517"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "K7Gk6vX26qiDzoHE67Mv",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "313"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "039"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "WuA8v8Q6b644hoOJy6O1",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "272"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "442"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "820"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "yRiuVrimXFh3rsG6zkLc",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "821"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "073"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "873"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "Efh9JHHvkT8sM22qldaK",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "335"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "793"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "982"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "340"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "Xa8OK6O4p7N7I4S4rqnj",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "505"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "2ZhWdaOFhhm2ByPlCzds",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "517"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "589"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "981"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "04Ufr1GrJv19roFPyyRZ",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "374"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    }
                  ]
                },
                "id": "51e237a0-f822-4712-bece-291763d2a21b",
                "loyaltyAccount": {
                  "id": "b2113518-7803-4297-963a-cd9860f77c31",
                  "latestAwardDate": "2025-12-30",
                  "loyaltyTierLevel": {
                    "atpco": "66",
                    "customerInsight": "34",
                    "name": "platinum",
                    "number": 2,
                    "priority": 4,
                    "tag": "aSd"
                  },
                  "memberAirline": "[ob",
                  "memberId": "1770564847",
                  "membershipStartDate": "2024-06-29",
                  "mileage": {
                    "unit": "MILES",
                    "value": 4615
                  },
                  "pnrId": "4",
                  "points": 73311,
                  "source": "PNR"
                },
                "nonRevenuePassengerInfo": {
                  "priorityCode": "poo",
                  "seniorityDate": "2019-10-29T00:00:00.0Z",
                  "upgradeCode": "BYs"
                },
                "passengerCheckInId": "j2Amzph9",
                "passengerFlight": [
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "SwV",
                        "country": "ML",
                        "sign": "MPB"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 8.6
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "11223344",
                            "12345678"
                          ],
                          "quantity": 2,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 8.3
                          }
                        }
                      },
                      "barCode": "YrhyFGgPHskSTCLYYvjC9mt2Hd55VjfcPo3LIhtg",
                      "checkInSequenceNumber": "784",
                      "deck": {
                        "code": "MIDDLE",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "BUSINESS",
                        "agentCityName": "South Norbertton",
                        "arrivalAirportName": "East Lanceville",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "1272",
                        "cabinClassCode": "i",
                        "cabinText": "ECONOMY",
                        "carryOnText": "CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "South Brent",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "4154",
                        "edifactApiText": "API ERROR",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "1767",
                        "estimatedDepartureDate": "2027-03-24T00:00:00.0Z",
                        "estimatedDepartureTime": "3543",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY PLUS",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "CARRY ON OK",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "PLATINUM",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "1CrQ",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "7557",
                        "scheduledDepartureDate": "2027-06-08T00:00:00.0Z",
                        "scheduledDepartureTime": "1702",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "regional",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 1666.01,
                        "atpcoRule": "qmjm",
                        "atpcoTariff": 16,
                        "bookingClass": "i",
                        "brand": "ac",
                        "cabinClass": "PREMIUM_FIRST",
                        "cabinClassCode": "D",
                        "discountCategory": "78",
                        "fareBasisCode": "kFbBPB",
                        "governingAirline": "[ob",
                        "id": "3aebf1b3-c179-4a9e-99e0-f26a3ff58aab",
                        "operatingBookingClass": "N",
                        "privateTariff": false,
                        "type": "NRF",
                        "vendor": {
                          "code": "ATP",
                          "value": "SABRE_MYFARES_SUBSCRIBERS"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "KZ",
                        "arrivalFlightScheduleStatus": "ON_TIME",
                        "arrivalTerminal": "iK",
                        "arrivalTime": "2026-09-18T00:00:00.0Z",
                        "boardingTime": "1930-06-13T02:51:08.0Z",
                        "changeOfGauge": false,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "AF",
                        "departureFlightScheduleStatus": "ON_TIME",
                        "departureGate": "52",
                        "departureTerminal": "p6",
                        "departureTime": "2026-12-21T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 4418
                        },
                        "equipment": "858",
                        "estimatedArrivalTime": "1936-12-18T06:09:18.0Z",
                        "estimatedDepartureTime": "1935-11-09T05:16:05.0Z",
                        "flightDuration": 399,
                        "flightNumber": "8",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-02-08T00:00:00.0Z",
                            "departureTime": "2026-08-25T00:00:00.0Z",
                            "duration": 69,
                            "elapsedTime": 234
                          }
                        ],
                        "iatci": true,
                        "id": "895424c3-bec4-411f-b590-67d2933948d1",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "9",
                        "span": "DOMESTIC",
                        "status": "DELAYED",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": false,
                        "timeToDeparture": 151
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/x-freearc",
                          "name": "reword.[object Object]",
                          "value": "ZdqNbIkfA2NlH4b8jtrvs6kRRrTV53xWpKPqwSNDHwyZ8OeB3uCuXpr2wtDxuVUN"
                        },
                        "image": {
                          "contentType": "image/gif",
                          "name": "who.[object Object]",
                          "value": "LxxmFjyk209fJDzYTH4fWWmFN9LJWzTYHIoqmMy4sofBfCgzBQSRTwbebVHyQ1wJ"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/x-freearc",
                            "name": "absent.[object Object]",
                            "value": "i3ipSim7XNlm6NL1lZjB6XBPIhv5IqETSrmXMZWnmqW49Y998eHdzv3aUXifxqNd"
                          },
                          "layout": {
                            "contentType": "application/ld+json",
                            "name": "among_impure_hype.[object Object]",
                            "value": "lLXIj474cKZlJ5dSeJkYB5ZCgHQ6ZPgTakaV0hq3ZW0stg1TUHpiOlMQd1FVcgQY"
                          },
                          "template": {
                            "contentType": "application/vnd.rar",
                            "name": "nervous.[object Object]",
                            "value": "CnNKNDpV69t6Zqd7vfsGuLaYWH1F4N6aisVEesg8qr6wPAKGQv1I5nVUrENB78qA"
                          },
                          "templates": [
                            {
                              "contentType": "image/vnd.microsoft.icon",
                              "name": "bonnet.[object Object]",
                              "value": "FL2rNU1aut4qF92inCmnJUrfzahOQeP0RXhgwghyGzu2waN78EtFgjZ7SWBRvPzW"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": true,
                          "skyPriority": true,
                          "zone": "7"
                        },
                        "zpl": {
                          "contentType": "application/vnd.apple.installer+xml",
                          "name": "humor_enlightened.[object Object]",
                          "value": "UD6HJXq3o17tSSWcl0vf9MQav4IsmTZMhpWu0ymtYB5hWuCjHfe13CLdAxC7tyFv"
                        }
                      },
                      "group": "0P1KkV",
                      "loyaltyAccount": {
                        "id": "6bba92c7-f80d-46f7-9177-7b22ccacfce0",
                        "latestAwardDate": "2026-07-18",
                        "loyaltyTierLevel": {
                          "atpco": "47",
                          "customerInsight": "54",
                          "name": "gold",
                          "number": 4,
                          "priority": 3,
                          "tag": "fQr"
                        },
                        "memberAirline": "[ob",
                        "memberId": "5120973782",
                        "membershipStartDate": "2023-02-18",
                        "mileage": {
                          "unit": "MILES",
                          "value": 1539
                        },
                        "pnrId": "9",
                        "points": 44600,
                        "source": "SSCI"
                      },
                      "personName": {
                        "first": "Abagail",
                        "last": "Roob",
                        "middle": "Blake",
                        "prefix": "Mr.",
                        "raw": "Lora Harvey",
                        "suffix": "Jr."
                      },
                      "priorityVerificationCard": true,
                      "recordLocator": "CQXXDF",
                      "seat": {
                        "column": "N",
                        "row": "26",
                        "value": "21B"
                      },
                      "source": "HOST",
                      "standbyPriority": "SI",
                      "supplementaryData": {
                        "dhsStatus": 5,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "97119142652732",
                        "loungeAccess": false,
                        "selectee": true,
                        "skyPriority": false,
                        "spanishLargeFamily": true,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "CH"
                      },
                      "ticketCouponNumber": "28",
                      "ticketNumber": {
                        "airlineAccountingCode": "406",
                        "checkDigit": "5",
                        "number": "41773117254852",
                        "serialNumber": "3188921173"
                      },
                      "upgradePriority": "Lpc2e",
                      "zone": "2"
                    },
                    "checkedIn": false,
                    "checkInNumber": 725,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "befQFXjpOmFanumSQLJl",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "982"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "461"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "868"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "158"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "m9G2EvFbc8WB0zCotDHV",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "425"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "995"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "105"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "884"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "cl4i6QADT3rOsSY3PzKV",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "154"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "993"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "070"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "NgTmyKduhC4B5ZfZ0YNj",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "313"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "829"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "748"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "bae55656-fa73-4b1b-ac92-9e547060adfd",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "audio/3gpp2",
                          "name": "ah_whenever.[object Object]",
                          "value": "LQJe4SXOVgpjH20SOW6jNayZInZw7AUOjA96IopvVKsR89zhsr4Nr1NNUjZuEcH7"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "image/tiff",
                            "name": "speedy.[object Object]",
                            "value": "YpVQLdmA8uj0WRb0NSj08SdFlCvpshR3eXcO8iigJ7vjvYJICyei1SGPtTDtCIdM"
                          },
                          "layout": {
                            "contentType": "text/plain",
                            "name": "matter_cook_sensitize.[object Object]",
                            "value": "GtjW0vBs52HNhCzg763KRdeM1MLFkFSemB2h6tQJ38VUFdpZ1I6jxTJ8MI3Gy3oz"
                          },
                          "template": {
                            "contentType": "text/plain",
                            "name": "eek_wide_which.[object Object]",
                            "value": "XmS8qYUZZCLuboYitV0iJgERQ3ETsKJoUfnP6ywfPzJ3XIWgiU8fGysiHcECLBsM"
                          },
                          "templates": [
                            {
                              "contentType": "audio/midi",
                              "name": "insolence_unripe_phew.[object Object]",
                              "value": "gGpxLow9PkhknEP1SvPtIJFHI6UDwpHlftb2qLCK56ysKJWnC8vplAFOQMOy9Zwm"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "aed03bb7-74bf-4296-90b9-97b99e9386fc",
                      "offerId": "88af2d03-33c7-4a53-baa5-a64450594cef",
                      "offerItemId": "1dcd8b2b-5619-42bb-8289-147a4d0978c4",
                      "type": "WINDOW",
                      "value": "MA"
                    },
                    "priorityCode": "Tpi",
                    "seat": {
                      "airExtraRef": "bfb957ad-c8c5-4111-a423-71734828b2fd",
                      "offerId": "bf4bb9e7-b5c2-49d2-a00f-5823b1537fa3",
                      "offerItemId": "ea5401ee-7969-4dce-9246-7d7acdb5bf69",
                      "type": "WINDOW",
                      "value": "r2"
                    },
                    "status": "OFFLOADED",
                    "upgradeCode": "Qem"
                  }
                ],
                "passengerOffer": {
                  "offerId": "dede4875-8d72-497e-a335-8be40be9",
                  "offerItems": [
                    {
                      "annotations": [
                        {
                          "key": "FvNbZK",
                          "value": "MxVoSJsoaw"
                        },
                        {
                          "key": "gAlfnC",
                          "value": "veCsATzqwR"
                        }
                      ],
                      "availableQuantity": 20,
                      "bannerName": "Luxurious",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "595ec01f-2b83-47e3-9d10-0dbbbc3c",
                      "offerName": "Recycled Metal Bike",
                      "price": {
                        "currency": "VES",
                        "value": 114.2
                      },
                      "priority": 1
                    }
                  ]
                },
                "passengerType": "ADT",
                "segmentRef": "77baaef6-276d-4f3a-8a6f-f749887c74be",
                "upgradeAvailability": [
                  {
                    "bookingClassAvailabilityRef": "fddd700f-6716-47fe-90b9-1683a77c9066",
                    "cabin": "X",
                    "description": "Business",
                    "id": "3609a6c0-370c-4b1a-8907-37bf2336cbb9",
                    "pricedAncillaryRef": "adca7152-a434-4aef-9c51-c121146b1bd3"
                  },
                  {
                    "bookingClassAvailabilityRef": "414a379b-034b-41ae-a998-a078c4274586",
                    "cabin": "u",
                    "description": "Premium Economy",
                    "id": "e3749ec8-e5f6-4e63-9847-b94cf4007bbb",
                    "pricedAncillaryRef": "228e8376-aa2b-47c5-bdc4-7c38b8bd0a15"
                  }
                ]
              },
              {
                "additionalTravelInformation": {
                  "residencyDocumentType": {
                    "id": "7ac8e0ab-ed06-4f9a-bc72-abc543206cdd",
                    "residencyCountry": "IL",
                    "value": "ALIENS_PASSPORT"
                  },
                  "returnDate": {
                    "id": "81094916-33ac-4ede-8b20-0eecbd7bf310",
                    "value": "2027-04-15"
                  },
                  "stayType": {
                    "id": "739ea743-8e74-4021-9722-bc5aecc064d6",
                    "value": "VACATION"
                  },
                  "timaticDocumentType": {
                    "id": "2575831c-0a7b-4181-9ad7-927258d5cf4e",
                    "value": "OAS_OFFICIAL_TRAVEL_DOCUMENT"
                  },
                  "visaVerified": {
                    "id": "3f3eb42f-2dff-4e3d-ae35-410e28396eba",
                    "value": true
                  }
                },
                "airExtra": [
                  {
                    "airExtraBundleRef": "fed90b10-9f38-44fb-886d-d819e480b113",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 6
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "ITEM"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 0
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2026-11-30",
                        "refundable": true,
                        "tourCode": "NEzKOD"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "4^",
                        "value": "CONTACT_AIRLINE"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": false,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "MEA",
                      "id": "b6FPHL",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "UNKNOWN"
                      },
                      "sequenceNumber": 54,
                      "serviceType": {
                        "code": "B7",
                        "value": "DISCLOSURE"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 79,
                              "min": 1,
                              "name": "AGE",
                              "optional": false,
                              "type": "INT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 90,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 63,
                              "min": 1,
                              "name": "AGE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "9g3",
                      "subCode": "939",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 24.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 11.8
                        }
                      ]
                    },
                    "bookingIndicator": "60",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "43321488532636"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "06",
                          "segmentRef": "6bed96a7-ca06-4769-a2bc-b090ba31390b"
                        },
                        {
                          "emdCouponNumber": "73",
                          "segmentRef": "e705cb05-5454-4dd2-a58d-e23a3523fe8e"
                        },
                        {
                          "emdCouponNumber": "55",
                          "segmentRef": "62d168d5-e68d-43db-b0a4-a453d055bc57"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "57",
                    "id": "a4b16211-119f-4801-b3e1-d8f8bb423cfc",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "971f7738-38bf-4ef6-aa9c-73b85e6b3b40",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "R",
                      "subCode": "890"
                    },
                    "offerId": {
                      "id": "78f80bb3-b427-44e5-80df-3fa0410d12d6",
                      "itemId": "1389f947-46e7-45b0-bf3c-c66d054dd219"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "PENDING"
                    },
                    "pnrId": "XBKQCC",
                    "quantity": 1,
                    "specialServiceDescription": {
                      "code": "rxoV",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "631"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "561"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "305"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "207"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "880"
                          }
                        ]
                      },
                      "text": "WlJdgEuASiMQpET"
                    },
                    "syntheticIdentifier": "84115976273758833860",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 18
                    }
                  },
                  {
                    "airExtraBundleRef": "b2e8fe79-e016-4634-8942-e9ab8f059d8c",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 9
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "PER_1KG_OVER_FREE_BAGGAGE_ALLOWANCE"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 3
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-12-23",
                        "refundable": false,
                        "tourCode": "aLzRFF"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "8-",
                        "value": "CONTACT_AIRLINE"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": false,
                        "value": "ETICKET"
                      },
                      "group": "BG",
                      "id": "SOc_A2",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "AIRPORT_SERVICES"
                      },
                      "sequenceNumber": 94,
                      "serviceType": {
                        "code": "Bg",
                        "value": "CARRY_ON_BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 69,
                              "min": 5,
                              "name": "SIZE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 10,
                              "min": 2,
                              "name": "SIZE",
                              "optional": false,
                              "type": "INT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 98,
                              "min": 1,
                              "name": "SIZE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "8JM",
                      "subCode": "673",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 25.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 38.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 44.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 1.7
                        }
                      ]
                    },
                    "bookingIndicator": "12",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "29551055834763"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "51",
                          "segmentRef": "1d9667bf-a1f5-4a0a-abe3-2260d4140a01"
                        },
                        {
                          "emdCouponNumber": "98",
                          "segmentRef": "5334861b-7668-4d75-bae7-d5438fa5e34a"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "63",
                    "id": "92c6e01c-4427-4c54-9591-b7e8026c96c2",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "b7060af6-8165-401e-a358-d933a10a1963",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "654"
                    },
                    "offerId": {
                      "id": "e90cb120-c7d0-48a8-9755-8edc72f5c5e5",
                      "itemId": "d3419486-16f5-4676-9c7c-4cc736cd39fc"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "PENDING"
                    },
                    "pnrId": "WYDJNM",
                    "quantity": 1,
                    "specialServiceDescription": {
                      "code": "dVVx",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "515"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "684"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "558"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "779"
                          }
                        ]
                      },
                      "text": "tPolISiGYFtFCez"
                    },
                    "syntheticIdentifier": "77604325241221280633",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 32
                    }
                  },
                  {
                    "airExtraBundleRef": "1a63092d-6b51-4a8d-afb1-7f8f4a46da6d",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 5
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "PER_CHECKED_PORTION"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 3
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-03-25",
                        "refundable": false,
                        "tourCode": "dGobl3"
                      },
                      "bagType": "GOLF",
                      "bookingMethod": {
                        "code": "7+",
                        "value": "NO_BOOKING_REQUIRED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "BG",
                      "id": "ANFo_6",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "FINANCIAL_IMPACT"
                      },
                      "sequenceNumber": 98,
                      "serviceType": {
                        "code": "ij",
                        "value": "EMBARGOES"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 53,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 83,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "INT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 77,
                              "min": 3,
                              "name": "SIZE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 80,
                              "min": 1,
                              "name": "SIZE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "RYp",
                      "subCode": "397",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 24.6
                        }
                      ]
                    },
                    "bookingIndicator": "11",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "88545323936514"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "69",
                          "segmentRef": "e1ede553-58f3-43ba-842e-b30a0252e7b3"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "95",
                    "id": "d07c0ad5-44c4-4bc9-9e8e-ed0a2ff23040",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "d7094fc9-c42b-4b51-aa4d-a60cac04f8e9",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "G",
                      "subCode": "719"
                    },
                    "offerId": {
                      "id": "d04afc85-3a6e-4893-9968-6154a9a05868",
                      "itemId": "8c4a01a2-eda5-44e2-b79e-a3f261b5d921"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "UNSUPPORTED"
                    },
                    "pnrId": "QPETRZ",
                    "quantity": 1,
                    "specialServiceDescription": {
                      "code": "UyoX",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "393"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "905"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "232"
                          }
                        ]
                      },
                      "text": "tPzwcOUrYxkYjAd"
                    },
                    "syntheticIdentifier": "29069260453407612656",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 19.9
                    }
                  }
                ],
                "baggagePoolId": 993,
                "editCodes": {
                  "editCode": [
                    {
                      "code": "Vp",
                      "id": "dbc1d8fa-5b20-4404-bb6c-353bf99c3558",
                      "text": [
                        {
                          "id": "ba39cdd5-660e-4925-b74e-6759006092b3",
                          "lineId": "96",
                          "value": "rcVSgPbTgXwiIsi"
                        }
                      ]
                    },
                    {
                      "code": "bP",
                      "id": "5533e818-fde6-4979-a85e-3df0a32d61a4",
                      "text": [
                        {
                          "id": "c1ea4df7-4d94-4fd5-baec-b665c828b132",
                          "lineId": "33",
                          "value": "HPIybRbauBppUjK"
                        }
                      ]
                    },
                    {
                      "code": "XQ",
                      "id": "02086d09-3fcf-4f17-bcaa-f3d531769036",
                      "text": [
                        {
                          "id": "e77dc356-e213-4c99-86e9-cc512dddd3b0",
                          "lineId": "76",
                          "value": "svMwIJXooJcObTr"
                        }
                      ]
                    },
                    {
                      "code": "ew",
                      "id": "644fee6e-5a61-4ff4-950c-c8b2099595d6",
                      "text": [
                        {
                          "id": "91d18dfc-2610-40fb-b8da-034ac264c2b2",
                          "lineId": "51",
                          "value": "QamyVLYGVvjIUab"
                        },
                        {
                          "id": "ddb3d4b6-4250-41d5-9577-222b24a36377",
                          "lineId": "64",
                          "value": "WABWhFhQIqFOxlK"
                        }
                      ]
                    }
                  ]
                },
                "eligibilities": {
                  "eligibility": [
                    {
                      "notEligible": true,
                      "reason": [
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "jCU2IGQC3Qy5KzIlknJt",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "259"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "544"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "540"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "156"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "652"
                            }
                          ]
                        },
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "7c8Vi3Q7umdLA2wfH6UL",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "236"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "472"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "157"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "Nm7fugYE15K356CFs162",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "808"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "194"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "540"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "947"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "796"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "juJTSRAnInqtaAxf5XGQ",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "892"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "905"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "504"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "jKjhCBjII8W1PKeZ8qS2",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "406"
                            }
                          ]
                        },
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "ourAtbbHolW8AkfHYpGZ",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "075"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "456"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "364"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "905"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "127"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "s0T1VhYFqQII32YWyxI5",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "815"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "671"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "MFDPTgIHOgEKIzqis7xA",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "938"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "866"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "407"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "546"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "I9fxr1Db7WSpht3Rbihg",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "623"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "913"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "240"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "895"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "241"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "q7sJGUmPxPAbbEBiCN7x",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "567"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "045"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "306"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "227"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "993"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": true,
                      "reason": [
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "xVxfEBxQ7pJriOVfG5s5",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "447"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "226"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "824"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "156"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "Xl2YlFJ13udWhqMgAW4W",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "636"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "589"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "262"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "008"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "044"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "axSz7j68pbP8XnnVNVim",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "830"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "domOFWpYHsTbvuW7aE0Z",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "147"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "o6bXURTFrhVEA5u0ySVz",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "903"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "863"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "724"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "719"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    }
                  ]
                },
                "id": "5d4275cc-43b9-4cf8-863c-67d06d8aa9fa",
                "loyaltyAccount": {
                  "id": "82a7d16d-ef16-4e65-a40e-6521f12e473d",
                  "latestAwardDate": "2025-09-27",
                  "loyaltyTierLevel": {
                    "atpco": "12",
                    "customerInsight": "44",
                    "name": "gold",
                    "number": 5,
                    "priority": 5,
                    "tag": "YJQ"
                  },
                  "memberAirline": "[ob",
                  "memberId": "4685795114",
                  "membershipStartDate": "2024-04-09",
                  "mileage": {
                    "unit": "MILES",
                    "value": 1853
                  },
                  "pnrId": "9",
                  "points": 9066,
                  "source": "PNR"
                },
                "nonRevenuePassengerInfo": {
                  "priorityCode": "zWy",
                  "seniorityDate": "2013-08-27T00:00:00.0Z",
                  "upgradeCode": "yxg"
                },
                "passengerCheckInId": "TLY0dFHG",
                "passengerFlight": [
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "tmP",
                        "country": "ET",
                        "sign": "QDX"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 12.6
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "12345678",
                            "11223344",
                            "87654321"
                          ],
                          "quantity": 3,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 9.6
                          }
                        }
                      },
                      "barCode": "P0j5s6cEmY2nBpQ7hKiuSNgyr8x52w7GXTJywsPq",
                      "checkInSequenceNumber": "878",
                      "deck": {
                        "code": "UPPER",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "BUSINESS",
                        "agentCityName": "New Siennashire",
                        "arrivalAirportName": "East Johnathan",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "1395",
                        "cabinClassCode": "V",
                        "cabinText": "FIRST CLASS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "New Shaunstead",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "1062",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "1240",
                        "estimatedDepartureDate": "2027-05-02T00:00:00.0Z",
                        "estimatedDepartureTime": "7251",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY PLUS",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "CARRY ON OK",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "SILVER",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "LTEI",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "4114",
                        "scheduledDepartureDate": "2026-11-26T00:00:00.0Z",
                        "scheduledDepartureTime": "1299",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "narrowbody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 1528.87,
                        "atpcoRule": "si0W",
                        "atpcoTariff": 40,
                        "bookingClass": "v",
                        "brand": "dO",
                        "cabinClass": "PREMIUM_ECONOMY",
                        "cabinClassCode": "e",
                        "discountCategory": "20",
                        "fareBasisCode": "3pjzjz",
                        "governingAirline": "[ob",
                        "id": "08e59aa8-7d39-4112-9eb9-0e4d8e31b355",
                        "operatingBookingClass": "p",
                        "privateTariff": true,
                        "type": "REF",
                        "vendor": {
                          "code": "ATP",
                          "value": "SITA"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "CF",
                        "arrivalFlightScheduleStatus": "DELAYED",
                        "arrivalTerminal": "gi",
                        "arrivalTime": "2027-07-01T00:00:00.0Z",
                        "boardingTime": "1925-10-29T08:48:36.0Z",
                        "changeOfGauge": true,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "SR",
                        "departureFlightScheduleStatus": "EARLY",
                        "departureGate": "rv",
                        "departureTerminal": "wz",
                        "departureTime": "2027-03-29T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 3559
                        },
                        "equipment": "073",
                        "estimatedArrivalTime": "1936-03-13T05:39:51.0Z",
                        "estimatedDepartureTime": "1935-10-14T07:20:55.0Z",
                        "flightDuration": 343,
                        "flightNumber": "47",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-08-19T00:00:00.0Z",
                            "departureTime": "2027-02-16T00:00:00.0Z",
                            "duration": 116,
                            "elapsedTime": 103
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-07-12T00:00:00.0Z",
                            "departureTime": "2027-03-11T00:00:00.0Z",
                            "duration": 111,
                            "elapsedTime": 136
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-04-06T00:00:00.0Z",
                            "departureTime": "2026-11-19T00:00:00.0Z",
                            "duration": 159,
                            "elapsedTime": 223
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-09-10T00:00:00.0Z",
                            "departureTime": "2027-07-24T00:00:00.0Z",
                            "duration": 156,
                            "elapsedTime": 82
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-04-07T00:00:00.0Z",
                            "departureTime": "2027-05-26T00:00:00.0Z",
                            "duration": 35,
                            "elapsedTime": 193
                          }
                        ],
                        "iatci": false,
                        "id": "aea30fb1-137f-4a93-89be-b0850bf4cb80",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "94",
                        "span": "DOMESTIC",
                        "status": "ON TIME",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": false,
                        "timeToDeparture": 680
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
                          "name": "advanced.[object Object]",
                          "value": "AFhgOQteSkzvoeM1pHTy4jLGNFqJuw5XO1Trwu2ETdAFfCcBxCkv1rxj4DP9SBYJ"
                        },
                        "image": {
                          "contentType": "application/x-sh",
                          "name": "refine_impanel.[object Object]",
                          "value": "zkGlFpZjol2pCbNHKJhRKuth7D0XScXEGqGRsLRdsAWhstXeveLGfERpu8HNBIHH"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "image/avif",
                            "name": "kindheartedly_carelessly_busily.[object Object]",
                            "value": "oFUv2OWWOPQV4SekFlaqcteODDW0lcbBvC7dBU9Q9Q1Tr7pWBkg8k7mji5QSyUxV"
                          },
                          "layout": {
                            "contentType": "text/css",
                            "name": "though_unfortunately_tomb.[object Object]",
                            "value": "OFvupwkkMkFAediQDdyWMF6ZIG5wF5vStxrqh7d3jdbmM1pr4AirEPmgYJ2ApaBR"
                          },
                          "template": {
                            "contentType": "audio/ogg",
                            "name": "although.[object Object]",
                            "value": "fFsrfjOdfAknkHTsQCaNoVUshbNkSeEru2AwxI9usMIdA9cZLwZ0wp5MPSkmiMo9"
                          },
                          "templates": [
                            {
                              "contentType": "application/vnd.rar",
                              "name": "past_given_bog.[object Object]",
                              "value": "ckZfe34gdPytEZwDr1WFkYs2OBX4mt9kcjpyhFynBa5K3hXWyBjhRQ5G5h7tzss0"
                            },
                            {
                              "contentType": "image/jpeg",
                              "name": "deploy_jubilantly.[object Object]",
                              "value": "5mOAofKBiGnXjsokTujnrnKN0nE1pr50AAni8GOBQHx7XnzawVh8EDK4aEKbLhJM"
                            },
                            {
                              "contentType": "application/xhtml+xml",
                              "name": "creamy_taro_quietly.[object Object]",
                              "value": "ozPzQJPpYcvxKGbHuZ6pzYobbLD6M8Kj3tkIQIS7qXZnuXRVeNmGD12e1nhUYRe6"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": true,
                          "skyPriority": true,
                          "zone": "7"
                        },
                        "zpl": {
                          "contentType": "image/svg+xml",
                          "name": "what_mismatch.[object Object]",
                          "value": "lp33FdGoNi9BNSPwY86QoNA9yUYHhH79UhNNeMYxMUp9qz0Hr3SV2mVkFEWgaOTm"
                        }
                      },
                      "group": "vyb66v",
                      "loyaltyAccount": {
                        "id": "40a1d977-1e06-4892-bef2-d41c034d447c",
                        "latestAwardDate": "2025-12-23",
                        "loyaltyTierLevel": {
                          "atpco": "03",
                          "customerInsight": "32",
                          "name": "platinum",
                          "number": 3,
                          "priority": 10,
                          "tag": "sqj"
                        },
                        "memberAirline": "[ob",
                        "memberId": "2700624544",
                        "membershipStartDate": "2024-04-21",
                        "mileage": {
                          "unit": "MILES",
                          "value": 3485
                        },
                        "pnrId": "5",
                        "points": 96950,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Forest",
                        "last": "Bode",
                        "middle": "Bowie",
                        "prefix": "Ms.",
                        "raw": "Annette Waelchi",
                        "suffix": "DVM"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "UDKRKV",
                      "seat": {
                        "column": "t",
                        "row": "38",
                        "value": "33C"
                      },
                      "source": "HOST",
                      "standbyPriority": "Al",
                      "supplementaryData": {
                        "dhsStatus": 3,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "17153169762914",
                        "loungeAccess": true,
                        "selectee": false,
                        "skyPriority": false,
                        "spanishLargeFamily": true,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "BZ"
                      },
                      "ticketCouponNumber": "17",
                      "ticketNumber": {
                        "airlineAccountingCode": "315",
                        "checkDigit": "5",
                        "number": "23949488846288",
                        "serialNumber": "5253142761"
                      },
                      "upgradePriority": "O3hnM",
                      "zone": "3"
                    },
                    "checkedIn": false,
                    "checkInNumber": 121,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "Da5ee89KSz3XTwaMhpnQ",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "836"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "664"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "255"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "784"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "GQElAQuLlhw1McFl3hN7",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "819"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "055"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "431"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "LSA7nUbBxlvHIRjGvuMf",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "677"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "565"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "DQgVKzYBOa41Ps7Jv55S",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "096"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "194"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "048"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "578"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "930"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "n6vKJ7BOazjT62fqmwPF",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "012"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "963"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "110"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "934"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "0Oml6KBc8FSfEKMGY0ab",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "542"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "638"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "895"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "iap0TmEGz7zxaBmP1Hvn",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "697"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "653"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "871"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "102"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "mJMcYRTKkqnlXhJT2qZX",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "453"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "062"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "666"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "074"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "YreJGuS6ue9jpQtvR9ek",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "598"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "822"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "CunlcKHHk3wiaYlAIdsI",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "891"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "865"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "ebvZp92ZylGSWBUZVqXO",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "989"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "672"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "762"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "KB9iJTF2mR8kBVrCVUSr",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "129"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "003ed95f-0f37-4b50-afdf-f5d8ca5626af",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
                          "name": "per_boohoo.[object Object]",
                          "value": "wOhfWmSjEfcwUMGuLeUxU3WGgAQlikun4Ma89ATxmUedldeBgl36AogCqQRkf86t"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "audio/wav",
                            "name": "dilate_until_yippee.[object Object]",
                            "value": "ASgLQsSBhfJkLsAFtJGZX7lL2QvTUoQvlFnPeXcv9MINAbQfUtHbIJvOBCS88yBy"
                          },
                          "layout": {
                            "contentType": "application/vnd.ms-excel",
                            "name": "sonnet.[object Object]",
                            "value": "sDJgt9Khlh7cAjlvCrP1uiZZ8klZGyA529QxDU4iThpowgDmaTENnHGWABNdncf9"
                          },
                          "template": {
                            "contentType": "font/otf",
                            "name": "seldom.[object Object]",
                            "value": "tCrgfgNGYcklBZ5DuHCeQ6tNLpvSWtHS77I1jCveq1wTsaLT7IrMAKE3CNc86jDG"
                          },
                          "templates": [
                            {
                              "contentType": "text/plain",
                              "name": "until_legal_fortunate.[object Object]",
                              "value": "amHz90A91bIdp0tMShMUtPiyqA1QvvN5llnH4VZk1pSLT0PVgAdyPW2rXzghNJIo"
                            },
                            {
                              "contentType": "text/javascript",
                              "name": "brr.[object Object]",
                              "value": "C8oG41PAMmgDATBuNi0Bw27I0FPRxYkCz4k9mUAqUmQ6lKxsxO4APvrTfI1J9Gsv"
                            },
                            {
                              "contentType": "application/ld+json",
                              "name": "lest_rebuke.[object Object]",
                              "value": "vzSf9pU5Yg6Dw0c5fZKk3toMOCzILbFSizbtUaeGgyhybokSx2ydWrsLEPtU1HaO"
                            },
                            {
                              "contentType": "application/gzip",
                              "name": "aw_boo_graceful.[object Object]",
                              "value": "V0ORVuQTCocTpnRJWXn1rSKEMgv1LqvbIidExcNCE9SwNx21DiD6sRwrhOCQSjBW"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "79d1e24e-48b7-4ab6-ab09-4e1fe5ec0e29",
                      "offerId": "6ce0486f-b0c3-44b3-bbcf-a110c5d46dbc",
                      "offerItemId": "dc65b045-2c30-491d-a218-67c704db9e5c",
                      "type": "AISLE",
                      "value": "IZ"
                    },
                    "priorityCode": "PTf",
                    "seat": {
                      "airExtraRef": "ba41d876-90db-4c0f-b306-d521b4b83d03",
                      "offerId": "5c3d240e-4dae-47e0-847d-7a9fb79114c4",
                      "offerItemId": "c2cf2c7a-dd22-41a0-b6e4-43b938e36bf0",
                      "type": "WINDOW",
                      "value": "S9"
                    },
                    "status": "OFFLOADED",
                    "upgradeCode": "GTa"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "gpV",
                        "country": "TR",
                        "sign": "gyT"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 19.9
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "11223344",
                            "12345678",
                            "87654321"
                          ],
                          "quantity": 3,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 12.4
                          }
                        }
                      },
                      "barCode": "PPTQ9RhIgIxv56PGcuz6ZMYkyqTVY8YezD7rY1Ru",
                      "checkInSequenceNumber": "117",
                      "deck": {
                        "code": "MIDDLE",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "BUSINESS",
                        "agentCityName": "New Wendy",
                        "arrivalAirportName": "North Kali",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "7651",
                        "cabinClassCode": "r",
                        "cabinText": "ECONOMY",
                        "carryOnText": "CARRY-ON",
                        "childText": "INFANT",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Bellevue",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "8658",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "3765",
                        "estimatedDepartureDate": "2026-09-30T00:00:00.0Z",
                        "estimatedDepartureTime": "3024",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY BASIC",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "CARRY ON OK",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "GOLD",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "zLkF",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "9787",
                        "scheduledDepartureDate": "2027-07-27T00:00:00.0Z",
                        "scheduledDepartureTime": "6974",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "narrowbody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 582.65,
                        "atpcoRule": "873f",
                        "atpcoTariff": 1,
                        "bookingClass": "u",
                        "brand": "7n",
                        "cabinClass": "PREMIUM_ECONOMY",
                        "cabinClassCode": "h",
                        "discountCategory": "61",
                        "fareBasisCode": "V35m2B",
                        "governingAirline": "[ob",
                        "id": "83f1fcfe-b8f3-454b-ad1e-d5200b55a34e",
                        "operatingBookingClass": "Q",
                        "privateTariff": true,
                        "type": "REF",
                        "vendor": {
                          "code": "SITA",
                          "value": "SITA"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "LI",
                        "arrivalFlightScheduleStatus": "ON_TIME",
                        "arrivalTerminal": "tv",
                        "arrivalTime": "2027-01-17T00:00:00.0Z",
                        "boardingTime": "1953-12-30T07:41:59.0Z",
                        "changeOfGauge": true,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "GY",
                        "departureFlightScheduleStatus": "ON_TIME",
                        "departureGate": "MR",
                        "departureTerminal": "XB",
                        "departureTime": "2027-02-08T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 970
                        },
                        "equipment": "209",
                        "estimatedArrivalTime": "1907-12-10T09:09:44.0Z",
                        "estimatedDepartureTime": "1917-07-10T06:01:04.0Z",
                        "flightDuration": 194,
                        "flightNumber": "8286",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-09-23T00:00:00.0Z",
                            "departureTime": "2026-12-05T00:00:00.0Z",
                            "duration": 73,
                            "elapsedTime": 281
                          }
                        ],
                        "iatci": true,
                        "id": "b5bbd4fd-da35-4670-8102-28b705e94628",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "94",
                        "span": "INTERNATIONAL",
                        "status": "DELAYED",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": false,
                        "timeToDeparture": 862
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "image/vnd.microsoft.icon",
                          "name": "tender.[object Object]",
                          "value": "0m88TgvVo9Q4PxT9hEiL4uD04tcKFYW4R4z3AFt2fYy9KCAj6W8pwn9kvjhiXJwi"
                        },
                        "image": {
                          "contentType": "audio/wav",
                          "name": "restructure_often.[object Object]",
                          "value": "E5Kb3qmpAiWpRpjkSbIQadxNmZdAev8DeHl3MJINxWej3su8FxRxXzhyZha2VhKb"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "audio/wav",
                            "name": "chiffonier.[object Object]",
                            "value": "5DXfljNAjhUnzFu0w1cOvKl4ZIh7dZQ2OTOs431CfRYbpXUIEcOinAQU4aoy3Vcp"
                          },
                          "layout": {
                            "contentType": "application/gzip",
                            "name": "certification_till_confide.[object Object]",
                            "value": "o4dMU0pLz5SFHnkV2fYAcRGAOgjBQYkLr1z0Bkogf5CtwmaC8KuiRAG05nwYm0c2"
                          },
                          "template": {
                            "contentType": "application/msword",
                            "name": "obnoxiously_replicate.[object Object]",
                            "value": "c0MPeMM7hA6LhBzGWFu3ubeDz50CdOG11facqrGsvRCezS9cRa9PXIiaVcunJTJl"
                          },
                          "templates": [
                            {
                              "contentType": "font/ttf",
                              "name": "ack.[object Object]",
                              "value": "1Rcg0GVnVPhH87Gd8OTfyNiY1jeYdBhFNHvaiTSigOWH7K6gfymRy1NmukmGAddw"
                            },
                            {
                              "contentType": "application/vnd.ms-powerpoint",
                              "name": "information_fooey.[object Object]",
                              "value": "H8WuNr9Jwnmt4eWUEm6ZZ4OkSLiSiz6KWnQu8S8GbaPQ03vwOYDRkinu4paMpbVZ"
                            },
                            {
                              "contentType": "application/x-bzip",
                              "name": "only.[object Object]",
                              "value": "yFzEFuq4GubIBKw4wQ4yksHb0LxiHCOZqvVC4sXsjaJ3xBGIrGm1S2SWtvNVXnVr"
                            },
                            {
                              "contentType": "video/mp2t",
                              "name": "meh_gah.[object Object]",
                              "value": "BXo4v0pEu3GJk1S9VVgEPJOzmrBK8wgAla2hAXpIUfXzMROqgVYQqfciGYSuhAS3"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": true,
                          "skyPriority": true,
                          "zone": "2"
                        },
                        "zpl": {
                          "contentType": "application/ld+json",
                          "name": "yowza_stupendous_boo.[object Object]",
                          "value": "8BL0n6iuaroylG4ZWK07WkAXaXB4tAY5aF5dLBI4glOLGqXoi3Bmb2YuI4cU32MK"
                        }
                      },
                      "group": "F7ArW4",
                      "loyaltyAccount": {
                        "id": "01f0e3f6-597c-433d-8262-f57b52be0bbd",
                        "latestAwardDate": "2026-05-26",
                        "loyaltyTierLevel": {
                          "atpco": "41",
                          "customerInsight": "76",
                          "name": "gold",
                          "number": 3,
                          "priority": 7,
                          "tag": "KbL"
                        },
                        "memberAirline": "[ob",
                        "memberId": "7990018034",
                        "membershipStartDate": "2023-04-24",
                        "mileage": {
                          "unit": "MILES",
                          "value": 3474
                        },
                        "pnrId": "6",
                        "points": 4806,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Leonora",
                        "last": "Gutkowski",
                        "middle": "Reign",
                        "prefix": "Ms.",
                        "raw": "Gladys Romaguera",
                        "suffix": "DVM"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "YMDXYP",
                      "seat": {
                        "column": "y",
                        "row": "69",
                        "value": "33D"
                      },
                      "source": "OTHER",
                      "standbyPriority": "2p",
                      "supplementaryData": {
                        "dhsStatus": 2,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "59145378813893",
                        "loungeAccess": false,
                        "selectee": true,
                        "skyPriority": true,
                        "spanishLargeFamily": false,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "RE"
                      },
                      "ticketCouponNumber": "47",
                      "ticketNumber": {
                        "airlineAccountingCode": "278",
                        "checkDigit": "1",
                        "number": "94465204418396",
                        "serialNumber": "4698546795"
                      },
                      "upgradePriority": "7K06G",
                      "zone": "0"
                    },
                    "checkedIn": true,
                    "checkInNumber": 687,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "toPKLSVbpX5isLAtUxtT",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "479"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "841"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "8rts9259aytsrBVTr2GF",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "287"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "864"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "668"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "6686071b-f873-4522-8cf1-8aaf583a4516",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "audio/3gpp",
                          "name": "icy_yum.[object Object]",
                          "value": "nk1XGYQGyIsmK64MjV1VtVi2kFdCqopsCKD3DUUzJYI0z01zh8NQoiqqT2myZ37H"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "video/3gpp2",
                            "name": "jealous_phew.[object Object]",
                            "value": "nZUbDFbKloWk1cnggpC35s4IPVc6ahho1AHOYcVnvhL47WSRxscVgenhKQp14Pv8"
                          },
                          "layout": {
                            "contentType": "audio/mpeg",
                            "name": "aw_scarily_ha.[object Object]",
                            "value": "G1w5lH8oCNNoVAzrJlYyEx0l7XrXHPFRmAXbY0dIl0hwwaF4PGVzuXniMawEWlkq"
                          },
                          "template": {
                            "contentType": "application/ogg",
                            "name": "between_smuggle_testify.[object Object]",
                            "value": "7muAGC8Jj6yZmPb47dUEsUZnJLUXuHqCcy9YsoPAQpGRUODH5dWaGoUqBMfVeoUH"
                          },
                          "templates": [
                            {
                              "contentType": "application/vnd.oasis.opendocument.text",
                              "name": "holster_hmph.[object Object]",
                              "value": "m1TZ4cYIg0XkC3Dwl50akY4pJqq83fhx1TEHtvgmfOkYTdALlEqqSiPpgksCFUNx"
                            },
                            {
                              "contentType": "application/rtf",
                              "name": "although_phooey_steel.[object Object]",
                              "value": "TKidWEFLdhbEmLc1JmXIeFlDvvVkQOJAJYC8fI3s616X4GHMMP5pazc2ReSIueN9"
                            },
                            {
                              "contentType": "application/vnd.rar",
                              "name": "silently_per.[object Object]",
                              "value": "D0XKiG5fnrEQuuDYwmjgFvHCt0jBanPi5GzmhdDr1qkkBAZ2cKUr4AawS5ovaApX"
                            },
                            {
                              "contentType": "video/x-msvideo",
                              "name": "carelessly_soulful_likewise.[object Object]",
                              "value": "TgsVAbLDQ0ZfUn5ZzjYl1qo2S0X3YMfcp0z1Rz1liRiil6KtfLAVozJr2SQ95q0M"
                            },
                            {
                              "contentType": "application/x-csh",
                              "name": "for_hopelessly.[object Object]",
                              "value": "y7DyUiYIyZDSjQNklF4SOjg0WZwvSM4vEmJOplHiKeOWfkZLKRnxsgBnjXxvKrop"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "100cae21-0a9b-4ebd-b2d6-631173eb21b0",
                      "offerId": "4debebeb-5365-460d-80ec-986148da6254",
                      "offerItemId": "3dff80bf-98ec-4cf1-a000-f0a52568bbdc",
                      "type": "AISLE",
                      "value": "zX"
                    },
                    "priorityCode": "fmR",
                    "seat": {
                      "airExtraRef": "2ffbed84-ce99-4f44-9951-a091cebfaea8",
                      "offerId": "83ca98f6-545c-46b2-9400-98ed66fc8793",
                      "offerItemId": "25c15c40-2080-4fea-bd73-6cc6f269163c",
                      "type": "AISLE",
                      "value": "zs"
                    },
                    "status": "CHECKED_IN",
                    "upgradeCode": "kyB"
                  }
                ],
                "passengerOffer": {
                  "offerId": "7c438798-d532-4b7f-ab3c-7565d8cd",
                  "offerItems": [
                    {
                      "annotations": [
                        {
                          "key": "PPCdHx",
                          "value": "aTBNTDIGOX"
                        },
                        {
                          "key": "NNcXGu",
                          "value": "BRFXWYEQRr"
                        },
                        {
                          "key": "EigVUI",
                          "value": "kBFGsmfWSc"
                        },
                        {
                          "key": "fmlWQG",
                          "value": "DELQCaTXoB"
                        }
                      ],
                      "availableQuantity": 42,
                      "bannerName": "Rustic",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "4b8a0901-3228-40d8-a4db-0c727cf2",
                      "offerName": "Recycled Bamboo Car",
                      "price": {
                        "currency": "LBP",
                        "value": 430.22
                      },
                      "priority": 2
                    },
                    {
                      "annotations": [
                        {
                          "key": "qVIATM",
                          "value": "MQwvzZsOtV"
                        },
                        {
                          "key": "RTeUeo",
                          "value": "mmzsbpoYqg"
                        },
                        {
                          "key": "jTLDsB",
                          "value": "TRJQUeJTiS"
                        }
                      ],
                      "availableQuantity": 10,
                      "bannerName": "Frozen",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "f3481adf-193f-47e1-96b5-c57e7cf9",
                      "offerName": "Recycled Wooden Soap",
                      "price": {
                        "currency": "RSD",
                        "value": 481.7
                      },
                      "priority": 4
                    }
                  ]
                },
                "passengerType": "CHD",
                "segmentRef": "71c90968-00a1-4f17-a1ac-03fb598c42da",
                "upgradeAvailability": [
                  {
                    "bookingClassAvailabilityRef": "dae8487e-d575-4d99-8e3a-d755e11c6c25",
                    "cabin": "y",
                    "description": "Business",
                    "id": "b46f4c62-acdf-4287-b31b-0286c15cbec4",
                    "pricedAncillaryRef": "5e0223dd-820b-4bef-8620-4752bab90be0"
                  },
                  {
                    "bookingClassAvailabilityRef": "527a4a73-4d45-4a7d-923d-334fafdc882d",
                    "cabin": "j",
                    "description": "Premium Economy",
                    "id": "4b2aa278-31ac-42f4-8b33-9731850213e9",
                    "pricedAncillaryRef": "7c510f76-7db2-4b47-ac51-ed7bde699756"
                  },
                  {
                    "bookingClassAvailabilityRef": "cef09310-b75c-45fe-b17d-3a2f7d4691d7",
                    "cabin": "J",
                    "description": "Premium Economy",
                    "id": "865573ea-4ee1-4293-9f70-e3c66e199b83",
                    "pricedAncillaryRef": "8f9ec507-dbf4-4689-8b67-f432b6085e9b"
                  },
                  {
                    "bookingClassAvailabilityRef": "9da12a84-039a-4ce7-acad-b869ac2cf6b3",
                    "cabin": "S",
                    "description": "Business",
                    "id": "0acdab65-d6d9-48ce-a16a-678496b10dd6",
                    "pricedAncillaryRef": "d685f6e3-90e3-4144-9bd7-b6859db5855f"
                  },
                  {
                    "bookingClassAvailabilityRef": "50e1fa60-6d71-419f-b57c-bbe39ac52524",
                    "cabin": "I",
                    "description": "First",
                    "id": "9c8354cc-f86f-49f0-86ea-2aaa6efdd7ee",
                    "pricedAncillaryRef": "5a90f003-a59c-4413-b0a9-c9fb40b771f2"
                  }
                ]
              },
              {
                "additionalTravelInformation": {
                  "residencyDocumentType": {
                    "id": "e5535673-9bba-4943-8fee-f04df9811588",
                    "residencyCountry": "YE",
                    "value": "REENTRY_PERMIT"
                  },
                  "returnDate": {
                    "id": "b533bdd7-24f0-483f-abac-60d25d56286c",
                    "value": "2027-05-18"
                  },
                  "stayType": {
                    "id": "312817a6-1cb7-49e6-99ee-d533268625f2",
                    "value": "BUSINESS"
                  },
                  "timaticDocumentType": {
                    "id": "a2121042-ac0f-4cb4-a684-6f602b044fb6",
                    "value": "PASSPORT_MACAO_SAR_CHINA"
                  },
                  "visaVerified": {
                    "id": "bd8d8ed9-238d-4617-8cc0-60a1b7d14045",
                    "value": false
                  }
                },
                "airExtra": [
                  {
                    "airExtraBundleRef": "7510ba8a-8acd-4673-9407-e50862fb6f2c",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 4
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "ITEM"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 4
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-07-10",
                        "refundable": false,
                        "tourCode": "Pd9kQn"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "7^",
                        "value": "SPECIAL_SERVICE_REQUEST"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": false,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "MEA",
                      "id": "8T3VCw",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "UNKNOWN"
                      },
                      "sequenceNumber": 51,
                      "serviceType": {
                        "code": "pq",
                        "value": "FLIGHT_RELATED"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 67,
                              "min": 4,
                              "name": "SIZE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 92,
                              "min": 2,
                              "name": "AGE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 21,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "J4Q",
                      "subCode": "586",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 42.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 22.1
                        }
                      ]
                    },
                    "bookingIndicator": "41",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "95999198005986"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "27",
                          "segmentRef": "e4d6c8ae-6911-4458-8622-e70bf379ec3a"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "81",
                    "id": "4e1afbfe-6834-44cd-8cfe-1c5fe8e4340a",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "66ac1307-ac66-4cd9-9f06-d12319c3bb9c",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "849"
                    },
                    "offerId": {
                      "id": "56cc40e0-d88d-4ee4-b5d2-0ff0a28b98d7",
                      "itemId": "14286bbd-7e1e-43c2-80f5-32b50e7b67fb"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "REJECTED"
                    },
                    "pnrId": "NUCTCA",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "KbpB",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "949"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "239"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "204"
                          }
                        ]
                      },
                      "text": "kgXkTPALInnSVvh"
                    },
                    "syntheticIdentifier": "89114975550580185207",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 8.7
                    }
                  },
                  {
                    "airExtraBundleRef": "164b4148-4b23-4200-9f58-d1508667ee43",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 6
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "ONE_AND_A_HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 0
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2026-12-09",
                        "refundable": true,
                        "tourCode": "MqXMje"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "1^",
                        "value": "NO_BOOKING_REQUIRED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": true,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "SEA",
                      "id": "NpTC28",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "AIR_TRANSPORTATION"
                      },
                      "sequenceNumber": 27,
                      "serviceType": {
                        "code": "37",
                        "value": "PREPAID"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 75,
                              "min": 3,
                              "name": "SIZE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 36,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 85,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 69,
                              "min": 1,
                              "name": "AGE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "UYi",
                      "subCode": "376",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 18.8
                        }
                      ]
                    },
                    "bookingIndicator": "06",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "04379662196363"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "15",
                          "segmentRef": "86474101-0b4e-4e0f-b0ed-6555f32d4a36"
                        },
                        {
                          "emdCouponNumber": "92",
                          "segmentRef": "929353ec-922b-4c52-92ed-45ea9e59117b"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "34",
                    "id": "be59c34e-2be4-4432-bd55-e30742ff8a3a",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "68910848-2b74-458a-ae41-ad2dbb4c7cdf",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "350"
                    },
                    "offerId": {
                      "id": "0d783855-4e70-46f0-866b-94fc21090d87",
                      "itemId": "a33f9265-8053-4edd-b439-0f70bae1c531"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "REJECTED"
                    },
                    "pnrId": "DEBTKU",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "SUrx",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "540"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "823"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "268"
                          }
                        ]
                      },
                      "text": "oLciXjaPDqTqMpP"
                    },
                    "syntheticIdentifier": "80344976806750006708",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 35.5
                    }
                  }
                ],
                "baggagePoolId": 614,
                "editCodes": {
                  "editCode": [
                    {
                      "code": "cf",
                      "id": "be215101-8367-4e73-a987-0dcbe743192c",
                      "text": [
                        {
                          "id": "c60cab88-140d-439f-812f-dde8c1f991e7",
                          "lineId": "57",
                          "value": "VWyVWojXBAsNBVy"
                        },
                        {
                          "id": "18d0e824-79f0-42c4-ab99-db4d3a1b7602",
                          "lineId": "58",
                          "value": "TWYtFFQPFCJejuQ"
                        },
                        {
                          "id": "96384235-e18e-4d24-a970-0dc190d1675a",
                          "lineId": "24",
                          "value": "oYEtnuBTMkAFUVM"
                        }
                      ]
                    },
                    {
                      "code": "qm",
                      "id": "ec5d4f5e-52c4-4782-83c3-dd49f3b76ce0",
                      "text": [
                        {
                          "id": "4647202b-f5c0-49ba-ab4e-def068c0b91f",
                          "lineId": "87",
                          "value": "sUqEOvZOMbEuOvV"
                        },
                        {
                          "id": "7ddc34c4-0545-4334-820b-491c58123960",
                          "lineId": "64",
                          "value": "AeTghWovHWEwMEH"
                        },
                        {
                          "id": "36e6cb8b-7153-4910-ad1b-cba04b3c145a",
                          "lineId": "79",
                          "value": "OYXXFGusVKeGsuU"
                        },
                        {
                          "id": "9e5d9835-04e1-4e55-b047-e113ce288ba8",
                          "lineId": "81",
                          "value": "xKeIrOMdlMpefTg"
                        }
                      ]
                    }
                  ]
                },
                "eligibilities": {
                  "eligibility": [
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "RJPYwu9MtGAlBzngdhSY",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "220"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "424"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "4XEOBtXcrHNqyo4CysrT",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "577"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "442"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "YOb9ZVRrxnkbhVFrfVyM",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "812"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "NUqRpWh49mWuowADD4F0",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "002"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "954"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "zQ6PjqmLixlYaa2EzJeO",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "477"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "160"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "291"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "KU35Ogsi6wsqe410CqZp",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "951"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "792"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "728"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "712"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "475"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "fh2FPDqta72nwjz1nkcT",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "094"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "275"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "989"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "570"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "694"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    }
                  ]
                },
                "id": "dcf0fd7e-4ece-4fb0-ad0b-d0ce96555f18",
                "loyaltyAccount": {
                  "id": "59c75541-b90b-4498-ad16-dd0e5a62c7fb",
                  "latestAwardDate": "2025-12-14",
                  "loyaltyTierLevel": {
                    "atpco": "68",
                    "customerInsight": "93",
                    "name": "platinum",
                    "number": 2,
                    "priority": 9,
                    "tag": "Yxg"
                  },
                  "memberAirline": "[ob",
                  "memberId": "4149480633",
                  "membershipStartDate": "2023-11-13",
                  "mileage": {
                    "unit": "MILES",
                    "value": 4650
                  },
                  "pnrId": "1",
                  "points": 81355,
                  "source": "SSCI"
                },
                "nonRevenuePassengerInfo": {
                  "priorityCode": "ADw",
                  "seniorityDate": "2013-04-24T00:00:00.0Z",
                  "upgradeCode": "PeU"
                },
                "passengerCheckInId": "lyr176Qr",
                "passengerFlight": [
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "Lub",
                        "country": "CR",
                        "sign": "VvO"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 4
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "11223344",
                            "87654321",
                            "12345678"
                          ],
                          "quantity": 2,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 10
                          }
                        }
                      },
                      "barCode": "Au4sivgq20LGtkGkyNROq3wZdvc5pT7WnJIdE07a",
                      "checkInSequenceNumber": "435",
                      "deck": {
                        "code": "MAIN",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "FIRST CLASS",
                        "agentCityName": "Clementcester",
                        "arrivalAirportName": "Lake Vernaworth",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "9597",
                        "cabinClassCode": "y",
                        "cabinText": "FIRST CLASS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Richland",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "2023",
                        "edifactApiText": "API ERROR",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "1038",
                        "estimatedDepartureDate": "2027-01-30T00:00:00.0Z",
                        "estimatedDepartureTime": "8251",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY BASIC",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "NO CARRY ON",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "GOLD",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "wspr",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "7479",
                        "scheduledDepartureDate": "2027-06-06T00:00:00.0Z",
                        "scheduledDepartureTime": "7811",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "narrowbody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 1992.15,
                        "atpcoRule": "MFei",
                        "atpcoTariff": 16,
                        "bookingClass": "V",
                        "brand": "yv",
                        "cabinClass": "FIRST",
                        "cabinClassCode": "M",
                        "discountCategory": "83",
                        "fareBasisCode": "o7wKo3",
                        "governingAirline": "[ob",
                        "id": "c04d26bb-8dbd-4fef-b016-2e17546ef296",
                        "operatingBookingClass": "g",
                        "privateTariff": false,
                        "type": "REF",
                        "vendor": {
                          "code": "SMFC",
                          "value": "ATPCO"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "PR",
                        "arrivalFlightScheduleStatus": "EARLY",
                        "arrivalTerminal": "Hk",
                        "arrivalTime": "2026-10-16T00:00:00.0Z",
                        "boardingTime": "1962-05-25T01:04:33.0Z",
                        "changeOfGauge": true,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "FI",
                        "departureFlightScheduleStatus": "ON_TIME",
                        "departureGate": "OM",
                        "departureTerminal": "Sg",
                        "departureTime": "2027-04-21T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 3898
                        },
                        "equipment": "474",
                        "estimatedArrivalTime": "1926-11-07T18:28:09.0Z",
                        "estimatedDepartureTime": "1914-10-20T23:01:27.0Z",
                        "flightDuration": 166,
                        "flightNumber": "2006",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-02-02T00:00:00.0Z",
                            "departureTime": "2026-12-25T00:00:00.0Z",
                            "duration": 165,
                            "elapsedTime": 167
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-12-21T00:00:00.0Z",
                            "departureTime": "2027-07-21T00:00:00.0Z",
                            "duration": 148,
                            "elapsedTime": 107
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-07-25T00:00:00.0Z",
                            "departureTime": "2027-04-13T00:00:00.0Z",
                            "duration": 136,
                            "elapsedTime": 128
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-02-05T00:00:00.0Z",
                            "departureTime": "2027-06-30T00:00:00.0Z",
                            "duration": 125,
                            "elapsedTime": 249
                          }
                        ],
                        "iatci": true,
                        "id": "11755034-c499-4791-9c94-13d90146b59b",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "7098",
                        "span": "DOMESTIC",
                        "status": "ON TIME",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": true,
                        "timeToDeparture": 566
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/x-freearc",
                          "name": "term.[object Object]",
                          "value": "VTGN21MVYTiHtFJ9Qj9NMyjv2ijJck96CSlZHgl95lkBCeSYmw21IBKB3f1Gqeqd"
                        },
                        "image": {
                          "contentType": "image/bmp",
                          "name": "wherever.[object Object]",
                          "value": "vUBplwFnnEk1wI2uFHoWhqu226Vy72uqFzXmenmp77wOFPvbh72APvHTG4vPsDOK"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "video/3gpp2",
                            "name": "daughter.[object Object]",
                            "value": "2JeJMZLQn4UjFzA1nHJ3xpwdP25CjqpOUCj5rPrhlWdLyjoiOElb5hydcZWr3Wyq"
                          },
                          "layout": {
                            "contentType": "application/rtf",
                            "name": "reboot_insolence_failing.[object Object]",
                            "value": "GePDzxm6xFTVkN2AcYnaxl3b4D2aOh8QUF1yWTMGk12tVkQyvoIqI7FIit5cx7JH"
                          },
                          "template": {
                            "contentType": "font/woff2",
                            "name": "gah.[object Object]",
                            "value": "rxpVJeqOoTrX84jW4FvcufE86QeJkgk1gegyX9DhFihOgHGkGPmVaqvmhOvMGy3I"
                          },
                          "templates": [
                            {
                              "contentType": "application/gzip",
                              "name": "clone.[object Object]",
                              "value": "a7MltfMbuprzQLoxtQSci48qXdlLn2FhVDBBfWWPMplMofp4SifKq7p3N4mYV4uy"
                            },
                            {
                              "contentType": "font/woff",
                              "name": "above.[object Object]",
                              "value": "1EDIFoFo52qKQf4JvkV4U1O3B7Ni5eCNsatH0nU1q3RsfzZkF2sgdn4mQEAduqOP"
                            },
                            {
                              "contentType": "application/zip",
                              "name": "cardboard_ew_burly.[object Object]",
                              "value": "cdT1AuPeQb7wEKYgcssu2VDfZ4fda0AgG4oMcUhQ5ELxelvAZB6VP06Sfs9fBaxr"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": true,
                          "skyPriority": false,
                          "zone": "5"
                        },
                        "zpl": {
                          "contentType": "audio/3gpp",
                          "name": "staid_voluntarily.[object Object]",
                          "value": "zNJh8KGhw1OG0FoMgqeSirPM9sfpztDBIKO3vwVWvfbMm0rUaRbKTtUaOj19RoK3"
                        }
                      },
                      "group": "mgZqUj",
                      "loyaltyAccount": {
                        "id": "7f2658f3-5cf9-4da4-9efa-9a4efb52df7f",
                        "latestAwardDate": "2025-09-12",
                        "loyaltyTierLevel": {
                          "atpco": "44",
                          "customerInsight": "01",
                          "name": "platinum",
                          "number": 1,
                          "priority": 5,
                          "tag": "nEr"
                        },
                        "memberAirline": "[ob",
                        "memberId": "8332116795",
                        "membershipStartDate": "2025-09-08",
                        "mileage": {
                          "unit": "MILES",
                          "value": 2061
                        },
                        "pnrId": "9",
                        "points": 20032,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Karli",
                        "last": "Reynolds",
                        "middle": "Jules",
                        "prefix": "Miss",
                        "raw": "Dexter Larkin",
                        "suffix": "I"
                      },
                      "priorityVerificationCard": true,
                      "recordLocator": "HYDNRC",
                      "seat": {
                        "column": "D",
                        "row": "57",
                        "value": "35E"
                      },
                      "source": "HOST",
                      "standbyPriority": "V1",
                      "supplementaryData": {
                        "dhsStatus": 5,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "27986189277123",
                        "loungeAccess": true,
                        "selectee": false,
                        "skyPriority": false,
                        "spanishLargeFamily": true,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "LT"
                      },
                      "ticketCouponNumber": "26",
                      "ticketNumber": {
                        "airlineAccountingCode": "443",
                        "checkDigit": "6",
                        "number": "91673536156877",
                        "serialNumber": "3647710169"
                      },
                      "upgradePriority": "IzyQm",
                      "zone": "7"
                    },
                    "checkedIn": false,
                    "checkInNumber": 30,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "nyyoELBE0kMvb2hGMhaq",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "566"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "365"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "459"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "324"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "IGw4SgKUZUtcBrV2u0Gw",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "307"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "328"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "571"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "n1QFS8aGZr8O7Y5EKGlK",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "676"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "813"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "132"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "239"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "651"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "LrbJiLYRUdLgHM1pj7t3",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "935"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "583"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "749"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "669"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "f035ff58-f3c1-4bf6-8f0a-d72849b36f86",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/vnd.rar",
                          "name": "futon_buttery_whose.[object Object]",
                          "value": "FU4Otmu8xBF8pT6CBsAQIwKo3xaapZVWoJkJrgbxmqOUq8S1ufuV461RPw1KWugD"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/x-7z-compressed",
                            "name": "generously.[object Object]",
                            "value": "6CM7Xvsc5spJdclTijSAJCgZfSch29wxPBxwXnsXx8epEpnVjMQDu35zab9rTfLm"
                          },
                          "layout": {
                            "contentType": "video/ogg",
                            "name": "geez.[object Object]",
                            "value": "ITkzrLP6uo99xRhqfTWmCmw5iWzFUjwswP4GXKz3OMYvhilVk76AWlUb88WMZxDw"
                          },
                          "template": {
                            "contentType": "audio/midi",
                            "name": "drug_forenenst_natural.[object Object]",
                            "value": "RALodccWwbWt9owdtGYLG6rHKotst8ykuypXZaNczwB4RgpfMlVCvtC9QReyImOa"
                          },
                          "templates": [
                            {
                              "contentType": "application/vnd.oasis.opendocument.spreadsheet",
                              "name": "gosh.[object Object]",
                              "value": "f6FKl0oHRt4ZCBVl69yprc10p6aoUOOP1YEw9ESRxfi0ZvbyfNTZxzcZwY0cga74"
                            },
                            {
                              "contentType": "application/vnd.ms-powerpoint",
                              "name": "woot_tentacle_um.[object Object]",
                              "value": "vA1apLHRPiZIujktCmX91XS5oFtb4qX4XpxF8lgHpspolW1MBbBGvSIga5whYQLB"
                            },
                            {
                              "contentType": "application/x-bzip",
                              "name": "edge.[object Object]",
                              "value": "0VeO4SLV9vbuM6br5wMqNIXeNIZAaMkhoyurSQqtCkv6mULt9ULFDNGO1hGqxiFc"
                            },
                            {
                              "contentType": "application/vnd.mozilla.xul+xml",
                              "name": "yowza_ownership_out.[object Object]",
                              "value": "6RqNKpJUYuTjYTsFJHbN1Z8cbXCPvz6oz9znww7ZkAMmuZF7a2AUPcGRFtkEa7m2"
                            },
                            {
                              "contentType": "application/vnd.ms-fontobject",
                              "name": "galvanize.[object Object]",
                              "value": "qfqspiS70dBis62EinDQHF3DGdpm61LQrVRZ3OmBC6SlK9pHr618o5hNFNua4LZ9"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "131bbcc3-9d8e-4ead-ac4e-2cd1927c98e6",
                      "offerId": "9509f3b3-a2c8-4701-895e-27bdf7c9c08e",
                      "offerItemId": "84fd1627-7dab-4237-a243-0e20867df1d2",
                      "type": "WINDOW",
                      "value": "YR"
                    },
                    "priorityCode": "fTa",
                    "seat": {
                      "airExtraRef": "29fefa17-4306-484b-ac01-06437253a3f9",
                      "offerId": "774a0711-0ccb-49e0-8037-45f3c15a5359",
                      "offerItemId": "bb8a48a0-997f-4496-b83b-fd0fd030a722",
                      "type": "AISLE",
                      "value": "fK"
                    },
                    "status": "BOARDED",
                    "upgradeCode": "mtj"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "cLW",
                        "country": "IO",
                        "sign": "RUg"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 5.9
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "11223344",
                            "87654321",
                            "12345678"
                          ],
                          "quantity": 3,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 9.1
                          }
                        }
                      },
                      "barCode": "v9Yf4aJeEkolL46wUGjUogMkRnkgiFzQ9rd6Ax5j",
                      "checkInSequenceNumber": "231",
                      "deck": {
                        "code": "UPPER",
                        "value": "MAIN"
                      },
                      "displayData": {
                        "accommodation": "RESIDENCE SUITE",
                        "agentCityName": "New Jeffry",
                        "arrivalAirportName": "Leuschkefort",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "8451",
                        "cabinClassCode": "E",
                        "cabinText": "BUSINESS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Westtown",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "7044",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "6851",
                        "estimatedDepartureDate": "2027-06-01T00:00:00.0Z",
                        "estimatedDepartureTime": "6780",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY PLUS",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "CARRY ON OK",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "PLATINUM",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "TKzv",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "3478",
                        "scheduledDepartureDate": "2026-09-03T00:00:00.0Z",
                        "scheduledDepartureTime": "3222",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "narrowbody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 999.49,
                        "atpcoRule": "xz88",
                        "atpcoTariff": 44,
                        "bookingClass": "b",
                        "brand": "zv",
                        "cabinClass": "ECONOMY",
                        "cabinClassCode": "Z",
                        "discountCategory": "14",
                        "fareBasisCode": "xLuT1i",
                        "governingAirline": "[ob",
                        "id": "70b9e481-31d2-457c-ba54-0ce693273fb7",
                        "operatingBookingClass": "R",
                        "privateTariff": true,
                        "type": "NLX",
                        "vendor": {
                          "code": "ATP",
                          "value": "SITA"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "PL",
                        "arrivalFlightScheduleStatus": "ON_TIME",
                        "arrivalTerminal": "oy",
                        "arrivalTime": "2027-05-08T00:00:00.0Z",
                        "boardingTime": "1950-07-04T16:05:06.0Z",
                        "changeOfGauge": false,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "KI",
                        "departureFlightScheduleStatus": "CANCELLED",
                        "departureGate": "pN",
                        "departureTerminal": "Xw",
                        "departureTime": "2027-06-01T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 172
                        },
                        "equipment": "275",
                        "estimatedArrivalTime": "1949-10-03T16:49:30.0Z",
                        "estimatedDepartureTime": "1944-06-30T21:18:35.0Z",
                        "flightDuration": 358,
                        "flightNumber": "8",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-04-07T00:00:00.0Z",
                            "departureTime": "2027-03-21T00:00:00.0Z",
                            "duration": 108,
                            "elapsedTime": 75
                          }
                        ],
                        "iatci": true,
                        "id": "999aa160-bdce-4c47-a264-bcf645c9325f",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "97",
                        "span": "DOMESTIC",
                        "status": "CANCELLED",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": true,
                        "timeToDeparture": 101
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/vnd.ms-fontobject",
                          "name": "overcoat.[object Object]",
                          "value": "csqPI1QMxvAgv58n7lpH0NpAA4zdRl3b7hh80dp86En6hJaKwduHzpGiVDDtP2En"
                        },
                        "image": {
                          "contentType": "application/vnd.ms-excel",
                          "name": "till_westernise.[object Object]",
                          "value": "AGvotc00BgTkTFYwOznn3kIEEby6fLanmVKV8OQU0UptPwXQW0SXI6XQjhaeMGbI"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/vnd.rar",
                            "name": "memorise_starch.[object Object]",
                            "value": "KpchFDZTmG0NyybODSfM6pOHZRBYdjZhClENPDsLtHdfEAlMfIEgO7hmjP0PUcgw"
                          },
                          "layout": {
                            "contentType": "application/vnd.ms-excel",
                            "name": "heavenly_boggle.[object Object]",
                            "value": "pJqYecttPCl9lHIfE2j9466Yavh7myjotxQ0YRoeeLdeQwetFqi9lDHMYAUSEBmX"
                          },
                          "template": {
                            "contentType": "application/msword",
                            "name": "skyline.[object Object]",
                            "value": "zCCUdEiCZWQm3nV6dRMtnMUIL66LUie8Lbgjm3m6JjTevxigPmIvWnBoDrE0qZer"
                          },
                          "templates": [
                            {
                              "contentType": "text/csv",
                              "name": "gadzooks_yippee_appliance.[object Object]",
                              "value": "W5xhlQrcQO8huPBPRjzjyoq3tJSR96CcrWqMn0S6buJYmSh0NS9jtaQmMchPCWpn"
                            },
                            {
                              "contentType": "application/vnd.ms-excel",
                              "name": "masquerade.[object Object]",
                              "value": "qQDtSNSTZaABc40ASvH5qgBq0XJuztCYsfTB1spS8g0BEm2OHupoBGSpOwZO7Fo4"
                            },
                            {
                              "contentType": "video/mp4",
                              "name": "circumnavigate_than_now.[object Object]",
                              "value": "W8QQGiHjFaTYqHPAWvUXLPc50eFKZY2XnvLSc7pdcEdCgOCEomWZsKiOxOSki3Aa"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": true,
                          "skyPriority": true,
                          "zone": "3"
                        },
                        "zpl": {
                          "contentType": "audio/midi",
                          "name": "expensive.[object Object]",
                          "value": "G0IUxk0sNUduIhu884oTTJjL6hVIeN7EDl80IGXWXv3yixNWeuhnsC7sXYJy4ity"
                        }
                      },
                      "group": "3zRkgW",
                      "loyaltyAccount": {
                        "id": "c1a11e5c-a18c-4540-a111-a5a95ed9d809",
                        "latestAwardDate": "2026-04-27",
                        "loyaltyTierLevel": {
                          "atpco": "22",
                          "customerInsight": "37",
                          "name": "gold",
                          "number": 2,
                          "priority": 5,
                          "tag": "VBV"
                        },
                        "memberAirline": "[ob",
                        "memberId": "5745779952",
                        "membershipStartDate": "2022-12-29",
                        "mileage": {
                          "unit": "MILES",
                          "value": 4406
                        },
                        "pnrId": "1",
                        "points": 40403,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Jeanette",
                        "last": "Fahey",
                        "middle": "Leslie",
                        "prefix": "Miss",
                        "raw": "Ruben Borer",
                        "suffix": "DVM"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "PDQBAY",
                      "seat": {
                        "column": "e",
                        "row": "24",
                        "value": "21E"
                      },
                      "source": "EXTERNAL",
                      "standbyPriority": "57",
                      "supplementaryData": {
                        "dhsStatus": 3,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "26240072427889",
                        "loungeAccess": false,
                        "selectee": false,
                        "skyPriority": false,
                        "spanishLargeFamily": true,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "KP"
                      },
                      "ticketCouponNumber": "27",
                      "ticketNumber": {
                        "airlineAccountingCode": "915",
                        "checkDigit": "7",
                        "number": "93212707449082",
                        "serialNumber": "4578696406"
                      },
                      "upgradePriority": "1peg0",
                      "zone": "6"
                    },
                    "checkedIn": false,
                    "checkInNumber": 886,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "Q50SR2Dts82Tj6tWEgiY",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "461"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "484"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "700"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "828"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "088"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "Byi0uOrKCn9ZO5ZADP8B",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "041"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "365"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "UvnE6BPod3fZDOCiFvPI",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "009"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "437"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "361"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "813"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "786"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "fnOZnGpXF6Sifp3YDMYY",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "601"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "141"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "030"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "919"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "541"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "80a00d5c-6a38-400c-a353-515a5d1d22a9",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/json",
                          "name": "gadzooks_hydrolyze.[object Object]",
                          "value": "kj7YoEBWcr5SW5XfffAtR4D5UkS4NtnIrj85QtgNDGJPRYpMoN8biDVD7NHD7BMN"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/x-httpd-php",
                            "name": "blah.[object Object]",
                            "value": "XSTwpnuF9yTMEUEhpEw1emAJReBwIS69qrGBFQwte7oyri1MmJ8YuEGwgL7m18bN"
                          },
                          "layout": {
                            "contentType": "application/vnd.oasis.opendocument.presentation",
                            "name": "remark_astride_corner.[object Object]",
                            "value": "Aq00hmoaFtVdZYo1WfPVcNREYhFjZO3MnnUIRJKTgvqI6DkW0M773iqdCdqFgDX2"
                          },
                          "template": {
                            "contentType": "font/otf",
                            "name": "where_phooey.[object Object]",
                            "value": "NO7yfJpa44mY7BqBBHTVwoaJhbzEj7M1USZ1tUCeQNHPwXhM6FJEUqQllm6WYXZv"
                          },
                          "templates": [
                            {
                              "contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
                              "name": "voluntarily.[object Object]",
                              "value": "PaXuSjVxCrqqO5AuH7jNfq4yyP6zFYtpwZgX6GLf69Fp46tGz9jzTtuLSik4WIEG"
                            },
                            {
                              "contentType": "application/x-httpd-php",
                              "name": "sharply_rear.[object Object]",
                              "value": "x5K5SgZy3GVSli5rV4kSpsxBFbKA3HA7jLPSNqcvy74iweJEseM7Wkf86Qjqx70M"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "ff5621a9-8b0f-4ce8-9c4c-899f1aa25e51",
                      "offerId": "aa92411e-2cba-401e-8d1b-d3b7e7e92d48",
                      "offerItemId": "3dca1f7c-075a-4886-a77a-0a6843c6c4cb",
                      "type": "AISLE",
                      "value": "jG"
                    },
                    "priorityCode": "joh",
                    "seat": {
                      "airExtraRef": "c7d3df29-114b-44d9-a1e0-757d91288bbc",
                      "offerId": "bbeb7e65-2a65-4003-a3e1-cae6bf3ee470",
                      "offerItemId": "650a8ac6-34ba-4d5c-99d6-931a29fcf33f",
                      "type": "MIDDLE",
                      "value": "7y"
                    },
                    "status": "NOT_CHECKED_IN",
                    "upgradeCode": "OrQ"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "eIv",
                        "country": "JE",
                        "sign": "mAg"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 12.4
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "11223344",
                            "12345678",
                            "87654321"
                          ],
                          "quantity": 1,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 7.6
                          }
                        }
                      },
                      "barCode": "6rpXQGPDY1EC6n00J5cv72scm7JUZD9uBk7kgyKI",
                      "checkInSequenceNumber": "942",
                      "deck": {
                        "code": "MAIN",
                        "value": "OTHER"
                      },
                      "displayData": {
                        "accommodation": "RESIDENCE SUITE",
                        "agentCityName": "Santa Ana",
                        "arrivalAirportName": "Rempelboro",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "8627",
                        "cabinClassCode": "I",
                        "cabinText": "FIRST CLASS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "INFANT",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Dakotafort",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "5099",
                        "edifactApiText": "API ERROR",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "2574",
                        "estimatedDepartureDate": "2027-04-17T00:00:00.0Z",
                        "estimatedDepartureTime": "3952",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY PLUS",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "CARRY ON OK",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "GOLD",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "Tehu",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "9413",
                        "scheduledDepartureDate": "2027-08-12T00:00:00.0Z",
                        "scheduledDepartureTime": "3543",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "narrowbody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 1139.89,
                        "atpcoRule": "A5ec",
                        "atpcoTariff": 93,
                        "bookingClass": "N",
                        "brand": "6F",
                        "cabinClass": "BUSINESS",
                        "cabinClassCode": "H",
                        "discountCategory": "12",
                        "fareBasisCode": "3ErXfT",
                        "governingAirline": "[ob",
                        "id": "19a60743-e360-4d1c-86f4-5a62fff94b53",
                        "operatingBookingClass": "g",
                        "privateTariff": true,
                        "type": "REF",
                        "vendor": {
                          "code": "SMFC",
                          "value": "SITA"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "BG",
                        "arrivalFlightScheduleStatus": "ON_TIME",
                        "arrivalTerminal": "tx",
                        "arrivalTime": "2026-12-20T00:00:00.0Z",
                        "boardingTime": "1948-11-23T01:37:51.0Z",
                        "changeOfGauge": true,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "VG",
                        "departureFlightScheduleStatus": "CANCELLED",
                        "departureGate": "PB",
                        "departureTerminal": "OH",
                        "departureTime": "2026-09-01T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 4901
                        },
                        "equipment": "610",
                        "estimatedArrivalTime": "1934-09-22T04:55:23.0Z",
                        "estimatedDepartureTime": "1931-06-01T17:48:41.0Z",
                        "flightDuration": 228,
                        "flightNumber": "504",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-11-20T00:00:00.0Z",
                            "departureTime": "2027-06-20T00:00:00.0Z",
                            "duration": 63,
                            "elapsedTime": 264
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-11-30T00:00:00.0Z",
                            "departureTime": "2027-01-01T00:00:00.0Z",
                            "duration": 93,
                            "elapsedTime": 156
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-07-24T00:00:00.0Z",
                            "departureTime": "2026-12-12T00:00:00.0Z",
                            "duration": 111,
                            "elapsedTime": 101
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-08-15T00:00:00.0Z",
                            "departureTime": "2027-03-29T00:00:00.0Z",
                            "duration": 117,
                            "elapsedTime": 61
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-09-18T00:00:00.0Z",
                            "departureTime": "2027-05-06T00:00:00.0Z",
                            "duration": 178,
                            "elapsedTime": 249
                          }
                        ],
                        "iatci": true,
                        "id": "c64d2b4a-64bd-47ca-84f1-b8457a438748",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "437",
                        "span": "INTERNATIONAL",
                        "status": "CANCELLED",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": false,
                        "timeToDeparture": 716
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/vnd.amazon.ebook",
                          "name": "shaft_exonerate_minty.[object Object]",
                          "value": "druN53X9KszbiEneUEXfLJaZre6NG6UtTD2TyNSzKgLA4WerWJsPdNUTtGpUkNCc"
                        },
                        "image": {
                          "contentType": "application/octet-stream",
                          "name": "given.[object Object]",
                          "value": "4lqrgn6GmwWQLUETHANMFj49L4PgcNbuPVhPrr3gjl44JKFPPvGUGNVgDiKgLBeE"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/java-archive",
                            "name": "excluding_for_equal.[object Object]",
                            "value": "4MfsphqH82FYOFUIo2Xap2baYvcM00E6UHGTzBAUBKhkEjNXo90ML5115a6ULLLs"
                          },
                          "layout": {
                            "contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
                            "name": "hovercraft.[object Object]",
                            "value": "Nuh4W386rIZLXgnSe2HHQLb8g51O9XKSGV6eK7AAZWnq5PKr40XzEDtiuFy8YehF"
                          },
                          "template": {
                            "contentType": "application/zip",
                            "name": "whose_dearly_pupil.[object Object]",
                            "value": "PkNVns9NKy9hdzEtfaC4BOIfp2rkRq0KPQ3gsgWKY6cUf1Q51f4K71ORyOSReVfw"
                          },
                          "templates": [
                            {
                              "contentType": "font/otf",
                              "name": "browse_blah.[object Object]",
                              "value": "J8OHhcgj25NVPG6S5okURkG1othD0vDLmR11vzA3vKr9IPXXsatSOTiCxSUFhKSq"
                            },
                            {
                              "contentType": "video/mp2t",
                              "name": "which.[object Object]",
                              "value": "H9GCtBGcOsCQtVm4Yrvf0eIQYWTEufG3ZBDhez24LJQHt115QRkKUAwVtIwmwE5C"
                            },
                            {
                              "contentType": "application/x-7z-compressed",
                              "name": "gadzooks.[object Object]",
                              "value": "oY23CWK2zgYnqyshGVahWjrk64rmuUeZd6kFa5AYKoEZWLdkEoyHYkle5frE4Zi9"
                            },
                            {
                              "contentType": "application/gzip",
                              "name": "an.[object Object]",
                              "value": "Y7Q7M5VqjikywreLNZlusGD3zmrkmEfVBhdgPFfbjofKCnMarqNovwwWvAPe1VfO"
                            },
                            {
                              "contentType": "application/x-7z-compressed",
                              "name": "outbid_so.[object Object]",
                              "value": "lZZkfxcCkfUddpaAdaGHxCK9XvomE1d90E3JNqgxXkpyQgfRLduf0vfcfizzbyTj"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": false,
                          "skyPriority": false,
                          "zone": "6"
                        },
                        "zpl": {
                          "contentType": "application/x-tar",
                          "name": "useless_consequently_mismatch.[object Object]",
                          "value": "xnGNmPexGnvYlwiExsxR1jXEWFNKQUXyKk8Vji4bCc5DM0k82Gwp1MeFSTgsm7VU"
                        }
                      },
                      "group": "W7R0sz",
                      "loyaltyAccount": {
                        "id": "9d6017d9-d90b-4aec-8797-fd4c7a329f98",
                        "latestAwardDate": "2026-04-20",
                        "loyaltyTierLevel": {
                          "atpco": "75",
                          "customerInsight": "24",
                          "name": "silver",
                          "number": 2,
                          "priority": 5,
                          "tag": "eVb"
                        },
                        "memberAirline": "[ob",
                        "memberId": "3782178926",
                        "membershipStartDate": "2025-01-06",
                        "mileage": {
                          "unit": "MILES",
                          "value": 462
                        },
                        "pnrId": "4",
                        "points": 83598,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Laurel",
                        "last": "Swift",
                        "middle": "Riley",
                        "prefix": "Dr.",
                        "raw": "Dr. Dan Haag I",
                        "suffix": "V"
                      },
                      "priorityVerificationCard": true,
                      "recordLocator": "NERCPX",
                      "seat": {
                        "column": "o",
                        "row": "20",
                        "value": "19B"
                      },
                      "source": "EXTERNAL",
                      "standbyPriority": "yf",
                      "supplementaryData": {
                        "dhsStatus": 4,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "37457150265121",
                        "loungeAccess": false,
                        "selectee": true,
                        "skyPriority": false,
                        "spanishLargeFamily": false,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "AQ"
                      },
                      "ticketCouponNumber": "70",
                      "ticketNumber": {
                        "airlineAccountingCode": "352",
                        "checkDigit": "4",
                        "number": "54892854344919",
                        "serialNumber": "4333574734"
                      },
                      "upgradePriority": "h5ADA",
                      "zone": "9"
                    },
                    "checkedIn": true,
                    "checkInNumber": 670,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "UR7j51YBmrRsDy1hd0fn",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "504"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "530"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "050"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "ukn181JAekNP7xXB6IjB",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "695"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "850"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "MtqyT4QRbdyXNmIl3HYB",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "100"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "850"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "InZusqWyWTOWxgyXOFB6",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "267"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "118"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "709"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "556"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "KwWl6n6IpsX1uBg9afxD",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "117"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "442"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "392"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "985"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "029"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "mNzBbAE1TJcCScEmEqXS",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "965"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "ul6PDegGQWO8KIMd9MVT",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "276"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "qJ9Y1fXBoaIW7MvWasit",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "282"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "246"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "703"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "926"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "bOX69yk9YgcoH7Fs4tBD",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "336"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "695"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "LK6XuGivg3W02gUwZUto",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "541"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "eLFOBmUXbTidAaZj5VTY",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "004"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "961"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "284"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "402"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "li3KpeVeu2yQOGTfcNwc",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "393"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "894"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "ff6e959c-b965-49bb-abca-d291d9fd73f2",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "audio/aac",
                          "name": "oh.[object Object]",
                          "value": "EqkZ5m6DWbDFpsqFwHw5HWPff25PHD0dJCFoait4gdtMLq2ZukfkArZcfa1BZ5pu"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/pdf",
                            "name": "cannon_account_fully.[object Object]",
                            "value": "dWt8nKww9gAJPIKmopPsWubL7pWQlOwvQ1VCWRHFvUjl7ONKdZ0NZyBPSJkAZcSv"
                          },
                          "layout": {
                            "contentType": "application/msword",
                            "name": "phooey_ick_testimonial.[object Object]",
                            "value": "MYaHYp5h3fXPobjnQm2SndoqkhVpcBApbNSKduapS2Eb4LRShwF0m55pzlrFPlpE"
                          },
                          "template": {
                            "contentType": "application/ld+json",
                            "name": "scornful_because.[object Object]",
                            "value": "88cvi1DfPmunWunJmKbdr6m6lxNqbdxvT4yBTSgZ8xqptWjyuTI5nGO4IDCdpDzS"
                          },
                          "templates": [
                            {
                              "contentType": "video/mpeg",
                              "name": "sequester_minus.[object Object]",
                              "value": "upQH6yiOghBQK6ATg9MO2PV0FIvyFtNA9iDytF6YSQ1rjggZOmGdSM1rZna0L6xV"
                            },
                            {
                              "contentType": "audio/webm",
                              "name": "gripping_yuck_yowza.[object Object]",
                              "value": "bMyK88aNgwasmecVu3wUh7kb3VPUKl4S6Hvc12yASROnwpLpAGU2R4khhpuQJSza"
                            },
                            {
                              "contentType": "application/rtf",
                              "name": "over_to_meh.[object Object]",
                              "value": "FuX3B4VRnUBfoihbw9pQ9fWLz0edRAO27JzbEa62zA11UgCYSlCsd4dOyj4EoQzR"
                            },
                            {
                              "contentType": "text/javascript",
                              "name": "throughout.[object Object]",
                              "value": "TRQcB2gyzGtmIJq3GQjA0gz9P4Zfqs1M7XGW1Oqp7Tviej8sE0D2c0l0KtWaSUTa"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "12dbe73c-aa9e-47cd-9962-d38d4793cc09",
                      "offerId": "a79c5d3f-1e39-4b50-b02a-707213f49419",
                      "offerItemId": "7f9992cb-68bb-4ea2-9bf6-b21395b10b2f",
                      "type": "AISLE",
                      "value": "mp"
                    },
                    "priorityCode": "rQQ",
                    "seat": {
                      "airExtraRef": "d4c074a7-0ee2-49ac-8254-45d833b8c431",
                      "offerId": "a88cd099-7366-4efd-bbee-8e1c2005aaaa",
                      "offerItemId": "60a01307-670a-41d3-8caa-ff78b7cf1f9a",
                      "type": "AISLE",
                      "value": "da"
                    },
                    "status": "OFFLOADED",
                    "upgradeCode": "9qW"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "EJb",
                        "country": "IR",
                        "sign": "JSj"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 6.5
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "11223344",
                            "87654321",
                            "12345678"
                          ],
                          "quantity": 2,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 18.4
                          }
                        }
                      },
                      "barCode": "LkankWBcuSrBJxK6FSRjhhA2PxodWTZZrHsic8r8",
                      "checkInSequenceNumber": "646",
                      "deck": {
                        "code": "MIDDLE",
                        "value": "MAIN"
                      },
                      "displayData": {
                        "accommodation": "FIRST CLASS",
                        "agentCityName": "Fort Ozella",
                        "arrivalAirportName": "Eloybury",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "2973",
                        "cabinClassCode": "l",
                        "cabinText": "FIRST CLASS",
                        "carryOnText": "CARRY-ON",
                        "childText": "INFANT",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Gulgowskiworth",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "8831",
                        "edifactApiText": "API ERROR",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "5724",
                        "estimatedDepartureDate": "2027-04-15T00:00:00.0Z",
                        "estimatedDepartureTime": "0200",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY BASIC",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "NO CARRY ON",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "PLATINUM",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "aYWM",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "9311",
                        "scheduledDepartureDate": "2027-02-27T00:00:00.0Z",
                        "scheduledDepartureTime": "2337",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "regional",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 212.27,
                        "atpcoRule": "4Lrw",
                        "atpcoTariff": 63,
                        "bookingClass": "H",
                        "brand": "3j",
                        "cabinClass": "PREMIUM_FIRST",
                        "cabinClassCode": "j",
                        "discountCategory": "42",
                        "fareBasisCode": "g6Ekps",
                        "governingAirline": "[ob",
                        "id": "5bbc743d-c950-4196-a681-b7ae24d1998d",
                        "operatingBookingClass": "V",
                        "privateTariff": true,
                        "type": "NLX",
                        "vendor": {
                          "code": "ATP",
                          "value": "SITA"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "MK",
                        "arrivalFlightScheduleStatus": "DELAYED",
                        "arrivalTerminal": "f5",
                        "arrivalTime": "2027-04-29T00:00:00.0Z",
                        "boardingTime": "1953-03-20T09:52:19.0Z",
                        "changeOfGauge": false,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "AT",
                        "departureFlightScheduleStatus": "EARLY",
                        "departureGate": "hZ",
                        "departureTerminal": "cP",
                        "departureTime": "2026-08-31T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 4324
                        },
                        "equipment": "991",
                        "estimatedArrivalTime": "1912-02-09T10:12:26.0Z",
                        "estimatedDepartureTime": "1900-10-23T13:26:43.0Z",
                        "flightDuration": 583,
                        "flightNumber": "89",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-03-07T00:00:00.0Z",
                            "departureTime": "2026-10-10T00:00:00.0Z",
                            "duration": 91,
                            "elapsedTime": 151
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-06-19T00:00:00.0Z",
                            "departureTime": "2026-10-17T00:00:00.0Z",
                            "duration": 152,
                            "elapsedTime": 207
                          }
                        ],
                        "iatci": true,
                        "id": "9c70d553-26b1-4db7-9444-e064c3d60b62",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "1544",
                        "span": "INTERNATIONAL",
                        "status": "ON TIME",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": false,
                        "timeToDeparture": 229
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/java-archive",
                          "name": "immediately_along.[object Object]",
                          "value": "ekTT1vWmF90ZZlh3CyISLwMJVT95VV7Y2rTtrAGUMepVjJQ9u65Azd1WM91AWxUf"
                        },
                        "image": {
                          "contentType": "text/plain",
                          "name": "verve.[object Object]",
                          "value": "eATUykQy83naN7sm6MMmmv0ryRjxF6iDJ65QwJkp90VeU3FwfebLDhZYiDbpRegS"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "video/mp4",
                            "name": "same_unibody.[object Object]",
                            "value": "oCFB9ByMvtT9ErYr1odXYfrKqgrRe8bt75Z6umFIiqGbx1yiBVaQ8Axupdpo1CO7"
                          },
                          "layout": {
                            "contentType": "audio/mpeg",
                            "name": "futon_neatly.[object Object]",
                            "value": "vnPdq9ybHJRS0xmaGg0IWyVAAM451RDiv0vu8258gWe6e08h3Jrw1jqQp1a0PEzQ"
                          },
                          "template": {
                            "contentType": "application/vnd.mozilla.xul+xml",
                            "name": "cellar_importance.[object Object]",
                            "value": "ygaaZ7znRdbL0xBNibkWIl1BFCViml9BRDoJgSt26P8NcvN6pB48qdDWsXDCixaF"
                          },
                          "templates": [
                            {
                              "contentType": "image/png",
                              "name": "polished_goat.[object Object]",
                              "value": "Y4zQfzz0ZYFozk39XtS202fSfOGQFtC6sWKdA8eYCQVx5IafVlHm83ELGSIfdZcu"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": false,
                          "skyPriority": true,
                          "zone": "1"
                        },
                        "zpl": {
                          "contentType": "text/csv",
                          "name": "during.[object Object]",
                          "value": "ytd2iCR81SlsRp7FNFvk5vMbtYBTkrrHwxWYzBwvNiP8FPgnnrjweVVNBvrNKc4A"
                        }
                      },
                      "group": "sTVkUP",
                      "loyaltyAccount": {
                        "id": "56fbb108-8015-4cfe-ab1f-2ea92303c098",
                        "latestAwardDate": "2026-05-12",
                        "loyaltyTierLevel": {
                          "atpco": "00",
                          "customerInsight": "43",
                          "name": "silver",
                          "number": 2,
                          "priority": 9,
                          "tag": "ION"
                        },
                        "memberAirline": "[ob",
                        "memberId": "0903743055",
                        "membershipStartDate": "2021-10-03",
                        "mileage": {
                          "unit": "MILES",
                          "value": 1068
                        },
                        "pnrId": "8",
                        "points": 90530,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Salvador",
                        "last": "Lockman-Rau",
                        "middle": "Finley",
                        "prefix": "Dr.",
                        "raw": "Judith Luettgen",
                        "suffix": "MD"
                      },
                      "priorityVerificationCard": true,
                      "recordLocator": "VZAJTX",
                      "seat": {
                        "column": "c",
                        "row": "98",
                        "value": "19B"
                      },
                      "source": "EXTERNAL",
                      "standbyPriority": "vT",
                      "supplementaryData": {
                        "dhsStatus": 1,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "42916113200095",
                        "loungeAccess": false,
                        "selectee": true,
                        "skyPriority": true,
                        "spanishLargeFamily": false,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "LV"
                      },
                      "ticketCouponNumber": "41",
                      "ticketNumber": {
                        "airlineAccountingCode": "140",
                        "checkDigit": "4",
                        "number": "85340468047084",
                        "serialNumber": "2253677928"
                      },
                      "upgradePriority": "f8iju",
                      "zone": "1"
                    },
                    "checkedIn": true,
                    "checkInNumber": 296,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "ePdSsHiS20pmVTxUYKE4",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "932"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "793"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "778"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "783"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "aGsnacPDxzcS8g4iMGLy",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "685"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "716"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "180"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "863"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "978"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "0fuxS7ujnaV1u0l0szOo",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "814"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "465"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "n3Y6r5kZhAOiBI2LUQYU",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "204"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "081"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "675"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "975"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "768"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "aSU683S6Vd0k2CoZhvOf",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "172"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "081"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "165"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "593"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "065"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "CSNTakAYZ7iD3Bftah5n",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "689"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "tORtETWUsP6ozv2ZszuR",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "612"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "827"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "924"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "tqF69Eg0FmDuExuDIY2e",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "090"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "913"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "twQKhSh8p29lZDB5Eer8",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "722"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "758"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "017"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "962"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "4f02mEdl0vjdL5DO5ZM7",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "908"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "vJNwXPqy33x0C726r7ew",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "975"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "820"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "380"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "296"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "936"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "oqNKeGU4Sa6aSnSWnmcx",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "458"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "5XBUKruqiJvZ20wMuZ7D",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "839"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "IezikwVo2498nFXdiZvO",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "922"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "573"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "594"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "336"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "975"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "346e7f96-a0f0-4f37-ae24-3899362fd283",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/x-sh",
                          "name": "realistic.[object Object]",
                          "value": "LqPDqPAnks9S7KsC3d6RCnalQdI0m4SJ8A8OAAfK4oIgkJz0fyP3vBbTZzCJtBxD"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/x-bzip",
                            "name": "ruddy_instead_curiously.[object Object]",
                            "value": "WPsLOKmJh73UfwqBe0SUIbvCerNKJPHjwG5AYh6UF47fEEuTlpMSMERcXgoKUzMF"
                          },
                          "layout": {
                            "contentType": "application/xhtml+xml",
                            "name": "ugh_where_aha.[object Object]",
                            "value": "HHY24lNy084VQkY90A8BK07JFnOxv62RixgH5Q42KCDqIdzKZTiKpdMrnqPCZR6J"
                          },
                          "template": {
                            "contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
                            "name": "supposing.[object Object]",
                            "value": "i2KmFN1RukL8TrcHu6ycm7fY7Ikv09U5fbYSw9yREia1fDpevRZOsZHLuFYw4qk7"
                          },
                          "templates": [
                            {
                              "contentType": "image/gif",
                              "name": "skyscraper_alongside.[object Object]",
                              "value": "XCXFfB4R840S3Bxdwdea66GHLKGUvcCL1iy8bEl1ndqVCdhfYeeyIGW0uupyCJye"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "5ad5dae8-cb78-41e8-b6e3-12d80bc5ea7c",
                      "offerId": "d40f1501-57a4-44f4-9387-af74303b0198",
                      "offerItemId": "8793caac-bfd2-465d-b5e3-d41fafb2ae39",
                      "type": "MIDDLE",
                      "value": "yw"
                    },
                    "priorityCode": "KPD",
                    "seat": {
                      "airExtraRef": "8a8948b4-55be-4a34-bba7-ef5ddb2a5cfd",
                      "offerId": "cca11569-d376-4371-98a1-f1d36680b4e9",
                      "offerItemId": "39b7dd1f-9717-4487-b9cd-5325e47a3c4a",
                      "type": "WINDOW",
                      "value": "8N"
                    },
                    "status": "BOARDED",
                    "upgradeCode": "hnR"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "qxs",
                        "country": "TD",
                        "sign": "zZF"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 13.8
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "12345678",
                            "87654321"
                          ],
                          "quantity": 3,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 18.6
                          }
                        }
                      },
                      "barCode": "pcc0UWCGkvcTuZbBFtH1Gkib7kiBRX80Sg7Aozv4",
                      "checkInSequenceNumber": "958",
                      "deck": {
                        "code": "UPPER",
                        "value": "MAIN"
                      },
                      "displayData": {
                        "accommodation": "BUSINESS",
                        "agentCityName": "Port Quincy",
                        "arrivalAirportName": "East Myles",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "8902",
                        "cabinClassCode": "k",
                        "cabinText": "FIRST CLASS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Dietrichmouth",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "3038",
                        "edifactApiText": "API ERROR",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "6046",
                        "estimatedDepartureDate": "2026-09-20T00:00:00.0Z",
                        "estimatedDepartureTime": "3684",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY BASIC",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "CARRY ON OK",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "SILVER",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "Whk3",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "4577",
                        "scheduledDepartureDate": "2027-01-31T00:00:00.0Z",
                        "scheduledDepartureTime": "1768",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "widebody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 236.68,
                        "atpcoRule": "Cdc0",
                        "atpcoTariff": 54,
                        "bookingClass": "Y",
                        "brand": "52",
                        "cabinClass": "PREMIUM_BUSINESS",
                        "cabinClassCode": "p",
                        "discountCategory": "29",
                        "fareBasisCode": "rhRaI0",
                        "governingAirline": "[ob",
                        "id": "953d12e1-12aa-410e-91be-8ef456c31634",
                        "operatingBookingClass": "c",
                        "privateTariff": false,
                        "type": "NLX",
                        "vendor": {
                          "code": "ATP",
                          "value": "SABRE_MYFARES_AIRLINES"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "HK",
                        "arrivalFlightScheduleStatus": "ON_TIME",
                        "arrivalTerminal": "c1",
                        "arrivalTime": "2027-07-14T00:00:00.0Z",
                        "boardingTime": "1953-08-19T09:23:46.0Z",
                        "changeOfGauge": false,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "MG",
                        "departureFlightScheduleStatus": "CANCELLED",
                        "departureGate": "ru",
                        "departureTerminal": "Gj",
                        "departureTime": "2027-01-14T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 1090
                        },
                        "equipment": "696",
                        "estimatedArrivalTime": "1917-08-14T17:30:23.0Z",
                        "estimatedDepartureTime": "1919-04-28T02:18:27.0Z",
                        "flightDuration": 582,
                        "flightNumber": "7285",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-01-08T00:00:00.0Z",
                            "departureTime": "2027-04-27T00:00:00.0Z",
                            "duration": 103,
                            "elapsedTime": 143
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-12-26T00:00:00.0Z",
                            "departureTime": "2026-12-17T00:00:00.0Z",
                            "duration": 174,
                            "elapsedTime": 175
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-05-17T00:00:00.0Z",
                            "departureTime": "2027-06-21T00:00:00.0Z",
                            "duration": 43,
                            "elapsedTime": 271
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-05-25T00:00:00.0Z",
                            "departureTime": "2027-07-16T00:00:00.0Z",
                            "duration": 89,
                            "elapsedTime": 288
                          }
                        ],
                        "iatci": true,
                        "id": "1d891000-c946-4147-8d08-1f36a55f63de",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "2491",
                        "span": "DOMESTIC",
                        "status": "ON TIME",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": false,
                        "timeToDeparture": 87
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/ld+json",
                          "name": "though.[object Object]",
                          "value": "gAt4Q7dDNVlliJOUZkc6hh5H9uHtSURlLiEJb2q9aVUtSZX0FkQ1mrMMRNy2D2IM"
                        },
                        "image": {
                          "contentType": "font/otf",
                          "name": "carouse_among.[object Object]",
                          "value": "Whn57lY9F8NcIchMx7zKeszoVEPcSbQ55Ay944i0DynSbLglwHiiqkpvO1bIMB1R"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "audio/ogg",
                            "name": "gleefully_brr.[object Object]",
                            "value": "8E3YgSqAqODmt68qw3EbK6kGIDuS87NO4mwxurWipHUwLiNrSPpePLrJSL2PPY8t"
                          },
                          "layout": {
                            "contentType": "application/x-bzip2",
                            "name": "devil_yahoo_whoa.[object Object]",
                            "value": "VGFmLcQQcH71qvSSr6UH03oIs0gdzEzzfNpTe4Hvge1Uk2V8ZlNcf39zjuRecxPr"
                          },
                          "template": {
                            "contentType": "application/x-tar",
                            "name": "role_uh_huh.[object Object]",
                            "value": "GPf9FCx0KOSx97611Pi1UyoVx5Gam1a0GAbVhFRJwwPxWb8NK3SrAKQtVmQpxdMM"
                          },
                          "templates": [
                            {
                              "contentType": "application/vnd.mozilla.xul+xml",
                              "name": "when_uh_huh.[object Object]",
                              "value": "XtMh2YrwmdTp58CwFT2iVhbBJWcUvHMt4NZos23n9NAUOlUOQPDBIcEgdWJ3AioJ"
                            },
                            {
                              "contentType": "application/xhtml+xml",
                              "name": "onto_pfft_because.[object Object]",
                              "value": "dpXp3txFcf6N4mcOEH6R6m13UUaq0pv1HVF8d4b8Bm6h3pnRDAEjIV4Od5clc5BU"
                            },
                            {
                              "contentType": "video/webm",
                              "name": "throughout_ah_stained.[object Object]",
                              "value": "Xj5vp8nyYfbuPKi8hoRZGhxB9EADT4kQI3LPXXVGSyV4KKVmYptFd9QvlTANVZjs"
                            },
                            {
                              "contentType": "image/webp",
                              "name": "stock_whereas_pitiful.[object Object]",
                              "value": "R7uwzQKjz7IjsxfzemuNyG2JDhlG3qSOgH36Uu6iCgVfW5yDpIVV4lLQgSatyRyA"
                            },
                            {
                              "contentType": "application/xml",
                              "name": "unsteady_yuck.[object Object]",
                              "value": "9GDjZMej85hdXrMCo1KCE30QgEdRQtAYZIfIB5bPiSyv6zUozwPw0biae1iLav5Q"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": false,
                          "skyPriority": true,
                          "zone": "7"
                        },
                        "zpl": {
                          "contentType": "audio/aac",
                          "name": "yahoo.[object Object]",
                          "value": "qDQX7xAc5Yz0QKRcxfm0IvXtmpP7ijYMUQfjNR2ALs55tYt90W4CoS9fVVHptPTH"
                        }
                      },
                      "group": "xtPAAX",
                      "loyaltyAccount": {
                        "id": "7928ac0f-4f3f-40ef-8d56-509852dc09fc",
                        "latestAwardDate": "2026-03-06",
                        "loyaltyTierLevel": {
                          "atpco": "14",
                          "customerInsight": "40",
                          "name": "platinum",
                          "number": 5,
                          "priority": 10,
                          "tag": "cTi"
                        },
                        "memberAirline": "[ob",
                        "memberId": "6309389904",
                        "membershipStartDate": "2025-12-10",
                        "mileage": {
                          "unit": "MILES",
                          "value": 4764
                        },
                        "pnrId": "2",
                        "points": 45751,
                        "source": "SSCI"
                      },
                      "personName": {
                        "first": "Orion",
                        "last": "Muller",
                        "middle": "Jamie",
                        "prefix": "Dr.",
                        "raw": "Crystal Zboncak",
                        "suffix": "Sr."
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "AADQYM",
                      "seat": {
                        "column": "Z",
                        "row": "54",
                        "value": "17D"
                      },
                      "source": "HOST",
                      "standbyPriority": "4b",
                      "supplementaryData": {
                        "dhsStatus": 1,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "47060207779250",
                        "loungeAccess": true,
                        "selectee": false,
                        "skyPriority": false,
                        "spanishLargeFamily": false,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "EC"
                      },
                      "ticketCouponNumber": "27",
                      "ticketNumber": {
                        "airlineAccountingCode": "413",
                        "checkDigit": "2",
                        "number": "01682885299382",
                        "serialNumber": "4437915315"
                      },
                      "upgradePriority": "LsfJQ",
                      "zone": "0"
                    },
                    "checkedIn": false,
                    "checkInNumber": 713,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "YRQzLOiauxDuUfXqiIVf",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "549"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "571"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "107"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "118"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "021"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "OJaO6paaWiVY0SnoPEPX",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "188"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "356"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "189b61f2-7dd5-4401-aad9-87a87ee20276",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/xhtml+xml",
                          "name": "roadway_provided.[object Object]",
                          "value": "zsNQ6qJ2JwscPQEZw7AljHofmYeS26E8XY5q1BW2epORAMK8U1aVvlB0zesa2EA3"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/vnd.ms-excel",
                            "name": "editor.[object Object]",
                            "value": "zqKwMpMlq8uhy4rX4hKDykbfvAnUYHeyxfPsNBTBzGgia2RKR5haCEdnE5BP2PHC"
                          },
                          "layout": {
                            "contentType": "application/msword",
                            "name": "sweet_hammock.[object Object]",
                            "value": "pJbCUjfa3OnPhUrKxDdkWJoD0mOcv9Rh6GpdWYoOqB8B6hW1G30kYEeKe2whnK1t"
                          },
                          "template": {
                            "contentType": "application/gzip",
                            "name": "into.[object Object]",
                            "value": "h4XmeJFCm0KzjBof1VkarbcknM8cHkfO3pSOJfZZcHoJUtprpl044AMNVgkMyMuz"
                          },
                          "templates": [
                            {
                              "contentType": "text/csv",
                              "name": "lecture_shrilly.[object Object]",
                              "value": "gXUp59FGZk9x2JEVeLITLnfSG4cFl5USGCG532o5ZfDu0PKfnPHkAXbhEXTVQLHf"
                            },
                            {
                              "contentType": "image/jpeg",
                              "name": "victoriously_for.[object Object]",
                              "value": "YOhTKOLx8tjDqP01OsHzXUtOTmCzm96sKLaQoup1ROuKSamTK5cWd5LovgRHrkwF"
                            },
                            {
                              "contentType": "font/otf",
                              "name": "hmph_modulo.[object Object]",
                              "value": "juP2uaAGIlN8v7HtnnJiTifaSeQaLjHdmCxuUvMgV2ZKv3gTbGXdpve2ahp3BIIn"
                            },
                            {
                              "contentType": "application/rtf",
                              "name": "lest.[object Object]",
                              "value": "luGEAETlTLsrxFkaJySOFrWsg56WzEUdtmqo9lJ187Jco92R2dTRuexpxcFIpdsU"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "b831c50b-645d-4e99-a5b4-f6f802b1dcc4",
                      "offerId": "57535d05-9fec-4996-beb5-869ae1e0881d",
                      "offerItemId": "0433b311-8251-47a2-b28c-6c9eebc6b6cb",
                      "type": "WINDOW",
                      "value": "xJ"
                    },
                    "priorityCode": "PmH",
                    "seat": {
                      "airExtraRef": "375ed89a-d8d0-44a8-816f-ce7afb2718cc",
                      "offerId": "c5437eb4-81e4-4142-b856-df7dd1add0cb",
                      "offerItemId": "c3d46f36-0db3-440f-a5cd-f1e31bed4c4c",
                      "type": "WINDOW",
                      "value": "Xb"
                    },
                    "status": "UNKNOWN",
                    "upgradeCode": "qNt"
                  }
                ],
                "passengerOffer": {
                  "offerId": "264342d5-5f79-4001-bc78-a4f5a134",
                  "offerItems": [
                    {
                      "annotations": [
                        {
                          "key": "nABopw",
                          "value": "TXXopiknJU"
                        },
                        {
                          "key": "CCjQZW",
                          "value": "QgKXNvIbEf"
                        },
                        {
                          "key": "sjVbMj",
                          "value": "BRFFKyPCBg"
                        },
                        {
                          "key": "DNQFNf",
                          "value": "jTMUJTcHNq"
                        }
                      ],
                      "availableQuantity": 26,
                      "bannerName": "Awesome",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "ad6d9afa-db0f-4b6b-9fc3-55751cee",
                      "offerName": "Ergonomic Steel Soap",
                      "price": {
                        "currency": "ISK",
                        "value": 136.52
                      },
                      "priority": 7
                    },
                    {
                      "annotations": [
                        {
                          "key": "IEbPSP",
                          "value": "UAqNfOVSIw"
                        },
                        {
                          "key": "QqDBUH",
                          "value": "xjwcylTtDx"
                        },
                        {
                          "key": "QRYEtF",
                          "value": "uAZqdliDrP"
                        },
                        {
                          "key": "lwqJAm",
                          "value": "tCVamNrxND"
                        }
                      ],
                      "availableQuantity": 43,
                      "bannerName": "Handcrafted",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "abb32854-8ff4-4232-8493-0124b8a4",
                      "offerName": "Oriental Marble Chips",
                      "price": {
                        "currency": "PLN",
                        "value": 415.03
                      },
                      "priority": 10
                    },
                    {
                      "annotations": [
                        {
                          "key": "IbUSVC",
                          "value": "YnaesXKWtD"
                        },
                        {
                          "key": "nGUVwB",
                          "value": "KPbJMKWVNW"
                        },
                        {
                          "key": "tlZLPw",
                          "value": "PVdJPNvrbM"
                        },
                        {
                          "key": "wsjEYi",
                          "value": "KEIoAUZQle"
                        },
                        {
                          "key": "pvMCWD",
                          "value": "WpzMdAoual"
                        }
                      ],
                      "availableQuantity": 14,
                      "bannerName": "Incredible",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "cb0a26f0-fd41-43aa-b171-7a27dc24",
                      "offerName": "Sleek Silk Chair",
                      "price": {
                        "currency": "STN",
                        "value": 94.1
                      },
                      "priority": 5
                    },
                    {
                      "annotations": [
                        {
                          "key": "AKDCsr",
                          "value": "fkvLcMaUPI"
                        },
                        {
                          "key": "IbTEKm",
                          "value": "qIdoWxBayx"
                        },
                        {
                          "key": "gcEgNI",
                          "value": "ylpOyAArqx"
                        },
                        {
                          "key": "XRRuBE",
                          "value": "WtOAcHIvNs"
                        }
                      ],
                      "availableQuantity": 28,
                      "bannerName": "Modern",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "307de6af-8181-4d31-957c-e08b899c",
                      "offerName": "Gorgeous Bamboo Cheese",
                      "price": {
                        "currency": "BGN",
                        "value": 409.8
                      },
                      "priority": 7
                    }
                  ]
                },
                "passengerType": "CHD",
                "segmentRef": "464630d2-32f8-4c40-b8d4-25b6a2b4ac0c",
                "upgradeAvailability": [
                  {
                    "bookingClassAvailabilityRef": "d4e9a676-1559-485a-9551-dd7d358bb23c",
                    "cabin": "l",
                    "description": "Premium Economy",
                    "id": "17fd6090-42ad-4536-907a-3b4993dbfd9e",
                    "pricedAncillaryRef": "b3d8d88f-3b13-4403-9ab1-ee65b0ec9f51"
                  },
                  {
                    "bookingClassAvailabilityRef": "175f6f1f-d017-4c87-8179-48fd1ed3965c",
                    "cabin": "S",
                    "description": "First",
                    "id": "7485f24a-da95-4c2f-b810-14d34c74df7f",
                    "pricedAncillaryRef": "110da0d1-0f41-48c5-9f9c-f62ac3954f9a"
                  },
                  {
                    "bookingClassAvailabilityRef": "d4260ce5-9ac2-492a-ab71-1b480334eba5",
                    "cabin": "e",
                    "description": "Premium Economy",
                    "id": "83e40ae5-ba99-42d0-b72a-7b83ac996742",
                    "pricedAncillaryRef": "56157cb8-e817-4216-a503-a18a2ee3cac3"
                  },
                  {
                    "bookingClassAvailabilityRef": "58f7146f-e3cc-48da-8661-f0cfb7ad44d0",
                    "cabin": "z",
                    "description": "Premium Economy",
                    "id": "9b705949-044a-4464-be59-ed10c125d967",
                    "pricedAncillaryRef": "5cea8951-99fc-4bfb-81c5-179b8211acc7"
                  }
                ]
              }
            ]
          },
          "personName": {
            "first": "Lilian",
            "last": "Hermiston",
            "middle": "Alex",
            "prefix": "Ms.",
            "raw": "Leslie Jacobson",
            "suffix": "DDS"
          },
          "recordLocator": "UCHXBQ",
          "requestedSearchCriteria": {
            "fulfilled": true
          },
          "requestedType": "SENIOR",
          "syntheticIdentifier": "eQjo6uE7KADayZKKCGxdUrdSj",
          "ticket": [
            {
              "agent": {
                "duty": "VK",
                "homeBranch": "58882",
                "homeLocation": "sky",
                "homeStation": "6828",
                "lniata": "4Uzu3d",
                "sine": "nPt",
                "stationLocation": "WxR",
                "stationNumber": "4477",
                "ticketingProvider": {
                  "checkDigit": "2",
                  "name": "Schulist - Boyle",
                  "number": "543",
                  "value": "bt"
                },
                "type": "F",
                "workLocation": "SaR"
              },
              "discountDetails": {
                "dealName": [
                  "MEMBER_ONLY",
                  "EARLY_BIRD"
                ],
                "offerName": [
                  "Promo1",
                  "Promo2"
                ],
                "promotionCode": [
                  "SAVE50",
                  "SAVE20"
                ]
              },
              "expiryDate": "2027-08-06",
              "fareCalculation": "IAoN6O23zhw3EF4dkhUX",
              "fareCalculationMode": "3",
              "fareCalculationPricing": "9",
              "history": [
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "4795410411",
                        "provider": "[object Object]",
                        "tier": "Xi"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "2744492734",
                        "provider": "[object Object]",
                        "tier": "Rs"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "8854182664",
                        "provider": "[object Object]",
                        "tier": "us"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "Ey",
                    "homeLocation": "OSL",
                    "lniata": "aW3J17",
                    "sine": "EjU",
                    "ticketingProvider": {
                      "checkDigit": "8",
                      "name": "King and Sons",
                      "number": "388",
                      "value": "eA"
                    },
                    "workLocation": "jtJ"
                  },
                  "code": "lp",
                  "details": {
                    "accountingCode": "UeDryO",
                    "affectedCoupons": "63",
                    "currentDocumentStatus": "pL",
                    "documentEventActivity": "bSiZb",
                    "documentPurgeTypeCode": "oY",
                    "newReservation": "TVFBKS",
                    "oldRemark": "TqDFCzQaZM",
                    "oldReservation": "SWHYHQ",
                    "previousDocumentStatus": "AB",
                    "supportingDocument": "9392684115"
                  },
                  "number": 400,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "00",
                      "number": 899,
                      "sequence": 1
                    },
                    "supportingDocument": {
                      "affectedCoupons": "64",
                      "number": 731,
                      "sequence": 2
                    }
                  },
                  "sequence": 5,
                  "serviceCouponHistory": [
                    {
                      "coupon": 2,
                      "currentStatus": "xU",
                      "sequence": 5
                    }
                  ],
                  "transactionInfo": {
                    "id": "0dd14cf5-bd13-4207-b3f6-595e5cb57a9d",
                    "inputMessage": "IlpCftSiyZsgkHVjPfoJ",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Kunde Group"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "7031936486",
                        "provider": "[object Object]",
                        "tier": "OJ"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "kj",
                    "homeLocation": "sTy",
                    "lniata": "dFbVwj",
                    "sine": "rdZ",
                    "ticketingProvider": {
                      "checkDigit": "2",
                      "name": "Schultz, Keeling and Trantow",
                      "number": "725",
                      "value": "qU"
                    },
                    "workLocation": "EXM"
                  },
                  "code": "lp",
                  "details": {
                    "accountingCode": "SKrDU2",
                    "affectedCoupons": "33",
                    "currentDocumentStatus": "fl",
                    "documentEventActivity": "eeOwH",
                    "documentPurgeTypeCode": "CQ",
                    "newReservation": "FENQKZ",
                    "oldRemark": "QcvchCQlxP",
                    "oldReservation": "BXEWMR",
                    "previousDocumentStatus": "uz",
                    "supportingDocument": "2576088659"
                  },
                  "number": 361,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "88",
                      "number": 382,
                      "sequence": 5
                    },
                    "supportingDocument": {
                      "affectedCoupons": "94",
                      "number": 6,
                      "sequence": 2
                    }
                  },
                  "sequence": 1,
                  "serviceCouponHistory": [
                    {
                      "coupon": 7,
                      "currentStatus": "KD",
                      "sequence": 3
                    }
                  ],
                  "transactionInfo": {
                    "id": "e55db1ee-5c8b-4241-a46d-6027a2a36ff6",
                    "inputMessage": "ZWafiNykGvPewnPrpTqz",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Durgan - Hauck"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "2074339652",
                        "provider": "[object Object]",
                        "tier": "Vc"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "Md",
                    "homeLocation": "uZB",
                    "lniata": "rQd6uH",
                    "sine": "ORH",
                    "ticketingProvider": {
                      "checkDigit": "1",
                      "name": "Dickens, Keeling and Schmeler",
                      "number": "663",
                      "value": "Vq"
                    },
                    "workLocation": "RNf"
                  },
                  "code": "rU",
                  "details": {
                    "accountingCode": "m5Iuxy",
                    "affectedCoupons": "25",
                    "currentDocumentStatus": "Zm",
                    "documentEventActivity": "FhLIL",
                    "documentPurgeTypeCode": "eA",
                    "newReservation": "NSHGBC",
                    "oldRemark": "WPhPIFGEMq",
                    "oldReservation": "KHQTGZ",
                    "previousDocumentStatus": "ws",
                    "supportingDocument": "1064062905"
                  },
                  "number": 609,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "04",
                      "number": 617,
                      "sequence": 4
                    },
                    "supportingDocument": {
                      "affectedCoupons": "43",
                      "number": 98,
                      "sequence": 1
                    }
                  },
                  "sequence": 4,
                  "serviceCouponHistory": [
                    {
                      "coupon": 6,
                      "currentStatus": "YR",
                      "sequence": 5
                    }
                  ],
                  "transactionInfo": {
                    "id": "3e864081-58e1-4757-9aa4-8c151b725e0f",
                    "inputMessage": "RHvftsuQKpXXWGZAmhkA",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Borer Group"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "1063486354",
                        "provider": "[object Object]",
                        "tier": "UH"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "qz",
                    "homeLocation": "vun",
                    "lniata": "KLwsuz",
                    "sine": "jEu",
                    "ticketingProvider": {
                      "checkDigit": "7",
                      "name": "Hudson - Wilderman",
                      "number": "115",
                      "value": "HA"
                    },
                    "workLocation": "Dwz"
                  },
                  "code": "lC",
                  "details": {
                    "accountingCode": "Oti2FJ",
                    "affectedCoupons": "33",
                    "currentDocumentStatus": "Xb",
                    "documentEventActivity": "NdhFR",
                    "documentPurgeTypeCode": "QC",
                    "newReservation": "WASEMW",
                    "oldRemark": "YAtGRfFMLD",
                    "oldReservation": "HUBFAV",
                    "previousDocumentStatus": "VD",
                    "supportingDocument": "7037725517"
                  },
                  "number": 863,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "87",
                      "number": 93,
                      "sequence": 5
                    },
                    "supportingDocument": {
                      "affectedCoupons": "26",
                      "number": 92,
                      "sequence": 1
                    }
                  },
                  "sequence": 5,
                  "serviceCouponHistory": [
                    {
                      "coupon": 8,
                      "currentStatus": "fH",
                      "sequence": 3
                    },
                    {
                      "coupon": 8,
                      "currentStatus": "ps",
                      "sequence": 2
                    }
                  ],
                  "transactionInfo": {
                    "id": "67c8e1d8-9062-4f30-af29-2fe99a00bdf5",
                    "inputMessage": "nngXsvUUItQdnVaGtakW",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Lowe, Kulas and Kub"
                  }
                }
              ],
              "id": "806dfecc-a2f1-4f31-be89-8f5c3955e188",
              "issued": true,
              "issueDate": "2026-04-04T00:00:00.0Z",
              "issueTime": {
                "useForPricing": true,
                "value": "2026-02-14T00:00:00.0Z"
              },
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "BSD",
                    "value": 381.03
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": true,
                  "remarks": "QiLyowKDDn",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "CDF",
                    "value": 171.29
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "MUR",
                    "value": 412.61
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "VES",
                    "value": 217.64
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": false,
                  "remarks": "YqAcnfbrBW",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "UAH",
                    "value": 388.64
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "RON",
                    "value": 222.95
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "NOK",
                    "value": 390.78
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "EVLqCceNPm",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "CVE",
                    "value": 243.29
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "SDG",
                    "value": 379.66
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "MWK",
                    "value": 413.27
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": true,
                  "remarks": "iSExNebiXN",
                  "sequence": 1,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "SDG",
                    "value": 419.3
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "BBD",
                    "value": 56.6
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "RSD",
                    "value": 251.46
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": true,
                  "remarks": "jOKbaRbhsN",
                  "sequence": 4,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "GHS",
                    "value": 37.05
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "PKR",
                    "value": 112.23
                  }
                }
              ],
              "presentCreditCard": false,
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "302076",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "BBD",
                      "value": 25.39
                    },
                    "valueCode": "dJNJ"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 0.9426,
                      "bankerSellingRate": 1.103,
                      "iataClearingHouseRate": 1.0336
                    },
                    "text": "401446",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "NGN",
                      "value": 288.22
                    },
                    "valueCode": "DuqP"
                  },
                  "net": {
                    "text": "079298",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "CLP",
                      "value": 432.81
                    },
                    "valueCode": "Nzmu"
                  },
                  "tax": [
                    {
                      "exempt": false,
                      "name": "VRfBdwISMp",
                      "sequence": 4,
                      "status": "lp",
                      "taxCode": "pMR",
                      "text": "905304",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "IQD",
                        "value": 189.66
                      },
                      "valueCode": "TIGT"
                    },
                    {
                      "exempt": false,
                      "name": "YvGekZOfMS",
                      "sequence": 2,
                      "status": "EV",
                      "taxCode": "rWq",
                      "text": "330155",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "DZD",
                        "value": 219.54
                      },
                      "valueCode": "DoDc"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 0.8183,
                    "text": "830499",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "NOK",
                      "value": 238.32
                    },
                    "valueCode": "SUVW"
                  },
                  "totalTax": {
                    "text": "146230",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "BAM",
                      "value": 477.2
                    },
                    "valueCode": "p66w"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": false,
                      "name": "BLcXqBCpGj",
                      "sequence": 4,
                      "status": "Hj",
                      "taxCode": "Zym",
                      "text": "230008",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "UYU",
                        "value": 172.5
                      },
                      "valueCode": "MgNG"
                    },
                    {
                      "exempt": true,
                      "name": "HPMpORwzUe",
                      "sequence": 2,
                      "status": "fH",
                      "taxCode": "jxw",
                      "text": "561923",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "STN",
                        "value": 461.27
                      },
                      "valueCode": "Zdk0"
                    }
                  ]
                }
              },
              "refundable": false,
              "relatedDocument": {
                "conjuctive": [
                  {
                    "checkDigit": "1",
                    "number": "1057645465932",
                    "sequence": 1
                  },
                  {
                    "checkDigit": "1",
                    "number": "6607095771247",
                    "sequence": 4
                  },
                  {
                    "checkDigit": "0",
                    "number": "0559513236071",
                    "sequence": 1
                  },
                  {
                    "checkDigit": "8",
                    "number": "4933184095249",
                    "sequence": 4
                  }
                ]
              },
              "reservation": {
                "creationDate": "2025-09-29T00:00:00.0Z",
                "provider": "Johns, Kuhic and Stehr",
                "recordLocator": "TGRSUG"
              },
              "systemCreateDateTime": "2026-08-15T00:00:00.0Z",
              "ticketCoupon": [
                {
                  "bagAllowance": "0PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Must fit under seat",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "TICKET",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 170
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 114
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "b-a5OPaW",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 53
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 131
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 196
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 173
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 198
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "mHH377WX",
                            "quantity": 1
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 172
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 74
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 186
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 174
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 21.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 150
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 53
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 104
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 195
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 68
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 150
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 164
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 112
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 124
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 24.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.1
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 119
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 63
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 55
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "AIb3Ni",
                          "ruleType": "ADDITIONAL"
                        },
                        "id": "ZL3Ww-Z6",
                        "pricedAncillaryRef": "_Zc5xUo9",
                        "quantity": 1,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 16.6
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "-J2LXo_u",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 94
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.7
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "WST",
                            "unitDescription": "per Piece",
                            "value": 38.51
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "CJEjG_mf",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 174
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 24
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "JOD",
                            "unitDescription": "per Piece",
                            "value": 72.47
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "OMmlT_Cv",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 104
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.6
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "KPW",
                            "unitDescription": "per Piece",
                            "value": 15.21
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "-fomVDHP",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 79
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.6
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "AOA",
                            "unitDescription": "per Kilo",
                            "value": 70.07
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "l8SoMEST",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 155
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 196
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 98
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 105
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 128
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 34
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "BZD",
                            "unitDescription": "per Kilo",
                            "value": 84.91
                          },
                          "notPermitted": false,
                          "unknown": true
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 85
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 127
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 104
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 75
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 79
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 48.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 30.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "ZWGMeUoL",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 158
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 164
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 11.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "bbB7y5va",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 120
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 61
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 78
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 12.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "cVxV4KM4",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 56
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 197
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 131
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "FVjZeHOo",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 142
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 104
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 161
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 150
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 59
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "4xOSvo",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "63Ui9UTK",
                          "pricedAncillaryRef": "opWGADdj",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 41.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 23.2
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 23.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 10.9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 39.4
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 75
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 75
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 178
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 49
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 30.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "yTLDbJOV",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 104
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 152
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 189
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 191
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 18.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 15.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "Z8wyeDe2",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 117
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 191
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 52
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 164
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 13.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "5zQr_gn_",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 185
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 78
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 193
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 144
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 61
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 149
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 54
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 152
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 40.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 116
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 77
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "de6clK",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "wqSMiwk4",
                          "pricedAncillaryRef": "3qt9elFQ",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 34.2
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 44.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 20
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 28.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 47.8
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "5ZsPe5ly",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 169
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 199
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 184
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 101
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.2
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "MRU",
                            "unitDescription": "per Kilo",
                            "value": 45.91
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "Pu-nV4kH",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 172
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "CUP",
                            "unitDescription": "per Kilo",
                            "value": 62.86
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "dMZ6GZNZ",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 142
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 171
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 80
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 89
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 99
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 7.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 13.7
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "QAR",
                            "unitDescription": "per Kilo",
                            "value": 43.84
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "Xh7J06d0",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 136
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 67
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 65
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 92
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 20.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "DJF",
                            "unitDescription": "per Piece",
                            "value": 16.41
                          },
                          "notPermitted": true,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "AOvAee",
                    "value": "RQ"
                  },
                  "classOfService": "w",
                  "couponNumber": "48",
                  "couponUse": "d",
                  "currentStatus": "Wl",
                  "endDateTime": "2027-04-30T00:00:00.0Z",
                  "endLocation": "GLE",
                  "fareBasisCode": "qp0iNeNO",
                  "marketingFlightNumber": "4994",
                  "marketingProvider": {
                    "checkDigit": "8",
                    "name": "Mills - Farrell",
                    "number": "821",
                    "value": "xg"
                  },
                  "segmentRef": "9f61f6df-53ac-47c7-822b-f469178801a1",
                  "startDateTime": "2026-09-29T00:00:00.0Z",
                  "startLocation": "PSC",
                  "status": "REPRINTED",
                  "stopOver": "O"
                },
                {
                  "bagAllowance": "0PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Must fit under seat",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "ENTITLEMENTS",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 70
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 140
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 193
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 67
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 145
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "0czTOepD",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 131
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 188
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 117
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "lXqU5pep",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 88
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 148
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 160
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 140
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 88
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "3aHuGQPN",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 110
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 198
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.2
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 95
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 179
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 163
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 115
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.3
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 132
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 180
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 143
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "cFamRr",
                          "ruleType": "OVERRIDE_ALLOWANCE"
                        },
                        "id": "qCaewKQf",
                        "pricedAncillaryRef": "iVSLy0_a",
                        "quantity": 1,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 10.2
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "Ovbn4TQx",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 52
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 166
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 137
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 69
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 56
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 6.6
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "QAR",
                            "unitDescription": "per Piece",
                            "value": 59.86
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "9dBnRGiI",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 164
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 104
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 119
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 45.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "TJS",
                            "unitDescription": "per Piece",
                            "value": 54.96
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "4kDvUoS0",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 63
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 6.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.2
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "ZWL",
                            "unitDescription": "per Kilo",
                            "value": 10.33
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 58
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 156
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 167
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "Eu-rNxPo",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 89
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "vEK_VF4N",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 58
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 129
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 196
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 149
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "oQAnbdrx",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 178
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 23.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 23.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "StgLmXgv",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 65
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 168
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 161
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 18.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 92
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 178
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 114
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 163
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 163
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 199
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 112
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "Wcawv7",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "HpJxMEOh",
                          "pricedAncillaryRef": "ppqJkH0S",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 35.9
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "evuomOtn",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 183
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 85
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 173
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 55
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 177
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.2
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "BBD",
                            "unitDescription": "per Kilo",
                            "value": 23.16
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "NgnDn3rd",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 194
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.1
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "MMK",
                            "unitDescription": "per Piece",
                            "value": 55.86
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "nXw8ZuXr",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 118
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 177
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 192
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "UGX",
                            "unitDescription": "per Piece",
                            "value": 14.13
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "_O_Ulumj",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 80
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 191
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 113
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 21.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 46.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "GEL",
                            "unitDescription": "per Kilo",
                            "value": 87.15
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "HgmAcn09",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 99
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 138
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 87
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.6
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "ZMW",
                            "unitDescription": "per Piece",
                            "value": 35.39
                          },
                          "notPermitted": false,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "eCJUHt",
                    "value": "RQ"
                  },
                  "classOfService": "U",
                  "couponNumber": "82",
                  "couponUse": "v",
                  "currentStatus": "ri",
                  "endDateTime": "2027-02-25T00:00:00.0Z",
                  "endLocation": "rJg",
                  "fareBasisCode": "zHwLwObt",
                  "marketingFlightNumber": "5639",
                  "marketingProvider": {
                    "checkDigit": "7",
                    "name": "Gislason, Welch and Huels",
                    "number": "214",
                    "value": "FA"
                  },
                  "segmentRef": "c69a4ff5-545c-40e5-9df5-033f595a1f74",
                  "startDateTime": "2026-08-26T00:00:00.0Z",
                  "startLocation": "TRZ",
                  "status": "PRINTED_INTERLINE",
                  "stopOver": "A"
                },
                {
                  "bagAllowance": "2PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Must fit under seat",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "ENTITLEMENTS",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 80
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 188
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 167
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 14.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "AokIogOU",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 187
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 175
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "QBEUND4R",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 51
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 88
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "dLGxlz8y",
                            "quantity": 1
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 104
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 56
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 120
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 65
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.9
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 109
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 156
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 111
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 143
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 27.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 45.9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 192
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 119
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 137
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 66
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 89
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 62
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 45.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.3
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 78
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 182
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 192
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 194
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "uFXUGf",
                          "ruleType": "FEE_WAIVER"
                        },
                        "id": "0vfZj6iA",
                        "pricedAncillaryRef": "1qEqVeqv",
                        "quantity": 1,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 22.3
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 35
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 26.3
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 29.5
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 22.5
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "sI3Z_1E7",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 169
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 13.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19.6
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "MNT",
                            "unitDescription": "per Kilo",
                            "value": 79.07
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "CwAJN4kN",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 98
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 144
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.2
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "CDF",
                            "unitDescription": "per Kilo",
                            "value": 77.47
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "OWtNfUfW",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 191
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 142
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 198
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32.6
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "GIP",
                            "unitDescription": "per Kilo",
                            "value": 92.94
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "SACwlDh9",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 100
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 24.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 34.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "CZK",
                            "unitDescription": "per Piece",
                            "value": 82.57
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "uFq1vJLa",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 177
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 50
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.5
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "CNY",
                            "unitDescription": "per Kilo",
                            "value": 68.08
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 180
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 137
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 144
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 124
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 89
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "R80LlzpW",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 186
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 161
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 34.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "h_2yJ6oy",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 119
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 123
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 172
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "PvlMvs",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "FCmHBXoH",
                          "pricedAncillaryRef": "cqQrr8UQ",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 5.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 32.6
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 63
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 149
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 124
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "pDTC9Q79",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 51
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 200
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 122
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 189
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 18.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "OihIsK6z",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 146
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "72Cnep",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "oen6yKOO",
                          "pricedAncillaryRef": "ASPz6bRN",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 37.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 11.2
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 2.1
                            }
                          ],
                          "unknown": true
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "2Eyievmv",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 189
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35.5
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "AED",
                            "unitDescription": "per Piece",
                            "value": 34.07
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "K84vTBz5",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 134
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 50
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 159
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 95
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 76
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 7.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 20
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "MRU",
                            "unitDescription": "per Kilo",
                            "value": 26.42
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "AJcTz6Mt",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 84
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 94
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 82
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 75
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 90
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.3
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "CUP",
                            "unitDescription": "per Piece",
                            "value": 14.18
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "TCtlqo7q",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 110
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 104
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.7
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "BMD",
                            "unitDescription": "per Kilo",
                            "value": 24.23
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "yvs02oe4",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 167
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 144
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 98
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 83
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.7
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "HUF",
                            "unitDescription": "per Piece",
                            "value": 31.23
                          },
                          "notPermitted": true,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "raZTcs",
                    "value": "OK"
                  },
                  "classOfService": "D",
                  "couponNumber": "16",
                  "couponUse": "b",
                  "currentStatus": "aT",
                  "endDateTime": "2026-08-27T00:00:00.0Z",
                  "endLocation": "pRt",
                  "fareBasisCode": "3S7B0CQH",
                  "marketingFlightNumber": "1042",
                  "marketingProvider": {
                    "checkDigit": "1",
                    "name": "Hermann, Will and Rutherford",
                    "number": "578",
                    "value": "XX"
                  },
                  "segmentRef": "b74e2b5c-3712-4e9b-ac8b-a410a0d22f5b",
                  "startDateTime": "2027-05-04T00:00:00.0Z",
                  "startLocation": "mIA",
                  "status": "CONTROLLED",
                  "stopOver": "u"
                },
                {
                  "bagAllowance": "2PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Additional item allowed",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "TICKET",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 153
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "B5AsJ-JF",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 152
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 61
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 137
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "b7ZGDtAp",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 71
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 117
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.1
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 183
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 161
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 6.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16.6
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 130
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 195
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 77
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 80
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 27.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.9
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "zNbe4s",
                          "ruleType": "OVERRIDE_ALLOWANCE"
                        },
                        "id": "pGtNk6kV",
                        "pricedAncillaryRef": "l5KOZF0J",
                        "quantity": 1,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 13.7
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "NOTUeSGv",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 165
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 144
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 89
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "XAF",
                            "unitDescription": "per Kilo",
                            "value": 95.9
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "jFjyibxn",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 200
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 178
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 56
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 142
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "BAM",
                            "unitDescription": "per Kilo",
                            "value": 78.1
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "FX0pumVy",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 125
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "MDL",
                            "unitDescription": "per Kilo",
                            "value": 75.73
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 168
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 157
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 169
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 60
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 30.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "ZswtPN-k",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 81
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 101
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 141
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 136
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 95
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "2daZHl",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "XJSLtG56",
                          "pricedAncillaryRef": "lwYUwQBt",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 46.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 16.3
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 7.6
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 191
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 89
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 142
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 12
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "oC8oo8cD",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 123
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 12
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 15.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "q7WUwpNp",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 192
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 102
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 188
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 96
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 60
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 21.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "usQUU8k7",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 103
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 54
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "2Of4mgPq",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 159
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "wMtpT6",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "_CL_WGo0",
                          "pricedAncillaryRef": "4ufik3xT",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 42.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 27.9
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 113
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 189
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 181
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 83
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 148
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 36.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 1.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 35.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "0CCHpbEt",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 191
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 106
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 126
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 71
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "0rB6Q3-l",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 106
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 197
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 153
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 180
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 69
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "3hbKi7",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "rkyKBTT2",
                          "pricedAncillaryRef": "lreDd6Ze",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 11.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 43.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 29
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 8.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 18
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "WeB78HAL",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 119
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 66
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 46.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "AOA",
                            "unitDescription": "per Kilo",
                            "value": 95.31
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "jaYZCPc7",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 54
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 159
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 114
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.7
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "CNY",
                            "unitDescription": "per Piece",
                            "value": 19.5
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "YabyWr95",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 116
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 141
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 105
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "SGD",
                            "unitDescription": "per Piece",
                            "value": 10.05
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "XvmrFilv",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 181
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 181
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 155
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 152
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 94
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "GHS",
                            "unitDescription": "per Kilo",
                            "value": 30.95
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "mFwBlF",
                    "value": "CN"
                  },
                  "classOfService": "Q",
                  "couponNumber": "92",
                  "couponUse": "j",
                  "currentStatus": "mN",
                  "endDateTime": "2027-07-13T00:00:00.0Z",
                  "endLocation": "FVN",
                  "fareBasisCode": "5hL00k6K",
                  "marketingFlightNumber": "5380",
                  "marketingProvider": {
                    "checkDigit": "7",
                    "name": "Hilpert - Ankunding",
                    "number": "018",
                    "value": "dR"
                  },
                  "segmentRef": "57377526-5285-4256-8e00-08d53f528f17",
                  "startDateTime": "2027-06-11T00:00:00.0Z",
                  "startLocation": "eQD",
                  "status": "NO_GO",
                  "stopOver": "s"
                }
              ],
              "ticketNumber": {
                "airlineAccountingCode": "717",
                "checkDigit": "9",
                "number": "96380687770927",
                "serialNumber": "6017799754"
              },
              "ticketRemark": [
                {
                  "category": "MANUAL",
                  "header": "gYiOrXgWZo",
                  "remarkLine": "fZpvneHTfsnQdhZiVyUbLatRO4ZGd3CNxKZmaB0b88Xw1W7D9g",
                  "sequence": 63,
                  "type": "General"
                }
              ],
              "tourNumber": "hWvwjV"
            },
            {
              "agent": {
                "duty": "lF",
                "homeBranch": "12778",
                "homeLocation": "Qfj",
                "homeStation": "2297",
                "lniata": "x5Z03D",
                "sine": "Cij",
                "stationLocation": "epu",
                "stationNumber": "8441",
                "ticketingProvider": {
                  "checkDigit": "2",
                  "name": "Morissette, Brekke and Glover",
                  "number": "006",
                  "value": "kb"
                },
                "type": "n",
                "workLocation": "wWV"
              },
              "discountDetails": {
                "dealName": [
                  "EARLY_BIRD",
                  "MEMBER_ONLY",
                  "SUMMER_SALE"
                ],
                "offerName": [
                  "Promo1",
                  "Promo2"
                ],
                "promotionCode": [
                  "SAVE50",
                  "SAVE20"
                ]
              },
              "expiryDate": "2026-11-14",
              "fareCalculation": "lyWgcWu3JrqIAe4UBSlI",
              "fareCalculationMode": "7",
              "fareCalculationPricing": "4",
              "history": [
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "1659209190",
                        "provider": "[object Object]",
                        "tier": "DV"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "8738056814",
                        "provider": "[object Object]",
                        "tier": "uG"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "5532732075",
                        "provider": "[object Object]",
                        "tier": "lb"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "7371208169",
                        "provider": "[object Object]",
                        "tier": "qJ"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "7870467044",
                        "provider": "[object Object]",
                        "tier": "TI"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "VO",
                    "homeLocation": "fcL",
                    "lniata": "czRU5y",
                    "sine": "CPT",
                    "ticketingProvider": {
                      "checkDigit": "3",
                      "name": "Huels, Koch and Hackett",
                      "number": "286",
                      "value": "eb"
                    },
                    "workLocation": "Hpx"
                  },
                  "code": "OZ",
                  "details": {
                    "accountingCode": "mx9Ijl",
                    "affectedCoupons": "90",
                    "currentDocumentStatus": "IL",
                    "documentEventActivity": "WwEaM",
                    "documentPurgeTypeCode": "yY",
                    "newReservation": "HPYRDK",
                    "oldRemark": "kqJpnBjuuI",
                    "oldReservation": "XQGRSR",
                    "previousDocumentStatus": "KR",
                    "supportingDocument": "7786185698"
                  },
                  "number": 379,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "11",
                      "number": 513,
                      "sequence": 5
                    },
                    "supportingDocument": {
                      "affectedCoupons": "82",
                      "number": 326,
                      "sequence": 4
                    }
                  },
                  "sequence": 3,
                  "serviceCouponHistory": [
                    {
                      "coupon": 3,
                      "currentStatus": "gi",
                      "sequence": 3
                    },
                    {
                      "coupon": 9,
                      "currentStatus": "nt",
                      "sequence": 3
                    }
                  ],
                  "transactionInfo": {
                    "id": "fd0dd7f4-afbe-4b4a-84e6-d8f6c08ff976",
                    "inputMessage": "VpLOfxXyPLCqlbpUDoUJ",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Terry Group"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "7563578264",
                        "provider": "[object Object]",
                        "tier": "Td"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "XA",
                    "homeLocation": "wue",
                    "lniata": "ve43MR",
                    "sine": "nAD",
                    "ticketingProvider": {
                      "checkDigit": "5",
                      "name": "Torphy and Sons",
                      "number": "358",
                      "value": "eg"
                    },
                    "workLocation": "pub"
                  },
                  "code": "hf",
                  "details": {
                    "accountingCode": "lbJdm8",
                    "affectedCoupons": "86",
                    "currentDocumentStatus": "bn",
                    "documentEventActivity": "LjCXD",
                    "documentPurgeTypeCode": "Ir",
                    "newReservation": "ZFNPRA",
                    "oldRemark": "hwPzfFuocP",
                    "oldReservation": "HEHXUM",
                    "previousDocumentStatus": "nV",
                    "supportingDocument": "5920896727"
                  },
                  "number": 984,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "83",
                      "number": 744,
                      "sequence": 4
                    },
                    "supportingDocument": {
                      "affectedCoupons": "29",
                      "number": 844,
                      "sequence": 1
                    }
                  },
                  "sequence": 4,
                  "serviceCouponHistory": [
                    {
                      "coupon": 4,
                      "currentStatus": "pO",
                      "sequence": 4
                    },
                    {
                      "coupon": 7,
                      "currentStatus": "te",
                      "sequence": 5
                    },
                    {
                      "coupon": 9,
                      "currentStatus": "rB",
                      "sequence": 1
                    }
                  ],
                  "transactionInfo": {
                    "id": "9e8428be-90de-40f8-a9f2-c14b5e11d999",
                    "inputMessage": "sfFHKEUTUtjJXHqpLjrx",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Moen, Dicki and Bogisich"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "4669843275",
                        "provider": "[object Object]",
                        "tier": "XF"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "9066533227",
                        "provider": "[object Object]",
                        "tier": "XF"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "0178292310",
                        "provider": "[object Object]",
                        "tier": "Ae"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "5072640581",
                        "provider": "[object Object]",
                        "tier": "Ij"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "6818012866",
                        "provider": "[object Object]",
                        "tier": "Fk"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "jZ",
                    "homeLocation": "yNQ",
                    "lniata": "VdUXEi",
                    "sine": "yvv",
                    "ticketingProvider": {
                      "checkDigit": "1",
                      "name": "Streich, Schumm and Gibson",
                      "number": "882",
                      "value": "yo"
                    },
                    "workLocation": "eQI"
                  },
                  "code": "et",
                  "details": {
                    "accountingCode": "JZXyFM",
                    "affectedCoupons": "42",
                    "currentDocumentStatus": "wx",
                    "documentEventActivity": "eeECh",
                    "documentPurgeTypeCode": "ic",
                    "newReservation": "TSHDZM",
                    "oldRemark": "zDAMWsGvNd",
                    "oldReservation": "EZTAGR",
                    "previousDocumentStatus": "VS",
                    "supportingDocument": "4536730712"
                  },
                  "number": 20,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "54",
                      "number": 821,
                      "sequence": 4
                    },
                    "supportingDocument": {
                      "affectedCoupons": "61",
                      "number": 196,
                      "sequence": 3
                    }
                  },
                  "sequence": 3,
                  "serviceCouponHistory": [
                    {
                      "coupon": 4,
                      "currentStatus": "mp",
                      "sequence": 1
                    }
                  ],
                  "transactionInfo": {
                    "id": "4f30d611-8721-4230-95e8-28ab0aaeb21d",
                    "inputMessage": "kqzHpzJgDjVyuFbjeEOS",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Feil and Sons"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "9148977558",
                        "provider": "[object Object]",
                        "tier": "do"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "4026000469",
                        "provider": "[object Object]",
                        "tier": "LP"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "2499461696",
                        "provider": "[object Object]",
                        "tier": "iw"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "qL",
                    "homeLocation": "dmE",
                    "lniata": "UyiRdb",
                    "sine": "MdS",
                    "ticketingProvider": {
                      "checkDigit": "8",
                      "name": "McGlynn, Greenholt and Hahn",
                      "number": "855",
                      "value": "ak"
                    },
                    "workLocation": "cQy"
                  },
                  "code": "RK",
                  "details": {
                    "accountingCode": "moVJq2",
                    "affectedCoupons": "59",
                    "currentDocumentStatus": "oC",
                    "documentEventActivity": "ABuyS",
                    "documentPurgeTypeCode": "Ex",
                    "newReservation": "EYFWEM",
                    "oldRemark": "OaPKzqpdXF",
                    "oldReservation": "UDPTGP",
                    "previousDocumentStatus": "uR",
                    "supportingDocument": "9696758372"
                  },
                  "number": 658,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "79",
                      "number": 58,
                      "sequence": 1
                    },
                    "supportingDocument": {
                      "affectedCoupons": "08",
                      "number": 946,
                      "sequence": 1
                    }
                  },
                  "sequence": 1,
                  "serviceCouponHistory": [
                    {
                      "coupon": 2,
                      "currentStatus": "Ep",
                      "sequence": 1
                    }
                  ],
                  "transactionInfo": {
                    "id": "1d3400d1-7692-4900-b63a-a15c15be0212",
                    "inputMessage": "nevcXUspdjDwIJHDATAp",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "O'Hara LLC"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "0021771548",
                        "provider": "[object Object]",
                        "tier": "zn"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "9067098609",
                        "provider": "[object Object]",
                        "tier": "Va"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "7694512299",
                        "provider": "[object Object]",
                        "tier": "vf"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "8816193289",
                        "provider": "[object Object]",
                        "tier": "tC"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "NQ",
                    "homeLocation": "flo",
                    "lniata": "LWKNw9",
                    "sine": "JuQ",
                    "ticketingProvider": {
                      "checkDigit": "8",
                      "name": "Lowe, Rowe and Crona",
                      "number": "321",
                      "value": "gK"
                    },
                    "workLocation": "LYL"
                  },
                  "code": "ym",
                  "details": {
                    "accountingCode": "i3UHqj",
                    "affectedCoupons": "98",
                    "currentDocumentStatus": "VE",
                    "documentEventActivity": "ugshv",
                    "documentPurgeTypeCode": "oK",
                    "newReservation": "SCQUVK",
                    "oldRemark": "ZGyOQHUfeE",
                    "oldReservation": "GXPYJM",
                    "previousDocumentStatus": "lW",
                    "supportingDocument": "6451721920"
                  },
                  "number": 875,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "30",
                      "number": 772,
                      "sequence": 4
                    },
                    "supportingDocument": {
                      "affectedCoupons": "48",
                      "number": 960,
                      "sequence": 1
                    }
                  },
                  "sequence": 5,
                  "serviceCouponHistory": [
                    {
                      "coupon": 5,
                      "currentStatus": "iw",
                      "sequence": 2
                    },
                    {
                      "coupon": 1,
                      "currentStatus": "LW",
                      "sequence": 2
                    },
                    {
                      "coupon": 8,
                      "currentStatus": "rB",
                      "sequence": 3
                    },
                    {
                      "coupon": 5,
                      "currentStatus": "fE",
                      "sequence": 4
                    },
                    {
                      "coupon": 6,
                      "currentStatus": "Bo",
                      "sequence": 3
                    }
                  ],
                  "transactionInfo": {
                    "id": "0e605afc-4b31-484e-9872-1938c4dfbc6c",
                    "inputMessage": "tHGDfrdEKmbeGjFqsncA",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Bruen, Rempel and DuBuque"
                  }
                }
              ],
              "id": "3720a7a6-2b57-4f33-b046-bc72921f0d1e",
              "issued": true,
              "issueDate": "2026-04-04T00:00:00.0Z",
              "issueTime": {
                "useForPricing": false,
                "value": "2026-06-11T00:00:00.0Z"
              },
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "HKD",
                    "value": 459.97
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": false,
                  "remarks": "juYZYJEoPg",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "NGN",
                    "value": 388.72
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "BBD",
                    "value": 268.7
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "PYG",
                    "value": 493.33
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": true,
                  "remarks": "akfoUfaDFI",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "GEL",
                    "value": 256.84
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "KMF",
                    "value": 474.39
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "CLP",
                    "value": 139.49
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "yxpvpFxljH",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "MKD",
                    "value": 393.53
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "PHP",
                    "value": 89.07
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "NZD",
                    "value": 440.7
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "cqtctSJLwq",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "SZL",
                    "value": 88.74
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "ETB",
                    "value": 441.61
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "BMD",
                    "value": 246.77
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": false,
                  "remarks": "mbHsUFUWNl",
                  "sequence": 1,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "UZS",
                    "value": 498.19
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "SBD",
                    "value": 278.69
                  }
                }
              ],
              "presentCreditCard": true,
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "071949",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "CLP",
                      "value": 444.37
                    },
                    "valueCode": "I2k3"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 1.1652,
                      "bankerSellingRate": 0.8655,
                      "iataClearingHouseRate": 1.142
                    },
                    "text": "267852",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "NOK",
                      "value": 435.86
                    },
                    "valueCode": "rJvS"
                  },
                  "net": {
                    "text": "667406",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "VES",
                      "value": 124.74
                    },
                    "valueCode": "FDnk"
                  },
                  "tax": [
                    {
                      "exempt": true,
                      "name": "ARcmKtcQXQ",
                      "sequence": 1,
                      "status": "Td",
                      "taxCode": "Uys",
                      "text": "383540",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MUR",
                        "value": 442.4
                      },
                      "valueCode": "fsFb"
                    },
                    {
                      "exempt": false,
                      "name": "JXRyRfKqyS",
                      "sequence": 2,
                      "status": "Ef",
                      "taxCode": "ZBa",
                      "text": "740698",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "TMT",
                        "value": 70.1
                      },
                      "valueCode": "sCQj"
                    },
                    {
                      "exempt": false,
                      "name": "oQnbgCCgQz",
                      "sequence": 3,
                      "status": "Sj",
                      "taxCode": "CgC",
                      "text": "317686",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "XCD",
                        "value": 202.81
                      },
                      "valueCode": "j4Ha"
                    },
                    {
                      "exempt": true,
                      "name": "KupowjUuOd",
                      "sequence": 4,
                      "status": "gz",
                      "taxCode": "dGW",
                      "text": "724915",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "LBP",
                        "value": 93.72
                      },
                      "valueCode": "sYo0"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 0.821,
                    "text": "627996",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "MDL",
                      "value": 327.15
                    },
                    "valueCode": "6rwV"
                  },
                  "totalTax": {
                    "text": "129236",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "UYU",
                      "value": 282.96
                    },
                    "valueCode": "yhkv"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": true,
                      "name": "RuejTioGxE",
                      "sequence": 5,
                      "status": "MS",
                      "taxCode": "kqt",
                      "text": "062498",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "IDR",
                        "value": 406.97
                      },
                      "valueCode": "n6z3"
                    }
                  ]
                }
              },
              "refundable": true,
              "relatedDocument": {
                "conjuctive": [
                  {
                    "checkDigit": "9",
                    "number": "0933205783851",
                    "sequence": 3
                  },
                  {
                    "checkDigit": "1",
                    "number": "1020677359384",
                    "sequence": 5
                  },
                  {
                    "checkDigit": "0",
                    "number": "4710279690472",
                    "sequence": 2
                  }
                ]
              },
              "reservation": {
                "creationDate": "2025-12-02T00:00:00.0Z",
                "provider": "Stanton, Leannon and Romaguera",
                "recordLocator": "CRARVA"
              },
              "systemCreateDateTime": "2026-08-18T00:00:00.0Z",
              "ticketCoupon": [
                {
                  "bagAllowance": "2PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Additional item allowed",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "ENTITLEMENTS",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 182
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "ApRGoQhS",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 61
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 118
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 190
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 189
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "OD1Yle7u",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 101
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 71
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 71
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 79
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 53
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 45.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 20.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 137
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.5
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 140
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.3
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 194
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 194
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 110
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 124
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 148
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 7.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 50
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "7jFjcz",
                          "ruleType": "OVERRIDE"
                        },
                        "id": "4zbVfNeS",
                        "pricedAncillaryRef": "lnGLXe9J",
                        "quantity": 1,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 9.5
                          }
                        ],
                        "unknown": false
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "V-NMwRja",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 152
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 128
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 183
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 56
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.3
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "BZD",
                            "unitDescription": "per Piece",
                            "value": 28.15
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "MBg3Wgal",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 77
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 154
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 164
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 194
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.7
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "CDF",
                            "unitDescription": "per Kilo",
                            "value": 83.06
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "qlAY3dXR",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 194
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 94
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 120
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 53
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 188
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15.8
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "GNF",
                            "unitDescription": "per Piece",
                            "value": 73.09
                          },
                          "notPermitted": true,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 81
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 30.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 34.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 19.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 49.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "YH-PKsT7",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 137
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 177
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 193
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 152
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 149
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 35
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 15.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "EusXTywz",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 69
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 138
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 18.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "b8DJAGXO",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 166
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 69
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 70
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 49.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 21.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "L2MijTFb",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 63
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 87
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 192
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 183
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 86
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "WGDCry",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "PvXWKXTT",
                          "pricedAncillaryRef": "ODOlxeFY",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 33.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 3.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 49.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 31.9
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 74
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 94
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 134
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 96
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "-9blS1HW",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 137
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 54
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 170
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 98
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 92
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 13.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "N06fNERy",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 170
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 115
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 77
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 57
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 68
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 36.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "USpDFTqI",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 93
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 93
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 108
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 157
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 181
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 38.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "WatDCoaI",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 120
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 149
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "16UIRY",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "KlP4f6VM",
                          "pricedAncillaryRef": "Wwco4Wl4",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 33.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 31.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 25.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 29
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 53
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 36.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "BC8qG50a",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 122
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 119
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 199
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 61
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 142
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 154
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 142
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 79
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 102
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "1a2vUF",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "3-ncqHzj",
                          "pricedAncillaryRef": "x3cu_i7X",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 47.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 13.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 41.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 37.3
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 45.1
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "SdSKZLb8",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 87
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 166
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 163
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 161
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 34.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.6
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "ALL",
                            "unitDescription": "per Kilo",
                            "value": 70.23
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "fj5Cpqen",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 184
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 140
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "SRD",
                            "unitDescription": "per Piece",
                            "value": 53.28
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "_Wj6awUJ",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 192
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "UGX",
                            "unitDescription": "per Kilo",
                            "value": 52.99
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "wiEeqnVT",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 126
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 157
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 62
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 55
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 20.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "TOP",
                            "unitDescription": "per Piece",
                            "value": 59.71
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "Bl-izIt3",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 90
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 189
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "PEN",
                            "unitDescription": "per Kilo",
                            "value": 99.64
                          },
                          "notPermitted": true,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "gDbIQH",
                    "value": "OK"
                  },
                  "classOfService": "K",
                  "couponNumber": "04",
                  "couponUse": "F",
                  "currentStatus": "VR",
                  "endDateTime": "2026-11-10T00:00:00.0Z",
                  "endLocation": "JTm",
                  "fareBasisCode": "rxlQqM9b",
                  "marketingFlightNumber": "6757",
                  "marketingProvider": {
                    "checkDigit": "3",
                    "name": "Weber, Frami and Sanford",
                    "number": "383",
                    "value": "OA"
                  },
                  "segmentRef": "753b27dc-536a-4f9d-b3fa-de10e5845d8d",
                  "startDateTime": "2027-08-19T00:00:00.0Z",
                  "startLocation": "XSB",
                  "status": "CONTROLLED",
                  "stopOver": "H"
                },
                {
                  "bagAllowance": "0PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Additional item allowed",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "ENTITLEMENTS",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 104
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 97
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "7ktMpis-",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 83
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 68
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 109
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 106
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 71
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 18.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "uh7XhtEl",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 95
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 135
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 57
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 199
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 89
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 18
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "WSZ-nVkt",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 93
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 188
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "wArghISr",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 55
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "iQBo2BX4",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 103
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 86
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 21.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 138
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 76
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 171
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 151
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 113
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.1
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 117
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 56
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 149
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 168
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 111
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 33
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "eFY7TY",
                          "ruleType": "OVERRIDE_ALLOWANCE"
                        },
                        "id": "BYHSWoNV",
                        "pricedAncillaryRef": "PNNatOHk",
                        "quantity": 2,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 23.7
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 26.3
                          }
                        ],
                        "unknown": false
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "QBuZJlbM",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 120
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 69
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 104
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 89
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 13
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 13.1
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "ANG",
                            "unitDescription": "per Piece",
                            "value": 12.25
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 141
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 11.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "YZib9d0r",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 199
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 185
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 71
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 79
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 62
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "eAdp88df",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 175
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "hf6OSP",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "Potjd4Sp",
                          "pricedAncillaryRef": "sy5Qhd7t",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 26.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 19
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 43.3
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "MJfbLl2s",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 184
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 114
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 153
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "COP",
                            "unitDescription": "per Piece",
                            "value": 91.66
                          },
                          "notPermitted": true,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "XCFArm",
                    "value": "OK"
                  },
                  "classOfService": "b",
                  "couponNumber": "87",
                  "couponUse": "O",
                  "currentStatus": "vy",
                  "endDateTime": "2026-09-19T00:00:00.0Z",
                  "endLocation": "rSJ",
                  "fareBasisCode": "4pHew5l3",
                  "marketingFlightNumber": "0731",
                  "marketingProvider": {
                    "checkDigit": "8",
                    "name": "Crona - Waters",
                    "number": "078",
                    "value": "jX"
                  },
                  "segmentRef": "d631da40-f4f3-4855-b058-2e064c0eb03d",
                  "startDateTime": "2026-09-11T00:00:00.0Z",
                  "startLocation": "irA",
                  "status": "REFUNDED",
                  "stopOver": "D"
                },
                {
                  "bagAllowance": "2PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Must fit under seat",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "ENTITLEMENTS",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 64
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 67
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 67
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 60
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 78
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "p4pmaP0M",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 193
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 118
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "EjLCvbti",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 121
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 127
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 68
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 161
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 166
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "hZvVxwz6",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 54
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 138
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 67
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "3Iiiyg8T",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 180
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 166
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 64
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 33.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 60
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 81
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "UPt9Uw",
                          "ruleType": "OVERRIDE_ALLOWANCE"
                        },
                        "id": "RxnpmtIv",
                        "pricedAncillaryRef": "oQCAeTEl",
                        "quantity": 1,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 27.5
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 28.5
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 33.8
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 14.5
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 23.9
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "fZ4wfBPD",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 162
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.6
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "KWD",
                            "unitDescription": "per Piece",
                            "value": 23.28
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "2ykU_AcE",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 103
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 21.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 20.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.5
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "SSP",
                            "unitDescription": "per Kilo",
                            "value": 70.88
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "ytrSoSX4",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 54
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 198
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 172
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 171
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 7.8
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "LYD",
                            "unitDescription": "per Kilo",
                            "value": 33
                          },
                          "notPermitted": false,
                          "unknown": true
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 146
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 102
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 185
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 131
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 2.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "jNUlk55h",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 86
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 1.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "Tu4pdF_A",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 143
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 159
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "l-shmKPw",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 89
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 60
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 97
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 86
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 187
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 192
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 170
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 162
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 12.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 135
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "5wg89V",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "gdU5zNTJ",
                          "pricedAncillaryRef": "WHpB1pZW",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 24.2
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 12.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 17.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 13.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 47.4
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 163
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 143
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 52
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 116
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 90
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 23
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 15.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 40.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "-IpZWta8",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 73
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 59
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 171
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "BX2SVGjP",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 143
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 35.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "SJgBWBEP",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 126
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 73
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "MutNkT",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "p0xv6qzM",
                          "pricedAncillaryRef": "vX7cTBLL",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 23.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 4.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 6.7
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 144
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 176
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "d5veVdg2",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 176
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 155
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 179
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 132
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 199
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 38.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "yEPhpS59",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 67
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 127
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 99
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "tGP-l_L4",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 141
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 87
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 105
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 89
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "k4HbywLr",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 175
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 162
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 60
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 15.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "fGEG65DA",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 74
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 108
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 101
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 116
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 173
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 179
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 85
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 135
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 100
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 177
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 191
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 69
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 141
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 145
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 136
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 142
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 195
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "pVgj9G",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "Z_9uKxRA",
                          "pricedAncillaryRef": "m74icx9y",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 43
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 16.3
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 11.5
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 85
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 153
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 108
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 112
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 35.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 18
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "m6zCILka",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 134
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 177
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 88
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 115
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 18.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 46
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 1.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "P18FfuD6",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 92
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 124
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 77
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 164
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 130
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 96
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 61
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 119
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 58
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 126
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 105
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 18.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 52
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "bitkrL",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "sP8HlfU0",
                          "pricedAncillaryRef": "WQccIM1Y",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 14.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 28.3
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 43.3
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 4.8
                            }
                          ],
                          "unknown": true
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "8r5a5Nxu",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 74
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 105
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "COP",
                            "unitDescription": "per Kilo",
                            "value": 50.91
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "z4TFTOMP",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 185
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 64
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 105
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 57
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48.8
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "BOB",
                            "unitDescription": "per Piece",
                            "value": 75.11
                          },
                          "notPermitted": true,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "GVLKzZ",
                    "value": "OK"
                  },
                  "classOfService": "v",
                  "couponNumber": "94",
                  "couponUse": "i",
                  "currentStatus": "gp",
                  "endDateTime": "2027-04-08T00:00:00.0Z",
                  "endLocation": "lAx",
                  "fareBasisCode": "V9KCpEg4",
                  "marketingFlightNumber": "6303",
                  "marketingProvider": {
                    "checkDigit": "0",
                    "name": "Roob, White and Walsh",
                    "number": "494",
                    "value": "qj"
                  },
                  "segmentRef": "066e4b74-af91-462e-8f61-9287a0f070e2",
                  "startDateTime": "2027-02-22T00:00:00.0Z",
                  "startLocation": "xqJ",
                  "status": "OK",
                  "stopOver": "X"
                }
              ],
              "ticketNumber": {
                "airlineAccountingCode": "979",
                "checkDigit": "6",
                "number": "88199750853384",
                "serialNumber": "4990612491"
              },
              "ticketRemark": [
                {
                  "category": "PRIVATEFARETEXT",
                  "header": "zdoyradSiG",
                  "remarkLine": "ROaz4t1JIWJGh4X4xDBkh3a4Rh7UZBbp8Wv7Se4r3vC2HCsEkL",
                  "sequence": 51,
                  "type": "Security"
                },
                {
                  "category": "PASSENGER",
                  "header": "forMpdztGp",
                  "remarkLine": "fa3TruAe7NJdmg1tEEZjx0PsN6yfwQa9WyfMeEE7nponpPJGve",
                  "sequence": 58,
                  "type": "Baggage"
                },
                {
                  "category": "MANUAL",
                  "header": "EoglSgcrVW",
                  "remarkLine": "NoXZxrC7Q0ePFGQn8WryZwZj0VkZ9ZOPIafSgGTbvev9KGZGV8",
                  "sequence": 89,
                  "type": "Special Assistance"
                },
                {
                  "category": "PASSENGER",
                  "header": "iigfjvUKRL",
                  "remarkLine": "U67dK4L8wlfAIrEvzfeCsrfukuMVIzfoLjpSHMpgczfbSXsM6Z",
                  "sequence": 99,
                  "type": "Special Assistance"
                }
              ],
              "tourNumber": "GhvJFz"
            },
            {
              "agent": {
                "duty": "kS",
                "homeBranch": "00078",
                "homeLocation": "eVL",
                "homeStation": "2357",
                "lniata": "YS7LJx",
                "sine": "OqQ",
                "stationLocation": "fLJ",
                "stationNumber": "2604",
                "ticketingProvider": {
                  "checkDigit": "5",
                  "name": "D'Amore, Zieme and Kilback",
                  "number": "760",
                  "value": "hE"
                },
                "type": "A",
                "workLocation": "ujh"
              },
              "discountDetails": {
                "dealName": [
                  "MEMBER_ONLY",
                  "SUMMER_SALE",
                  "EARLY_BIRD"
                ],
                "offerName": [
                  "Promo1",
                  "Promo2"
                ],
                "promotionCode": [
                  "SAVE50",
                  "SAVE20"
                ]
              },
              "expiryDate": "2026-12-26",
              "fareCalculation": "2jgpz166pg7WURND4zFx",
              "fareCalculationMode": "8",
              "fareCalculationPricing": "9",
              "history": [
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "3582236134",
                        "provider": "[object Object]",
                        "tier": "hN"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "Hd",
                    "homeLocation": "EQX",
                    "lniata": "ZpfD3W",
                    "sine": "NdK",
                    "ticketingProvider": {
                      "checkDigit": "6",
                      "name": "Hane LLC",
                      "number": "488",
                      "value": "DD"
                    },
                    "workLocation": "oyh"
                  },
                  "code": "db",
                  "details": {
                    "accountingCode": "NaxCSH",
                    "affectedCoupons": "87",
                    "currentDocumentStatus": "Cx",
                    "documentEventActivity": "pvzaF",
                    "documentPurgeTypeCode": "bu",
                    "newReservation": "FGFKTM",
                    "oldRemark": "dNuNLcnbzu",
                    "oldReservation": "FSGKXV",
                    "previousDocumentStatus": "dB",
                    "supportingDocument": "7044968112"
                  },
                  "number": 988,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "20",
                      "number": 418,
                      "sequence": 1
                    },
                    "supportingDocument": {
                      "affectedCoupons": "02",
                      "number": 618,
                      "sequence": 4
                    }
                  },
                  "sequence": 5,
                  "serviceCouponHistory": [
                    {
                      "coupon": 3,
                      "currentStatus": "qt",
                      "sequence": 4
                    },
                    {
                      "coupon": 9,
                      "currentStatus": "GU",
                      "sequence": 3
                    },
                    {
                      "coupon": 6,
                      "currentStatus": "rE",
                      "sequence": 5
                    },
                    {
                      "coupon": 3,
                      "currentStatus": "aF",
                      "sequence": 3
                    },
                    {
                      "coupon": 9,
                      "currentStatus": "HY",
                      "sequence": 1
                    }
                  ],
                  "transactionInfo": {
                    "id": "87b45ebd-1541-43d5-804d-ccec7a0492dd",
                    "inputMessage": "iAdPFJyTkjmgrnxqxnKQ",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Rohan Group"
                  }
                }
              ],
              "id": "5895683c-01fa-43ce-8aeb-abac3209e1d9",
              "issued": false,
              "issueDate": "2026-06-18T00:00:00.0Z",
              "issueTime": {
                "useForPricing": true,
                "value": "2026-05-05T00:00:00.0Z"
              },
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "TRY",
                    "value": 217.47
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "RUaTHgTbLJ",
                  "sequence": 4,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "NZD",
                    "value": 172.1
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "ILS",
                    "value": 470.12
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "ZMW",
                    "value": 31.46
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": false,
                  "remarks": "ZEjHEaQxsG",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "UGX",
                    "value": 437.13
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "MAD",
                    "value": 195.83
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "HNL",
                    "value": 401.45
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": true,
                  "remarks": "hMwemFBvnz",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "PEN",
                    "value": 461.46
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "ANG",
                    "value": 175.6
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "LKR",
                    "value": 52.24
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "WsaRkvzWzf",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "BHD",
                    "value": 111.96
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "MGA",
                    "value": 280.53
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "KES",
                    "value": 486.61
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "urfRjPuVdx",
                  "sequence": 4,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "JOD",
                    "value": 493.85
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "ISK",
                    "value": 171.93
                  }
                }
              ],
              "presentCreditCard": false,
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "898762",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "CNY",
                      "value": 414.76
                    },
                    "valueCode": "uTi7"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 1.0981,
                      "bankerSellingRate": 1.0073,
                      "iataClearingHouseRate": 1.1561
                    },
                    "text": "960156",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "NPR",
                      "value": 106.62
                    },
                    "valueCode": "fK94"
                  },
                  "net": {
                    "text": "023805",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "GHS",
                      "value": 55.25
                    },
                    "valueCode": "cB13"
                  },
                  "tax": [
                    {
                      "exempt": false,
                      "name": "RPfXOBKZvk",
                      "sequence": 2,
                      "status": "rb",
                      "taxCode": "xSI",
                      "text": "016985",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "HTG",
                        "value": 230.63
                      },
                      "valueCode": "3flr"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 0.9755,
                    "text": "163448",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "GMD",
                      "value": 382.71
                    },
                    "valueCode": "gMeQ"
                  },
                  "totalTax": {
                    "text": "467195",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "TMT",
                      "value": 207.12
                    },
                    "valueCode": "NZR0"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": true,
                      "name": "tRlSWFQwBh",
                      "sequence": 1,
                      "status": "eA",
                      "taxCode": "sGP",
                      "text": "943679",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "KPW",
                        "value": 368.9
                      },
                      "valueCode": "kdYR"
                    },
                    {
                      "exempt": false,
                      "name": "qyLwerimKd",
                      "sequence": 4,
                      "status": "ku",
                      "taxCode": "yCV",
                      "text": "770504",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "AFN",
                        "value": 59.18
                      },
                      "valueCode": "D7zw"
                    },
                    {
                      "exempt": false,
                      "name": "bOpvaeiNNs",
                      "sequence": 2,
                      "status": "Kd",
                      "taxCode": "qYW",
                      "text": "521413",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "PYG",
                        "value": 424.31
                      },
                      "valueCode": "XIvR"
                    }
                  ]
                }
              },
              "refundable": true,
              "relatedDocument": {
                "conjuctive": [
                  {
                    "checkDigit": "2",
                    "number": "3112431220056",
                    "sequence": 3
                  }
                ]
              },
              "reservation": {
                "creationDate": "2025-09-16T00:00:00.0Z",
                "provider": "Crooks LLC",
                "recordLocator": "YUMXCJ"
              },
              "systemCreateDateTime": "2026-08-17T00:00:00.0Z",
              "ticketCoupon": [
                {
                  "bagAllowance": "2PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Additional item allowed",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "ENTITLEMENTS",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 81
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "_PXOpw6y",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 117
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 199
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 193
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 135
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 197
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "YLhF2unp",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 92
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 129
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.6
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "cr5AaD",
                          "ruleType": "OVERRIDE"
                        },
                        "id": "pWqJnfny",
                        "pricedAncillaryRef": "-_jOzsKT",
                        "quantity": 3,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 44.6
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "uIMaYpeR",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 190
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.2
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "MAD",
                            "unitDescription": "per Kilo",
                            "value": 20.01
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "IbG_gYrK",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 83
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 155
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 82
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 118
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.9
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "ARS",
                            "unitDescription": "per Piece",
                            "value": 61.56
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "7TyzdvhP",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 165
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 109
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 63
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 182
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 142
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 7
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "KPW",
                            "unitDescription": "per Piece",
                            "value": 73.13
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "P_2HDXdn",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 129
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 112
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 57
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 186
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 34.5
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "VES",
                            "unitDescription": "per Kilo",
                            "value": 36.01
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "sTl2PIBq",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 68
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 147
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 156
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 124
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 173
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "GBP",
                            "unitDescription": "per Kilo",
                            "value": 40.21
                          },
                          "notPermitted": true,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 70
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 198
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 38.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 13.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 30.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "Q2HPv3TA",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 181
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 190
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 75
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 182
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 69
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 190
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 14
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 166
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 200
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 54
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 169
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 40.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 131
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 138
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 55
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 77
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 193
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "9Hacgz",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "LyGXstSH",
                          "pricedAncillaryRef": "gUy29ivj",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 13.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 48.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 45.9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 41.7
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "K4LmBExW",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 157
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 147
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 77
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "CHF",
                            "unitDescription": "per Piece",
                            "value": 63.74
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "7-30_bPr",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 146
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.8
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "KRW",
                            "unitDescription": "per Kilo",
                            "value": 23.24
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "4O81x2R3",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 133
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 112
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 103
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 140
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 199
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "XOF",
                            "unitDescription": "per Piece",
                            "value": 89.6
                          },
                          "notPermitted": false,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "ocoVmJ",
                    "value": "RQ"
                  },
                  "classOfService": "S",
                  "couponNumber": "06",
                  "couponUse": "K",
                  "currentStatus": "Dn",
                  "endDateTime": "2026-09-15T00:00:00.0Z",
                  "endLocation": "PEF",
                  "fareBasisCode": "HkCd1EOR",
                  "marketingFlightNumber": "5827",
                  "marketingProvider": {
                    "checkDigit": "4",
                    "name": "Breitenberg, Botsford and Trantow",
                    "number": "012",
                    "value": "HX"
                  },
                  "segmentRef": "09604711-536d-402b-87bd-e18dce294025",
                  "startDateTime": "2027-04-05T00:00:00.0Z",
                  "startLocation": "wQd",
                  "status": "UNABLE_TO_LOCATE",
                  "stopOver": "Q"
                }
              ],
              "ticketNumber": {
                "airlineAccountingCode": "614",
                "checkDigit": "6",
                "number": "11438997888838",
                "serialNumber": "7664289226"
              },
              "ticketRemark": [
                {
                  "category": "PASSENGER",
                  "header": "TcAXJvnyPf",
                  "remarkLine": "nA5zXSXobj7TAgC59ah5PZPLSBKLgO28Hy1GMEomhig1hd8RVE",
                  "sequence": 46,
                  "type": "Special Assistance"
                },
                {
                  "category": "MANUAL",
                  "header": "NBeVWoOeeu",
                  "remarkLine": "KJxqCFViHtLd9w8sOmU8mrpCa8nFA3vLCqNg0ihTengdqlKjHk",
                  "sequence": 97,
                  "type": "Baggage"
                },
                {
                  "category": "PREPAID",
                  "header": "tgBtJcehFV",
                  "remarkLine": "dQtEQpga88ry9wfRXA1bNKtlYCziHOdG3HttQJF5KVPzSYlK6w",
                  "sequence": 40,
                  "type": "Special Assistance"
                },
                {
                  "category": "ORIGINALISSUE",
                  "header": "AXgWWFrNOz",
                  "remarkLine": "skmCr0rxkpNldmfXVem4TtsA7CzIgP3O4GrMmNullt0wz1GLBm",
                  "sequence": 83,
                  "type": "Baggage"
                }
              ],
              "tourNumber": "aMHvMN"
            },
            {
              "agent": {
                "duty": "Av",
                "homeBranch": "68785",
                "homeLocation": "nBW",
                "homeStation": "3655",
                "lniata": "9X5Ggq",
                "sine": "gyT",
                "stationLocation": "wbt",
                "stationNumber": "7507",
                "ticketingProvider": {
                  "checkDigit": "7",
                  "name": "Beatty and Sons",
                  "number": "455",
                  "value": "qi"
                },
                "type": "h",
                "workLocation": "QVj"
              },
              "discountDetails": {
                "dealName": [
                  "MEMBER_ONLY",
                  "EARLY_BIRD",
                  "SUMMER_SALE"
                ],
                "offerName": [
                  "Promo2",
                  "Promo1"
                ],
                "promotionCode": [
                  "SAVE50",
                  "SAVE20"
                ]
              },
              "expiryDate": "2027-07-06",
              "fareCalculation": "WRGcFK3Ndrm9g8GKHcqt",
              "fareCalculationMode": "8",
              "fareCalculationPricing": "3",
              "history": [
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "2469593413",
                        "provider": "[object Object]",
                        "tier": "Ho"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "2646755636",
                        "provider": "[object Object]",
                        "tier": "yd"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "7713601491",
                        "provider": "[object Object]",
                        "tier": "iB"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "4916956134",
                        "provider": "[object Object]",
                        "tier": "BL"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "jl",
                    "homeLocation": "Lnk",
                    "lniata": "nNKJto",
                    "sine": "edq",
                    "ticketingProvider": {
                      "checkDigit": "1",
                      "name": "Kuvalis - Bayer",
                      "number": "519",
                      "value": "Il"
                    },
                    "workLocation": "nyg"
                  },
                  "code": "jI",
                  "details": {
                    "accountingCode": "vTNiTD",
                    "affectedCoupons": "38",
                    "currentDocumentStatus": "mq",
                    "documentEventActivity": "OriAR",
                    "documentPurgeTypeCode": "pM",
                    "newReservation": "QHTKJP",
                    "oldRemark": "xoOCPFpfeZ",
                    "oldReservation": "NYMNGD",
                    "previousDocumentStatus": "mm",
                    "supportingDocument": "3299557443"
                  },
                  "number": 249,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "04",
                      "number": 859,
                      "sequence": 2
                    },
                    "supportingDocument": {
                      "affectedCoupons": "32",
                      "number": 96,
                      "sequence": 1
                    }
                  },
                  "sequence": 5,
                  "serviceCouponHistory": [
                    {
                      "coupon": 4,
                      "currentStatus": "jM",
                      "sequence": 5
                    },
                    {
                      "coupon": 8,
                      "currentStatus": "hV",
                      "sequence": 2
                    },
                    {
                      "coupon": 3,
                      "currentStatus": "LO",
                      "sequence": 3
                    },
                    {
                      "coupon": 2,
                      "currentStatus": "If",
                      "sequence": 2
                    }
                  ],
                  "transactionInfo": {
                    "id": "34aa8e6c-cb1b-481f-aed3-cede03939bba",
                    "inputMessage": "TwYDdOhteifDeorcPEGM",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Fritsch - Swaniawski"
                  }
                }
              ],
              "id": "48822a57-bf74-48e4-a8cc-7035e16108c7",
              "issued": true,
              "issueDate": "2025-10-27T00:00:00.0Z",
              "issueTime": {
                "useForPricing": false,
                "value": "2026-06-23T00:00:00.0Z"
              },
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "LKR",
                    "value": 336.79
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": false,
                  "remarks": "ypNqtVQMro",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "GMD",
                    "value": 54.57
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "PEN",
                    "value": 277.01
                  }
                }
              ],
              "presentCreditCard": true,
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "135632",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "CZK",
                      "value": 105.69
                    },
                    "valueCode": "Nlzv"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 0.8464,
                      "bankerSellingRate": 1.0609,
                      "iataClearingHouseRate": 1.0067
                    },
                    "text": "726773",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "BSD",
                      "value": 316.78
                    },
                    "valueCode": "U0i8"
                  },
                  "net": {
                    "text": "230019",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "BBD",
                      "value": 26.86
                    },
                    "valueCode": "tio0"
                  },
                  "tax": [
                    {
                      "exempt": false,
                      "name": "xfuFXffiCc",
                      "sequence": 4,
                      "status": "VB",
                      "taxCode": "BPF",
                      "text": "161336",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "AUD",
                        "value": 131.13
                      },
                      "valueCode": "hsDT"
                    },
                    {
                      "exempt": true,
                      "name": "AAhvbJMMLo",
                      "sequence": 2,
                      "status": "xi",
                      "taxCode": "JxZ",
                      "text": "059989",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "NIO",
                        "value": 347.62
                      },
                      "valueCode": "JFz4"
                    },
                    {
                      "exempt": false,
                      "name": "rKqOETzkEF",
                      "sequence": 5,
                      "status": "BT",
                      "taxCode": "UfY",
                      "text": "395315",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "AFN",
                        "value": 122.94
                      },
                      "valueCode": "AB3x"
                    },
                    {
                      "exempt": true,
                      "name": "oEbgyzVDYA",
                      "sequence": 5,
                      "status": "Dt",
                      "taxCode": "zBJ",
                      "text": "188102",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "GHS",
                        "value": 27.35
                      },
                      "valueCode": "hpMu"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 1.0774,
                    "text": "227687",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "CUP",
                      "value": 237.81
                    },
                    "valueCode": "bVXi"
                  },
                  "totalTax": {
                    "text": "874958",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "NZD",
                      "value": 440.48
                    },
                    "valueCode": "fe9a"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": true,
                      "name": "SFhvbwCvQX",
                      "sequence": 1,
                      "status": "QB",
                      "taxCode": "sou",
                      "text": "302002",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "GBP",
                        "value": 386.32
                      },
                      "valueCode": "ENfj"
                    },
                    {
                      "exempt": true,
                      "name": "aLdDUDmCXY",
                      "sequence": 4,
                      "status": "TY",
                      "taxCode": "jOz",
                      "text": "464948",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "NPR",
                        "value": 451.21
                      },
                      "valueCode": "lZWj"
                    },
                    {
                      "exempt": false,
                      "name": "VIqBfQUSKC",
                      "sequence": 3,
                      "status": "ik",
                      "taxCode": "ncn",
                      "text": "520819",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "ILS",
                        "value": 350.61
                      },
                      "valueCode": "pReX"
                    },
                    {
                      "exempt": false,
                      "name": "tVyELEnlMG",
                      "sequence": 1,
                      "status": "Nv",
                      "taxCode": "ZNF",
                      "text": "778653",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MKD",
                        "value": 267.97
                      },
                      "valueCode": "oLjH"
                    }
                  ]
                }
              },
              "refundable": false,
              "relatedDocument": {
                "conjuctive": [
                  {
                    "checkDigit": "1",
                    "number": "4613262687324",
                    "sequence": 4
                  }
                ]
              },
              "reservation": {
                "creationDate": "2025-09-27T00:00:00.0Z",
                "provider": "Murray - Bergnaum",
                "recordLocator": "UCJPXT"
              },
              "systemCreateDateTime": "2026-08-22T00:00:00.0Z",
              "ticketCoupon": [
                {
                  "bagAllowance": "0PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Additional item allowed",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "OPTIONAL_SERVICES",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 75
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 146
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 109
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 137
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 144
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "fD-jToDV",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 151
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 146
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 109
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "eZ0An2eL",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 110
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 150
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 198
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 90
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "v0TmZruz",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 152
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "EKis7slv",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 53
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 99
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "M5R8xzxW",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 142
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 173
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 24.9
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 156
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 173
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "HzgJ2y",
                          "ruleType": "OVERRIDE"
                        },
                        "id": "QcAOWSaM",
                        "pricedAncillaryRef": "RvRRui0-",
                        "quantity": 3,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 45.1
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 39.5
                          }
                        ],
                        "unknown": false
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "DplxtkJ3",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 132
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 70
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 195
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 132
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "LAK",
                            "unitDescription": "per Piece",
                            "value": 18.97
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "XOI0vtWN",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 98
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 20.3
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "FKP",
                            "unitDescription": "per Piece",
                            "value": 45.2
                          },
                          "notPermitted": true,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 73
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 3.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "51LMOyM3",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 196
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 148
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 114
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 192
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 3.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 3.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "L0dtuGmC",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 121
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 108
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 72
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 102
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 195
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 38.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "dPR_FmND",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 66
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 69
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 42.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "xKCsZG5Q",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 64
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 71
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "YH818D",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "_7cQSXnI",
                          "pricedAncillaryRef": "9mRRcUIv",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 6.3
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 7.8
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 73
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 148
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 89
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 191
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "b6zrEA_K",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 194
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 195
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 86
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 64
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 188
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 152
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 72
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 159
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "V9yGud",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "MeGXdqeA",
                          "pricedAncillaryRef": "Y9XVqJo4",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 1.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 23.3
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 44.3
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 2.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 39.7
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 71
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 118
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 70
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 23.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "B1-LD2lZ",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 53
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 174
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 97
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 136
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 99
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 1.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 11
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "fUDydLt7",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 91
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 77
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 30
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 5.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 35.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "lHQchWpk",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 87
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 58
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 190
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 15.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 49.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 34.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "AghxEkz6",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 90
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 161
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 175
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 150
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 95
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 61
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 192
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 199
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 34.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "Ov5LCt",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "2OxTDPOP",
                          "pricedAncillaryRef": "JssIqf_4",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 2.2
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "UKXeEIAO",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 183
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 20.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 46.1
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "JPY",
                            "unitDescription": "per Kilo",
                            "value": 82.38
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "3XVsmTif",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 84
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 119
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 62
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 175
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 183
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 7.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.7
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "CRC",
                            "unitDescription": "per Piece",
                            "value": 33.05
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "9qCStQmo",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 113
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 69
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 163
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 192
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 24.6
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "BND",
                            "unitDescription": "per Kilo",
                            "value": 80.41
                          },
                          "notPermitted": true,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "YaIFBx",
                    "value": "RQ"
                  },
                  "classOfService": "s",
                  "couponNumber": "44",
                  "couponUse": "v",
                  "currentStatus": "UP",
                  "endDateTime": "2027-07-24T00:00:00.0Z",
                  "endLocation": "VwJ",
                  "fareBasisCode": "0sFQ0sDt",
                  "marketingFlightNumber": "9630",
                  "marketingProvider": {
                    "checkDigit": "6",
                    "name": "Sawayn - Aufderhar",
                    "number": "607",
                    "value": "Gz"
                  },
                  "segmentRef": "63038024-b12c-4a3e-8023-3d18b2db6d4d",
                  "startDateTime": "2026-09-07T00:00:00.0Z",
                  "startLocation": "daI",
                  "status": "PRINTED_INTERLINE",
                  "stopOver": "F"
                },
                {
                  "bagAllowance": "0PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Must fit under seat",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "ENTITLEMENTS",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 146
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 116
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 96
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 159
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 51
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "0Xk1mwNc",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 172
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 111
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 85
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "iBtKvpR2",
                            "quantity": 1
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 51
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35.5
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 149
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 148
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 192
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 171
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 147
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.3
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "zDfuvc",
                          "ruleType": "ADDITIONAL"
                        },
                        "id": "OcAR9ng9",
                        "pricedAncillaryRef": "qixyg0iR",
                        "quantity": 1,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 4.9
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 48.5
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "isZ-bwBO",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 158
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 123
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 53
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 142
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "MRU",
                            "unitDescription": "per Piece",
                            "value": 92.31
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "f5g4H5gn",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 84
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 52
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32.3
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "GIP",
                            "unitDescription": "per Piece",
                            "value": 22
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "ihNjivbZ",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 152
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 68
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 100
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 45.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.1
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "LSL",
                            "unitDescription": "per Piece",
                            "value": 80.05
                          },
                          "notPermitted": true,
                          "unknown": true
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 99
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 149
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 15.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 23.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 21.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "T5DbZIFA",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 199
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 128
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 197
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 182
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 167
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 154
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 176
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 12.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 107
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 195
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 193
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 172
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 72
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 178
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 74
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 102
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "yfQtWs",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "LD_kSvJe",
                          "pricedAncillaryRef": "OmUuyu87",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 30.8
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 136
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 64
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 188
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 88
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 40.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "KHPcP4wx",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 132
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 167
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 189
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 49.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "Kh2NpCL9",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 176
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 87
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 82
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 78
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 61
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "V7EY10cX",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 152
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 99
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 90
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 102
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 159
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "rM5RvQ",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "alwd25n7",
                          "pricedAncillaryRef": "Mp7gpcIO",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 47.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 23.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 15.3
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 19.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 4.6
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "KI92U2tM",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 189
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 134
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 91
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 45.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.9
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "GIP",
                            "unitDescription": "per Piece",
                            "value": 41.27
                          },
                          "notPermitted": true,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "vWJkku",
                    "value": "OK"
                  },
                  "classOfService": "h",
                  "couponNumber": "51",
                  "couponUse": "h",
                  "currentStatus": "JI",
                  "endDateTime": "2027-07-14T00:00:00.0Z",
                  "endLocation": "IyW",
                  "fareBasisCode": "x8UmgvsX",
                  "marketingFlightNumber": "2497",
                  "marketingProvider": {
                    "checkDigit": "3",
                    "name": "Heathcote - Hackett",
                    "number": "002",
                    "value": "eW"
                  },
                  "segmentRef": "514e4500-d750-4b71-a61a-e9c540bc4b81",
                  "startDateTime": "2026-12-04T00:00:00.0Z",
                  "startLocation": "RfV",
                  "status": "UNABLE_TO_LOCATE",
                  "stopOver": "j"
                },
                {
                  "bagAllowance": "1PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Additional item allowed",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "ENTITLEMENTS",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 94
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 116
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 69
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 159
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "iQ64ZbGk",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 131
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 157
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 87
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "SWPGO5QQ",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 164
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 175
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 84
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 109
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "9n0iMwqN",
                            "quantity": 1
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 129
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 34.1
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 88
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 163
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 177
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 103
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 128
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.1
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "qufODL",
                          "ruleType": "OVERRIDE_ALLOWANCE"
                        },
                        "id": "fXICD27z",
                        "pricedAncillaryRef": "HDBKhZvB",
                        "quantity": 2,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 29.5
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 38.9
                          }
                        ],
                        "unknown": false
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "99EzbxZO",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 159
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 89
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 51
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16.3
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "MAD",
                            "unitDescription": "per Piece",
                            "value": 76.79
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "lvaP7NYd",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 59
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 165
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 88
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.6
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "BIF",
                            "unitDescription": "per Kilo",
                            "value": 13.36
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "qQ3H7onp",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 176
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 136
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 51
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 34
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "ETB",
                            "unitDescription": "per Piece",
                            "value": 34.64
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "FctAR8Az",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 195
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 186
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.2
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "KMF",
                            "unitDescription": "per Kilo",
                            "value": 77.18
                          },
                          "notPermitted": false,
                          "unknown": true
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 57
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 13.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 36.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "iAYC34Cf",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 61
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 30.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "nbBp_ftz",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 192
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 174
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 154
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 123
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 14.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 50
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 186
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 148
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 176
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 34.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 173
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 198
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 155
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "hGPLSB",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "ZBsrwN-P",
                          "pricedAncillaryRef": "oxAU_431",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 23.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 14.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 41.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 21.8
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 73
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 191
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 74
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 36.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "e8cXR0y8",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 79
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 123
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 136
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 183
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 36.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "_Kd00-7n",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 107
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 122
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 46.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "COrdlUcc",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 116
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 174
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 109
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 100
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 160
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 68
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 174
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 193
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 169
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 100
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 125
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 125
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 197
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "V36iwE",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "mDkiSWsa",
                          "pricedAncillaryRef": "VT3GuFeX",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 34.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 7.9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 13.2
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 24.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 2.3
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 151
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 162
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 119
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 137
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 170
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 46.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 50
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 36.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "dkES7JKN",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 98
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 175
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 87
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 124
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "gQng54",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "WgO2Ibt4",
                          "pricedAncillaryRef": "ifEMHyTf",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 5.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 13.3
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 20.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 22.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 30.1
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 132
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 89
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 23.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "EOYCjZE_",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 52
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 109
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 11.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "0DvUnHl5",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 178
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 68
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 164
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 87
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 133
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "LTV4_kic",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 163
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 81
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 196
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 67
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 143
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 109
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "9HPbIb",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "UHReBRjg",
                          "pricedAncillaryRef": "QrZDWV6K",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 31
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 38.4
                            }
                          ],
                          "unknown": true
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "--Mz48M-",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 63
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 6.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.6
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "WST",
                            "unitDescription": "per Piece",
                            "value": 76.38
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "WlnDE3gS",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 152
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 135
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "MDL",
                            "unitDescription": "per Piece",
                            "value": 80.14
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "Cis61gq2",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 109
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 200
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 83
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 66
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 13.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 46.7
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "SDG",
                            "unitDescription": "per Kilo",
                            "value": 95.26
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "NnxY3z9i",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 188
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 105
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 84
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 6
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "LRD",
                            "unitDescription": "per Kilo",
                            "value": 13.38
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "GUOBid",
                    "value": "RQ"
                  },
                  "classOfService": "u",
                  "couponNumber": "46",
                  "couponUse": "G",
                  "currentStatus": "CT",
                  "endDateTime": "2027-03-13T00:00:00.0Z",
                  "endLocation": "XuI",
                  "fareBasisCode": "O1LbkM2T",
                  "marketingFlightNumber": "2683",
                  "marketingProvider": {
                    "checkDigit": "5",
                    "name": "Legros and Sons",
                    "number": "363",
                    "value": "uT"
                  },
                  "segmentRef": "4a93ef5b-86e9-4cb2-8ec3-6d9ce3055277",
                  "startDateTime": "2026-09-11T00:00:00.0Z",
                  "startLocation": "uQM",
                  "status": "IRREGULAR_OPERATIONS",
                  "stopOver": "L"
                },
                {
                  "bagAllowance": "2PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Additional item allowed",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "ENTITLEMENTS",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 113
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 73
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 144
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 96
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 163
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 14.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "9xKmQRFp",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 171
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 68
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 62
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 142
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 33.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 27.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "iMd4UP",
                          "ruleType": "FEE_WAIVER"
                        },
                        "id": "EDpZkAK3",
                        "pricedAncillaryRef": "CdJxAbxR",
                        "quantity": 1,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 33.4
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 12.1
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 46.1
                          }
                        ],
                        "unknown": false
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "voVAlwwv",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 165
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 33.6
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "TMT",
                            "unitDescription": "per Piece",
                            "value": 15.49
                          },
                          "notPermitted": true,
                          "unknown": true
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 159
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 40.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "_fSixLjP",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 99
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 141
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 91
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 169
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 146
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 67
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 74
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 34.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 158
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "VlYNnR",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "gLmJsCQF",
                          "pricedAncillaryRef": "WbQ4KLMr",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 7.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 45.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 35.3
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 27.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 27.5
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 125
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 89
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 35
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 23.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 19.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "3TVJHVxg",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 168
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 152
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 136
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 195
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 34.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 166
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 114
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 186
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 76
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 77
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "gc8MC3",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "3N6NT18h",
                          "pricedAncillaryRef": "LXLr09bd",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 39.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 31.4
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 95
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 147
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 198
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 151
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 182
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "2M8GDzAj",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 129
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 183
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 167
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 177
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 191
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "g6uTk1ye",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 83
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 197
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 93
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 1.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 40.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 4.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "KxTHw6wp",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 194
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 130
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 40
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "7epUeh03",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 99
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 170
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 140
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 106
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 143
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 108
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 197
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 189
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 73
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 95
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 75
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 70
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 189
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 168
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "pAtJ19",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "iQkeWTUk",
                          "pricedAncillaryRef": "C5SOlRZ2",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 37.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 38.2
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 45.4
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "Nty0YJv-",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 138
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.5
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "GIP",
                            "unitDescription": "per Piece",
                            "value": 66.47
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "IGPepfxK",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 56
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 107
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 107
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 20.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 45.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35.9
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "BBD",
                            "unitDescription": "per Piece",
                            "value": 55.88
                          },
                          "notPermitted": true,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "gVFJlA",
                    "value": "OK"
                  },
                  "classOfService": "z",
                  "couponNumber": "41",
                  "couponUse": "O",
                  "currentStatus": "aw",
                  "endDateTime": "2026-12-28T00:00:00.0Z",
                  "endLocation": "jTI",
                  "fareBasisCode": "dEAJ3PjP",
                  "marketingFlightNumber": "4569",
                  "marketingProvider": {
                    "checkDigit": "9",
                    "name": "Fisher, Champlin and Marquardt",
                    "number": "855",
                    "value": "wM"
                  },
                  "segmentRef": "88eb284d-c01d-4ba7-9fdd-c78fd7f5c71d",
                  "startDateTime": "2026-12-22T00:00:00.0Z",
                  "startLocation": "Dsf",
                  "status": "PRINTED",
                  "stopOver": "e"
                },
                {
                  "bagAllowance": "1PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Additional item allowed",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "OPTIONAL_SERVICES",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 109
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 119
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 146
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "IyWMiut1",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 191
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "uSfLL-gS",
                            "quantity": 1
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 198
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 192
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 194
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 79
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 162
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 45
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.6
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 170
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 67
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 128
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 82
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 27.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 34.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 51
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 45.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 153
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 136
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 136
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19.8
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "rOD7Wx",
                          "ruleType": "OVERRIDE"
                        },
                        "id": "7dPIwhp8",
                        "pricedAncillaryRef": "oqeZKrOo",
                        "quantity": 2,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 2.9
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 15.3
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 5.9
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 19.5
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 2.5
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "cwpZ4B8A",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 126
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 147
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 61
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 21.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "XAF",
                            "unitDescription": "per Kilo",
                            "value": 74.14
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "Evj_-m1G",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 119
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 129
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 178
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "BWP",
                            "unitDescription": "per Piece",
                            "value": 26.16
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "v_ESEg0s",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 117
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 140
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 135
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "QAR",
                            "unitDescription": "per Kilo",
                            "value": 64.15
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "3p6e_l_O",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 96
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 20.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "RON",
                            "unitDescription": "per Kilo",
                            "value": 67.95
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "fs25KogH",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 175
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.5
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "MKD",
                            "unitDescription": "per Piece",
                            "value": 26.46
                          },
                          "notPermitted": false,
                          "unknown": true
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 200
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 125
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 137
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 65
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 62
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 49.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 4.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "L5jQCJOP",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 173
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 200
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 56
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 144
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 157
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 14.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "rtiJkg",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "g6pyZ8WQ",
                          "pricedAncillaryRef": "_JypuZ_c",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 33.9
                            }
                          ],
                          "unknown": true
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "-JfIj_sl",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 118
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 146
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 7.1
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "SAR",
                            "unitDescription": "per Piece",
                            "value": 30.15
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "WuTQl51u",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 192
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 174
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 100
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 123
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 149
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 27.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32.5
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "TTD",
                            "unitDescription": "per Kilo",
                            "value": 11.13
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "OajOImz5",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 96
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 137
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 123
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 132
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.6
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "MWK",
                            "unitDescription": "per Piece",
                            "value": 86.94
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "kxxEpj",
                    "value": "OK"
                  },
                  "classOfService": "k",
                  "couponNumber": "40",
                  "couponUse": "P",
                  "currentStatus": "Wr",
                  "endDateTime": "2026-11-05T00:00:00.0Z",
                  "endLocation": "uaP",
                  "fareBasisCode": "dtRfh44r",
                  "marketingFlightNumber": "0908",
                  "marketingProvider": {
                    "checkDigit": "5",
                    "name": "Bernier Group",
                    "number": "818",
                    "value": "kg"
                  },
                  "segmentRef": "c8de3896-129c-4903-ad6a-7d216453816a",
                  "startDateTime": "2026-10-29T00:00:00.0Z",
                  "startLocation": "TgI",
                  "status": "CONTROLLED",
                  "stopOver": "L"
                }
              ],
              "ticketNumber": {
                "airlineAccountingCode": "687",
                "checkDigit": "4",
                "number": "36165003683777",
                "serialNumber": "1997409906"
              },
              "ticketRemark": [
                {
                  "category": "PASSENGER",
                  "header": "cCiKUGyXMm",
                  "remarkLine": "zZTi9djPAlh3l5sgEMfbvTK1EXWehLk5DBE4UZIhOMyKFJkKw2",
                  "sequence": 52,
                  "type": "General"
                },
                {
                  "category": "PRIVATEFARETEXT",
                  "header": "sHEqPwSPKK",
                  "remarkLine": "FuLEKvrw5YexHdXkIgW8a9f6BfLgSc9lhz5OneGfO7KZ60mecb",
                  "sequence": 62,
                  "type": "General"
                }
              ],
              "tourNumber": "aAOpbu"
            }
          ],
          "timaticVerificationResults": {
            "status": "OVERRIDDEN",
            "timaticCountryRequirements": [
              {
                "country": "LV",
                "countryName": "Pakistan",
                "status": "OK_TO_BOARD",
                "timaticVerificationSection": [
                  {
                    "name": "EVALUATION_RESPONSE",
                    "timaticDetail": [
                      {
                        "subtype": "Information",
                        "type": "Visa",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Recommendation",
                        "type": "Customs",
                        "value": "Exempt"
                      }
                    ]
                  },
                  {
                    "name": "HEALTH",
                    "timaticDetail": [
                      {
                        "subtype": "Recommendation",
                        "type": "Passport",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Information",
                        "type": "Customs",
                        "value": "Exempt"
                      }
                    ]
                  }
                ]
              },
              {
                "country": "CI",
                "countryName": "Samoa",
                "status": "OK_TO_BOARD",
                "timaticVerificationSection": [
                  {
                    "name": "OTHERS",
                    "timaticDetail": [
                      {
                        "subtype": "Information",
                        "type": "Visa",
                        "value": "Exempt"
                      },
                      {
                        "subtype": "Requirement",
                        "type": "Passport",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Restriction",
                        "type": "Passport",
                        "value": "Required"
                      },
                      {
                        "subtype": "Information",
                        "type": "Customs",
                        "value": "Not Required"
                      }
                    ]
                  }
                ]
              },
              {
                "country": "PN",
                "countryName": "Reunion",
                "status": "OK_TO_BOARD",
                "timaticVerificationSection": [
                  {
                    "name": "HEALTH",
                    "timaticDetail": [
                      {
                        "subtype": "Requirement",
                        "type": "Passport",
                        "value": "Required"
                      },
                      {
                        "subtype": "Requirement",
                        "type": "Customs",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Applicable",
                        "type": "Health",
                        "value": "Not Required"
                      }
                    ]
                  },
                  {
                    "name": "HEALTH",
                    "timaticDetail": [
                      {
                        "subtype": "Recommendation",
                        "type": "Passport",
                        "value": "Not Required"
                      }
                    ]
                  },
                  {
                    "name": "PASSPORT",
                    "timaticDetail": [
                      {
                        "subtype": "Restriction",
                        "type": "Health",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Recommendation",
                        "type": "Health",
                        "value": "Required"
                      }
                    ]
                  },
                  {
                    "name": "VISA",
                    "timaticDetail": [
                      {
                        "subtype": "Recommendation",
                        "type": "Visa",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Recommendation",
                        "type": "Passport",
                        "value": "Exempt"
                      },
                      {
                        "subtype": "Requirement",
                        "type": "Customs",
                        "value": "Required"
                      },
                      {
                        "subtype": "Information",
                        "type": "Health",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Information",
                        "type": "Customs",
                        "value": "Required"
                      }
                    ]
                  }
                ]
              }
            ]
          },
          "transportationSecurity": {
            "knownTraveler": {
              "applicableCountryCode": "IM",
              "number": "742726"
            },
            "knownTravelerNumber": "225754",
            "preScreeningData": {
              "dateOfBirth": "1990-05-02",
              "gender": "E",
              "personName": {
                "first": "Bertram",
                "last": "Weber",
                "middle": "Charlie",
                "prefix": "Miss",
                "raw": "Patsy Daniel",
                "suffix": "I"
              }
            },
            "redress": {
              "applicableCountryCode": "SN",
              "number": "335249"
            },
            "redresses": [
              {
                "applicableCountryCode": "GT",
                "number": "477454"
              },
              {
                "applicableCountryCode": "NI",
                "number": "714341"
              },
              {
                "applicableCountryCode": "CW",
                "number": "927407"
              }
            ],
            "redressNumber": "4276895888"
          },
          "type": "ADULT",
          "weightCategory": "CHILD"
        },
        {
          "airExtra": [
            {
              "airExtraBundleRef": "aca61abe-0e9f-4a79-b64e-79c9d181e1f9",
              "ancillary": {
                "airline": "[ob",
                "ancillaryRules": {
                  "commissionable": false,
                  "customRules": {
                    "applyHighestTierLevel": true,
                    "convertible": false,
                    "excludedFormOfPayment": [
                      "AX"
                    ],
                    "maxQuantityPerPassenger": 2
                  },
                  "exchangeable": true,
                  "feeApplicationMethod": {
                    "code": "3",
                    "value": "HALF_PERCENT_OF_FARE_PER_KG"
                  },
                  "formOfRefund": {
                    "code": "3",
                    "value": "ORIGINAL"
                  },
                  "freeAllowanceEligibility": {
                    "quantity": 4
                  },
                  "freeOfChargeRules": [
                    "BOOKING_REQUIRED"
                  ],
                  "interlineable": true,
                  "inventoryControlled": false,
                  "paperTicketRequired": false,
                  "purchaseAtTicketIssue": true,
                  "purchaseBy": "2026-12-09",
                  "refundable": true,
                  "tourCode": "lNB8Vw"
                },
                "bagType": "GOLF",
                "bookingMethod": {
                  "code": "7=",
                  "value": "SPECIAL_SERVICE_REQUEST"
                },
                "bundledAncillaryRefs": [
                  "id01",
                  "id02"
                ],
                "commercialName": "LOUNGE ACCESS",
                "displayOnly": true,
                "electronicMiscDocType": {
                  "code": "2",
                  "consumedAtIssuance": true,
                  "value": "STANDALONE"
                },
                "group": "MEA",
                "id": "2asKKx",
                "reasonForIssuance": {
                  "code": "B",
                  "value": "GROUND_TRANSPORT_NON_AIR_SERVICES"
                },
                "sequenceNumber": 70,
                "serviceType": {
                  "code": "8d",
                  "value": "PREREGISTERED_BAGGAGE"
                },
                "specialService": {
                  "code": "PETC",
                  "requiredProperties": {
                    "propertyDefinition": [
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 11,
                        "min": 4,
                        "name": "SIZE",
                        "optional": false,
                        "type": "DECIMAL",
                        "unit": "LB"
                      },
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 49,
                        "min": 1,
                        "name": "AGE",
                        "optional": false,
                        "type": "ENUM",
                        "unit": "IN"
                      },
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 37,
                        "min": 1,
                        "name": "WEIGHT",
                        "optional": true,
                        "type": "INT",
                        "unit": "IN"
                      }
                    ]
                  },
                  "type": "OPTIONAL"
                },
                "ssimCode": "Drt",
                "subCode": "379",
                "vendor": "SABR",
                "weight": [
                  {
                    "unit": "KILOGRAM",
                    "value": 18.8
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 30.4
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 44.3
                  }
                ]
              },
              "bookingIndicator": "56",
              "disassociated": true,
              "emdNumber": {
                "number": "89666565605128"
              },
              "emdPaperIndicator": "P",
              "eMDSegmentCoupons": {
                "eMDSegmentCoupon": [
                  {
                    "emdCouponNumber": "75",
                    "segmentRef": "0e3345e2-d998-4956-b40b-6c90dfd90ff1"
                  },
                  {
                    "emdCouponNumber": "29",
                    "segmentRef": "fde79764-4afe-4a93-ada2-4dff68288184"
                  },
                  {
                    "emdCouponNumber": "50",
                    "segmentRef": "91e678c0-1ab9-4273-a326-84b11e712935"
                  },
                  {
                    "emdCouponNumber": "77",
                    "segmentRef": "b77eaa4d-67c4-4185-98be-b4078ac68177"
                  },
                  {
                    "emdCouponNumber": "67",
                    "segmentRef": "4ec96a20-cfa7-40e5-9564-4869f140ff09"
                  }
                ]
              },
              "feeApplicationIndicator": "59",
              "id": "cbf1b961-e742-48c1-8d93-b774361b3d24",
              "miscFee": {
                "dealName": "WINTER SALE",
                "group": "BG",
                "id": "c0e36b55-bb96-47ea-af26-7bb7b1740cb2",
                "offerName": "MAY WEEKEND DISCOUNT",
                "reasonForIssuance": "A",
                "subCode": "095"
              },
              "offerId": {
                "id": "edc9ecfc-897a-44ee-9fd6-f809d561a750",
                "itemId": "e388ae74-7b47-44d1-905b-e049090d3a86"
              },
              "passengerSegmentRefs": [
                "id01",
                "id02"
              ],
              "paymentStatus": {
                "statusCode": "OK",
                "value": "WAIVED"
              },
              "pnrId": "CJWCBR",
              "quantity": 3,
              "specialServiceDescription": {
                "code": "sTrP",
                "properties": {
                  "property": [
                    {
                      "name": "TIME_TO_OPEN_CHECK_IN",
                      "value": "339"
                    }
                  ]
                },
                "text": "sZJApHZwszHAjwg"
              },
              "syntheticIdentifier": "18742242821235245263",
              "taxExemption": false,
              "ticketUsedForEmdPricing": "Y",
              "type": "MISC_FEE",
              "weight": {
                "unit": "KILOGRAM",
                "value": 17.2
              }
            }
          ],
          "airExtraBundle": [
            {
              "childRef": [
                "id01",
                "id02"
              ],
              "id": "587a2919-71fa-4e14-8a69-a55f04fade19",
              "parentRef": "4415e3f9-2292-4476-8124-a27cd081706c"
            },
            {
              "childRef": [
                "id01",
                "id02"
              ],
              "id": "fde33b5f-4d1b-44b0-9f9e-5573d34208a8",
              "parentRef": "5b409c62-979b-4c84-8686-72c56c78f0b3"
            },
            {
              "childRef": [
                "id01",
                "id02"
              ],
              "id": "7fc94d28-3ae0-4a46-b5fe-8c202542a0d6",
              "parentRef": "f00e9d3a-c520-42ab-b78b-f7263ad5b259"
            },
            {
              "childRef": [
                "id01",
                "id02"
              ],
              "id": "bd2bf853-53e7-49bb-a1a5-26f64bc88863",
              "parentRef": "223a16d6-5730-46af-ad26-50692c625e19"
            }
          ],
          "airExtraDocument": [
            {
              "airExtraDocumentCoupon": [
                {
                  "number": 96,
                  "passengerSegmentRef": "29f4d0eb-9d6a-4ded-b468-54e5ba42e8b4",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "SCR",
                        "value": 475.28
                      },
                      "code": "Ta",
                      "conversionRatio": {
                        "minimumPoints": 594,
                        "value": 0.47
                      },
                      "equivAmount": {
                        "currency": "LYD",
                        "value": 176.13
                      },
                      "override": true,
                      "points": 48294,
                      "referenceAmount": {
                        "currency": "OMR",
                        "value": 352.81
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "SHP",
                          "value": 163.7
                        },
                        "code": "kH",
                        "conversionRatio": {
                          "minimumPoints": 278,
                          "value": 0.22
                        },
                        "equivAmount": {
                          "currency": "BTN",
                          "value": 292.14
                        },
                        "override": true,
                        "points": 13552,
                        "referenceAmount": {
                          "currency": "DJF",
                          "value": 25.06
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BWP",
                          "value": 116.24
                        },
                        "code": "gd",
                        "conversionRatio": {
                          "minimumPoints": 390,
                          "value": 0.34
                        },
                        "equivAmount": {
                          "currency": "BHD",
                          "value": 482.19
                        },
                        "override": true,
                        "points": 36970,
                        "referenceAmount": {
                          "currency": "TOP",
                          "value": 323.79
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "LAK",
                          "value": 493.58
                        },
                        "code": "VP",
                        "conversionRatio": {
                          "minimumPoints": 390,
                          "value": 0.54
                        },
                        "equivAmount": {
                          "currency": "LKR",
                          "value": 297.25
                        },
                        "override": false,
                        "points": 26683,
                        "referenceAmount": {
                          "currency": "ERN",
                          "value": 269.78
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "PKR",
                          "value": 432.79
                        },
                        "code": "eb",
                        "conversionRatio": {
                          "minimumPoints": 935,
                          "value": 0.72
                        },
                        "equivAmount": {
                          "currency": "MAD",
                          "value": 422.97
                        },
                        "override": true,
                        "points": 26831,
                        "referenceAmount": {
                          "currency": "HTG",
                          "value": 240.27
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "MDL",
                          "value": 183.7
                        },
                        "code": "lL",
                        "conversionRatio": {
                          "minimumPoints": 218,
                          "value": 0.99
                        },
                        "equivAmount": {
                          "currency": "ALL",
                          "value": 66.41
                        },
                        "override": true,
                        "points": 4559,
                        "referenceAmount": {
                          "currency": "KPW",
                          "value": 182.44
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "BBD",
                          "value": 389.22
                        },
                        "code": "OY",
                        "conversionRatio": {
                          "minimumPoints": 720,
                          "value": 0.41
                        },
                        "equivAmount": {
                          "currency": "KGS",
                          "value": 135.89
                        },
                        "override": true,
                        "points": 46158,
                        "referenceAmount": {
                          "currency": "DOP",
                          "value": 341.25
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "IRR",
                          "value": 497.3
                        },
                        "code": "lK",
                        "conversionRatio": {
                          "minimumPoints": 558,
                          "value": 0.99
                        },
                        "equivAmount": {
                          "currency": "STN",
                          "value": 32.11
                        },
                        "override": false,
                        "points": 26542,
                        "referenceAmount": {
                          "currency": "USD",
                          "value": 298.33
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ARS",
                          "value": 338.79
                        },
                        "code": "Am",
                        "conversionRatio": {
                          "minimumPoints": 758,
                          "value": 0.4
                        },
                        "equivAmount": {
                          "currency": "LBP",
                          "value": 377.21
                        },
                        "override": false,
                        "points": 8030,
                        "referenceAmount": {
                          "currency": "RWF",
                          "value": 337.71
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BHD",
                          "value": 207.23
                        },
                        "code": "cO",
                        "conversionRatio": {
                          "minimumPoints": 213,
                          "value": 0.15
                        },
                        "equivAmount": {
                          "currency": "LRD",
                          "value": 22.73
                        },
                        "override": true,
                        "points": 36855,
                        "referenceAmount": {
                          "currency": "HUF",
                          "value": 116.62
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "SZL",
                          "value": 458.05
                        },
                        "code": "DP",
                        "conversionRatio": {
                          "minimumPoints": 226,
                          "value": 0.17
                        },
                        "equivAmount": {
                          "currency": "KES",
                          "value": 108.47
                        },
                        "override": true,
                        "points": 11623,
                        "referenceAmount": {
                          "currency": "XCD",
                          "value": 190.92
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "CNY",
                          "value": 121.61
                        },
                        "code": "Dj",
                        "conversionRatio": {
                          "minimumPoints": 206,
                          "value": 0.43
                        },
                        "equivAmount": {
                          "currency": "SRD",
                          "value": 123
                        },
                        "override": false,
                        "points": 18169,
                        "referenceAmount": {
                          "currency": "FJD",
                          "value": 317.35
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "XPF",
                          "value": 313.19
                        },
                        "code": "Wd",
                        "conversionRatio": {
                          "minimumPoints": 219,
                          "value": 0.45
                        },
                        "equivAmount": {
                          "currency": "FKP",
                          "value": 166.61
                        },
                        "override": false,
                        "points": 19219,
                        "referenceAmount": {
                          "currency": "MYR",
                          "value": 12.82
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "ANG",
                          "value": 473.18
                        },
                        "code": "oG",
                        "conversionRatio": {
                          "minimumPoints": 341,
                          "value": 0.3
                        },
                        "equivAmount": {
                          "currency": "UZS",
                          "value": 59.58
                        },
                        "override": false,
                        "points": 6444,
                        "referenceAmount": {
                          "currency": "BHD",
                          "value": 459.34
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SBD",
                          "value": 48.17
                        },
                        "code": "yP",
                        "conversionRatio": {
                          "minimumPoints": 945,
                          "value": 0.11
                        },
                        "equivAmount": {
                          "currency": "JMD",
                          "value": 304.4
                        },
                        "override": true,
                        "points": 2274,
                        "referenceAmount": {
                          "currency": "AWG",
                          "value": 397.22
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "TND",
                          "value": 46.76
                        },
                        "code": "dq",
                        "conversionRatio": {
                          "minimumPoints": 260,
                          "value": 0.92
                        },
                        "equivAmount": {
                          "currency": "XAF",
                          "value": 177.73
                        },
                        "override": false,
                        "points": 20918,
                        "referenceAmount": {
                          "currency": "TZS",
                          "value": 201.65
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MMK",
                          "value": 267.76
                        },
                        "code": "XF",
                        "conversionRatio": {
                          "minimumPoints": 893,
                          "value": 0.93
                        },
                        "equivAmount": {
                          "currency": "MXN",
                          "value": 123.02
                        },
                        "override": false,
                        "points": 36790,
                        "referenceAmount": {
                          "currency": "IDR",
                          "value": 466.71
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "GBP",
                          "value": 285.12
                        },
                        "code": "HS",
                        "conversionRatio": {
                          "minimumPoints": 146,
                          "value": 0.31
                        },
                        "equivAmount": {
                          "currency": "MMK",
                          "value": 315.65
                        },
                        "override": true,
                        "points": 46853,
                        "referenceAmount": {
                          "currency": "VUV",
                          "value": 276.7
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "GHS",
                          "value": 403.11
                        },
                        "code": "wF",
                        "conversionRatio": {
                          "minimumPoints": 290,
                          "value": 0.98
                        },
                        "equivAmount": {
                          "currency": "CVE",
                          "value": 189.01
                        },
                        "override": false,
                        "points": 3539,
                        "referenceAmount": {
                          "currency": "UGX",
                          "value": 246.7
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "AWG",
                          "value": 215.75
                        },
                        "code": "lI",
                        "conversionRatio": {
                          "minimumPoints": 364,
                          "value": 0.69
                        },
                        "equivAmount": {
                          "currency": "PAB",
                          "value": 252.86
                        },
                        "override": true,
                        "points": 27989,
                        "referenceAmount": {
                          "currency": "DJF",
                          "value": 76.49
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "KGS",
                          "value": 274.18
                        },
                        "code": "cT",
                        "conversionRatio": {
                          "minimumPoints": 237,
                          "value": 0.71
                        },
                        "equivAmount": {
                          "currency": "GIP",
                          "value": 279.29
                        },
                        "override": true,
                        "points": 5167,
                        "referenceAmount": {
                          "currency": "KYD",
                          "value": 10.07
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BYN",
                          "value": 329.1
                        },
                        "code": "PV",
                        "conversionRatio": {
                          "minimumPoints": 922,
                          "value": 0.74
                        },
                        "equivAmount": {
                          "currency": "GNF",
                          "value": 150.73
                        },
                        "override": true,
                        "points": 49654,
                        "referenceAmount": {
                          "currency": "NOK",
                          "value": 215.82
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "XAF",
                        "value": 63.33
                      },
                      "code": "Lc",
                      "conversionRatio": {
                        "minimumPoints": 949,
                        "value": 0.19
                      },
                      "equivAmount": {
                        "currency": "LAK",
                        "value": 177.97
                      },
                      "override": false,
                      "points": 4003,
                      "referenceAmount": {
                        "currency": "GYD",
                        "value": 82.84
                      },
                      "taxType": "FLAT"
                    }
                  }
                },
                {
                  "number": 18,
                  "passengerSegmentRef": "56e21a86-2758-4c00-b136-1ac2e122c7ba",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "SLE",
                        "value": 424.3
                      },
                      "code": "mL",
                      "conversionRatio": {
                        "minimumPoints": 462,
                        "value": 0.32
                      },
                      "equivAmount": {
                        "currency": "WST",
                        "value": 209.7
                      },
                      "override": false,
                      "points": 5440,
                      "referenceAmount": {
                        "currency": "PYG",
                        "value": 166.88
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "XOF",
                          "value": 135.23
                        },
                        "code": "kk",
                        "conversionRatio": {
                          "minimumPoints": 918,
                          "value": 0.82
                        },
                        "equivAmount": {
                          "currency": "IRR",
                          "value": 242.4
                        },
                        "override": false,
                        "points": 24344,
                        "referenceAmount": {
                          "currency": "SLE",
                          "value": 98.25
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "AMD",
                          "value": 391.64
                        },
                        "code": "sd",
                        "conversionRatio": {
                          "minimumPoints": 773,
                          "value": 0.46
                        },
                        "equivAmount": {
                          "currency": "SLE",
                          "value": 286.91
                        },
                        "override": true,
                        "points": 6715,
                        "referenceAmount": {
                          "currency": "HTG",
                          "value": 138.64
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "MWK",
                          "value": 421.45
                        },
                        "code": "ZU",
                        "conversionRatio": {
                          "minimumPoints": 460,
                          "value": 0.52
                        },
                        "equivAmount": {
                          "currency": "PHP",
                          "value": 270.72
                        },
                        "override": false,
                        "points": 17326,
                        "referenceAmount": {
                          "currency": "MUR",
                          "value": 112.52
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ISK",
                          "value": 405.71
                        },
                        "code": "JY",
                        "conversionRatio": {
                          "minimumPoints": 408,
                          "value": 0.55
                        },
                        "equivAmount": {
                          "currency": "HKD",
                          "value": 381.76
                        },
                        "override": false,
                        "points": 9963,
                        "referenceAmount": {
                          "currency": "ETB",
                          "value": 378.07
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "YER",
                          "value": 204.16
                        },
                        "code": "cE",
                        "conversionRatio": {
                          "minimumPoints": 818,
                          "value": 0.64
                        },
                        "equivAmount": {
                          "currency": "PLN",
                          "value": 86.13
                        },
                        "override": false,
                        "points": 13563,
                        "referenceAmount": {
                          "currency": "BYN",
                          "value": 79.03
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "AUD",
                          "value": 461.07
                        },
                        "code": "Er",
                        "conversionRatio": {
                          "minimumPoints": 545,
                          "value": 0.38
                        },
                        "equivAmount": {
                          "currency": "SCR",
                          "value": 494.08
                        },
                        "override": true,
                        "points": 31232,
                        "referenceAmount": {
                          "currency": "KGS",
                          "value": 380.4
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "LBP",
                          "value": 209.03
                        },
                        "code": "Au",
                        "conversionRatio": {
                          "minimumPoints": 938,
                          "value": 1
                        },
                        "equivAmount": {
                          "currency": "MKD",
                          "value": 87.7
                        },
                        "override": false,
                        "points": 40486,
                        "referenceAmount": {
                          "currency": "CZK",
                          "value": 330.65
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SBD",
                          "value": 201.78
                        },
                        "code": "ca",
                        "conversionRatio": {
                          "minimumPoints": 189,
                          "value": 0.6
                        },
                        "equivAmount": {
                          "currency": "BND",
                          "value": 109.97
                        },
                        "override": true,
                        "points": 4137,
                        "referenceAmount": {
                          "currency": "USD",
                          "value": 87.66
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "AED",
                          "value": 414.27
                        },
                        "code": "lf",
                        "conversionRatio": {
                          "minimumPoints": 604,
                          "value": 0.17
                        },
                        "equivAmount": {
                          "currency": "DOP",
                          "value": 272.84
                        },
                        "override": true,
                        "points": 42610,
                        "referenceAmount": {
                          "currency": "KGS",
                          "value": 182.9
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MRU",
                          "value": 109.19
                        },
                        "code": "Lj",
                        "conversionRatio": {
                          "minimumPoints": 448,
                          "value": 0.5
                        },
                        "equivAmount": {
                          "currency": "MRU",
                          "value": 35.96
                        },
                        "override": true,
                        "points": 39291,
                        "referenceAmount": {
                          "currency": "SHP",
                          "value": 108.91
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "NZD",
                          "value": 170.44
                        },
                        "code": "fs",
                        "conversionRatio": {
                          "minimumPoints": 561,
                          "value": 0.12
                        },
                        "equivAmount": {
                          "currency": "BDT",
                          "value": 194.44
                        },
                        "override": true,
                        "points": 47712,
                        "referenceAmount": {
                          "currency": "STN",
                          "value": 220.67
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "TOP",
                          "value": 481.15
                        },
                        "code": "Kh",
                        "conversionRatio": {
                          "minimumPoints": 608,
                          "value": 0.78
                        },
                        "equivAmount": {
                          "currency": "GIP",
                          "value": 351.73
                        },
                        "override": true,
                        "points": 36458,
                        "referenceAmount": {
                          "currency": "SDG",
                          "value": 343.87
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SSP",
                          "value": 461.3
                        },
                        "code": "Ef",
                        "conversionRatio": {
                          "minimumPoints": 618,
                          "value": 0.14
                        },
                        "equivAmount": {
                          "currency": "MZN",
                          "value": 151.18
                        },
                        "override": true,
                        "points": 3970,
                        "referenceAmount": {
                          "currency": "THB",
                          "value": 19.21
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "MXN",
                        "value": 400.82
                      },
                      "code": "nX",
                      "conversionRatio": {
                        "minimumPoints": 539,
                        "value": 0.95
                      },
                      "equivAmount": {
                        "currency": "SSP",
                        "value": 232.29
                      },
                      "override": true,
                      "points": 38612,
                      "referenceAmount": {
                        "currency": "HKD",
                        "value": 393.96
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 76,
                  "passengerSegmentRef": "ee89468d-9c67-48b2-a769-23f537012421",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "SYP",
                        "value": 496.24
                      },
                      "code": "mQ",
                      "conversionRatio": {
                        "minimumPoints": 746,
                        "value": 0.51
                      },
                      "equivAmount": {
                        "currency": "QAR",
                        "value": 264.56
                      },
                      "override": false,
                      "points": 30960,
                      "referenceAmount": {
                        "currency": "NAD",
                        "value": 205.75
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "AED",
                          "value": 162.22
                        },
                        "code": "Bq",
                        "conversionRatio": {
                          "minimumPoints": 556,
                          "value": 0.67
                        },
                        "equivAmount": {
                          "currency": "SEK",
                          "value": 456.7
                        },
                        "override": true,
                        "points": 43700,
                        "referenceAmount": {
                          "currency": "ANG",
                          "value": 90.25
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "AOA",
                          "value": 27.51
                        },
                        "code": "Iw",
                        "conversionRatio": {
                          "minimumPoints": 348,
                          "value": 0.11
                        },
                        "equivAmount": {
                          "currency": "MAD",
                          "value": 108.85
                        },
                        "override": true,
                        "points": 3957,
                        "referenceAmount": {
                          "currency": "CUP",
                          "value": 498.7
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "NGN",
                          "value": 292.85
                        },
                        "code": "VT",
                        "conversionRatio": {
                          "minimumPoints": 977,
                          "value": 0.83
                        },
                        "equivAmount": {
                          "currency": "KYD",
                          "value": 52.91
                        },
                        "override": true,
                        "points": 25199,
                        "referenceAmount": {
                          "currency": "JOD",
                          "value": 70.2
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "KMF",
                          "value": 279.25
                        },
                        "code": "qX",
                        "conversionRatio": {
                          "minimumPoints": 405,
                          "value": 0.91
                        },
                        "equivAmount": {
                          "currency": "BMD",
                          "value": 364.93
                        },
                        "override": false,
                        "points": 23258,
                        "referenceAmount": {
                          "currency": "ETB",
                          "value": 421.05
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SOS",
                          "value": 445.58
                        },
                        "code": "LB",
                        "conversionRatio": {
                          "minimumPoints": 753,
                          "value": 0.83
                        },
                        "equivAmount": {
                          "currency": "ZAR",
                          "value": 396.47
                        },
                        "override": false,
                        "points": 26439,
                        "referenceAmount": {
                          "currency": "WST",
                          "value": 332.85
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BMD",
                          "value": 446.03
                        },
                        "code": "CW",
                        "conversionRatio": {
                          "minimumPoints": 969,
                          "value": 0.29
                        },
                        "equivAmount": {
                          "currency": "FKP",
                          "value": 124.13
                        },
                        "override": true,
                        "points": 28717,
                        "referenceAmount": {
                          "currency": "IQD",
                          "value": 144.57
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "PYG",
                          "value": 347.88
                        },
                        "code": "VN",
                        "conversionRatio": {
                          "minimumPoints": 800,
                          "value": 0.41
                        },
                        "equivAmount": {
                          "currency": "TJS",
                          "value": 432.41
                        },
                        "override": true,
                        "points": 27518,
                        "referenceAmount": {
                          "currency": "SGD",
                          "value": 17.91
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "CDF",
                          "value": 79.47
                        },
                        "code": "CQ",
                        "conversionRatio": {
                          "minimumPoints": 693,
                          "value": 0.42
                        },
                        "equivAmount": {
                          "currency": "HKD",
                          "value": 49.96
                        },
                        "override": false,
                        "points": 14649,
                        "referenceAmount": {
                          "currency": "CAD",
                          "value": 488.37
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "MDL",
                          "value": 222.24
                        },
                        "code": "HJ",
                        "conversionRatio": {
                          "minimumPoints": 707,
                          "value": 0.85
                        },
                        "equivAmount": {
                          "currency": "MWK",
                          "value": 260.78
                        },
                        "override": true,
                        "points": 37010,
                        "referenceAmount": {
                          "currency": "BDT",
                          "value": 62.44
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "UYU",
                          "value": 174.81
                        },
                        "code": "NL",
                        "conversionRatio": {
                          "minimumPoints": 991,
                          "value": 0.2
                        },
                        "equivAmount": {
                          "currency": "MUR",
                          "value": 153.62
                        },
                        "override": true,
                        "points": 13678,
                        "referenceAmount": {
                          "currency": "WST",
                          "value": 20.38
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "DKK",
                          "value": 40.64
                        },
                        "code": "YR",
                        "conversionRatio": {
                          "minimumPoints": 546,
                          "value": 0.16
                        },
                        "equivAmount": {
                          "currency": "ERN",
                          "value": 238.96
                        },
                        "override": true,
                        "points": 12566,
                        "referenceAmount": {
                          "currency": "CZK",
                          "value": 126.07
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "NPR",
                          "value": 447.12
                        },
                        "code": "nb",
                        "conversionRatio": {
                          "minimumPoints": 628,
                          "value": 0.47
                        },
                        "equivAmount": {
                          "currency": "SYP",
                          "value": 53.29
                        },
                        "override": false,
                        "points": 30070,
                        "referenceAmount": {
                          "currency": "EUR",
                          "value": 141.81
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BWP",
                          "value": 141.54
                        },
                        "code": "Er",
                        "conversionRatio": {
                          "minimumPoints": 770,
                          "value": 0.75
                        },
                        "equivAmount": {
                          "currency": "EGP",
                          "value": 228.16
                        },
                        "override": true,
                        "points": 19031,
                        "referenceAmount": {
                          "currency": "VND",
                          "value": 162.08
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "XPF",
                          "value": 53.44
                        },
                        "code": "qd",
                        "conversionRatio": {
                          "minimumPoints": 403,
                          "value": 0.75
                        },
                        "equivAmount": {
                          "currency": "CRC",
                          "value": 148.35
                        },
                        "override": false,
                        "points": 45533,
                        "referenceAmount": {
                          "currency": "MUR",
                          "value": 283.94
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "MOP",
                          "value": 432.91
                        },
                        "code": "Fh",
                        "conversionRatio": {
                          "minimumPoints": 956,
                          "value": 0.27
                        },
                        "equivAmount": {
                          "currency": "RSD",
                          "value": 405.92
                        },
                        "override": false,
                        "points": 14722,
                        "referenceAmount": {
                          "currency": "BRL",
                          "value": 208.73
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "PLN",
                          "value": 212.78
                        },
                        "code": "EN",
                        "conversionRatio": {
                          "minimumPoints": 903,
                          "value": 0.37
                        },
                        "equivAmount": {
                          "currency": "CUP",
                          "value": 465.14
                        },
                        "override": true,
                        "points": 42189,
                        "referenceAmount": {
                          "currency": "BSD",
                          "value": 376.03
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "JPY",
                          "value": 154.8
                        },
                        "code": "WC",
                        "conversionRatio": {
                          "minimumPoints": 532,
                          "value": 0.44
                        },
                        "equivAmount": {
                          "currency": "TOP",
                          "value": 476.99
                        },
                        "override": false,
                        "points": 21339,
                        "referenceAmount": {
                          "currency": "MMK",
                          "value": 310.8
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BGN",
                          "value": 198.89
                        },
                        "code": "EV",
                        "conversionRatio": {
                          "minimumPoints": 543,
                          "value": 0.53
                        },
                        "equivAmount": {
                          "currency": "CDF",
                          "value": 430.28
                        },
                        "override": true,
                        "points": 44580,
                        "referenceAmount": {
                          "currency": "BBD",
                          "value": 229.29
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "MKD",
                        "value": 375.73
                      },
                      "code": "CK",
                      "conversionRatio": {
                        "minimumPoints": 702,
                        "value": 0.9
                      },
                      "equivAmount": {
                        "currency": "MUR",
                        "value": 87.6
                      },
                      "override": true,
                      "points": 40965,
                      "referenceAmount": {
                        "currency": "LKR",
                        "value": 235.73
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 81,
                  "passengerSegmentRef": "5789555e-f413-4422-90a9-292333ee558e",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "MOP",
                        "value": 380.82
                      },
                      "code": "lm",
                      "conversionRatio": {
                        "minimumPoints": 761,
                        "value": 0.42
                      },
                      "equivAmount": {
                        "currency": "TTD",
                        "value": 396.58
                      },
                      "override": false,
                      "points": 48882,
                      "referenceAmount": {
                        "currency": "KZT",
                        "value": 283.55
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "BZD",
                          "value": 445.31
                        },
                        "code": "AO",
                        "conversionRatio": {
                          "minimumPoints": 138,
                          "value": 0.23
                        },
                        "equivAmount": {
                          "currency": "MDL",
                          "value": 18.55
                        },
                        "override": false,
                        "points": 2719,
                        "referenceAmount": {
                          "currency": "GHS",
                          "value": 376.43
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "IDR",
                          "value": 9.88
                        },
                        "code": "TR",
                        "conversionRatio": {
                          "minimumPoints": 402,
                          "value": 0.86
                        },
                        "equivAmount": {
                          "currency": "MDL",
                          "value": 251.73
                        },
                        "override": true,
                        "points": 10110,
                        "referenceAmount": {
                          "currency": "MRU",
                          "value": 313.69
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SZL",
                          "value": 222.57
                        },
                        "code": "ZB",
                        "conversionRatio": {
                          "minimumPoints": 911,
                          "value": 0.71
                        },
                        "equivAmount": {
                          "currency": "MYR",
                          "value": 378.11
                        },
                        "override": true,
                        "points": 18034,
                        "referenceAmount": {
                          "currency": "SRD",
                          "value": 311.25
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "KZT",
                          "value": 51.97
                        },
                        "code": "sw",
                        "conversionRatio": {
                          "minimumPoints": 811,
                          "value": 0.16
                        },
                        "equivAmount": {
                          "currency": "SZL",
                          "value": 155.2
                        },
                        "override": false,
                        "points": 40493,
                        "referenceAmount": {
                          "currency": "MKD",
                          "value": 396.12
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "PKR",
                          "value": 173.1
                        },
                        "code": "Bd",
                        "conversionRatio": {
                          "minimumPoints": 292,
                          "value": 0.61
                        },
                        "equivAmount": {
                          "currency": "LYD",
                          "value": 300.34
                        },
                        "override": true,
                        "points": 11594,
                        "referenceAmount": {
                          "currency": "HUF",
                          "value": 206.01
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "IQD",
                          "value": 320.64
                        },
                        "code": "jl",
                        "conversionRatio": {
                          "minimumPoints": 984,
                          "value": 0.51
                        },
                        "equivAmount": {
                          "currency": "HNL",
                          "value": 39.63
                        },
                        "override": true,
                        "points": 1154,
                        "referenceAmount": {
                          "currency": "DOP",
                          "value": 248.25
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "MGA",
                          "value": 242.21
                        },
                        "code": "pz",
                        "conversionRatio": {
                          "minimumPoints": 623,
                          "value": 0.64
                        },
                        "equivAmount": {
                          "currency": "UZS",
                          "value": 237.24
                        },
                        "override": true,
                        "points": 13232,
                        "referenceAmount": {
                          "currency": "KRW",
                          "value": 479.72
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "KES",
                          "value": 316.74
                        },
                        "code": "Uo",
                        "conversionRatio": {
                          "minimumPoints": 382,
                          "value": 0.93
                        },
                        "equivAmount": {
                          "currency": "CUP",
                          "value": 57.78
                        },
                        "override": true,
                        "points": 44605,
                        "referenceAmount": {
                          "currency": "FJD",
                          "value": 37.22
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "WST",
                          "value": 146.14
                        },
                        "code": "is",
                        "conversionRatio": {
                          "minimumPoints": 362,
                          "value": 0.81
                        },
                        "equivAmount": {
                          "currency": "GNF",
                          "value": 354.63
                        },
                        "override": true,
                        "points": 9933,
                        "referenceAmount": {
                          "currency": "IRR",
                          "value": 397.46
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "TRY",
                          "value": 397.97
                        },
                        "code": "bS",
                        "conversionRatio": {
                          "minimumPoints": 598,
                          "value": 0.37
                        },
                        "equivAmount": {
                          "currency": "PKR",
                          "value": 320.64
                        },
                        "override": true,
                        "points": 28936,
                        "referenceAmount": {
                          "currency": "KPW",
                          "value": 82.78
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "VUV",
                          "value": 447.4
                        },
                        "code": "QK",
                        "conversionRatio": {
                          "minimumPoints": 321,
                          "value": 0.51
                        },
                        "equivAmount": {
                          "currency": "IRR",
                          "value": 482.83
                        },
                        "override": false,
                        "points": 3564,
                        "referenceAmount": {
                          "currency": "AOA",
                          "value": 389.2
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "NOK",
                          "value": 340.88
                        },
                        "code": "au",
                        "conversionRatio": {
                          "minimumPoints": 101,
                          "value": 0.49
                        },
                        "equivAmount": {
                          "currency": "HUF",
                          "value": 250.61
                        },
                        "override": true,
                        "points": 34425,
                        "referenceAmount": {
                          "currency": "BGN",
                          "value": 434.12
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "TOP",
                          "value": 267.29
                        },
                        "code": "ut",
                        "conversionRatio": {
                          "minimumPoints": 649,
                          "value": 0.98
                        },
                        "equivAmount": {
                          "currency": "KES",
                          "value": 238.16
                        },
                        "override": false,
                        "points": 36026,
                        "referenceAmount": {
                          "currency": "RON",
                          "value": 421.16
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BAM",
                          "value": 50.88
                        },
                        "code": "JK",
                        "conversionRatio": {
                          "minimumPoints": 334,
                          "value": 0.18
                        },
                        "equivAmount": {
                          "currency": "MKD",
                          "value": 197.84
                        },
                        "override": false,
                        "points": 11648,
                        "referenceAmount": {
                          "currency": "AFN",
                          "value": 152.77
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "IRR",
                        "value": 474.62
                      },
                      "code": "cQ",
                      "conversionRatio": {
                        "minimumPoints": 458,
                        "value": 0.51
                      },
                      "equivAmount": {
                        "currency": "VES",
                        "value": 465.51
                      },
                      "override": false,
                      "points": 23222,
                      "referenceAmount": {
                        "currency": "DZD",
                        "value": 118.8
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 49,
                  "passengerSegmentRef": "746d6127-dae8-4feb-a658-191512a751ea",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "AUD",
                        "value": 452.93
                      },
                      "code": "pH",
                      "conversionRatio": {
                        "minimumPoints": 221,
                        "value": 0.82
                      },
                      "equivAmount": {
                        "currency": "ERN",
                        "value": 236.49
                      },
                      "override": false,
                      "points": 19847,
                      "referenceAmount": {
                        "currency": "MVR",
                        "value": 195.17
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "KRW",
                          "value": 394.95
                        },
                        "code": "zu",
                        "conversionRatio": {
                          "minimumPoints": 757,
                          "value": 0.59
                        },
                        "equivAmount": {
                          "currency": "ALL",
                          "value": 434.97
                        },
                        "override": false,
                        "points": 7060,
                        "referenceAmount": {
                          "currency": "KES",
                          "value": 370.79
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "GIP",
                          "value": 358.21
                        },
                        "code": "NU",
                        "conversionRatio": {
                          "minimumPoints": 998,
                          "value": 0.62
                        },
                        "equivAmount": {
                          "currency": "MXN",
                          "value": 400.72
                        },
                        "override": true,
                        "points": 40409,
                        "referenceAmount": {
                          "currency": "COP",
                          "value": 101.5
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "GBP",
                          "value": 286.64
                        },
                        "code": "Ik",
                        "conversionRatio": {
                          "minimumPoints": 904,
                          "value": 0.14
                        },
                        "equivAmount": {
                          "currency": "IDR",
                          "value": 196.78
                        },
                        "override": true,
                        "points": 49940,
                        "referenceAmount": {
                          "currency": "TOP",
                          "value": 172.98
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "PGK",
                          "value": 442.61
                        },
                        "code": "cP",
                        "conversionRatio": {
                          "minimumPoints": 951,
                          "value": 0.56
                        },
                        "equivAmount": {
                          "currency": "ERN",
                          "value": 28.9
                        },
                        "override": true,
                        "points": 27180,
                        "referenceAmount": {
                          "currency": "KWD",
                          "value": 63.55
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "FJD",
                          "value": 203.44
                        },
                        "code": "WD",
                        "conversionRatio": {
                          "minimumPoints": 682,
                          "value": 0.47
                        },
                        "equivAmount": {
                          "currency": "PAB",
                          "value": 485.32
                        },
                        "override": true,
                        "points": 33728,
                        "referenceAmount": {
                          "currency": "ISK",
                          "value": 474.37
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "CAD",
                          "value": 23.7
                        },
                        "code": "Um",
                        "conversionRatio": {
                          "minimumPoints": 516,
                          "value": 1
                        },
                        "equivAmount": {
                          "currency": "TMT",
                          "value": 82.65
                        },
                        "override": false,
                        "points": 2316,
                        "referenceAmount": {
                          "currency": "ARS",
                          "value": 205.5
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "MOP",
                          "value": 154.34
                        },
                        "code": "uX",
                        "conversionRatio": {
                          "minimumPoints": 142,
                          "value": 0.69
                        },
                        "equivAmount": {
                          "currency": "SLE",
                          "value": 128.28
                        },
                        "override": false,
                        "points": 34343,
                        "referenceAmount": {
                          "currency": "SSP",
                          "value": 40.94
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "VUV",
                          "value": 417.21
                        },
                        "code": "sZ",
                        "conversionRatio": {
                          "minimumPoints": 499,
                          "value": 0.2
                        },
                        "equivAmount": {
                          "currency": "PHP",
                          "value": 434.47
                        },
                        "override": false,
                        "points": 46086,
                        "referenceAmount": {
                          "currency": "HUF",
                          "value": 50.63
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "CAD",
                          "value": 375.49
                        },
                        "code": "yV",
                        "conversionRatio": {
                          "minimumPoints": 492,
                          "value": 0.23
                        },
                        "equivAmount": {
                          "currency": "BMD",
                          "value": 402.59
                        },
                        "override": false,
                        "points": 44499,
                        "referenceAmount": {
                          "currency": "KES",
                          "value": 84.31
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "DJF",
                          "value": 368.2
                        },
                        "code": "wU",
                        "conversionRatio": {
                          "minimumPoints": 454,
                          "value": 0.19
                        },
                        "equivAmount": {
                          "currency": "INR",
                          "value": 456.65
                        },
                        "override": false,
                        "points": 12664,
                        "referenceAmount": {
                          "currency": "MKD",
                          "value": 291.64
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BTN",
                          "value": 371.29
                        },
                        "code": "eR",
                        "conversionRatio": {
                          "minimumPoints": 448,
                          "value": 0.1
                        },
                        "equivAmount": {
                          "currency": "MRU",
                          "value": 343.58
                        },
                        "override": true,
                        "points": 26813,
                        "referenceAmount": {
                          "currency": "ANG",
                          "value": 217.12
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "CVE",
                          "value": 77.23
                        },
                        "code": "eS",
                        "conversionRatio": {
                          "minimumPoints": 389,
                          "value": 0.73
                        },
                        "equivAmount": {
                          "currency": "HKD",
                          "value": 400.81
                        },
                        "override": false,
                        "points": 43480,
                        "referenceAmount": {
                          "currency": "SAR",
                          "value": 116.08
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "QAR",
                          "value": 189.19
                        },
                        "code": "uk",
                        "conversionRatio": {
                          "minimumPoints": 924,
                          "value": 0.5
                        },
                        "equivAmount": {
                          "currency": "SRD",
                          "value": 396.41
                        },
                        "override": false,
                        "points": 12596,
                        "referenceAmount": {
                          "currency": "RON",
                          "value": 31.41
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "KGS",
                          "value": 273.19
                        },
                        "code": "QV",
                        "conversionRatio": {
                          "minimumPoints": 220,
                          "value": 0.89
                        },
                        "equivAmount": {
                          "currency": "JMD",
                          "value": 199.71
                        },
                        "override": true,
                        "points": 47067,
                        "referenceAmount": {
                          "currency": "EUR",
                          "value": 373.06
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "MWK",
                          "value": 92.59
                        },
                        "code": "Oe",
                        "conversionRatio": {
                          "minimumPoints": 628,
                          "value": 0.81
                        },
                        "equivAmount": {
                          "currency": "VND",
                          "value": 130.74
                        },
                        "override": true,
                        "points": 28378,
                        "referenceAmount": {
                          "currency": "MMK",
                          "value": 407.72
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "DKK",
                          "value": 169.13
                        },
                        "code": "CL",
                        "conversionRatio": {
                          "minimumPoints": 816,
                          "value": 0.34
                        },
                        "equivAmount": {
                          "currency": "TMT",
                          "value": 174.88
                        },
                        "override": false,
                        "points": 6835,
                        "referenceAmount": {
                          "currency": "GMD",
                          "value": 373.47
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "MDL",
                          "value": 369.9
                        },
                        "code": "UI",
                        "conversionRatio": {
                          "minimumPoints": 208,
                          "value": 0.46
                        },
                        "equivAmount": {
                          "currency": "RUB",
                          "value": 294.38
                        },
                        "override": false,
                        "points": 30591,
                        "referenceAmount": {
                          "currency": "HNL",
                          "value": 310.91
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "PKR",
                          "value": 243.94
                        },
                        "code": "yS",
                        "conversionRatio": {
                          "minimumPoints": 264,
                          "value": 0.23
                        },
                        "equivAmount": {
                          "currency": "HKD",
                          "value": 393.56
                        },
                        "override": false,
                        "points": 26657,
                        "referenceAmount": {
                          "currency": "CLP",
                          "value": 448.34
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SEK",
                          "value": 192
                        },
                        "code": "or",
                        "conversionRatio": {
                          "minimumPoints": 225,
                          "value": 0.63
                        },
                        "equivAmount": {
                          "currency": "FKP",
                          "value": 382.97
                        },
                        "override": false,
                        "points": 9136,
                        "referenceAmount": {
                          "currency": "NPR",
                          "value": 370.96
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "AUD",
                        "value": 258.9
                      },
                      "code": "rt",
                      "conversionRatio": {
                        "minimumPoints": 722,
                        "value": 0.28
                      },
                      "equivAmount": {
                        "currency": "LKR",
                        "value": 31.55
                      },
                      "override": true,
                      "points": 44249,
                      "referenceAmount": {
                        "currency": "BWP",
                        "value": 496.14
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                }
              ],
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "id": "d7cc3ff0-5967-497f-afb8-0bc9db5bfedc",
              "issueDate": "2025-10-07T00:00:00.0Z",
              "number": "2695547855334",
              "paymentRefs": [
                "id01",
                "id02"
              ],
              "priceBreakdown": {
                "base": {
                  "amount": {
                    "currency": "MDL",
                    "value": 342.02
                  },
                  "code": "bK",
                  "conversionRatio": {
                    "minimumPoints": 602,
                    "value": 0.54
                  },
                  "equivAmount": {
                    "currency": "ANG",
                    "value": 241.47
                  },
                  "override": true,
                  "points": 39156,
                  "referenceAmount": {
                    "currency": "TJS",
                    "value": 31.26
                  },
                  "taxType": "FLAT"
                },
                "commission": [
                  {
                    "amount": {
                      "currency": "KYD",
                      "value": 394.53
                    },
                    "code": "va",
                    "conversionRatio": {
                      "minimumPoints": 220,
                      "value": 0.15
                    },
                    "equivAmount": {
                      "currency": "MZN",
                      "value": 147.48
                    },
                    "override": true,
                    "points": 7512,
                    "referenceAmount": {
                      "currency": "BDT",
                      "value": 390.43
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "TMT",
                      "value": 366.37
                    },
                    "code": "GI",
                    "conversionRatio": {
                      "minimumPoints": 310,
                      "value": 1
                    },
                    "equivAmount": {
                      "currency": "MZN",
                      "value": 89.42
                    },
                    "override": false,
                    "points": 3829,
                    "referenceAmount": {
                      "currency": "BOB",
                      "value": 211
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "SGD",
                      "value": 199.73
                    },
                    "code": "YD",
                    "conversionRatio": {
                      "minimumPoints": 629,
                      "value": 0.76
                    },
                    "equivAmount": {
                      "currency": "TWD",
                      "value": 275.44
                    },
                    "override": true,
                    "points": 40522,
                    "referenceAmount": {
                      "currency": "BOB",
                      "value": 264.26
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "MDL",
                      "value": 242.02
                    },
                    "code": "nn",
                    "conversionRatio": {
                      "minimumPoints": 585,
                      "value": 0.76
                    },
                    "equivAmount": {
                      "currency": "JOD",
                      "value": 73.7
                    },
                    "override": false,
                    "points": 48348,
                    "referenceAmount": {
                      "currency": "GTQ",
                      "value": 413.89
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "SLE",
                      "value": 355.34
                    },
                    "code": "ha",
                    "conversionRatio": {
                      "minimumPoints": 796,
                      "value": 0.58
                    },
                    "equivAmount": {
                      "currency": "HUF",
                      "value": 481.88
                    },
                    "override": false,
                    "points": 5486,
                    "referenceAmount": {
                      "currency": "GIP",
                      "value": 36.88
                    },
                    "taxType": "FLAT"
                  }
                ],
                "discount": [
                  {
                    "amount": {
                      "currency": "PGK",
                      "value": 242.32
                    },
                    "code": "sK",
                    "conversionRatio": {
                      "minimumPoints": 748,
                      "value": 0.68
                    },
                    "equivAmount": {
                      "currency": "STN",
                      "value": 150.46
                    },
                    "override": false,
                    "points": 11031,
                    "referenceAmount": {
                      "currency": "KES",
                      "value": 378.83
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "JMD",
                      "value": 239.21
                    },
                    "code": "xy",
                    "conversionRatio": {
                      "minimumPoints": 737,
                      "value": 0.85
                    },
                    "equivAmount": {
                      "currency": "SEK",
                      "value": 194.79
                    },
                    "override": false,
                    "points": 46387,
                    "referenceAmount": {
                      "currency": "NAD",
                      "value": 27.96
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "BOB",
                      "value": 395.38
                    },
                    "code": "Ua",
                    "conversionRatio": {
                      "minimumPoints": 758,
                      "value": 0.22
                    },
                    "equivAmount": {
                      "currency": "RSD",
                      "value": 445.88
                    },
                    "override": false,
                    "points": 21285,
                    "referenceAmount": {
                      "currency": "TND",
                      "value": 360.15
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "MZN",
                      "value": 26.88
                    },
                    "code": "to",
                    "conversionRatio": {
                      "minimumPoints": 763,
                      "value": 0.25
                    },
                    "equivAmount": {
                      "currency": "BTN",
                      "value": 12.04
                    },
                    "override": false,
                    "points": 7950,
                    "referenceAmount": {
                      "currency": "QAR",
                      "value": 418.14
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "MAD",
                      "value": 275.93
                    },
                    "code": "Un",
                    "conversionRatio": {
                      "minimumPoints": 597,
                      "value": 0.12
                    },
                    "equivAmount": {
                      "currency": "AOA",
                      "value": 480.47
                    },
                    "override": false,
                    "points": 17454,
                    "referenceAmount": {
                      "currency": "DKK",
                      "value": 374.99
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "fee": [
                  {
                    "amount": {
                      "currency": "RWF",
                      "value": 427.72
                    },
                    "code": "sg",
                    "conversionRatio": {
                      "minimumPoints": 985,
                      "value": 0.45
                    },
                    "equivAmount": {
                      "currency": "OMR",
                      "value": 353.23
                    },
                    "override": false,
                    "points": 11300,
                    "referenceAmount": {
                      "currency": "FKP",
                      "value": 115.05
                    },
                    "taxType": "FLAT"
                  }
                ],
                "surcharge": [
                  {
                    "amount": {
                      "currency": "JPY",
                      "value": 462.98
                    },
                    "code": "Pk",
                    "conversionRatio": {
                      "minimumPoints": 407,
                      "value": 0.4
                    },
                    "equivAmount": {
                      "currency": "TWD",
                      "value": 242.11
                    },
                    "override": true,
                    "points": 27920,
                    "referenceAmount": {
                      "currency": "BOB",
                      "value": 288.86
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "ALL",
                      "value": 462.44
                    },
                    "code": "mq",
                    "conversionRatio": {
                      "minimumPoints": 711,
                      "value": 0.47
                    },
                    "equivAmount": {
                      "currency": "WST",
                      "value": 416.82
                    },
                    "override": false,
                    "points": 31531,
                    "referenceAmount": {
                      "currency": "SDG",
                      "value": 355.15
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "RON",
                      "value": 124.47
                    },
                    "code": "iy",
                    "conversionRatio": {
                      "minimumPoints": 110,
                      "value": 0.15
                    },
                    "equivAmount": {
                      "currency": "LAK",
                      "value": 144.66
                    },
                    "override": true,
                    "points": 11090,
                    "referenceAmount": {
                      "currency": "ALL",
                      "value": 446.18
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "tax": [
                  {
                    "amount": {
                      "currency": "HTG",
                      "value": 172.38
                    },
                    "code": "pQ",
                    "conversionRatio": {
                      "minimumPoints": 897,
                      "value": 0.2
                    },
                    "equivAmount": {
                      "currency": "PYG",
                      "value": 459.37
                    },
                    "override": true,
                    "points": 11009,
                    "referenceAmount": {
                      "currency": "ZAR",
                      "value": 127.4
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "RSD",
                      "value": 129.23
                    },
                    "code": "qr",
                    "conversionRatio": {
                      "minimumPoints": 925,
                      "value": 0.53
                    },
                    "equivAmount": {
                      "currency": "MOP",
                      "value": 233.18
                    },
                    "override": true,
                    "points": 12704,
                    "referenceAmount": {
                      "currency": "AFN",
                      "value": 14.17
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "NPR",
                      "value": 410.42
                    },
                    "code": "nn",
                    "conversionRatio": {
                      "minimumPoints": 534,
                      "value": 0.53
                    },
                    "equivAmount": {
                      "currency": "VES",
                      "value": 478.74
                    },
                    "override": false,
                    "points": 12340,
                    "referenceAmount": {
                      "currency": "KWD",
                      "value": 219.09
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "GMD",
                      "value": 282.8
                    },
                    "code": "RM",
                    "conversionRatio": {
                      "minimumPoints": 831,
                      "value": 0.49
                    },
                    "equivAmount": {
                      "currency": "BGN",
                      "value": 240.87
                    },
                    "override": false,
                    "points": 35100,
                    "referenceAmount": {
                      "currency": "THB",
                      "value": 103.51
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "LAK",
                      "value": 135.18
                    },
                    "code": "Dk",
                    "conversionRatio": {
                      "minimumPoints": 945,
                      "value": 0.58
                    },
                    "equivAmount": {
                      "currency": "DOP",
                      "value": 323.5
                    },
                    "override": true,
                    "points": 49367,
                    "referenceAmount": {
                      "currency": "BDT",
                      "value": 123.44
                    },
                    "taxType": "FLAT"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "SCR",
                    "value": 315.92
                  },
                  "code": "FR",
                  "conversionRatio": {
                    "minimumPoints": 942,
                    "value": 0.56
                  },
                  "equivAmount": {
                    "currency": "LBP",
                    "value": 71.35
                  },
                  "override": false,
                  "points": 42140,
                  "referenceAmount": {
                    "currency": "BDT",
                    "value": 439.02
                  },
                  "taxType": "FLAT"
                }
              },
              "type": "OTHER"
            }
          ],
          "associationId": 273,
          "baggagePoolId": 78,
          "boardingPasses": [
            {
              "barCode": "AXuap8gzhlnNppliAL5mtDmSHHmpIYAJ0rIWgNer",
              "boardingPassData": [
                {
                  "agent": {
                    "city": "oiR",
                    "country": "SB",
                    "sign": "JrH"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 3
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "11223344",
                        "87654321",
                        "12345678"
                      ],
                      "quantity": 1,
                      "totalWeight": {
                        "unit": "KG",
                        "value": 1.8
                      }
                    }
                  },
                  "bookingClass": "Z",
                  "cabinClass": "PREMIUM_FIRST",
                  "checkInSequenceNumber": "697",
                  "deck": {
                    "code": "MIDDLE",
                    "value": "UPPER"
                  },
                  "displayData": {
                    "accommodation": "FIRST CLASS",
                    "agentCityName": "Moshefort",
                    "arrivalAirportName": "Flaviecester",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "5301",
                    "cabinClassCode": "r",
                    "cabinText": "BUSINESS",
                    "carryOnText": "CARRY-ON",
                    "childText": "CHILD",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "West Rachellehaven",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "0166",
                    "edifactApiText": "API ERROR",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "6814",
                    "estimatedDepartureDate": "2027-03-16T00:00:00.0Z",
                    "estimatedDepartureTime": "9492",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY PLUS",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "NO CARRY ON",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "PLATINUM",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "ut1F",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "4262",
                    "scheduledDepartureDate": "2026-11-15T00:00:00.0Z",
                    "scheduledDepartureTime": "8314",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "narrowbody",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "PT",
                    "arrivalTime": "2027-05-12T00:00:00.0Z",
                    "boardingTime": "1960-11-10T04:01:16.0Z",
                    "commuter": true,
                    "departureAirport": "[ob",
                    "departureCountry": "MF",
                    "departureFlightScheduleStatus": "ON_TIME",
                    "departureGate": "VO",
                    "departureTerminal": "FW",
                    "departureTime": "2027-04-07T00:00:00.0Z",
                    "equipment": "075",
                    "estimatedArrivalTime": "1962-05-11T01:31:48.0Z",
                    "estimatedDepartureTime": "1929-11-07T10:17:16.0Z",
                    "flightNumber": "3",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "88"
                  },
                  "group": "1EBWuk",
                  "loyaltyAccount": {
                    "id": "d1ba050c-946b-474c-ac65-5d7cf86fcd45",
                    "latestAwardDate": "2025-11-17",
                    "loyaltyTierLevel": {
                      "atpco": "75",
                      "customerInsight": "51",
                      "name": "silver",
                      "number": 2,
                      "priority": 8,
                      "tag": "iLh"
                    },
                    "memberAirline": "[ob",
                    "memberId": "4849720017",
                    "membershipStartDate": "2023-10-22",
                    "mileage": {
                      "unit": "MILES",
                      "value": 3166
                    },
                    "pnrId": "3",
                    "points": 44875,
                    "source": "PNR"
                  },
                  "passengerFlightId": "K4ZkIfIgOu",
                  "personName": {
                    "first": "Wilhelmine",
                    "last": "Crooks",
                    "middle": "Reese",
                    "prefix": "Dr.",
                    "raw": "Dexter Kuvalis",
                    "suffix": "III"
                  },
                  "recordLocator": "NWRSEE",
                  "seatNumber": "16F",
                  "source": "HOST",
                  "standbyPriority": "Q8",
                  "supplementaryData": {
                    "dhsStatus": 2,
                    "exclusiveWaitingArea": true,
                    "infraeroElectronicStamp": "42421824562630",
                    "loungeAccess": false,
                    "selectee": false,
                    "skyPriority": false,
                    "spanishLargeFamily": false,
                    "spanishResident": false,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "CH"
                  },
                  "ticketCouponNumber": "31",
                  "ticketNumber": {
                    "airlineAccountingCode": "077",
                    "checkDigit": "5",
                    "number": "03973066903266",
                    "serialNumber": "4710334765"
                  },
                  "zone": "1"
                },
                {
                  "agent": {
                    "city": "qVG",
                    "country": "AW",
                    "sign": "dwD"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "LB",
                      "value": 9.9
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "12345678",
                        "87654321",
                        "11223344"
                      ],
                      "quantity": 3,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 4.5
                      }
                    }
                  },
                  "bookingClass": "P",
                  "cabinClass": "ECONOMY",
                  "checkInSequenceNumber": "231",
                  "deck": {
                    "code": "MAIN",
                    "value": "UPPER"
                  },
                  "displayData": {
                    "accommodation": "BUSINESS",
                    "agentCityName": "Port Kennedi",
                    "arrivalAirportName": "Littleport",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "4220",
                    "cabinClassCode": "u",
                    "cabinText": "ECONOMY",
                    "carryOnText": "CARRY-ON",
                    "childText": "CHILD",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Mosciskimouth",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "6542",
                    "edifactApiText": "API OK",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "7306",
                    "estimatedDepartureDate": "2027-06-24T00:00:00.0Z",
                    "estimatedDepartureTime": "7289",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY PLUS",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "CARRY ON OK",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "SILVER",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "ozDO",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "4160",
                    "scheduledDepartureDate": "2026-09-23T00:00:00.0Z",
                    "scheduledDepartureTime": "8727",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "widebody",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "SL",
                    "arrivalTime": "2027-08-18T00:00:00.0Z",
                    "boardingTime": "1913-04-04T17:40:42.0Z",
                    "commuter": false,
                    "departureAirport": "[ob",
                    "departureCountry": "MU",
                    "departureFlightScheduleStatus": "CANCELLED",
                    "departureGate": "Ah",
                    "departureTerminal": "Sd",
                    "departureTime": "2027-06-19T00:00:00.0Z",
                    "equipment": "012",
                    "estimatedArrivalTime": "1941-05-24T23:51:03.0Z",
                    "estimatedDepartureTime": "1915-06-27T22:28:37.0Z",
                    "flightNumber": "5",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "35"
                  },
                  "group": "QeOxwT",
                  "loyaltyAccount": {
                    "id": "af93bedb-3a09-4a17-a7cd-fbf4f982778b",
                    "latestAwardDate": "2025-08-27",
                    "loyaltyTierLevel": {
                      "atpco": "30",
                      "customerInsight": "74",
                      "name": "silver",
                      "number": 5,
                      "priority": 1,
                      "tag": "fSs"
                    },
                    "memberAirline": "[ob",
                    "memberId": "4408599413",
                    "membershipStartDate": "2022-09-08",
                    "mileage": {
                      "unit": "MILES",
                      "value": 1791
                    },
                    "pnrId": "6",
                    "points": 34982,
                    "source": "PNR"
                  },
                  "passengerFlightId": "h0uqYCnhqQ",
                  "personName": {
                    "first": "Mallory",
                    "last": "Huel",
                    "middle": "Avery",
                    "prefix": "Mr.",
                    "raw": "Lucia Bashirian",
                    "suffix": "MD"
                  },
                  "recordLocator": "CTUEKW",
                  "seatNumber": "3B",
                  "source": "HOST",
                  "standbyPriority": "gx",
                  "supplementaryData": {
                    "dhsStatus": 3,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "56962518506462",
                    "loungeAccess": false,
                    "selectee": true,
                    "skyPriority": false,
                    "spanishLargeFamily": false,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "CA"
                  },
                  "ticketCouponNumber": "43",
                  "ticketNumber": {
                    "airlineAccountingCode": "078",
                    "checkDigit": "5",
                    "number": "92360049122567",
                    "serialNumber": "0745022616"
                  },
                  "zone": "9"
                },
                {
                  "agent": {
                    "city": "pIC",
                    "country": "ZM",
                    "sign": "qcp"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "LB",
                      "value": 1.4
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "12345678",
                        "11223344"
                      ],
                      "quantity": 2,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 14.7
                      }
                    }
                  },
                  "bookingClass": "I",
                  "cabinClass": "PREMIUM_FIRST",
                  "checkInSequenceNumber": "972",
                  "deck": {
                    "code": "MIDDLE",
                    "value": "UPPER"
                  },
                  "displayData": {
                    "accommodation": "FIRST CLASS",
                    "agentCityName": "Bernhardfort",
                    "arrivalAirportName": "Fort Karianeside",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "4634",
                    "cabinClassCode": "L",
                    "cabinText": "BUSINESS",
                    "carryOnText": "CARRY-ON",
                    "childText": "CHILD",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Schaeferton",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "8972",
                    "edifactApiText": "API OK",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "2965",
                    "estimatedDepartureDate": "2027-08-10T00:00:00.0Z",
                    "estimatedDepartureTime": "2900",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY BASIC",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "NO CARRY ON",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "GOLD",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "DTpk",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "6315",
                    "scheduledDepartureDate": "2027-02-15T00:00:00.0Z",
                    "scheduledDepartureTime": "8235",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "widebody",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "WS",
                    "arrivalTime": "2027-02-21T00:00:00.0Z",
                    "boardingTime": "1902-01-25T01:52:38.0Z",
                    "commuter": true,
                    "departureAirport": "[ob",
                    "departureCountry": "PA",
                    "departureFlightScheduleStatus": "CANCELLED",
                    "departureGate": "2H",
                    "departureTerminal": "p5",
                    "departureTime": "2027-06-23T00:00:00.0Z",
                    "equipment": "639",
                    "estimatedArrivalTime": "1932-12-15T01:42:43.0Z",
                    "estimatedDepartureTime": "1905-11-18T16:40:01.0Z",
                    "flightNumber": "5611",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "4714"
                  },
                  "group": "sYASfI",
                  "loyaltyAccount": {
                    "id": "8b75411c-b10c-4549-add5-0694fc93b394",
                    "latestAwardDate": "2026-03-15",
                    "loyaltyTierLevel": {
                      "atpco": "32",
                      "customerInsight": "10",
                      "name": "gold",
                      "number": 1,
                      "priority": 8,
                      "tag": "JZE"
                    },
                    "memberAirline": "[ob",
                    "memberId": "9379190024",
                    "membershipStartDate": "2025-05-03",
                    "mileage": {
                      "unit": "MILES",
                      "value": 319
                    },
                    "pnrId": "0",
                    "points": 3199,
                    "source": "SSCI"
                  },
                  "passengerFlightId": "ZWQDBwQ8JJ",
                  "personName": {
                    "first": "Boris",
                    "last": "Wehner",
                    "middle": "Alex",
                    "prefix": "Dr.",
                    "raw": "Johnathan Hettinger V",
                    "suffix": "II"
                  },
                  "recordLocator": "BKDGND",
                  "seatNumber": "4F",
                  "source": "OTHER",
                  "standbyPriority": "Jp",
                  "supplementaryData": {
                    "dhsStatus": 3,
                    "exclusiveWaitingArea": true,
                    "infraeroElectronicStamp": "49835031640130",
                    "loungeAccess": false,
                    "selectee": true,
                    "skyPriority": true,
                    "spanishLargeFamily": true,
                    "spanishResident": false,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "BN"
                  },
                  "ticketCouponNumber": "50",
                  "ticketNumber": {
                    "airlineAccountingCode": "177",
                    "checkDigit": "4",
                    "number": "74963006649364",
                    "serialNumber": "5458368618"
                  },
                  "zone": "8"
                },
                {
                  "agent": {
                    "city": "Pdn",
                    "country": "KH",
                    "sign": "KKX"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 13.8
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "11223344",
                        "12345678",
                        "87654321"
                      ],
                      "quantity": 2,
                      "totalWeight": {
                        "unit": "KG",
                        "value": 12.6
                      }
                    }
                  },
                  "bookingClass": "r",
                  "cabinClass": "PREMIUM_FIRST",
                  "checkInSequenceNumber": "964",
                  "deck": {
                    "code": "MAIN",
                    "value": "OTHER"
                  },
                  "displayData": {
                    "accommodation": "RESIDENCE SUITE",
                    "agentCityName": "West Nonaburgh",
                    "arrivalAirportName": "Madonnaton",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "0005",
                    "cabinClassCode": "h",
                    "cabinText": "ECONOMY",
                    "carryOnText": "CARRY-ON",
                    "childText": "CHILD",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Winston-Salem",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "5580",
                    "edifactApiText": "API OK",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "1365",
                    "estimatedDepartureDate": "2027-06-03T00:00:00.0Z",
                    "estimatedDepartureTime": "3129",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY BASIC",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "NO CARRY ON",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "GOLD",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "8Zz6",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "1522",
                    "scheduledDepartureDate": "2026-12-12T00:00:00.0Z",
                    "scheduledDepartureTime": "5949",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "narrowbody",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "LK",
                    "arrivalTime": "2027-06-08T00:00:00.0Z",
                    "boardingTime": "1901-06-09T19:59:10.0Z",
                    "commuter": true,
                    "departureAirport": "[ob",
                    "departureCountry": "NO",
                    "departureFlightScheduleStatus": "EARLY",
                    "departureGate": "XC",
                    "departureTerminal": "YU",
                    "departureTime": "2026-11-03T00:00:00.0Z",
                    "equipment": "984",
                    "estimatedArrivalTime": "1928-01-19T07:06:27.0Z",
                    "estimatedDepartureTime": "1937-01-29T01:02:02.0Z",
                    "flightNumber": "4",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "8301"
                  },
                  "group": "QgNJP1",
                  "loyaltyAccount": {
                    "id": "925f6fbd-8337-4c46-86a4-75f4b4b0a376",
                    "latestAwardDate": "2026-02-21",
                    "loyaltyTierLevel": {
                      "atpco": "65",
                      "customerInsight": "03",
                      "name": "gold",
                      "number": 4,
                      "priority": 4,
                      "tag": "WjX"
                    },
                    "memberAirline": "[ob",
                    "memberId": "1225817964",
                    "membershipStartDate": "2024-01-03",
                    "mileage": {
                      "unit": "MILES",
                      "value": 1315
                    },
                    "pnrId": "0",
                    "points": 60248,
                    "source": "PNR"
                  },
                  "passengerFlightId": "THhQS8sNsu",
                  "personName": {
                    "first": "Foster",
                    "last": "Stehr",
                    "middle": "Jordan",
                    "prefix": "Mrs.",
                    "raw": "Marian Kertzmann",
                    "suffix": "Sr."
                  },
                  "recordLocator": "CANJEQ",
                  "seatNumber": "22A",
                  "source": "HOST",
                  "standbyPriority": "Dn",
                  "supplementaryData": {
                    "dhsStatus": 3,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "85497684501371",
                    "loungeAccess": true,
                    "selectee": true,
                    "skyPriority": false,
                    "spanishLargeFamily": true,
                    "spanishResident": false,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "HT"
                  },
                  "ticketCouponNumber": "05",
                  "ticketNumber": {
                    "airlineAccountingCode": "796",
                    "checkDigit": "2",
                    "number": "08247151563023",
                    "serialNumber": "4002143181"
                  },
                  "zone": "8"
                }
              ],
              "formattedBoardingPass": {
                "document": {
                  "contentType": "application/x-sh",
                  "name": "since_couch_off.[object Object]",
                  "value": "KU1RUyMovqJFHNGvL71ZNNrLOi13vZahY9Hian361WZPVNEPEfzzFpxQQRXIGPnE"
                },
                "image": {
                  "contentType": "application/x-abiword",
                  "name": "naturally.[object Object]",
                  "value": "VkyrLEREYcnxtPWkxqgZ9YPpa4uER9hUrtoVo8f7wsztcJLd5Jy3vNo4Ts8IM7RM"
                },
                "pectab": {
                  "data": {
                    "contentType": "application/pdf",
                    "name": "tinted.[object Object]",
                    "value": "LiQKmBqAZIdokaYxvBMGzULajTtIsBm3rI9BeZyw9BWwzzSgUdcGqbh9ci1tdNuK"
                  },
                  "layout": {
                    "contentType": "video/mp4",
                    "name": "phew.[object Object]",
                    "value": "s1yvRdRODo0ZpVyTy51AikxMRw1YsVPIaoS2omeQQlL57RqNyvHA5tBi9PeRwtxs"
                  },
                  "template": {
                    "contentType": "video/ogg",
                    "name": "till.[object Object]",
                    "value": "Y9yAS6YLLsqT547ogCnbWUbT3siDZ5k9zafow8fMuIGrVQO4ORPSMeVtGjoVzYrM"
                  },
                  "templates": [
                    {
                      "contentType": "audio/ogg",
                      "name": "reflecting_welcome.[object Object]",
                      "value": "JovoEhOC332dzlXIlD7DLdhMjqPnHQ6zo3yDVEIEu3yncV4CXllih495ivIbP5an"
                    },
                    {
                      "contentType": "video/mp4",
                      "name": "huzzah.[object Object]",
                      "value": "hyTkrYPjYJpR2773xERkDeB6VivjIqKkBqZvbSZ6UhcBkNf9WmgHePiUEMkUngXX"
                    },
                    {
                      "contentType": "application/x-csh",
                      "name": "qua_admonish.[object Object]",
                      "value": "6wB04Yq2o5iqfS4P6Igf1x1LTI4OVVYv3b8FOywfZk4YIc9ggA8JHYCHOcdeCfwe"
                    },
                    {
                      "contentType": "application/zip",
                      "name": "what_nor.[object Object]",
                      "value": "1KRTnlfdP3GcHnHsJPfA8Jrq8mH5kZGGnTnOUBRtTR6NcEhQb5Fl2YgvDXtAN9EH"
                    }
                  ]
                },
                "supplementaryData": {
                  "accommodation": "FIRST CLASS",
                  "selectee": true,
                  "skyPriority": true,
                  "zone": "7"
                },
                "zpl": {
                  "contentType": "application/ld+json",
                  "name": "uniform_sway_conclude.[object Object]",
                  "value": "ovL29he8TXzP5k6qmcXJB42lG2aB8IKjRAVF2nwtPp3Fusvq9UWyiIa2u3FK3IRe"
                }
              },
              "passengerFlightIds": [
                "id02",
                "id01"
              ],
              "type": "BOARDING_PASS"
            }
          ],
          "checkedBaggage": [
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "NB",
              "baggageTagTypes": [
                {
                  "code": "A",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "09",
                      "description": "YkuMFWdomywCyUP"
                    },
                    {
                      "code": "53",
                      "description": "dKNJITAglSbywbl"
                    },
                    {
                      "code": "82",
                      "description": "AZsdYxQTlwMgwXz"
                    },
                    {
                      "code": "13",
                      "description": "IPEREJgoUYvlJHo"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "OTHER",
                "arrivalAirport": "hPo",
                "bagTagNumber": "B0498j7v5c",
                "bagTagState": "INACTIVE",
                "departureAirport": "ZpJ",
                "excludeFromSubsequentBagCalculation": false
              },
              "freeBaggageAllowance": true,
              "id": "3ab04fdf-eac5-4dc6-8ec0-c5c7d7bbb6df",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "INCH",
                "value": 170
              },
              "status": "CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 41
              }
            },
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "Mq",
              "baggageTagTypes": [
                {
                  "code": "b",
                  "description": "STANDARD",
                  "reason": [
                    {
                      "code": "76",
                      "description": "mZqsOcivCFXyaEF"
                    },
                    {
                      "code": "59",
                      "description": "SjXRndBFDiAAMyA"
                    },
                    {
                      "code": "72",
                      "description": "eOyDvulloJJjmpq"
                    }
                  ]
                },
                {
                  "code": "c",
                  "description": "STANDARD",
                  "reason": [
                    {
                      "code": "52",
                      "description": "BuTiWuoVySFVSaH"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "STANDARD",
                "arrivalAirport": "ryX",
                "bagTagNumber": "5mEMfRqok2",
                "bagTagState": "ACTIVE",
                "departureAirport": "NoN",
                "excludeFromSubsequentBagCalculation": true
              },
              "freeBaggageAllowance": true,
              "id": "b248ea0d-cfae-44c5-9d2d-18ecef7d6f94",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "INCH",
                "value": 106
              },
              "status": "NOT_CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 41.3
              }
            },
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "QY",
              "baggageTagTypes": [
                {
                  "code": "K",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "88",
                      "description": "oKkijXLoSNZKuRE"
                    },
                    {
                      "code": "95",
                      "description": "GIatfrYyahKwJUv"
                    }
                  ]
                },
                {
                  "code": "J",
                  "description": "STANDARD",
                  "reason": [
                    {
                      "code": "76",
                      "description": "ThGtMgigoCznskH"
                    },
                    {
                      "code": "40",
                      "description": "pUdfadpMJNhzSgA"
                    },
                    {
                      "code": "13",
                      "description": "xLAasNABrapLsTl"
                    },
                    {
                      "code": "56",
                      "description": "ZvtIuUaVJIdyQLS"
                    }
                  ]
                },
                {
                  "code": "h",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "93",
                      "description": "gHuxqHHSbwvSifz"
                    },
                    {
                      "code": "68",
                      "description": "MkZdDlBtajhgsQa"
                    },
                    {
                      "code": "57",
                      "description": "LZQZGDXnDLfPCSw"
                    },
                    {
                      "code": "45",
                      "description": "CgyNJcsjcZbGKSs"
                    }
                  ]
                },
                {
                  "code": "N",
                  "description": "STANDARD",
                  "reason": [
                    {
                      "code": "26",
                      "description": "rXLjTrikhEatigq"
                    },
                    {
                      "code": "43",
                      "description": "YclcGiobQmajNmE"
                    }
                  ]
                },
                {
                  "code": "E",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "35",
                      "description": "xiIsvgcbPBcqPip"
                    },
                    {
                      "code": "04",
                      "description": "rmYwHMAKDIVrdfF"
                    },
                    {
                      "code": "80",
                      "description": "JWRfgZMGUdCtTqC"
                    },
                    {
                      "code": "39",
                      "description": "aUMdxaMvHMcsQiV"
                    },
                    {
                      "code": "12",
                      "description": "YseKGrNJBtRBQPc"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "STANDARD",
                "arrivalAirport": "eKQ",
                "bagTagNumber": "Lp6jwR8ffd",
                "bagTagState": "INACTIVE",
                "departureAirport": "hJZ",
                "excludeFromSubsequentBagCalculation": false
              },
              "freeBaggageAllowance": true,
              "id": "b50c1e7a-80c0-4db4-89ae-f46c3ca424c6",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "INCH",
                "value": 124
              },
              "status": "CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 12
              }
            },
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "kW",
              "baggageTagTypes": [
                {
                  "code": "K",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "23",
                      "description": "YqiQNRwnPofTbiT"
                    },
                    {
                      "code": "27",
                      "description": "KqyHdCTMBPwRAeB"
                    },
                    {
                      "code": "93",
                      "description": "tXSzLyVdrzqvoFK"
                    },
                    {
                      "code": "14",
                      "description": "mrjIlcMFAmyvLsS"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "STANDARD",
                "arrivalAirport": "Gyh",
                "bagTagNumber": "kTJ2PPpu8C",
                "bagTagState": "ACTIVE",
                "departureAirport": "flO",
                "excludeFromSubsequentBagCalculation": false
              },
              "freeBaggageAllowance": false,
              "id": "9e67ff5f-7823-48d3-a7e0-c77e5fe9ac68",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "INCH",
                "value": 114
              },
              "status": "NOT_CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 39.4
              }
            }
          ],
          "contactDetails": {
            "address": [
              {
                "city": "Cheyenne",
                "companyName": "Fay - Moen",
                "country": "SA",
                "id": "fbc1364e-d97d-456a-926e-d718f7ca0188",
                "personName": {
                  "first": "Shemar",
                  "last": "Grimes",
                  "middle": "Sawyer",
                  "prefix": "Dr.",
                  "raw": "Mr. Steve Gorczany",
                  "suffix": "I"
                },
                "postalCode": "00179",
                "stateProvince": "Idaho",
                "street1": "30127 Anastacio Freeway",
                "street2": "Apt. 176",
                "type": "HOME"
              }
            ],
            "email": [
              {
                "id": "f31b3bf2-98af-48bf-b52f-3d2ca7efb16d",
                "type": "PERSONAL",
                "value": "Mackenzie_Kuhn80@gmail.com"
              }
            ],
            "phone": [
              {
                "allowedSMS": true,
                "areaCode": "706",
                "carrier": "VERIZON",
                "countryCode": "95",
                "extension": "248",
                "id": "2442f9f6-876c-44aa-bac4-21f4e460edf7",
                "number": "19552371",
                "type": "MOBILE"
              },
              {
                "allowedSMS": false,
                "areaCode": "666",
                "carrier": "ATT",
                "countryCode": "03",
                "extension": "066",
                "id": "253ab474-17b2-4be5-bb23-6b526381f8aa",
                "number": "67734221",
                "type": "MOBILE"
              },
              {
                "allowedSMS": false,
                "areaCode": "577",
                "carrier": "TMOBILE",
                "countryCode": "12",
                "extension": "577",
                "id": "9a88b3bc-0348-4a45-9f75-00cf120c0a59",
                "number": "51256706",
                "type": "MOBILE"
              },
              {
                "allowedSMS": true,
                "areaCode": "238",
                "carrier": "SPRINT",
                "countryCode": "28",
                "extension": "415",
                "id": "7afeed3d-2d53-4e6f-a63d-531d8be0205c",
                "number": "72149343",
                "type": "MOBILE"
              }
            ]
          },
          "contactTracingDetails": {
            "emails": [
              {
                "countryCode": "TC",
                "id": "bfb7328e-efc6-4ccb-8a1f-62f3e919e6ac",
                "value": "Maeve_Gibson10@gmail.com"
              }
            ],
            "phones": [
              {
                "countryCode": "FI",
                "id": "db499e2c-130b-46a7-988a-944c286d57c6",
                "value": "Breanna_Glover36@hotmail.com"
              }
            ]
          },
          "dateOfBirth": "1964-06-07",
          "eligibilities": {
            "eligibility": [
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "IIR3oKXgtZME8RTxxNX4",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "291"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "587"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "687"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "121"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "950"
                      }
                    ]
                  },
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "E0YgYEAdydQa2griwC6a",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "472"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "921"
                      }
                    ]
                  },
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "qKBCNaHjfSBIK28hJyCQ",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "975"
                      }
                    ]
                  },
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "18rzeOzlgnsOPvaDKNk3",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "319"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "323"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "966"
                      }
                    ]
                  },
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "9nhyrAWBQEyDO3nbGtgV",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "306"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "tXHYbxsW5iX8F7MlqecE",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "322"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "205"
                      }
                    ]
                  },
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "9UxVo71Nmq5lg2EIrYb1",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "524"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "011"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "628"
                      }
                    ]
                  },
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "kGojSvpOkvPAjMZB0heS",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "485"
                      }
                    ]
                  },
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "yOikPnSQ2WypD2BG3fnV",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "301"
                      }
                    ]
                  },
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "Yycwuo3FvJ93jDVFTrTk",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "700"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "566"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "135"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "543"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "QxErcG1AhmmEQosPrTgl",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "105"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "825"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "536"
                      }
                    ]
                  },
                  {
                    "category": "MISSING_DOCUMENT",
                    "details": "NO9Njec8apuJrB7PO96s",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "064"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "767"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "879"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "252"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "683"
                      }
                    ]
                  },
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "jZG0DFCVxoekBnPse280",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "429"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "880"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "986"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "9iMzDdeM3kwq8lRDRLaW",
                    "message": "It is too early for check-in.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "228"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "243"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "598"
                      }
                    ]
                  },
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "mSZKwiwLfrTomqvKumnd",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "099"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "784"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "720"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "125"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": true,
                "reason": [
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "BD65ztZSNrfbiPQXXPc6",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "325"
                      }
                    ]
                  },
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "rTyvUxgGQCwyBTF9iDiB",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "964"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "343"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "271"
                      }
                    ]
                  },
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "T1Izo7kBiG8Kunyr66Xi",
                    "message": "It is too early for check-in.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "654"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "894"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              }
            ]
          },
          "emd": [
            {
              "agent": {
                "duty": "FW",
                "homeBranch": "06440",
                "homeLocation": "AaM",
                "homeStation": "9501",
                "lniata": "wVWjes",
                "sine": "zLt",
                "stationLocation": "YiF",
                "stationNumber": "1573",
                "ticketingProvider": {
                  "checkDigit": "5",
                  "name": "Rath - Kuvalis",
                  "number": "690",
                  "value": "nQ"
                },
                "type": "P",
                "workLocation": "tRY"
              },
              "customer": [
                {
                  "purchaser": {
                    "firstName": "Earline",
                    "lastName": "Schaefer",
                    "name": "Edgar Hagenes"
                  },
                  "traveler": {
                    "externalNumber": "42307566",
                    "firstName": "Abby",
                    "lastName": "Feil",
                    "name": "Shaun Shields",
                    "passengerType": "INF"
                  }
                }
              ],
              "emdCoupon": [
                {
                  "classOfService": "L",
                  "couponNumber": "55",
                  "endLocation": "jNb",
                  "marketingFlightNumber": "0140",
                  "marketingProvider": {
                    "checkDigit": "3",
                    "name": "Williamson, Raynor and Bartoletti",
                    "number": "642",
                    "value": "Iu"
                  },
                  "startDateTime": "2026-09-24T00:00:00.0Z",
                  "startLocation": "UkL"
                },
                {
                  "classOfService": "i",
                  "couponNumber": "33",
                  "endLocation": "siW",
                  "marketingFlightNumber": "4009",
                  "marketingProvider": {
                    "checkDigit": "0",
                    "name": "Thompson LLC",
                    "number": "571",
                    "value": "Rb"
                  },
                  "startDateTime": "2027-04-16T00:00:00.0Z",
                  "startLocation": "Azc"
                },
                {
                  "classOfService": "s",
                  "couponNumber": "38",
                  "endLocation": "lVq",
                  "marketingFlightNumber": "7434",
                  "marketingProvider": {
                    "checkDigit": "7",
                    "name": "Mills Inc",
                    "number": "912",
                    "value": "Mb"
                  },
                  "startDateTime": "2027-03-07T00:00:00.0Z",
                  "startLocation": "aDd"
                }
              ],
              "emdNumber": {
                "number": "74335871368837"
              },
              "fareCalculationDetails": "XLLdGfZduJqTpF4s2DiS",
              "fareCalculationMode": "7",
              "issueTime": "2026-03-01T00:00:00.0Z",
              "miscellaneous": [
                {
                  "associatedTicketNumber": {
                    "associationType": "inu",
                    "checkDigit": "8",
                    "couponNumber": "45",
                    "value": "9216004162127"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "N",
                      "couponNumber": "65",
                      "endLocation": "mkn",
                      "marketingFlightNumber": "4937",
                      "marketingProvider": {
                        "checkDigit": "9",
                        "name": "Steuber Group",
                        "number": "326",
                        "value": "Au"
                      },
                      "startDateTime": "2026-10-22T00:00:00.0Z",
                      "startLocation": "QKf"
                    },
                    {
                      "classOfService": "z",
                      "couponNumber": "79",
                      "endLocation": "Mqi",
                      "marketingFlightNumber": "6730",
                      "marketingProvider": {
                        "checkDigit": "2",
                        "name": "Moore - Bailey",
                        "number": "732",
                        "value": "um"
                      },
                      "startDateTime": "2027-05-17T00:00:00.0Z",
                      "startLocation": "sCg"
                    },
                    {
                      "classOfService": "I",
                      "couponNumber": "90",
                      "endLocation": "phS",
                      "marketingFlightNumber": "2215",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Dach, Powlowski and Conroy",
                        "number": "924",
                        "value": "PV"
                      },
                      "startDateTime": "2027-01-03T00:00:00.0Z",
                      "startLocation": "uXU"
                    },
                    {
                      "classOfService": "i",
                      "couponNumber": "00",
                      "endLocation": "kMC",
                      "marketingFlightNumber": "8328",
                      "marketingProvider": {
                        "checkDigit": "5",
                        "name": "Strosin, Purdy and Gutmann",
                        "number": "993",
                        "value": "nn"
                      },
                      "startDateTime": "2026-10-04T00:00:00.0Z",
                      "startLocation": "Qoh"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "861244",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "ANG",
                        "value": 265.88
                      },
                      "valueCode": "Dl7k"
                    },
                    "code": "Vnwm",
                    "coupon": 9,
                    "description": "The sleek and webbed Chair comes with turquoise LED lighting for smart functionality",
                    "equivalent": {
                      "text": "393444",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MGA",
                        "value": 462.91
                      },
                      "valueCode": "1Eks"
                    },
                    "quantity": 1,
                    "total": {
                      "text": "273600",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "NGN",
                        "value": 216.88
                      },
                      "valueCode": "l1JQ"
                    },
                    "totalTax": {
                      "text": "911990",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "CRC",
                        "value": 346.05
                      },
                      "valueCode": "7O0g"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "8",
                      "name": "Mertz, Gusikowski and Mueller",
                      "number": "064",
                      "value": "mc"
                    },
                    "group": "qUBzz",
                    "indicators": {
                      "consumed": "w",
                      "feeOverride": "a",
                      "taxExempt": "X"
                    },
                    "journeyType": "gO",
                    "reason": "RWPnNSVfYQ"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "gdogTRUhAV",
                          "sequence": 1,
                          "status": "hm",
                          "taxCode": "PQf",
                          "text": "366748",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "KWD",
                            "value": 167.81
                          },
                          "valueCode": "aonn"
                        },
                        {
                          "exempt": false,
                          "name": "AZleGuyuxW",
                          "sequence": 1,
                          "status": "uR",
                          "taxCode": "Wji",
                          "text": "695758",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "TMT",
                            "value": 422.28
                          },
                          "valueCode": "1p04"
                        },
                        {
                          "exempt": false,
                          "name": "DjLAvVmeLZ",
                          "sequence": 4,
                          "status": "vZ",
                          "taxCode": "JYM",
                          "text": "635652",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "GBP",
                            "value": 124.56
                          },
                          "valueCode": "V3Uu"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "Wgv",
                    "checkDigit": "2",
                    "couponNumber": "73",
                    "value": "8684713600499"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "v",
                      "couponNumber": "00",
                      "endLocation": "djy",
                      "marketingFlightNumber": "7626",
                      "marketingProvider": {
                        "checkDigit": "0",
                        "name": "Stroman, Kuhlman and Ernser",
                        "number": "566",
                        "value": "sH"
                      },
                      "startDateTime": "2026-08-28T00:00:00.0Z",
                      "startLocation": "mBv"
                    },
                    {
                      "classOfService": "J",
                      "couponNumber": "46",
                      "endLocation": "hwf",
                      "marketingFlightNumber": "2284",
                      "marketingProvider": {
                        "checkDigit": "2",
                        "name": "Thompson Group",
                        "number": "817",
                        "value": "Bl"
                      },
                      "startDateTime": "2027-04-20T00:00:00.0Z",
                      "startLocation": "SAX"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "418662",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "SRD",
                        "value": 215.92
                      },
                      "valueCode": "T9Nj"
                    },
                    "code": "fsNe",
                    "coupon": 1,
                    "description": "New mint green Mouse with ergonomic design for impolite comfort",
                    "equivalent": {
                      "text": "300104",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "USD",
                        "value": 38.21
                      },
                      "valueCode": "q47f"
                    },
                    "quantity": 4,
                    "total": {
                      "text": "215979",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BWP",
                        "value": 124.3
                      },
                      "valueCode": "RzEG"
                    },
                    "totalTax": {
                      "text": "643578",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "DKK",
                        "value": 92.16
                      },
                      "valueCode": "oAQB"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "5",
                      "name": "Bins Group",
                      "number": "972",
                      "value": "Gt"
                    },
                    "group": "eGAIM",
                    "indicators": {
                      "consumed": "t",
                      "feeOverride": "H",
                      "taxExempt": "S"
                    },
                    "journeyType": "Gc",
                    "reason": "HIeeiBQZNL"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "FhIGSaARag",
                          "sequence": 2,
                          "status": "Rk",
                          "taxCode": "tzX",
                          "text": "469248",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "TMT",
                            "value": 44.6
                          },
                          "valueCode": "QXhM"
                        },
                        {
                          "exempt": true,
                          "name": "TXwLyHPNYI",
                          "sequence": 1,
                          "status": "sQ",
                          "taxCode": "GRu",
                          "text": "021816",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "JOD",
                            "value": 450.99
                          },
                          "valueCode": "yaTK"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "YWLWmtNHWP",
                          "sequence": 1,
                          "status": "Xk",
                          "taxCode": "yVT",
                          "text": "031802",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MYR",
                            "value": 482.79
                          },
                          "valueCode": "leGd"
                        },
                        {
                          "exempt": true,
                          "name": "FrbmspDekL",
                          "sequence": 4,
                          "status": "br",
                          "taxCode": "GYN",
                          "text": "536678",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "EGP",
                            "value": 71.89
                          },
                          "valueCode": "ybmJ"
                        },
                        {
                          "exempt": false,
                          "name": "lMsabhIXLi",
                          "sequence": 2,
                          "status": "qG",
                          "taxCode": "ygZ",
                          "text": "244536",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "SLE",
                            "value": 320.66
                          },
                          "valueCode": "tMcF"
                        },
                        {
                          "exempt": false,
                          "name": "vgblLYFyin",
                          "sequence": 4,
                          "status": "Mv",
                          "taxCode": "jSO",
                          "text": "578441",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "TOP",
                            "value": 397.79
                          },
                          "valueCode": "I33r"
                        },
                        {
                          "exempt": false,
                          "name": "ZzAwODQUtO",
                          "sequence": 1,
                          "status": "va",
                          "taxCode": "Gst",
                          "text": "441549",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "ARS",
                            "value": 225.47
                          },
                          "valueCode": "Ukiy"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "EiSAgasmxC",
                          "sequence": 5,
                          "status": "WN",
                          "taxCode": "jlW",
                          "text": "793039",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "ILS",
                            "value": 357.15
                          },
                          "valueCode": "SEHe"
                        },
                        {
                          "exempt": true,
                          "name": "saiYagiiEA",
                          "sequence": 1,
                          "status": "Jf",
                          "taxCode": "PGO",
                          "text": "024277",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "NPR",
                            "value": 275.48
                          },
                          "valueCode": "RA49"
                        },
                        {
                          "exempt": true,
                          "name": "GQsMNRntzv",
                          "sequence": 1,
                          "status": "KZ",
                          "taxCode": "mtJ",
                          "text": "158962",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BMD",
                            "value": 190.26
                          },
                          "valueCode": "zbCw"
                        },
                        {
                          "exempt": true,
                          "name": "PaCDIoLVxN",
                          "sequence": 1,
                          "status": "DX",
                          "taxCode": "whp",
                          "text": "131579",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "PGK",
                            "value": 297.57
                          },
                          "valueCode": "Qcyc"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "dsP",
                    "checkDigit": "7",
                    "couponNumber": "40",
                    "value": "3848052466390"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "i",
                      "couponNumber": "94",
                      "endLocation": "haF",
                      "marketingFlightNumber": "7095",
                      "marketingProvider": {
                        "checkDigit": "0",
                        "name": "Bashirian - Howell",
                        "number": "027",
                        "value": "UX"
                      },
                      "startDateTime": "2027-05-25T00:00:00.0Z",
                      "startLocation": "eKN"
                    },
                    {
                      "classOfService": "E",
                      "couponNumber": "56",
                      "endLocation": "FTA",
                      "marketingFlightNumber": "4275",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Hilll, Harvey and Borer",
                        "number": "431",
                        "value": "kc"
                      },
                      "startDateTime": "2027-07-23T00:00:00.0Z",
                      "startLocation": "KUk"
                    },
                    {
                      "classOfService": "Z",
                      "couponNumber": "73",
                      "endLocation": "IjV",
                      "marketingFlightNumber": "0530",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "Wisozk - Bosco",
                        "number": "753",
                        "value": "BF"
                      },
                      "startDateTime": "2026-10-14T00:00:00.0Z",
                      "startLocation": "FMj"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "445555",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "VES",
                        "value": 81.02
                      },
                      "valueCode": "FCmE"
                    },
                    "code": "q5h9",
                    "coupon": 9,
                    "description": "Discover the wry new Cheese with an exciting mix of Aluminum ingredients",
                    "equivalent": {
                      "text": "147820",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MZN",
                        "value": 252.72
                      },
                      "valueCode": "AqLK"
                    },
                    "quantity": 4,
                    "total": {
                      "text": "919277",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "SEK",
                        "value": 177.58
                      },
                      "valueCode": "5gvq"
                    },
                    "totalTax": {
                      "text": "740187",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "AMD",
                        "value": 149.9
                      },
                      "valueCode": "4hHj"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "4",
                      "name": "Schumm and Sons",
                      "number": "895",
                      "value": "gT"
                    },
                    "group": "JqeGu",
                    "indicators": {
                      "consumed": "Y",
                      "feeOverride": "B",
                      "taxExempt": "X"
                    },
                    "journeyType": "Kf",
                    "reason": "wiqDGJmvKl"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "WQUTzoVmXW",
                          "sequence": 2,
                          "status": "CN",
                          "taxCode": "zcK",
                          "text": "247683",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "XAF",
                            "value": 185.98
                          },
                          "valueCode": "2AbU"
                        },
                        {
                          "exempt": false,
                          "name": "xAihEiZsFC",
                          "sequence": 5,
                          "status": "BE",
                          "taxCode": "Bvo",
                          "text": "344262",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "AMD",
                            "value": 452.29
                          },
                          "valueCode": "f9gV"
                        },
                        {
                          "exempt": true,
                          "name": "KSqPzeETrZ",
                          "sequence": 4,
                          "status": "eI",
                          "taxCode": "llQ",
                          "text": "526575",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "SZL",
                            "value": 224.16
                          },
                          "valueCode": "E5ri"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "PJdJPcMgDX",
                          "sequence": 5,
                          "status": "jP",
                          "taxCode": "LSS",
                          "text": "009753",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "ANG",
                            "value": 232.27
                          },
                          "valueCode": "OuCI"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "vmyfijuNvg",
                          "sequence": 5,
                          "status": "bs",
                          "taxCode": "RYQ",
                          "text": "280784",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BOB",
                            "value": 274.11
                          },
                          "valueCode": "Xfrk"
                        },
                        {
                          "exempt": true,
                          "name": "mTgItrmsVR",
                          "sequence": 2,
                          "status": "FQ",
                          "taxCode": "LlM",
                          "text": "735016",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "GIP",
                            "value": 474.91
                          },
                          "valueCode": "66Jn"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "ivkCrWkdbA",
                          "sequence": 3,
                          "status": "ef",
                          "taxCode": "FDD",
                          "text": "446539",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "TJS",
                            "value": 446.28
                          },
                          "valueCode": "lKyM"
                        },
                        {
                          "exempt": true,
                          "name": "DJJqrsixiG",
                          "sequence": 3,
                          "status": "UR",
                          "taxCode": "lUx",
                          "text": "724532",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "GMD",
                            "value": 57.81
                          },
                          "valueCode": "rXN8"
                        },
                        {
                          "exempt": true,
                          "name": "CDLnBNLtUj",
                          "sequence": 5,
                          "status": "wN",
                          "taxCode": "MJu",
                          "text": "064500",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "GMD",
                            "value": 143.73
                          },
                          "valueCode": "oI2m"
                        },
                        {
                          "exempt": false,
                          "name": "uQxrEoLEuH",
                          "sequence": 2,
                          "status": "Mk",
                          "taxCode": "RGz",
                          "text": "003153",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "RSD",
                            "value": 249.18
                          },
                          "valueCode": "9NG2"
                        },
                        {
                          "exempt": true,
                          "name": "aAYGhqydDi",
                          "sequence": 5,
                          "status": "fn",
                          "taxCode": "mfs",
                          "text": "898192",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "SLE",
                            "value": 315.39
                          },
                          "valueCode": "CoSm"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "cwoRVLvdmc",
                          "sequence": 3,
                          "status": "zY",
                          "taxCode": "Byw",
                          "text": "152305",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "NIO",
                            "value": 455.58
                          },
                          "valueCode": "X7sa"
                        },
                        {
                          "exempt": false,
                          "name": "wLwnRAWDVt",
                          "sequence": 2,
                          "status": "sL",
                          "taxCode": "Smb",
                          "text": "219132",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "NGN",
                            "value": 446.21
                          },
                          "valueCode": "q2fC"
                        },
                        {
                          "exempt": false,
                          "name": "WPBmXybyfk",
                          "sequence": 4,
                          "status": "Qi",
                          "taxCode": "RCf",
                          "text": "086316",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SLE",
                            "value": 54.4
                          },
                          "valueCode": "8UCp"
                        },
                        {
                          "exempt": false,
                          "name": "scOxVwjRif",
                          "sequence": 5,
                          "status": "BF",
                          "taxCode": "MLd",
                          "text": "431872",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "LAK",
                            "value": 426.87
                          },
                          "valueCode": "y1oh"
                        },
                        {
                          "exempt": false,
                          "name": "DmrgTGwpRb",
                          "sequence": 3,
                          "status": "cw",
                          "taxCode": "goP",
                          "text": "976355",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "ZAR",
                            "value": 337.78
                          },
                          "valueCode": "94o9"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "PuQ",
                    "checkDigit": "0",
                    "couponNumber": "63",
                    "value": "8135257968956"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "S",
                      "couponNumber": "62",
                      "endLocation": "buu",
                      "marketingFlightNumber": "2409",
                      "marketingProvider": {
                        "checkDigit": "1",
                        "name": "Little - Bartell",
                        "number": "437",
                        "value": "uH"
                      },
                      "startDateTime": "2026-12-29T00:00:00.0Z",
                      "startLocation": "fMh"
                    },
                    {
                      "classOfService": "M",
                      "couponNumber": "86",
                      "endLocation": "gbs",
                      "marketingFlightNumber": "0741",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Price, Wyman and O'Keefe",
                        "number": "798",
                        "value": "fX"
                      },
                      "startDateTime": "2026-12-21T00:00:00.0Z",
                      "startLocation": "Gjp"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "960321",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BWP",
                        "value": 327.27
                      },
                      "valueCode": "Q4xe"
                    },
                    "code": "imyA",
                    "coupon": 9,
                    "description": "New Chicken model with 78 GB RAM, 418 GB storage, and smug features",
                    "equivalent": {
                      "text": "399814",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "EUR",
                        "value": 92.22
                      },
                      "valueCode": "9d2Q"
                    },
                    "quantity": 2,
                    "total": {
                      "text": "568873",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "TTD",
                        "value": 147.47
                      },
                      "valueCode": "NLI6"
                    },
                    "totalTax": {
                      "text": "875328",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "CZK",
                        "value": 207.53
                      },
                      "valueCode": "HauN"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "1",
                      "name": "Sipes - Walker",
                      "number": "143",
                      "value": "si"
                    },
                    "group": "nOGhV",
                    "indicators": {
                      "consumed": "a",
                      "feeOverride": "b",
                      "taxExempt": "s"
                    },
                    "journeyType": "zv",
                    "reason": "nAOMMyLdxj"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "crQeAGwrgj",
                          "sequence": 5,
                          "status": "YE",
                          "taxCode": "NQy",
                          "text": "382426",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BAM",
                            "value": 426.79
                          },
                          "valueCode": "Av7k"
                        },
                        {
                          "exempt": true,
                          "name": "hOWZMyFJuF",
                          "sequence": 4,
                          "status": "vI",
                          "taxCode": "xSk",
                          "text": "970340",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MMK",
                            "value": 324.57
                          },
                          "valueCode": "LCmd"
                        },
                        {
                          "exempt": true,
                          "name": "DPPrZkjuJa",
                          "sequence": 1,
                          "status": "Kp",
                          "taxCode": "nja",
                          "text": "527409",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MNT",
                            "value": 427.44
                          },
                          "valueCode": "aIQE"
                        },
                        {
                          "exempt": false,
                          "name": "AowgJaqSMb",
                          "sequence": 5,
                          "status": "kw",
                          "taxCode": "HNb",
                          "text": "090406",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "THB",
                            "value": 416.06
                          },
                          "valueCode": "pwBq"
                        },
                        {
                          "exempt": true,
                          "name": "ZcowHtyypd",
                          "sequence": 3,
                          "status": "wZ",
                          "taxCode": "XVl",
                          "text": "584528",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "ARS",
                            "value": 256.99
                          },
                          "valueCode": "08Aa"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "TnyhGHOexM",
                          "sequence": 2,
                          "status": "fx",
                          "taxCode": "bLN",
                          "text": "110830",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MDL",
                            "value": 14.51
                          },
                          "valueCode": "7eD3"
                        },
                        {
                          "exempt": true,
                          "name": "pQiaYjysds",
                          "sequence": 1,
                          "status": "tA",
                          "taxCode": "GbN",
                          "text": "508186",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MOP",
                            "value": 283.53
                          },
                          "valueCode": "3sjL"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "nOfxPmbkOi",
                          "sequence": 1,
                          "status": "WD",
                          "taxCode": "AMn",
                          "text": "153078",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "ALL",
                            "value": 140.69
                          },
                          "valueCode": "HH8E"
                        },
                        {
                          "exempt": true,
                          "name": "VvKKqBOnGv",
                          "sequence": 4,
                          "status": "sS",
                          "taxCode": "rMZ",
                          "text": "740234",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "CZK",
                            "value": 417.99
                          },
                          "valueCode": "ACMN"
                        },
                        {
                          "exempt": true,
                          "name": "XjQquMPwtj",
                          "sequence": 1,
                          "status": "fC",
                          "taxCode": "TqI",
                          "text": "939175",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "KPW",
                            "value": 326.23
                          },
                          "valueCode": "8wmp"
                        },
                        {
                          "exempt": true,
                          "name": "pcPXeQVdqj",
                          "sequence": 3,
                          "status": "xB",
                          "taxCode": "LnU",
                          "text": "532228",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "KES",
                            "value": 268.93
                          },
                          "valueCode": "Wkcu"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "CGY",
                    "checkDigit": "9",
                    "couponNumber": "82",
                    "value": "2074193922262"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "o",
                      "couponNumber": "13",
                      "endLocation": "Jio",
                      "marketingFlightNumber": "8466",
                      "marketingProvider": {
                        "checkDigit": "8",
                        "name": "Rutherford, Marks and Maggio",
                        "number": "117",
                        "value": "cI"
                      },
                      "startDateTime": "2027-01-16T00:00:00.0Z",
                      "startLocation": "hvz"
                    },
                    {
                      "classOfService": "x",
                      "couponNumber": "47",
                      "endLocation": "Sfi",
                      "marketingFlightNumber": "8068",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Grady LLC",
                        "number": "921",
                        "value": "QQ"
                      },
                      "startDateTime": "2027-02-18T00:00:00.0Z",
                      "startLocation": "pjE"
                    },
                    {
                      "classOfService": "P",
                      "couponNumber": "31",
                      "endLocation": "jOe",
                      "marketingFlightNumber": "6607",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Upton - Veum",
                        "number": "592",
                        "value": "NT"
                      },
                      "startDateTime": "2027-02-19T00:00:00.0Z",
                      "startLocation": "IQq"
                    },
                    {
                      "classOfService": "i",
                      "couponNumber": "72",
                      "endLocation": "ZUE",
                      "marketingFlightNumber": "0650",
                      "marketingProvider": {
                        "checkDigit": "2",
                        "name": "Kub - Glover",
                        "number": "482",
                        "value": "ly"
                      },
                      "startDateTime": "2027-06-21T00:00:00.0Z",
                      "startLocation": "TBC"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "953312",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MOP",
                        "value": 68.88
                      },
                      "valueCode": "n7Ul"
                    },
                    "code": "cvGz",
                    "coupon": 6,
                    "description": "Our tangy-inspired Sausages brings a taste of luxury to your trim lifestyle",
                    "equivalent": {
                      "text": "825839",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "LRD",
                        "value": 146.36
                      },
                      "valueCode": "oMQb"
                    },
                    "quantity": 2,
                    "total": {
                      "text": "658635",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "KES",
                        "value": 276.85
                      },
                      "valueCode": "RQoD"
                    },
                    "totalTax": {
                      "text": "202660",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "ANG",
                        "value": 266.43
                      },
                      "valueCode": "m4ww"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "8",
                      "name": "Barton Inc",
                      "number": "871",
                      "value": "JC"
                    },
                    "group": "sVZmV",
                    "indicators": {
                      "consumed": "y",
                      "feeOverride": "Q",
                      "taxExempt": "j"
                    },
                    "journeyType": "Hn",
                    "reason": "pDgAGAaIrM"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "XIvBEiCPkb",
                          "sequence": 1,
                          "status": "cO",
                          "taxCode": "VLZ",
                          "text": "114661",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SCR",
                            "value": 222.12
                          },
                          "valueCode": "rWC7"
                        },
                        {
                          "exempt": true,
                          "name": "WekGthxAkr",
                          "sequence": 5,
                          "status": "lP",
                          "taxCode": "AUh",
                          "text": "665866",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "TTD",
                            "value": 89.2
                          },
                          "valueCode": "OXTz"
                        },
                        {
                          "exempt": false,
                          "name": "cmFBhXDomK",
                          "sequence": 5,
                          "status": "GA",
                          "taxCode": "Wqd",
                          "text": "051821",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "GIP",
                            "value": 376.91
                          },
                          "valueCode": "GRDk"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "uCyWVLYcHi",
                          "sequence": 1,
                          "status": "rM",
                          "taxCode": "Hxp",
                          "text": "480879",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "FJD",
                            "value": 107.73
                          },
                          "valueCode": "REEd"
                        },
                        {
                          "exempt": true,
                          "name": "CJFzXVLTuB",
                          "sequence": 5,
                          "status": "od",
                          "taxCode": "oLT",
                          "text": "272053",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BND",
                            "value": 381.7
                          },
                          "valueCode": "Z2kf"
                        }
                      ]
                    }
                  ]
                }
              ],
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "WST",
                    "value": 112.06
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": false,
                  "remarks": "oCmdGUofCq",
                  "sequence": 4,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "XAF",
                    "value": 464.83
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "WST",
                    "value": 402.62
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "SZL",
                    "value": 233.44
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "OwyJlshjxA",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "XAF",
                    "value": 143.57
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "SCR",
                    "value": 77.08
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "BSD",
                    "value": 18.36
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "sgrjsTJQpl",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "JPY",
                    "value": 201
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "IQD",
                    "value": 379.52
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "IDR",
                    "value": 60.96
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": false,
                  "remarks": "FRvZEMgTql",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "RUB",
                    "value": 141.88
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "AUD",
                    "value": 417.94
                  }
                }
              ],
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "092316",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "BND",
                      "value": 444.62
                    },
                    "valueCode": "a7JQ"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 0.8874,
                      "bankerSellingRate": 1.161,
                      "iataClearingHouseRate": 0.8032
                    },
                    "text": "375979",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "JPY",
                      "value": 110.17
                    },
                    "valueCode": "JS9m"
                  },
                  "net": {
                    "text": "166985",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "GIP",
                      "value": 243.84
                    },
                    "valueCode": "CCQe"
                  },
                  "tax": [
                    {
                      "exempt": false,
                      "name": "TaUyEuTDcx",
                      "sequence": 3,
                      "status": "xK",
                      "taxCode": "QEg",
                      "text": "782321",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "STN",
                        "value": 477.21
                      },
                      "valueCode": "T2i3"
                    },
                    {
                      "exempt": true,
                      "name": "PFaDughvHr",
                      "sequence": 3,
                      "status": "RH",
                      "taxCode": "bnJ",
                      "text": "195236",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "XCD",
                        "value": 228.9
                      },
                      "valueCode": "5MXh"
                    },
                    {
                      "exempt": false,
                      "name": "hWCqLUyZpo",
                      "sequence": 1,
                      "status": "Xt",
                      "taxCode": "zmA",
                      "text": "272108",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "COP",
                        "value": 312.24
                      },
                      "valueCode": "ODIZ"
                    },
                    {
                      "exempt": true,
                      "name": "auMqcazRgS",
                      "sequence": 1,
                      "status": "jm",
                      "taxCode": "rZK",
                      "text": "849745",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BOB",
                        "value": 389.25
                      },
                      "valueCode": "NmOX"
                    },
                    {
                      "exempt": false,
                      "name": "WrvlINGQmn",
                      "sequence": 4,
                      "status": "cR",
                      "taxCode": "MiS",
                      "text": "924849",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "GHS",
                        "value": 408.96
                      },
                      "valueCode": "AItv"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 0.847,
                    "text": "732261",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "GIP",
                      "value": 300.77
                    },
                    "valueCode": "MRxA"
                  },
                  "totalTax": {
                    "text": "976689",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "GEL",
                      "value": 441.53
                    },
                    "valueCode": "Ux8p"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": true,
                      "name": "wwMWjdTjvR",
                      "sequence": 5,
                      "status": "YH",
                      "taxCode": "vLz",
                      "text": "845253",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "LRD",
                        "value": 488.22
                      },
                      "valueCode": "Idum"
                    },
                    {
                      "exempt": false,
                      "name": "GzWkKHIeKg",
                      "sequence": 3,
                      "status": "dJ",
                      "taxCode": "lJV",
                      "text": "072487",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "AFN",
                        "value": 72.54
                      },
                      "valueCode": "2WCX"
                    },
                    {
                      "exempt": false,
                      "name": "CbjpgrHwBy",
                      "sequence": 3,
                      "status": "Sw",
                      "taxCode": "NTu",
                      "text": "798611",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "KES",
                        "value": 372.73
                      },
                      "valueCode": "8gAJ"
                    },
                    {
                      "exempt": true,
                      "name": "gjlXdsiyZO",
                      "sequence": 1,
                      "status": "aa",
                      "taxCode": "eiA",
                      "text": "117404",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "CDF",
                        "value": 386.72
                      },
                      "valueCode": "uUJO"
                    },
                    {
                      "exempt": false,
                      "name": "EmtvqUebSA",
                      "sequence": 3,
                      "status": "rh",
                      "taxCode": "ylU",
                      "text": "038601",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "USD",
                        "value": 300.74
                      },
                      "valueCode": "ZgNL"
                    }
                  ]
                }
              },
              "reasonForIssue": "qbmfMiwWug",
              "relatedDocument": [
                {
                  "associatedTicketNumber": {
                    "associationType": "utm",
                    "checkDigit": "9",
                    "couponNumber": "25",
                    "value": "6979607489555"
                  },
                  "checkDigit": "7",
                  "coupon": "12",
                  "iataNumber": "198",
                  "issueCity": "Masonboro",
                  "issueDate": "2026-02-07",
                  "number": "6298596035319",
                  "payment": "oUwEK",
                  "remark": "vVAakyqrsZ",
                  "sequence": "57",
                  "transactionId": "780bc6a7-44a0-48c6-89f5-db5b3b12183d",
                  "type": "REFUND"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "KPH",
                    "checkDigit": "8",
                    "couponNumber": "18",
                    "value": "0900779608508"
                  },
                  "checkDigit": "0",
                  "coupon": "71",
                  "iataNumber": "044",
                  "issueCity": "Port Vellaside",
                  "issueDate": "2026-05-01",
                  "number": "5595467997227",
                  "payment": "QAhqf",
                  "remark": "XFzFAayApT",
                  "sequence": "63",
                  "transactionId": "8e83d909-ec98-4f7d-b7b8-bc22378f95b4",
                  "type": "REFUND"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "tvP",
                    "checkDigit": "5",
                    "couponNumber": "26",
                    "value": "8191580598112"
                  },
                  "checkDigit": "6",
                  "coupon": "97",
                  "iataNumber": "212",
                  "issueCity": "Huelsboro",
                  "issueDate": "2025-08-26",
                  "number": "1503445089559",
                  "payment": "xnJHL",
                  "remark": "JGeBDkrFTr",
                  "sequence": "19",
                  "transactionId": "581f67f5-4466-47e1-ba49-cc0b123bec8a",
                  "type": "MISCELLANEOUS"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "xfF",
                    "checkDigit": "0",
                    "couponNumber": "92",
                    "value": "2089683922964"
                  },
                  "checkDigit": "1",
                  "coupon": "57",
                  "iataNumber": "113",
                  "issueCity": "West Evangelineland",
                  "issueDate": "2026-04-30",
                  "number": "6053721657285",
                  "payment": "EtxMy",
                  "remark": "mwyEiXSGxm",
                  "sequence": "60",
                  "transactionId": "9736d928-2c36-44c7-add1-a4bea88dd3eb",
                  "type": "MISCELLANEOUS"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "LAo",
                    "checkDigit": "8",
                    "couponNumber": "39",
                    "value": "1246216176948"
                  },
                  "checkDigit": "1",
                  "coupon": "81",
                  "iataNumber": "218",
                  "issueCity": "Citlalliport",
                  "issueDate": "2026-07-14",
                  "number": "6306882015918",
                  "payment": "hXFrQ",
                  "remark": "VSKjrrDONP",
                  "sequence": "11",
                  "transactionId": "71325241-8741-4f6d-9f5d-c51f41fbd1a9",
                  "type": "LINKED"
                }
              ],
              "reservation": {
                "creationDate": "2026-02-19T00:00:00.0Z",
                "provider": "Hermiston Inc",
                "recordLocator": "WHXJKQ"
              },
              "systemCreateDateTime": "2026-04-08T00:00:00.0Z",
              "type": "NiQ"
            },
            {
              "agent": {
                "duty": "eT",
                "homeBranch": "48521",
                "homeLocation": "pky",
                "homeStation": "7408",
                "lniata": "RGyq4q",
                "sine": "ncI",
                "stationLocation": "JAd",
                "stationNumber": "0301",
                "ticketingProvider": {
                  "checkDigit": "7",
                  "name": "Herzog - Schimmel",
                  "number": "397",
                  "value": "Ed"
                },
                "type": "Y",
                "workLocation": "dEk"
              },
              "customer": [
                {
                  "purchaser": {
                    "firstName": "Toni",
                    "lastName": "DuBuque",
                    "name": "Clay Conn"
                  },
                  "traveler": {
                    "externalNumber": "86964638",
                    "firstName": "Lysanne",
                    "lastName": "Johnston",
                    "name": "Rolando Gleichner Sr.",
                    "passengerType": "ADT"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Wendell",
                    "lastName": "Mayer-Yundt",
                    "name": "Melinda Kautzer"
                  },
                  "traveler": {
                    "externalNumber": "53136635",
                    "firstName": "Fausto",
                    "lastName": "Bartell",
                    "name": "Roberto Stamm",
                    "passengerType": "ADT"
                  }
                }
              ],
              "emdCoupon": [
                {
                  "classOfService": "N",
                  "couponNumber": "73",
                  "endLocation": "bHu",
                  "marketingFlightNumber": "5796",
                  "marketingProvider": {
                    "checkDigit": "5",
                    "name": "Kuhlman, Dickens and Frami",
                    "number": "260",
                    "value": "Jm"
                  },
                  "startDateTime": "2026-11-15T00:00:00.0Z",
                  "startLocation": "nrB"
                }
              ],
              "emdNumber": {
                "number": "32266502734949"
              },
              "fareCalculationDetails": "HRriI9hQHKtE1RYSSRFw",
              "fareCalculationMode": "2",
              "issueTime": "2025-09-28T00:00:00.0Z",
              "miscellaneous": [
                {
                  "associatedTicketNumber": {
                    "associationType": "XVd",
                    "checkDigit": "0",
                    "couponNumber": "04",
                    "value": "1314348519899"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "W",
                      "couponNumber": "07",
                      "endLocation": "DYD",
                      "marketingFlightNumber": "5244",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "King - Herzog",
                        "number": "475",
                        "value": "Yw"
                      },
                      "startDateTime": "2027-05-05T00:00:00.0Z",
                      "startLocation": "mzf"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "631696",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "GNF",
                        "value": 226.16
                      },
                      "valueCode": "rkzO"
                    },
                    "code": "bp6V",
                    "coupon": 6,
                    "description": "Discover the elephant-like agility of our Ball, perfect for slight users",
                    "equivalent": {
                      "text": "480027",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "SBD",
                        "value": 461.85
                      },
                      "valueCode": "Jf8L"
                    },
                    "quantity": 3,
                    "total": {
                      "text": "921157",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "ARS",
                        "value": 53.53
                      },
                      "valueCode": "YjAd"
                    },
                    "totalTax": {
                      "text": "620359",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "THB",
                        "value": 253.5
                      },
                      "valueCode": "IfWW"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "3",
                      "name": "Macejkovic - Rath",
                      "number": "519",
                      "value": "lu"
                    },
                    "group": "AHRKl",
                    "indicators": {
                      "consumed": "x",
                      "feeOverride": "O",
                      "taxExempt": "e"
                    },
                    "journeyType": "Wf",
                    "reason": "vVhQEjjurK"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "cAuaFXCNXX",
                          "sequence": 5,
                          "status": "UX",
                          "taxCode": "DYB",
                          "text": "439986",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "GHS",
                            "value": 113.76
                          },
                          "valueCode": "MQG1"
                        },
                        {
                          "exempt": false,
                          "name": "mNzUHKDdKw",
                          "sequence": 5,
                          "status": "ST",
                          "taxCode": "ZXk",
                          "text": "142624",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BZD",
                            "value": 13.95
                          },
                          "valueCode": "8lPk"
                        },
                        {
                          "exempt": false,
                          "name": "QunhIYEsLD",
                          "sequence": 3,
                          "status": "DL",
                          "taxCode": "LoS",
                          "text": "470109",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "VND",
                            "value": 370.56
                          },
                          "valueCode": "uHlC"
                        },
                        {
                          "exempt": true,
                          "name": "BCWHIUbNtL",
                          "sequence": 2,
                          "status": "XJ",
                          "taxCode": "bfl",
                          "text": "100908",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "SYP",
                            "value": 312.22
                          },
                          "valueCode": "IvBh"
                        },
                        {
                          "exempt": false,
                          "name": "vYHfHgktum",
                          "sequence": 5,
                          "status": "st",
                          "taxCode": "Aey",
                          "text": "742716",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MMK",
                            "value": 53.32
                          },
                          "valueCode": "c5tW"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "cVYngQZyAt",
                          "sequence": 4,
                          "status": "dZ",
                          "taxCode": "Ked",
                          "text": "758538",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "CNY",
                            "value": 289.28
                          },
                          "valueCode": "MsBw"
                        },
                        {
                          "exempt": false,
                          "name": "qfOxoKqwHR",
                          "sequence": 4,
                          "status": "nI",
                          "taxCode": "Vmu",
                          "text": "972515",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MDL",
                            "value": 132.66
                          },
                          "valueCode": "huey"
                        },
                        {
                          "exempt": true,
                          "name": "QNBPujfWPI",
                          "sequence": 4,
                          "status": "Ww",
                          "taxCode": "GKA",
                          "text": "189528",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "LSL",
                            "value": 307.9
                          },
                          "valueCode": "a4yH"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "UWvjoBYezb",
                          "sequence": 5,
                          "status": "yv",
                          "taxCode": "SHo",
                          "text": "776215",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "HTG",
                            "value": 476.15
                          },
                          "valueCode": "UBh4"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "vQNtmQTNaO",
                          "sequence": 3,
                          "status": "gp",
                          "taxCode": "lfP",
                          "text": "816786",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "ZAR",
                            "value": 418.39
                          },
                          "valueCode": "h0p2"
                        },
                        {
                          "exempt": false,
                          "name": "sufNgDWPci",
                          "sequence": 2,
                          "status": "Ba",
                          "taxCode": "afW",
                          "text": "360725",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "AZN",
                            "value": 260.33
                          },
                          "valueCode": "Agxc"
                        },
                        {
                          "exempt": false,
                          "name": "drcTjoFLAu",
                          "sequence": 2,
                          "status": "au",
                          "taxCode": "vCV",
                          "text": "484945",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "CNY",
                            "value": 284.14
                          },
                          "valueCode": "2OK7"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "xQxxIwifXg",
                          "sequence": 2,
                          "status": "jT",
                          "taxCode": "pTI",
                          "text": "323019",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "ARS",
                            "value": 242.63
                          },
                          "valueCode": "RWUW"
                        },
                        {
                          "exempt": false,
                          "name": "kYiXctYNXM",
                          "sequence": 3,
                          "status": "wR",
                          "taxCode": "hCY",
                          "text": "371232",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MOP",
                            "value": 61.43
                          },
                          "valueCode": "piuM"
                        },
                        {
                          "exempt": true,
                          "name": "GcLAFhdjRH",
                          "sequence": 1,
                          "status": "ZO",
                          "taxCode": "zIu",
                          "text": "065621",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "DJF",
                            "value": 167.2
                          },
                          "valueCode": "ts0C"
                        },
                        {
                          "exempt": false,
                          "name": "YjmlZGetQO",
                          "sequence": 1,
                          "status": "WP",
                          "taxCode": "oVb",
                          "text": "739123",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "YER",
                            "value": 206.97
                          },
                          "valueCode": "zxWD"
                        },
                        {
                          "exempt": false,
                          "name": "CFEFdAvEiO",
                          "sequence": 1,
                          "status": "LR",
                          "taxCode": "gqJ",
                          "text": "888233",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MUR",
                            "value": 237.41
                          },
                          "valueCode": "CqZB"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "Ygm",
                    "checkDigit": "0",
                    "couponNumber": "10",
                    "value": "5408425291717"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "V",
                      "couponNumber": "77",
                      "endLocation": "EaU",
                      "marketingFlightNumber": "3107",
                      "marketingProvider": {
                        "checkDigit": "1",
                        "name": "Hintz - Reinger",
                        "number": "785",
                        "value": "hF"
                      },
                      "startDateTime": "2027-03-20T00:00:00.0Z",
                      "startLocation": "CCn"
                    },
                    {
                      "classOfService": "X",
                      "couponNumber": "43",
                      "endLocation": "udm",
                      "marketingFlightNumber": "6036",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Lebsack - Murray",
                        "number": "707",
                        "value": "Cc"
                      },
                      "startDateTime": "2027-03-13T00:00:00.0Z",
                      "startLocation": "vEZ"
                    },
                    {
                      "classOfService": "a",
                      "couponNumber": "14",
                      "endLocation": "XHc",
                      "marketingFlightNumber": "0789",
                      "marketingProvider": {
                        "checkDigit": "8",
                        "name": "Funk LLC",
                        "number": "069",
                        "value": "CB"
                      },
                      "startDateTime": "2027-04-17T00:00:00.0Z",
                      "startLocation": "DnE"
                    },
                    {
                      "classOfService": "q",
                      "couponNumber": "67",
                      "endLocation": "puA",
                      "marketingFlightNumber": "6080",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "Gorczany - Barton",
                        "number": "525",
                        "value": "AM"
                      },
                      "startDateTime": "2027-02-26T00:00:00.0Z",
                      "startLocation": "Pqi"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "388914",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "SZL",
                        "value": 129.32
                      },
                      "valueCode": "xThF"
                    },
                    "code": "xrau",
                    "coupon": 6,
                    "description": "Our spicy-inspired Shirt brings a taste of luxury to your negligible lifestyle",
                    "equivalent": {
                      "text": "227618",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "KYD",
                        "value": 98.23
                      },
                      "valueCode": "gIOB"
                    },
                    "quantity": 2,
                    "total": {
                      "text": "674707",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "NGN",
                        "value": 158.92
                      },
                      "valueCode": "oyGw"
                    },
                    "totalTax": {
                      "text": "912849",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "GMD",
                        "value": 140.98
                      },
                      "valueCode": "2s4Z"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "1",
                      "name": "Nicolas - Connelly",
                      "number": "339",
                      "value": "rS"
                    },
                    "group": "KimxZ",
                    "indicators": {
                      "consumed": "L",
                      "feeOverride": "Q",
                      "taxExempt": "t"
                    },
                    "journeyType": "Tc",
                    "reason": "CCCDjdCjZr"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "ufHIbGdvmK",
                          "sequence": 5,
                          "status": "OE",
                          "taxCode": "FQn",
                          "text": "879268",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "ILS",
                            "value": 270.82
                          },
                          "valueCode": "j8aL"
                        },
                        {
                          "exempt": true,
                          "name": "ElhnNwkaTD",
                          "sequence": 3,
                          "status": "dn",
                          "taxCode": "cEh",
                          "text": "989021",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MAD",
                            "value": 137.31
                          },
                          "valueCode": "B4k9"
                        },
                        {
                          "exempt": true,
                          "name": "RLMjlehXzC",
                          "sequence": 2,
                          "status": "kc",
                          "taxCode": "Mnm",
                          "text": "996637",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "CLP",
                            "value": 75.38
                          },
                          "valueCode": "jnO5"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "YsAboWQzLL",
                          "sequence": 3,
                          "status": "Zg",
                          "taxCode": "YHj",
                          "text": "369409",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "RUB",
                            "value": 169.2
                          },
                          "valueCode": "ML6R"
                        },
                        {
                          "exempt": true,
                          "name": "ELXfPOTFnR",
                          "sequence": 2,
                          "status": "BU",
                          "taxCode": "UJZ",
                          "text": "306025",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "ILS",
                            "value": 481.08
                          },
                          "valueCode": "vuuf"
                        },
                        {
                          "exempt": true,
                          "name": "iyEsCnxKvF",
                          "sequence": 5,
                          "status": "ge",
                          "taxCode": "cgJ",
                          "text": "017502",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "UAH",
                            "value": 265.75
                          },
                          "valueCode": "xiqk"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "ATKFstuydU",
                          "sequence": 5,
                          "status": "ot",
                          "taxCode": "aeu",
                          "text": "702726",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "GEL",
                            "value": 57.94
                          },
                          "valueCode": "85t9"
                        },
                        {
                          "exempt": false,
                          "name": "lpwkikakCa",
                          "sequence": 5,
                          "status": "Bk",
                          "taxCode": "ffr",
                          "text": "013952",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "AOA",
                            "value": 358.62
                          },
                          "valueCode": "DD8a"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "CHxBHrhLru",
                          "sequence": 2,
                          "status": "HS",
                          "taxCode": "vtS",
                          "text": "905263",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "PAB",
                            "value": 169.29
                          },
                          "valueCode": "lMGM"
                        },
                        {
                          "exempt": true,
                          "name": "GSNRVnYuFw",
                          "sequence": 3,
                          "status": "Bp",
                          "taxCode": "uVs",
                          "text": "230774",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "VES",
                            "value": 297.99
                          },
                          "valueCode": "v6tH"
                        },
                        {
                          "exempt": false,
                          "name": "laiMkeqAAQ",
                          "sequence": 3,
                          "status": "yA",
                          "taxCode": "VYB",
                          "text": "979971",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "UYU",
                            "value": 247.71
                          },
                          "valueCode": "pr4y"
                        },
                        {
                          "exempt": true,
                          "name": "BXUrBqIUrz",
                          "sequence": 2,
                          "status": "Lt",
                          "taxCode": "gIM",
                          "text": "033984",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BAM",
                            "value": 484.96
                          },
                          "valueCode": "Lhvd"
                        },
                        {
                          "exempt": false,
                          "name": "QuRTUMzUNq",
                          "sequence": 4,
                          "status": "ic",
                          "taxCode": "pqd",
                          "text": "744011",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "PGK",
                            "value": 90.92
                          },
                          "valueCode": "FSIk"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "MzSgADXCmf",
                          "sequence": 4,
                          "status": "Vy",
                          "taxCode": "rxq",
                          "text": "452880",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "BWP",
                            "value": 42.5
                          },
                          "valueCode": "do99"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "wAL",
                    "checkDigit": "2",
                    "couponNumber": "25",
                    "value": "4961181518628"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "N",
                      "couponNumber": "76",
                      "endLocation": "Dca",
                      "marketingFlightNumber": "1668",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "Metz - Toy",
                        "number": "616",
                        "value": "ml"
                      },
                      "startDateTime": "2027-03-27T00:00:00.0Z",
                      "startLocation": "fZi"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "406455",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "SYP",
                        "value": 123.41
                      },
                      "valueCode": "6p8T"
                    },
                    "code": "KPJj",
                    "coupon": 3,
                    "description": "Konopelski - Kiehn's most advanced Cheese technology increases enchanting capabilities",
                    "equivalent": {
                      "text": "010123",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "NOK",
                        "value": 228.97
                      },
                      "valueCode": "Krx6"
                    },
                    "quantity": 5,
                    "total": {
                      "text": "683389",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "TMT",
                        "value": 60.95
                      },
                      "valueCode": "HVYg"
                    },
                    "totalTax": {
                      "text": "067079",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "TZS",
                        "value": 347.7
                      },
                      "valueCode": "B6FG"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "3",
                      "name": "Franey and Sons",
                      "number": "243",
                      "value": "PO"
                    },
                    "group": "dscPL",
                    "indicators": {
                      "consumed": "o",
                      "feeOverride": "f",
                      "taxExempt": "B"
                    },
                    "journeyType": "kc",
                    "reason": "IiPAXgKgYf"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "IaFvDkNzxj",
                          "sequence": 2,
                          "status": "ET",
                          "taxCode": "mpQ",
                          "text": "921763",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "XOF",
                            "value": 289.99
                          },
                          "valueCode": "cJDg"
                        },
                        {
                          "exempt": true,
                          "name": "wyZlvRTmti",
                          "sequence": 4,
                          "status": "bU",
                          "taxCode": "iTG",
                          "text": "761575",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "TND",
                            "value": 17.38
                          },
                          "valueCode": "ZO0o"
                        },
                        {
                          "exempt": true,
                          "name": "Hneuutlrgf",
                          "sequence": 3,
                          "status": "xb",
                          "taxCode": "ZJY",
                          "text": "613695",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "KZT",
                            "value": 24.45
                          },
                          "valueCode": "3vE5"
                        },
                        {
                          "exempt": false,
                          "name": "VbzDeFcHKk",
                          "sequence": 3,
                          "status": "Oo",
                          "taxCode": "PoT",
                          "text": "037471",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "CLP",
                            "value": 124.92
                          },
                          "valueCode": "WRto"
                        },
                        {
                          "exempt": false,
                          "name": "qzQxegPZwz",
                          "sequence": 4,
                          "status": "rv",
                          "taxCode": "tWP",
                          "text": "210038",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "PGK",
                            "value": 17.97
                          },
                          "valueCode": "gCMz"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "qehxHtULfP",
                          "sequence": 5,
                          "status": "FM",
                          "taxCode": "PSq",
                          "text": "124843",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "GTQ",
                            "value": 291.11
                          },
                          "valueCode": "ghF0"
                        },
                        {
                          "exempt": true,
                          "name": "YsbfiXqzKc",
                          "sequence": 3,
                          "status": "Yk",
                          "taxCode": "DFl",
                          "text": "169858",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "PYG",
                            "value": 419.71
                          },
                          "valueCode": "FIEs"
                        },
                        {
                          "exempt": true,
                          "name": "wfJNrRSjGP",
                          "sequence": 4,
                          "status": "Wh",
                          "taxCode": "tWx",
                          "text": "327619",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "HNL",
                            "value": 233.99
                          },
                          "valueCode": "FFNT"
                        },
                        {
                          "exempt": true,
                          "name": "NfmlnCSCIE",
                          "sequence": 1,
                          "status": "Fs",
                          "taxCode": "Lnt",
                          "text": "585348",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MMK",
                            "value": 84.69
                          },
                          "valueCode": "87nW"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "vlmIPzBbWd",
                          "sequence": 3,
                          "status": "Bm",
                          "taxCode": "bmH",
                          "text": "272455",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "LYD",
                            "value": 364.29
                          },
                          "valueCode": "hpAI"
                        },
                        {
                          "exempt": true,
                          "name": "jQwWLujMvW",
                          "sequence": 3,
                          "status": "ef",
                          "taxCode": "ucc",
                          "text": "897954",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "DOP",
                            "value": 368.05
                          },
                          "valueCode": "BdO7"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "raBBOyMrLe",
                          "sequence": 2,
                          "status": "fT",
                          "taxCode": "nVi",
                          "text": "384679",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "LRD",
                            "value": 312.54
                          },
                          "valueCode": "JtwY"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "VTx",
                    "checkDigit": "3",
                    "couponNumber": "01",
                    "value": "6067458354083"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "F",
                      "couponNumber": "30",
                      "endLocation": "WrX",
                      "marketingFlightNumber": "7706",
                      "marketingProvider": {
                        "checkDigit": "0",
                        "name": "Hirthe - Feest",
                        "number": "496",
                        "value": "nC"
                      },
                      "startDateTime": "2026-12-10T00:00:00.0Z",
                      "startLocation": "LYh"
                    },
                    {
                      "classOfService": "d",
                      "couponNumber": "73",
                      "endLocation": "nrI",
                      "marketingFlightNumber": "1548",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "Hyatt Inc",
                        "number": "283",
                        "value": "iH"
                      },
                      "startDateTime": "2026-08-26T00:00:00.0Z",
                      "startLocation": "SPU"
                    },
                    {
                      "classOfService": "m",
                      "couponNumber": "00",
                      "endLocation": "rCL",
                      "marketingFlightNumber": "0429",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "Murazik - Kreiger",
                        "number": "752",
                        "value": "Qh"
                      },
                      "startDateTime": "2026-09-13T00:00:00.0Z",
                      "startLocation": "idL"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "373220",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "IRR",
                        "value": 420.75
                      },
                      "valueCode": "TAqq"
                    },
                    "code": "bWav",
                    "coupon": 3,
                    "description": "Our shark-friendly Soap ensures darling comfort for your pets",
                    "equivalent": {
                      "text": "039186",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "GHS",
                        "value": 141.03
                      },
                      "valueCode": "bhs8"
                    },
                    "quantity": 1,
                    "total": {
                      "text": "807378",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "CDF",
                        "value": 447.65
                      },
                      "valueCode": "LQSQ"
                    },
                    "totalTax": {
                      "text": "545430",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "SBD",
                        "value": 305.05
                      },
                      "valueCode": "8Y6K"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "2",
                      "name": "O'Kon, Fritsch and Heidenreich",
                      "number": "559",
                      "value": "MF"
                    },
                    "group": "cEaKt",
                    "indicators": {
                      "consumed": "U",
                      "feeOverride": "q",
                      "taxExempt": "G"
                    },
                    "journeyType": "PU",
                    "reason": "duPJGYrJgg"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "WupuWbvWKY",
                          "sequence": 5,
                          "status": "BT",
                          "taxCode": "bpb",
                          "text": "793110",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "FJD",
                            "value": 301.82
                          },
                          "valueCode": "NIQW"
                        },
                        {
                          "exempt": true,
                          "name": "akoYzCSnuh",
                          "sequence": 4,
                          "status": "CS",
                          "taxCode": "sfD",
                          "text": "753797",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "DJF",
                            "value": 492.09
                          },
                          "valueCode": "JDMe"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "GesAigbJwq",
                          "sequence": 2,
                          "status": "Lh",
                          "taxCode": "zdt",
                          "text": "153257",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "UZS",
                            "value": 74.46
                          },
                          "valueCode": "yziZ"
                        },
                        {
                          "exempt": true,
                          "name": "fVamqXWBbr",
                          "sequence": 3,
                          "status": "fa",
                          "taxCode": "sWs",
                          "text": "370012",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "AZN",
                            "value": 486.42
                          },
                          "valueCode": "ZVgU"
                        },
                        {
                          "exempt": false,
                          "name": "xNtuOppgmT",
                          "sequence": 4,
                          "status": "bR",
                          "taxCode": "Sbr",
                          "text": "464769",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "DJF",
                            "value": 372.26
                          },
                          "valueCode": "P6aF"
                        },
                        {
                          "exempt": true,
                          "name": "ImWpiyAsEQ",
                          "sequence": 5,
                          "status": "GX",
                          "taxCode": "Xlp",
                          "text": "269655",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "TTD",
                            "value": 46.97
                          },
                          "valueCode": "2eMk"
                        }
                      ]
                    }
                  ]
                }
              ],
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "SGD",
                    "value": 217.5
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": true,
                  "remarks": "fykJtMgzkG",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "ALL",
                    "value": 201.53
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "AUD",
                    "value": 260.62
                  }
                }
              ],
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "308539",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "ETB",
                      "value": 95.75
                    },
                    "valueCode": "8Rit"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 0.9401,
                      "bankerSellingRate": 1.0345,
                      "iataClearingHouseRate": 0.8786
                    },
                    "text": "834734",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "SYP",
                      "value": 79
                    },
                    "valueCode": "4Qao"
                  },
                  "net": {
                    "text": "177351",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "BAM",
                      "value": 230.34
                    },
                    "valueCode": "fbkL"
                  },
                  "tax": [
                    {
                      "exempt": true,
                      "name": "VpppVSGDfw",
                      "sequence": 5,
                      "status": "oP",
                      "taxCode": "pvs",
                      "text": "813396",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BWP",
                        "value": 437.07
                      },
                      "valueCode": "VYii"
                    },
                    {
                      "exempt": false,
                      "name": "ZTAUdHgLaI",
                      "sequence": 5,
                      "status": "vr",
                      "taxCode": "TaR",
                      "text": "743789",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "TMT",
                        "value": 345.16
                      },
                      "valueCode": "b1eW"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 1.1256,
                    "text": "198493",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "VUV",
                      "value": 28.49
                    },
                    "valueCode": "3H9h"
                  },
                  "totalTax": {
                    "text": "738864",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "ERN",
                      "value": 451.22
                    },
                    "valueCode": "4bRm"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": false,
                      "name": "XtFMtINHMj",
                      "sequence": 3,
                      "status": "KB",
                      "taxCode": "kDa",
                      "text": "563907",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "BBD",
                        "value": 345.17
                      },
                      "valueCode": "cjLY"
                    },
                    {
                      "exempt": false,
                      "name": "TYgDIUiCUv",
                      "sequence": 2,
                      "status": "mI",
                      "taxCode": "jBW",
                      "text": "057527",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "USD",
                        "value": 298.28
                      },
                      "valueCode": "7WuZ"
                    },
                    {
                      "exempt": false,
                      "name": "NlcULHudBY",
                      "sequence": 3,
                      "status": "Nq",
                      "taxCode": "opE",
                      "text": "481882",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BMD",
                        "value": 271.47
                      },
                      "valueCode": "0iG4"
                    },
                    {
                      "exempt": true,
                      "name": "KsObtMMMBC",
                      "sequence": 1,
                      "status": "di",
                      "taxCode": "BDk",
                      "text": "775577",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "VES",
                        "value": 103.84
                      },
                      "valueCode": "3SnE"
                    }
                  ]
                }
              },
              "reasonForIssue": "YfASYZlCOY",
              "relatedDocument": [
                {
                  "associatedTicketNumber": {
                    "associationType": "KoM",
                    "checkDigit": "0",
                    "couponNumber": "81",
                    "value": "6769535713338"
                  },
                  "checkDigit": "0",
                  "coupon": "76",
                  "iataNumber": "374",
                  "issueCity": "Kulaston",
                  "issueDate": "2026-02-18",
                  "number": "1036053985409",
                  "payment": "mhksh",
                  "remark": "xPewGsYPhY",
                  "sequence": "68",
                  "transactionId": "1c646e4c-85ba-4a7a-a5e6-b1b62a30da51",
                  "type": "EXCHANGE"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "Ryt",
                    "checkDigit": "9",
                    "couponNumber": "38",
                    "value": "2996763603531"
                  },
                  "checkDigit": "6",
                  "coupon": "33",
                  "iataNumber": "710",
                  "issueCity": "Roanoke",
                  "issueDate": "2025-11-27",
                  "number": "2808218432811",
                  "payment": "yxMTj",
                  "remark": "sFzjVQOtTN",
                  "sequence": "79",
                  "transactionId": "a0df5a6b-f876-49c4-9050-88c04ea3b562",
                  "type": "ORIGINAL"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "ltE",
                    "checkDigit": "5",
                    "couponNumber": "99",
                    "value": "9168028883142"
                  },
                  "checkDigit": "8",
                  "coupon": "39",
                  "iataNumber": "630",
                  "issueCity": "Fadelfort",
                  "issueDate": "2026-05-31",
                  "number": "9790131366392",
                  "payment": "ifbaP",
                  "remark": "XlpmeAUNBY",
                  "sequence": "47",
                  "transactionId": "efe25d34-188b-4b30-bdb0-1749780bc44a",
                  "type": "ORIGINAL"
                }
              ],
              "reservation": {
                "creationDate": "2025-09-15T00:00:00.0Z",
                "provider": "Ledner - Wolff",
                "recordLocator": "YSBZEC"
              },
              "systemCreateDateTime": "2025-12-14T00:00:00.0Z",
              "type": "nJD"
            },
            {
              "agent": {
                "duty": "OD",
                "homeBranch": "55046",
                "homeLocation": "GaC",
                "homeStation": "2531",
                "lniata": "pL0icn",
                "sine": "MZq",
                "stationLocation": "JPM",
                "stationNumber": "6317",
                "ticketingProvider": {
                  "checkDigit": "9",
                  "name": "Cruickshank - Weissnat",
                  "number": "682",
                  "value": "rI"
                },
                "type": "c",
                "workLocation": "QGi"
              },
              "customer": [
                {
                  "purchaser": {
                    "firstName": "Margarete",
                    "lastName": "Rohan",
                    "name": "Mathew Windler"
                  },
                  "traveler": {
                    "externalNumber": "02957843",
                    "firstName": "May",
                    "lastName": "Gusikowski",
                    "name": "Teresa Heathcote-Spinka",
                    "passengerType": "ADT"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Joany",
                    "lastName": "Torp",
                    "name": "Rogelio Oberbrunner"
                  },
                  "traveler": {
                    "externalNumber": "83510810",
                    "firstName": "Ewald",
                    "lastName": "Lebsack",
                    "name": "Felicia Predovic",
                    "passengerType": "ADT"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Genoveva",
                    "lastName": "Gutmann",
                    "name": "Alyssa Kris"
                  },
                  "traveler": {
                    "externalNumber": "63865184",
                    "firstName": "Simeon",
                    "lastName": "Beahan",
                    "name": "Rosa Bartoletti",
                    "passengerType": "ADT"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Halie",
                    "lastName": "Metz",
                    "name": "Randy Schumm"
                  },
                  "traveler": {
                    "externalNumber": "33247326",
                    "firstName": "Hope",
                    "lastName": "Heaney",
                    "name": "Walter Adams",
                    "passengerType": "CHD"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Braeden",
                    "lastName": "Gusikowski",
                    "name": "Marco Lowe"
                  },
                  "traveler": {
                    "externalNumber": "42283193",
                    "firstName": "Janice",
                    "lastName": "Hagenes",
                    "name": "Miss Jamie Little",
                    "passengerType": "ADT"
                  }
                }
              ],
              "emdCoupon": [
                {
                  "classOfService": "V",
                  "couponNumber": "03",
                  "endLocation": "dAX",
                  "marketingFlightNumber": "2760",
                  "marketingProvider": {
                    "checkDigit": "1",
                    "name": "Smith Inc",
                    "number": "762",
                    "value": "Xc"
                  },
                  "startDateTime": "2027-03-04T00:00:00.0Z",
                  "startLocation": "Lnm"
                },
                {
                  "classOfService": "Y",
                  "couponNumber": "89",
                  "endLocation": "BcD",
                  "marketingFlightNumber": "4682",
                  "marketingProvider": {
                    "checkDigit": "2",
                    "name": "Paucek LLC",
                    "number": "255",
                    "value": "gh"
                  },
                  "startDateTime": "2027-08-12T00:00:00.0Z",
                  "startLocation": "ssY"
                },
                {
                  "classOfService": "i",
                  "couponNumber": "43",
                  "endLocation": "ooA",
                  "marketingFlightNumber": "6031",
                  "marketingProvider": {
                    "checkDigit": "9",
                    "name": "McKenzie, Lesch and Schulist",
                    "number": "880",
                    "value": "ek"
                  },
                  "startDateTime": "2027-01-05T00:00:00.0Z",
                  "startLocation": "Cjf"
                },
                {
                  "classOfService": "V",
                  "couponNumber": "19",
                  "endLocation": "XEp",
                  "marketingFlightNumber": "1977",
                  "marketingProvider": {
                    "checkDigit": "4",
                    "name": "Tromp Group",
                    "number": "254",
                    "value": "am"
                  },
                  "startDateTime": "2027-08-03T00:00:00.0Z",
                  "startLocation": "CWD"
                }
              ],
              "emdNumber": {
                "number": "45358596890319"
              },
              "fareCalculationDetails": "NED9LYoJqfTDyXouS0xw",
              "fareCalculationMode": "8",
              "issueTime": "2025-10-11T00:00:00.0Z",
              "miscellaneous": [
                {
                  "associatedTicketNumber": {
                    "associationType": "ZUv",
                    "checkDigit": "3",
                    "couponNumber": "80",
                    "value": "7445721491833"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "D",
                      "couponNumber": "78",
                      "endLocation": "Ehl",
                      "marketingFlightNumber": "9922",
                      "marketingProvider": {
                        "checkDigit": "1",
                        "name": "Ankunding and Sons",
                        "number": "528",
                        "value": "fK"
                      },
                      "startDateTime": "2027-05-15T00:00:00.0Z",
                      "startLocation": "zcs"
                    },
                    {
                      "classOfService": "E",
                      "couponNumber": "43",
                      "endLocation": "XLj",
                      "marketingFlightNumber": "5552",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Towne, Metz and Emmerich",
                        "number": "459",
                        "value": "to"
                      },
                      "startDateTime": "2026-10-30T00:00:00.0Z",
                      "startLocation": "UXI"
                    },
                    {
                      "classOfService": "e",
                      "couponNumber": "56",
                      "endLocation": "FTw",
                      "marketingFlightNumber": "9070",
                      "marketingProvider": {
                        "checkDigit": "2",
                        "name": "Quigley Group",
                        "number": "982",
                        "value": "NP"
                      },
                      "startDateTime": "2027-04-20T00:00:00.0Z",
                      "startLocation": "AwX"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "517033",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "VUV",
                        "value": 383.67
                      },
                      "valueCode": "MfGv"
                    },
                    "code": "EpZ5",
                    "coupon": 2,
                    "description": "Stylish Pizza designed to make you stand out with glum looks",
                    "equivalent": {
                      "text": "465447",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "PGK",
                        "value": 283.79
                      },
                      "valueCode": "Zply"
                    },
                    "quantity": 2,
                    "total": {
                      "text": "821776",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MGA",
                        "value": 498.63
                      },
                      "valueCode": "XgLN"
                    },
                    "totalTax": {
                      "text": "468619",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "IRR",
                        "value": 491.79
                      },
                      "valueCode": "n51A"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "6",
                      "name": "Mayert, Fahey and Hudson",
                      "number": "073",
                      "value": "hh"
                    },
                    "group": "oWDBb",
                    "indicators": {
                      "consumed": "B",
                      "feeOverride": "G",
                      "taxExempt": "d"
                    },
                    "journeyType": "ri",
                    "reason": "kuvXyIkOqO"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "fiZkrDMphl",
                          "sequence": 2,
                          "status": "NG",
                          "taxCode": "HFq",
                          "text": "330975",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MOP",
                            "value": 159.35
                          },
                          "valueCode": "0b2q"
                        },
                        {
                          "exempt": true,
                          "name": "TciNORUzRt",
                          "sequence": 2,
                          "status": "oO",
                          "taxCode": "pYb",
                          "text": "483988",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "INR",
                            "value": 143.78
                          },
                          "valueCode": "JH8i"
                        },
                        {
                          "exempt": true,
                          "name": "ifkDLpDkld",
                          "sequence": 3,
                          "status": "bn",
                          "taxCode": "XBz",
                          "text": "035561",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "TRY",
                            "value": 149.51
                          },
                          "valueCode": "CCha"
                        },
                        {
                          "exempt": false,
                          "name": "lFXgsYGZTU",
                          "sequence": 2,
                          "status": "uG",
                          "taxCode": "LgR",
                          "text": "366463",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "UGX",
                            "value": 310.52
                          },
                          "valueCode": "JJtk"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "RrRCPREUol",
                          "sequence": 3,
                          "status": "BB",
                          "taxCode": "HMg",
                          "text": "560122",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "XPF",
                            "value": 389.28
                          },
                          "valueCode": "JoOP"
                        },
                        {
                          "exempt": false,
                          "name": "lLKsrTXWUM",
                          "sequence": 5,
                          "status": "Yp",
                          "taxCode": "Mce",
                          "text": "034035",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BGN",
                            "value": 301.96
                          },
                          "valueCode": "FvOP"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "eqjqMUEdUJ",
                          "sequence": 3,
                          "status": "cl",
                          "taxCode": "cCC",
                          "text": "446105",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "QAR",
                            "value": 352.37
                          },
                          "valueCode": "EiJ0"
                        },
                        {
                          "exempt": true,
                          "name": "DRlvrNrHOF",
                          "sequence": 5,
                          "status": "Lp",
                          "taxCode": "tde",
                          "text": "489751",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "PGK",
                            "value": 64.81
                          },
                          "valueCode": "kLty"
                        },
                        {
                          "exempt": false,
                          "name": "CuUXdQRZJa",
                          "sequence": 4,
                          "status": "JA",
                          "taxCode": "RGl",
                          "text": "892878",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "PLN",
                            "value": 234.51
                          },
                          "valueCode": "iqrb"
                        },
                        {
                          "exempt": false,
                          "name": "mqQAxbSXkU",
                          "sequence": 2,
                          "status": "ka",
                          "taxCode": "syE",
                          "text": "579656",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "UZS",
                            "value": 286
                          },
                          "valueCode": "wn5I"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "qxwLbWarPp",
                          "sequence": 3,
                          "status": "ZE",
                          "taxCode": "vYE",
                          "text": "379236",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "NGN",
                            "value": 494.19
                          },
                          "valueCode": "Ipd2"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "ZRO",
                    "checkDigit": "4",
                    "couponNumber": "70",
                    "value": "1751747858296"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "Q",
                      "couponNumber": "37",
                      "endLocation": "FIM",
                      "marketingFlightNumber": "0161",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "Gleichner, Kihn and Friesen",
                        "number": "300",
                        "value": "Qc"
                      },
                      "startDateTime": "2027-05-01T00:00:00.0Z",
                      "startLocation": "qon"
                    },
                    {
                      "classOfService": "y",
                      "couponNumber": "38",
                      "endLocation": "Wps",
                      "marketingFlightNumber": "4655",
                      "marketingProvider": {
                        "checkDigit": "0",
                        "name": "Zulauf, Jaskolski and Wolff",
                        "number": "710",
                        "value": "iW"
                      },
                      "startDateTime": "2026-09-23T00:00:00.0Z",
                      "startLocation": "jSV"
                    },
                    {
                      "classOfService": "h",
                      "couponNumber": "50",
                      "endLocation": "CDd",
                      "marketingFlightNumber": "9604",
                      "marketingProvider": {
                        "checkDigit": "0",
                        "name": "Schamberger Inc",
                        "number": "698",
                        "value": "zK"
                      },
                      "startDateTime": "2027-08-23T00:00:00.0Z",
                      "startLocation": "ETn"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "458344",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "XPF",
                        "value": 425.53
                      },
                      "valueCode": "Ily9"
                    },
                    "code": "EnBQ",
                    "coupon": 2,
                    "description": "Discover the unsung new Towels with an exciting mix of Concrete ingredients",
                    "equivalent": {
                      "text": "329169",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MVR",
                        "value": 369.57
                      },
                      "valueCode": "P9PT"
                    },
                    "quantity": 1,
                    "total": {
                      "text": "891253",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "KGS",
                        "value": 218.99
                      },
                      "valueCode": "w00R"
                    },
                    "totalTax": {
                      "text": "937167",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "KZT",
                        "value": 304.98
                      },
                      "valueCode": "aplW"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "5",
                      "name": "Herzog, Rohan and Reichert",
                      "number": "066",
                      "value": "Tk"
                    },
                    "group": "eKCkB",
                    "indicators": {
                      "consumed": "W",
                      "feeOverride": "G",
                      "taxExempt": "Q"
                    },
                    "journeyType": "zh",
                    "reason": "lMBlyycPtB"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "eIQDVPpBuc",
                          "sequence": 4,
                          "status": "Tc",
                          "taxCode": "jbm",
                          "text": "803596",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "EGP",
                            "value": 401.65
                          },
                          "valueCode": "hUI2"
                        },
                        {
                          "exempt": false,
                          "name": "NfFIETnNWw",
                          "sequence": 3,
                          "status": "tV",
                          "taxCode": "VxK",
                          "text": "928656",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BOB",
                            "value": 392.25
                          },
                          "valueCode": "BnYP"
                        },
                        {
                          "exempt": false,
                          "name": "UzJAaaQMBQ",
                          "sequence": 4,
                          "status": "PK",
                          "taxCode": "ios",
                          "text": "712446",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "PLN",
                            "value": 201.66
                          },
                          "valueCode": "36om"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "nSeEDzGerV",
                          "sequence": 4,
                          "status": "Px",
                          "taxCode": "pMZ",
                          "text": "257501",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MZN",
                            "value": 343.63
                          },
                          "valueCode": "qqyY"
                        },
                        {
                          "exempt": false,
                          "name": "oCFERGsVgu",
                          "sequence": 3,
                          "status": "EE",
                          "taxCode": "AvG",
                          "text": "863556",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MAD",
                            "value": 203.33
                          },
                          "valueCode": "lPem"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "jWH",
                    "checkDigit": "9",
                    "couponNumber": "85",
                    "value": "5692166030274"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "T",
                      "couponNumber": "86",
                      "endLocation": "bPB",
                      "marketingFlightNumber": "8629",
                      "marketingProvider": {
                        "checkDigit": "9",
                        "name": "Hane - Gleason",
                        "number": "547",
                        "value": "mX"
                      },
                      "startDateTime": "2027-02-24T00:00:00.0Z",
                      "startLocation": "wau"
                    },
                    {
                      "classOfService": "F",
                      "couponNumber": "86",
                      "endLocation": "dbJ",
                      "marketingFlightNumber": "1692",
                      "marketingProvider": {
                        "checkDigit": "1",
                        "name": "O'Reilly Inc",
                        "number": "329",
                        "value": "VR"
                      },
                      "startDateTime": "2026-12-16T00:00:00.0Z",
                      "startLocation": "eYg"
                    },
                    {
                      "classOfService": "A",
                      "couponNumber": "46",
                      "endLocation": "PSE",
                      "marketingFlightNumber": "0297",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "D'Amore, Torp and Huel",
                        "number": "145",
                        "value": "tJ"
                      },
                      "startDateTime": "2027-01-09T00:00:00.0Z",
                      "startLocation": "CQD"
                    },
                    {
                      "classOfService": "Z",
                      "couponNumber": "17",
                      "endLocation": "Yvs",
                      "marketingFlightNumber": "5697",
                      "marketingProvider": {
                        "checkDigit": "0",
                        "name": "Wyman LLC",
                        "number": "012",
                        "value": "Wa"
                      },
                      "startDateTime": "2027-07-13T00:00:00.0Z",
                      "startLocation": "qmZ"
                    },
                    {
                      "classOfService": "j",
                      "couponNumber": "79",
                      "endLocation": "cQt",
                      "marketingFlightNumber": "9139",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Sawayn and Sons",
                        "number": "750",
                        "value": "gN"
                      },
                      "startDateTime": "2027-02-23T00:00:00.0Z",
                      "startLocation": "hrG"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "648060",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MMK",
                        "value": 258.34
                      },
                      "valueCode": "0tac"
                    },
                    "code": "jr5I",
                    "coupon": 1,
                    "description": "Ergonomic Chicken made with Wooden for all-day crushing support",
                    "equivalent": {
                      "text": "682937",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "SHP",
                        "value": 77.19
                      },
                      "valueCode": "YKBS"
                    },
                    "quantity": 5,
                    "total": {
                      "text": "908111",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "SOS",
                        "value": 132.38
                      },
                      "valueCode": "6Yqw"
                    },
                    "totalTax": {
                      "text": "796700",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "IQD",
                        "value": 367.95
                      },
                      "valueCode": "2TYV"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "3",
                      "name": "Quitzon - Senger",
                      "number": "729",
                      "value": "kn"
                    },
                    "group": "zohhq",
                    "indicators": {
                      "consumed": "J",
                      "feeOverride": "r",
                      "taxExempt": "P"
                    },
                    "journeyType": "ZF",
                    "reason": "BorFejqpmX"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "buDfSkYTef",
                          "sequence": 2,
                          "status": "dT",
                          "taxCode": "ART",
                          "text": "746705",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BHD",
                            "value": 148.03
                          },
                          "valueCode": "jgCw"
                        },
                        {
                          "exempt": false,
                          "name": "iMzCxwWfBW",
                          "sequence": 3,
                          "status": "nY",
                          "taxCode": "Gaq",
                          "text": "936114",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "GIP",
                            "value": 113.67
                          },
                          "valueCode": "GLM8"
                        },
                        {
                          "exempt": true,
                          "name": "orknFIjFUM",
                          "sequence": 2,
                          "status": "Uv",
                          "taxCode": "Mvf",
                          "text": "217310",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "IDR",
                            "value": 429.76
                          },
                          "valueCode": "bNZk"
                        },
                        {
                          "exempt": false,
                          "name": "pixBetMWTQ",
                          "sequence": 4,
                          "status": "KS",
                          "taxCode": "WZw",
                          "text": "017689",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "NGN",
                            "value": 29.27
                          },
                          "valueCode": "Hy36"
                        },
                        {
                          "exempt": true,
                          "name": "qdtAYmCnzV",
                          "sequence": 3,
                          "status": "mO",
                          "taxCode": "aFH",
                          "text": "077730",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "KES",
                            "value": 363.24
                          },
                          "valueCode": "MUu4"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "PQOltBJgVp",
                          "sequence": 2,
                          "status": "hV",
                          "taxCode": "YHJ",
                          "text": "643184",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "SLE",
                            "value": 339.5
                          },
                          "valueCode": "tm3V"
                        },
                        {
                          "exempt": true,
                          "name": "HUJHeUxdRZ",
                          "sequence": 4,
                          "status": "hb",
                          "taxCode": "xCG",
                          "text": "614053",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MRU",
                            "value": 305.06
                          },
                          "valueCode": "P17V"
                        },
                        {
                          "exempt": false,
                          "name": "UEfWyEjVDQ",
                          "sequence": 1,
                          "status": "qh",
                          "taxCode": "mtr",
                          "text": "704252",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "HKD",
                            "value": 453.44
                          },
                          "valueCode": "hLtw"
                        },
                        {
                          "exempt": true,
                          "name": "hEsIczUMiL",
                          "sequence": 3,
                          "status": "Wd",
                          "taxCode": "UyF",
                          "text": "919379",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "DJF",
                            "value": 258.73
                          },
                          "valueCode": "Qpvs"
                        },
                        {
                          "exempt": true,
                          "name": "rTxzwymeTI",
                          "sequence": 1,
                          "status": "jY",
                          "taxCode": "jPp",
                          "text": "268509",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "CLP",
                            "value": 476.45
                          },
                          "valueCode": "FUGQ"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "WNLZXhhlvf",
                          "sequence": 2,
                          "status": "fm",
                          "taxCode": "oYq",
                          "text": "320967",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "IQD",
                            "value": 368.05
                          },
                          "valueCode": "ty74"
                        },
                        {
                          "exempt": false,
                          "name": "nGpWegoDHe",
                          "sequence": 4,
                          "status": "OL",
                          "taxCode": "zfS",
                          "text": "226358",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MKD",
                            "value": 323.64
                          },
                          "valueCode": "jTsv"
                        },
                        {
                          "exempt": false,
                          "name": "moqyhiIbEr",
                          "sequence": 2,
                          "status": "eU",
                          "taxCode": "CKW",
                          "text": "260185",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "BND",
                            "value": 235.02
                          },
                          "valueCode": "inqS"
                        },
                        {
                          "exempt": false,
                          "name": "EnsAtpoTvv",
                          "sequence": 2,
                          "status": "ha",
                          "taxCode": "YyA",
                          "text": "454619",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "ZWL",
                            "value": 12.39
                          },
                          "valueCode": "jYO4"
                        },
                        {
                          "exempt": true,
                          "name": "XvxBPdvcNn",
                          "sequence": 4,
                          "status": "qj",
                          "taxCode": "dki",
                          "text": "906156",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "IQD",
                            "value": 281.74
                          },
                          "valueCode": "Ltce"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "udHYnFIpuL",
                          "sequence": 2,
                          "status": "RR",
                          "taxCode": "JoZ",
                          "text": "861046",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "GEL",
                            "value": 194.88
                          },
                          "valueCode": "38bF"
                        },
                        {
                          "exempt": false,
                          "name": "zYVeNtcceD",
                          "sequence": 3,
                          "status": "Go",
                          "taxCode": "eVy",
                          "text": "587337",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "KZT",
                            "value": 60.34
                          },
                          "valueCode": "1xVX"
                        },
                        {
                          "exempt": false,
                          "name": "uqCfNPzMSN",
                          "sequence": 3,
                          "status": "py",
                          "taxCode": "hQt",
                          "text": "113087",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "ILS",
                            "value": 315.1
                          },
                          "valueCode": "GcLN"
                        },
                        {
                          "exempt": false,
                          "name": "AvLBupppUb",
                          "sequence": 3,
                          "status": "pL",
                          "taxCode": "ivM",
                          "text": "573780",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "BDT",
                            "value": 272.88
                          },
                          "valueCode": "Wmex"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "aHpVaeLQdS",
                          "sequence": 3,
                          "status": "Af",
                          "taxCode": "uwH",
                          "text": "757256",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "FKP",
                            "value": 286.99
                          },
                          "valueCode": "WMAV"
                        },
                        {
                          "exempt": true,
                          "name": "HJwaeQthko",
                          "sequence": 1,
                          "status": "yY",
                          "taxCode": "GpP",
                          "text": "257102",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "IQD",
                            "value": 483.87
                          },
                          "valueCode": "DCQv"
                        },
                        {
                          "exempt": true,
                          "name": "WjMYmnpBNw",
                          "sequence": 5,
                          "status": "QG",
                          "taxCode": "pQK",
                          "text": "392494",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "UAH",
                            "value": 278.14
                          },
                          "valueCode": "R4Pj"
                        },
                        {
                          "exempt": true,
                          "name": "eVJAZRCAYg",
                          "sequence": 4,
                          "status": "ol",
                          "taxCode": "tTF",
                          "text": "485545",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "HKD",
                            "value": 136.87
                          },
                          "valueCode": "u2bH"
                        },
                        {
                          "exempt": true,
                          "name": "rJdbhFGWWl",
                          "sequence": 1,
                          "status": "Ue",
                          "taxCode": "JlG",
                          "text": "030170",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "SEK",
                            "value": 492.85
                          },
                          "valueCode": "Cyh7"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "pqz",
                    "checkDigit": "9",
                    "couponNumber": "47",
                    "value": "7900889487674"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "V",
                      "couponNumber": "28",
                      "endLocation": "CpH",
                      "marketingFlightNumber": "7489",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "Swift Group",
                        "number": "346",
                        "value": "nX"
                      },
                      "startDateTime": "2027-06-27T00:00:00.0Z",
                      "startLocation": "DXu"
                    },
                    {
                      "classOfService": "q",
                      "couponNumber": "85",
                      "endLocation": "ASF",
                      "marketingFlightNumber": "4631",
                      "marketingProvider": {
                        "checkDigit": "1",
                        "name": "Streich Inc",
                        "number": "448",
                        "value": "ag"
                      },
                      "startDateTime": "2026-08-31T00:00:00.0Z",
                      "startLocation": "BVN"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "503878",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MYR",
                        "value": 382.41
                      },
                      "valueCode": "VPk5"
                    },
                    "code": "AKtO",
                    "coupon": 1,
                    "description": "Introducing the Myanmar-inspired Chair, blending clear style with local craftsmanship",
                    "equivalent": {
                      "text": "064626",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MWK",
                        "value": 59.95
                      },
                      "valueCode": "K034"
                    },
                    "quantity": 2,
                    "total": {
                      "text": "944619",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "CHF",
                        "value": 243.39
                      },
                      "valueCode": "zrTi"
                    },
                    "totalTax": {
                      "text": "080739",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BMD",
                        "value": 159.86
                      },
                      "valueCode": "TRDs"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "7",
                      "name": "O'Reilly - Nolan",
                      "number": "888",
                      "value": "UL"
                    },
                    "group": "ybFLN",
                    "indicators": {
                      "consumed": "W",
                      "feeOverride": "j",
                      "taxExempt": "b"
                    },
                    "journeyType": "qe",
                    "reason": "XmFPHiXWzl"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "wgiNySVyAg",
                          "sequence": 4,
                          "status": "CR",
                          "taxCode": "JzY",
                          "text": "615353",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SZL",
                            "value": 289.56
                          },
                          "valueCode": "sVvM"
                        },
                        {
                          "exempt": true,
                          "name": "KAXvwySXMy",
                          "sequence": 5,
                          "status": "nt",
                          "taxCode": "kgq",
                          "text": "286294",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "COP",
                            "value": 266.14
                          },
                          "valueCode": "5KSr"
                        },
                        {
                          "exempt": false,
                          "name": "VFjCbiXqgw",
                          "sequence": 4,
                          "status": "pz",
                          "taxCode": "Jnr",
                          "text": "697977",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "LAK",
                            "value": 131.98
                          },
                          "valueCode": "fZ8A"
                        },
                        {
                          "exempt": false,
                          "name": "ZpGSapptgr",
                          "sequence": 5,
                          "status": "TX",
                          "taxCode": "OTV",
                          "text": "714661",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SRD",
                            "value": 209.97
                          },
                          "valueCode": "Olvr"
                        },
                        {
                          "exempt": false,
                          "name": "mwLjRCoKIF",
                          "sequence": 2,
                          "status": "yB",
                          "taxCode": "iYd",
                          "text": "622182",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "ILS",
                            "value": 416.6
                          },
                          "valueCode": "gJem"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "dVdfPfLeSZ",
                          "sequence": 1,
                          "status": "EF",
                          "taxCode": "dOg",
                          "text": "854644",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "NOK",
                            "value": 82.72
                          },
                          "valueCode": "YzUO"
                        },
                        {
                          "exempt": true,
                          "name": "WborHSmKCX",
                          "sequence": 2,
                          "status": "lL",
                          "taxCode": "sHo",
                          "text": "571420",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "GHS",
                            "value": 122.13
                          },
                          "valueCode": "42HU"
                        }
                      ]
                    }
                  ]
                }
              ],
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "TRY",
                    "value": 299.88
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "LcJZsxXxPZ",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "MWK",
                    "value": 171.42
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "AZN",
                    "value": 373.06
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "BND",
                    "value": 285.05
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": false,
                  "remarks": "cUFPWGhiFD",
                  "sequence": 1,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "KGS",
                    "value": 174.69
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "KES",
                    "value": 405.97
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "IRR",
                    "value": 408.14
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": true,
                  "remarks": "tyzaNnoKRt",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "GTQ",
                    "value": 221.75
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "TRY",
                    "value": 430.09
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "CVE",
                    "value": 124.83
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": false,
                  "remarks": "FJrIEKyJQM",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "LKR",
                    "value": 116.79
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "DOP",
                    "value": 67.41
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "ALL",
                    "value": 341.93
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": true,
                  "remarks": "rOfmICMELe",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "KRW",
                    "value": 62.43
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "ERN",
                    "value": 138.21
                  }
                }
              ],
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "895017",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "KMF",
                      "value": 273.18
                    },
                    "valueCode": "3X4V"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 0.9973,
                      "bankerSellingRate": 1.1423,
                      "iataClearingHouseRate": 1.1154
                    },
                    "text": "162645",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "JPY",
                      "value": 20.89
                    },
                    "valueCode": "9m5N"
                  },
                  "net": {
                    "text": "376722",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "NGN",
                      "value": 148.52
                    },
                    "valueCode": "4gRe"
                  },
                  "tax": [
                    {
                      "exempt": true,
                      "name": "ktVvWACDYP",
                      "sequence": 5,
                      "status": "Vt",
                      "taxCode": "ZCs",
                      "text": "187059",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "VND",
                        "value": 284.07
                      },
                      "valueCode": "XAOQ"
                    },
                    {
                      "exempt": false,
                      "name": "dbqpawUfQz",
                      "sequence": 5,
                      "status": "UJ",
                      "taxCode": "KvA",
                      "text": "256983",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "VUV",
                        "value": 245.16
                      },
                      "valueCode": "OCAa"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 0.9018,
                    "text": "680824",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "SEK",
                      "value": 408.39
                    },
                    "valueCode": "W0kY"
                  },
                  "totalTax": {
                    "text": "796279",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "PEN",
                      "value": 262.96
                    },
                    "valueCode": "EUQH"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": false,
                      "name": "vUvoKbldAC",
                      "sequence": 3,
                      "status": "yk",
                      "taxCode": "isd",
                      "text": "640537",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MVR",
                        "value": 440.61
                      },
                      "valueCode": "DHDX"
                    },
                    {
                      "exempt": true,
                      "name": "sVqMBypUwx",
                      "sequence": 2,
                      "status": "oz",
                      "taxCode": "qOe",
                      "text": "952664",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "TRY",
                        "value": 58.62
                      },
                      "valueCode": "RvLu"
                    }
                  ]
                }
              },
              "reasonForIssue": "sSmuGkXHTN",
              "relatedDocument": [
                {
                  "associatedTicketNumber": {
                    "associationType": "dyk",
                    "checkDigit": "4",
                    "couponNumber": "84",
                    "value": "1531654394809"
                  },
                  "checkDigit": "6",
                  "coupon": "98",
                  "iataNumber": "416",
                  "issueCity": "Davenport",
                  "issueDate": "2026-02-28",
                  "number": "2160976698355",
                  "payment": "mRfgm",
                  "remark": "ZWOOwByAeX",
                  "sequence": "10",
                  "transactionId": "2408c084-d118-482c-b002-ab3a91c12c44",
                  "type": "MISCELLANEOUS"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "AzF",
                    "checkDigit": "1",
                    "couponNumber": "02",
                    "value": "1071915620473"
                  },
                  "checkDigit": "8",
                  "coupon": "96",
                  "iataNumber": "537",
                  "issueCity": "North Nestorside",
                  "issueDate": "2025-10-17",
                  "number": "4503286885271",
                  "payment": "VrUNb",
                  "remark": "bZklapvMKx",
                  "sequence": "35",
                  "transactionId": "ce04d3f5-975c-4783-a204-95f40e19c2a5",
                  "type": "REFUND"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "dtf",
                    "checkDigit": "3",
                    "couponNumber": "25",
                    "value": "6788688918592"
                  },
                  "checkDigit": "1",
                  "coupon": "81",
                  "iataNumber": "832",
                  "issueCity": "Lake Dianna",
                  "issueDate": "2026-06-17",
                  "number": "7812338969130",
                  "payment": "ccHAl",
                  "remark": "UVHJWOawcI",
                  "sequence": "82",
                  "transactionId": "849741d1-0a35-4e76-a1c4-76c369310e31",
                  "type": "REFUND"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "jbp",
                    "checkDigit": "4",
                    "couponNumber": "42",
                    "value": "8494354526507"
                  },
                  "checkDigit": "4",
                  "coupon": "51",
                  "iataNumber": "996",
                  "issueCity": "Fort Mauricio",
                  "issueDate": "2025-11-08",
                  "number": "7420595421959",
                  "payment": "kWppA",
                  "remark": "HzNjzGYkik",
                  "sequence": "11",
                  "transactionId": "bf68abab-eee4-401b-af84-bb683ec33116",
                  "type": "ORIGINAL"
                }
              ],
              "reservation": {
                "creationDate": "2025-11-10T00:00:00.0Z",
                "provider": "Huels, D'Amore and Hilll",
                "recordLocator": "DJVFQA"
              },
              "systemCreateDateTime": "2026-02-26T00:00:00.0Z",
              "type": "rET"
            },
            {
              "agent": {
                "duty": "Yk",
                "homeBranch": "80449",
                "homeLocation": "bdE",
                "homeStation": "8715",
                "lniata": "F0bPZC",
                "sine": "ams",
                "stationLocation": "Otm",
                "stationNumber": "8565",
                "ticketingProvider": {
                  "checkDigit": "2",
                  "name": "Hilll - Zboncak",
                  "number": "053",
                  "value": "pM"
                },
                "type": "p",
                "workLocation": "nDr"
              },
              "customer": [
                {
                  "purchaser": {
                    "firstName": "Nellie",
                    "lastName": "Hudson",
                    "name": "Lance Romaguera"
                  },
                  "traveler": {
                    "externalNumber": "94103715",
                    "firstName": "Alena",
                    "lastName": "Harber",
                    "name": "Ronnie Schuppe",
                    "passengerType": "ADT"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Hubert",
                    "lastName": "Hayes",
                    "name": "Miguel Robel"
                  },
                  "traveler": {
                    "externalNumber": "09999695",
                    "firstName": "Vicky",
                    "lastName": "Kutch",
                    "name": "Mrs. Brooke O'Connell",
                    "passengerType": "CHD"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Makayla",
                    "lastName": "Rath",
                    "name": "Jackie Ratke IV"
                  },
                  "traveler": {
                    "externalNumber": "61971158",
                    "firstName": "Demetrius",
                    "lastName": "Gulgowski",
                    "name": "Benny Hessel",
                    "passengerType": "INF"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Nyah",
                    "lastName": "Larkin",
                    "name": "Raul Heathcote"
                  },
                  "traveler": {
                    "externalNumber": "59881585",
                    "firstName": "Sienna",
                    "lastName": "Casper",
                    "name": "Karl Feest",
                    "passengerType": "CHD"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Georgiana",
                    "lastName": "Schroeder",
                    "name": "Ryan Dibbert"
                  },
                  "traveler": {
                    "externalNumber": "85641067",
                    "firstName": "Dax",
                    "lastName": "Christiansen",
                    "name": "Geoffrey Kuhic",
                    "passengerType": "ADT"
                  }
                }
              ],
              "emdCoupon": [
                {
                  "classOfService": "w",
                  "couponNumber": "59",
                  "endLocation": "qYq",
                  "marketingFlightNumber": "2790",
                  "marketingProvider": {
                    "checkDigit": "6",
                    "name": "Conroy Group",
                    "number": "238",
                    "value": "NA"
                  },
                  "startDateTime": "2026-12-17T00:00:00.0Z",
                  "startLocation": "XRS"
                },
                {
                  "classOfService": "G",
                  "couponNumber": "92",
                  "endLocation": "DYX",
                  "marketingFlightNumber": "7321",
                  "marketingProvider": {
                    "checkDigit": "2",
                    "name": "Schuppe, Johnston and Klocko",
                    "number": "558",
                    "value": "Qx"
                  },
                  "startDateTime": "2027-01-19T00:00:00.0Z",
                  "startLocation": "lzI"
                },
                {
                  "classOfService": "O",
                  "couponNumber": "58",
                  "endLocation": "VMR",
                  "marketingFlightNumber": "2304",
                  "marketingProvider": {
                    "checkDigit": "0",
                    "name": "Kessler and Sons",
                    "number": "999",
                    "value": "KW"
                  },
                  "startDateTime": "2027-02-24T00:00:00.0Z",
                  "startLocation": "LAS"
                },
                {
                  "classOfService": "x",
                  "couponNumber": "47",
                  "endLocation": "Ozm",
                  "marketingFlightNumber": "5536",
                  "marketingProvider": {
                    "checkDigit": "3",
                    "name": "Carter, Reynolds and Conroy",
                    "number": "373",
                    "value": "de"
                  },
                  "startDateTime": "2027-05-26T00:00:00.0Z",
                  "startLocation": "PXs"
                },
                {
                  "classOfService": "m",
                  "couponNumber": "94",
                  "endLocation": "xud",
                  "marketingFlightNumber": "3316",
                  "marketingProvider": {
                    "checkDigit": "6",
                    "name": "Roberts, Stokes and Heller",
                    "number": "109",
                    "value": "xp"
                  },
                  "startDateTime": "2027-04-28T00:00:00.0Z",
                  "startLocation": "RtR"
                }
              ],
              "emdNumber": {
                "number": "89600389077005"
              },
              "fareCalculationDetails": "wT1zQQ0r8ow6JishiTP1",
              "fareCalculationMode": "7",
              "issueTime": "2026-01-20T00:00:00.0Z",
              "miscellaneous": [
                {
                  "associatedTicketNumber": {
                    "associationType": "olD",
                    "checkDigit": "8",
                    "couponNumber": "47",
                    "value": "3578458304324"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "K",
                      "couponNumber": "47",
                      "endLocation": "PCX",
                      "marketingFlightNumber": "8370",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Roob - Auer",
                        "number": "268",
                        "value": "jB"
                      },
                      "startDateTime": "2027-02-07T00:00:00.0Z",
                      "startLocation": "WIp"
                    },
                    {
                      "classOfService": "b",
                      "couponNumber": "73",
                      "endLocation": "SFk",
                      "marketingFlightNumber": "8971",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Thiel - Fahey",
                        "number": "802",
                        "value": "ue"
                      },
                      "startDateTime": "2027-02-27T00:00:00.0Z",
                      "startLocation": "GSM"
                    },
                    {
                      "classOfService": "J",
                      "couponNumber": "76",
                      "endLocation": "nUR",
                      "marketingFlightNumber": "0037",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Huels, Greenfelder and Dach",
                        "number": "193",
                        "value": "Jn"
                      },
                      "startDateTime": "2026-12-18T00:00:00.0Z",
                      "startLocation": "hPn"
                    },
                    {
                      "classOfService": "t",
                      "couponNumber": "90",
                      "endLocation": "qRv",
                      "marketingFlightNumber": "9298",
                      "marketingProvider": {
                        "checkDigit": "2",
                        "name": "Armstrong, Pfannerstill and Treutel",
                        "number": "857",
                        "value": "DM"
                      },
                      "startDateTime": "2026-09-06T00:00:00.0Z",
                      "startLocation": "xVO"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "239012",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "ANG",
                        "value": 436.37
                      },
                      "valueCode": "d8T3"
                    },
                    "code": "JWAN",
                    "coupon": 7,
                    "description": "New turquoise Shirt with ergonomic design for heavy comfort",
                    "equivalent": {
                      "text": "085154",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "BWP",
                        "value": 138.4
                      },
                      "valueCode": "s2yG"
                    },
                    "quantity": 2,
                    "total": {
                      "text": "991700",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "LBP",
                        "value": 149.94
                      },
                      "valueCode": "i1YH"
                    },
                    "totalTax": {
                      "text": "632889",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "SEK",
                        "value": 444.32
                      },
                      "valueCode": "hIB7"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "7",
                      "name": "Schmeler, McDermott and Grant",
                      "number": "371",
                      "value": "ur"
                    },
                    "group": "sTUZw",
                    "indicators": {
                      "consumed": "v",
                      "feeOverride": "C",
                      "taxExempt": "E"
                    },
                    "journeyType": "dj",
                    "reason": "mGOVJhiCUw"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "TYGSpzFbus",
                          "sequence": 3,
                          "status": "qU",
                          "taxCode": "Hyi",
                          "text": "019973",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "TRY",
                            "value": 497.67
                          },
                          "valueCode": "tOGU"
                        },
                        {
                          "exempt": false,
                          "name": "yeWnlJSYWE",
                          "sequence": 2,
                          "status": "Se",
                          "taxCode": "kJK",
                          "text": "525057",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "TMT",
                            "value": 140.14
                          },
                          "valueCode": "yoO9"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "IsJzotYqnK",
                          "sequence": 4,
                          "status": "cG",
                          "taxCode": "Jrl",
                          "text": "716026",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "INR",
                            "value": 251.68
                          },
                          "valueCode": "feiM"
                        },
                        {
                          "exempt": false,
                          "name": "sCdOfChPfj",
                          "sequence": 4,
                          "status": "kn",
                          "taxCode": "HHd",
                          "text": "990289",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "NZD",
                            "value": 408.5
                          },
                          "valueCode": "9cOb"
                        },
                        {
                          "exempt": false,
                          "name": "WnlQDivsMV",
                          "sequence": 1,
                          "status": "Gp",
                          "taxCode": "fjZ",
                          "text": "813611",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "PYG",
                            "value": 41.9
                          },
                          "valueCode": "XoEM"
                        },
                        {
                          "exempt": true,
                          "name": "KZjIcCErPL",
                          "sequence": 5,
                          "status": "gc",
                          "taxCode": "KqC",
                          "text": "159718",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MUR",
                            "value": 199.37
                          },
                          "valueCode": "802a"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "RTYVFhVdjs",
                          "sequence": 4,
                          "status": "hQ",
                          "taxCode": "RWv",
                          "text": "610965",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "AZN",
                            "value": 78.92
                          },
                          "valueCode": "Rdzd"
                        },
                        {
                          "exempt": true,
                          "name": "xgBvabQJdb",
                          "sequence": 2,
                          "status": "Hv",
                          "taxCode": "uDG",
                          "text": "060459",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "CUP",
                            "value": 239.1
                          },
                          "valueCode": "A2Ws"
                        },
                        {
                          "exempt": true,
                          "name": "vJzzkuPySk",
                          "sequence": 3,
                          "status": "be",
                          "taxCode": "ytX",
                          "text": "370861",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MYR",
                            "value": 349.49
                          },
                          "valueCode": "m77G"
                        },
                        {
                          "exempt": true,
                          "name": "jVdcMJPYab",
                          "sequence": 4,
                          "status": "ya",
                          "taxCode": "oZg",
                          "text": "431478",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MDL",
                            "value": 87.64
                          },
                          "valueCode": "ItUl"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "BtGarNidXh",
                          "sequence": 4,
                          "status": "zo",
                          "taxCode": "Fbw",
                          "text": "059444",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BBD",
                            "value": 464.84
                          },
                          "valueCode": "tFWP"
                        },
                        {
                          "exempt": false,
                          "name": "jHbCChzBeb",
                          "sequence": 4,
                          "status": "cM",
                          "taxCode": "hFl",
                          "text": "088642",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "PYG",
                            "value": 273.3
                          },
                          "valueCode": "T6os"
                        },
                        {
                          "exempt": true,
                          "name": "HXOGvglDqK",
                          "sequence": 5,
                          "status": "ak",
                          "taxCode": "cYu",
                          "text": "203317",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "KPW",
                            "value": 145.2
                          },
                          "valueCode": "iFzu"
                        }
                      ]
                    }
                  ]
                }
              ],
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "KMF",
                    "value": 292.25
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "OzSVUuSrUk",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "BIF",
                    "value": 154.82
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "BBD",
                    "value": 397.03
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "SAR",
                    "value": 378.59
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": false,
                  "remarks": "QtOYFrsnxv",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "RUB",
                    "value": 490.46
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "TOP",
                    "value": 179.63
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "DZD",
                    "value": 191.23
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": true,
                  "remarks": "ylPgOQZIQO",
                  "sequence": 1,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "SYP",
                    "value": 377.59
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "IQD",
                    "value": 391.82
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "GIP",
                    "value": 297.05
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "IzSfZptHen",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "UAH",
                    "value": 439.64
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "ALL",
                    "value": 380.42
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "DZD",
                    "value": 329.46
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "nLiGsrZNWr",
                  "sequence": 1,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "EUR",
                    "value": 190.93
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "TMT",
                    "value": 467.64
                  }
                }
              ],
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "349407",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "KPW",
                      "value": 76.08
                    },
                    "valueCode": "dbFT"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 0.8589,
                      "bankerSellingRate": 1.1718,
                      "iataClearingHouseRate": 1.1684
                    },
                    "text": "472396",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "BRL",
                      "value": 412.58
                    },
                    "valueCode": "HSa0"
                  },
                  "net": {
                    "text": "304096",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "AWG",
                      "value": 294.87
                    },
                    "valueCode": "YGqN"
                  },
                  "tax": [
                    {
                      "exempt": false,
                      "name": "URgJtQJIYA",
                      "sequence": 5,
                      "status": "Zi",
                      "taxCode": "Puc",
                      "text": "713401",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "BIF",
                        "value": 177.1
                      },
                      "valueCode": "RWrQ"
                    },
                    {
                      "exempt": false,
                      "name": "qWrGyQKuGx",
                      "sequence": 1,
                      "status": "Bx",
                      "taxCode": "UnJ",
                      "text": "366068",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "CUP",
                        "value": 475.34
                      },
                      "valueCode": "IxE8"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 0.8877,
                    "text": "362054",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "RWF",
                      "value": 221.48
                    },
                    "valueCode": "AU3t"
                  },
                  "totalTax": {
                    "text": "783307",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "INR",
                      "value": 145.83
                    },
                    "valueCode": "JqJP"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": false,
                      "name": "InWZzxiBXv",
                      "sequence": 1,
                      "status": "xG",
                      "taxCode": "DTc",
                      "text": "438480",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "JPY",
                        "value": 139.95
                      },
                      "valueCode": "8sGl"
                    },
                    {
                      "exempt": false,
                      "name": "KxNvidXIuR",
                      "sequence": 3,
                      "status": "mE",
                      "taxCode": "bFl",
                      "text": "388053",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "VND",
                        "value": 414.03
                      },
                      "valueCode": "JqRT"
                    },
                    {
                      "exempt": false,
                      "name": "etMRPaGjrB",
                      "sequence": 4,
                      "status": "AH",
                      "taxCode": "JoU",
                      "text": "872949",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "HUF",
                        "value": 224.96
                      },
                      "valueCode": "6Seb"
                    },
                    {
                      "exempt": true,
                      "name": "FAzXkUWQfr",
                      "sequence": 2,
                      "status": "KS",
                      "taxCode": "WWO",
                      "text": "547629",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "OMR",
                        "value": 371.62
                      },
                      "valueCode": "Xep7"
                    }
                  ]
                }
              },
              "reasonForIssue": "IFssZLnjom",
              "relatedDocument": [
                {
                  "associatedTicketNumber": {
                    "associationType": "xup",
                    "checkDigit": "9",
                    "couponNumber": "95",
                    "value": "6371994157513"
                  },
                  "checkDigit": "2",
                  "coupon": "86",
                  "iataNumber": "144",
                  "issueCity": "Lake Valerie",
                  "issueDate": "2025-11-13",
                  "number": "0359012353711",
                  "payment": "VNCGB",
                  "remark": "qXHvetdagz",
                  "sequence": "74",
                  "transactionId": "a5229100-4ecd-48b5-a527-400792d7adf6",
                  "type": "REFUND"
                }
              ],
              "reservation": {
                "creationDate": "2025-10-07T00:00:00.0Z",
                "provider": "Mayert, Mann and Marks",
                "recordLocator": "XBNUZG"
              },
              "systemCreateDateTime": "2025-11-22T00:00:00.0Z",
              "type": "llw"
            }
          ],
          "emergencyContact": [
            {
              "contactDetails": "+17414383500",
              "countryCode": "BS",
              "id": "0c4e86ed-931d-4552-bc39-ae11ac86d660",
              "name": "Chelsea Cassin",
              "otherDetails": "wodvEJHSGVJyvvR",
              "relationship": "sister"
            },
            {
              "contactDetails": "+18263988323",
              "countryCode": "AG",
              "id": "0a164f46-2824-4f97-9bb0-2c83353a1d4a",
              "name": "Kyle Abernathy",
              "otherDetails": "oCWiCKjUQLIwfal",
              "relationship": "brother"
            },
            {
              "contactDetails": "+18782922933",
              "countryCode": "GY",
              "id": "7db2d5d8-2132-4f4e-a01c-5ad257063f4d",
              "name": "Leona Collier",
              "otherDetails": "fxNxllhoTxSsKaz",
              "relationship": "friend"
            },
            {
              "contactDetails": "+18699506209",
              "countryCode": "FO",
              "id": "030ef78f-2133-4929-962f-fe44fb29adbd",
              "name": "Dianna Muller",
              "otherDetails": "stzdbadyIgaMifG",
              "relationship": "friend"
            }
          ],
          "exchangeAvailability": {
            "exchangeableEmds": [
              {
                "airExtraRefs": [
                  "ae1",
                  "ae2"
                ],
                "emdNumber": "80947996975414"
              },
              {
                "airExtraRefs": [
                  "ae1",
                  "ae2"
                ],
                "emdNumber": "02084140720604"
              },
              {
                "airExtraRefs": [
                  "ae1",
                  "ae2"
                ],
                "emdNumber": "92312203821578"
              },
              {
                "airExtraRefs": [
                  "ae1",
                  "ae2"
                ],
                "emdNumber": "83438561119201"
              },
              {
                "airExtraRefs": [
                  "ae1",
                  "ae2"
                ],
                "emdNumber": "23829917026340"
              }
            ],
            "payableAirExtraRefs": [
              "ae1",
              "ae2"
            ]
          },
          "fiscalCode": "u6ZSHDx4Xe",
          "gender": "MALE",
          "genericSpecialRequests": {
            "genericSpecialRequest": [
              {
                "airlineCode": "pS",
                "airlineFactsType": "HOSTED",
                "code": "mg5Yc",
                "freeText": "ahlMeHYVWajXdua",
                "fullText": "XhnPOvVKSdCunRbnrTpHdGnNfelENS",
                "id": "65bef03c-601f-44b2-8e92-e3ba6d29b83e",
                "messageType": "OSI",
                "numberInParty": 2,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "CN",
                  "value": "FULFILLED"
                },
                "syntheticIdentifier": "983417309879688",
                "ticketNumber": {
                  "airlineAccountingCode": "179",
                  "checkDigit": "6",
                  "number": "87220365126864",
                  "serialNumber": "2658207357"
                }
              },
              {
                "airlineCode": "rT",
                "airlineFactsType": "OTHER_AIRLINE",
                "code": "uu0qR",
                "freeText": "IqDOdpUFzISAHWK",
                "fullText": "wbxtwVofSWmamFZUhASwbefPMlXGPr",
                "id": "26ba11da-2b9a-4f74-b8f7-452819c1e724",
                "messageType": "OSI",
                "numberInParty": 1,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "HD",
                  "value": "UNSUPPORTED"
                },
                "syntheticIdentifier": "160860095385501",
                "ticketNumber": {
                  "airlineAccountingCode": "142",
                  "checkDigit": "8",
                  "number": "53573482562810",
                  "serialNumber": "4436290616"
                }
              },
              {
                "airlineCode": "Ot",
                "airlineFactsType": "HOSTED",
                "code": "13Y2p",
                "freeText": "cdnihVrFPpGQxuM",
                "fullText": "HWlGwzxrKvRwVhFHZzfPAqpaCXYGcu",
                "id": "6254f10f-b9e6-49b7-848e-91b846931294",
                "messageType": "OSI",
                "numberInParty": 2,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "OK",
                  "value": "REJECTED"
                },
                "syntheticIdentifier": "782408086026617",
                "ticketNumber": {
                  "airlineAccountingCode": "486",
                  "checkDigit": "2",
                  "number": "51586571161698",
                  "serialNumber": "9044284856"
                }
              },
              {
                "airlineCode": "pn",
                "airlineFactsType": "OTHER_AIRLINE",
                "code": "BxSfd",
                "freeText": "oHELqgEUTmlTxUV",
                "fullText": "GecXvPXmhlVDnJtyJCVqXkFBYaLvKu",
                "id": "d018bac9-c1e6-4d5e-b003-a3d5e2c90ec3",
                "messageType": "SSR",
                "numberInParty": 6,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "RQ",
                  "value": "VERIFICATION"
                },
                "syntheticIdentifier": "740310866596032",
                "ticketNumber": {
                  "airlineAccountingCode": "357",
                  "checkDigit": "8",
                  "number": "28164082088874",
                  "serialNumber": "6571271122"
                }
              },
              {
                "airlineCode": "EK",
                "airlineFactsType": "OTHER_AIRLINE",
                "code": "sdQng",
                "freeText": "vlSUndvrgAlnYhd",
                "fullText": "AhoSAYPUuAcjKEFRthFatwwMZAdpXX",
                "id": "3748e51a-608b-4a8e-91f9-6c32390b9408",
                "messageType": "SSR",
                "numberInParty": 5,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "XX",
                  "value": "WAIVED"
                },
                "syntheticIdentifier": "765903106060178",
                "ticketNumber": {
                  "airlineAccountingCode": "317",
                  "checkDigit": "2",
                  "number": "83183385251018",
                  "serialNumber": "3599162480"
                }
              }
            ]
          },
          "id": "e2740677-9126-41ef-a4ec-d51ee49bbb01",
          "iropContact": {
            "emails": {
              "email": [
                {
                  "address": "Patrick_Brown@yahoo.com",
                  "id": "35a4110e-96f0-425c-bc78-8df9ae894f9b",
                  "languageCode": "EN",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "357697308072823"
                },
                {
                  "address": "Rowland49@yahoo.com",
                  "id": "4dd2c7da-f2b8-4c79-a7fe-2f6640bc062b",
                  "languageCode": "PT",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "994177498811644"
                }
              ]
            },
            "phones": {
              "phone": [
                {
                  "id": "af51cd15-2694-44eb-aeb0-4d7753c432c3",
                  "number": "+16467247033",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "929139003584181"
                },
                {
                  "id": "730a559d-6af5-494f-a58b-66b9ddb4bb8d",
                  "number": "+15746728389",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "078944664964660"
                },
                {
                  "id": "ce8614cc-c79a-4824-9d72-31e3086a8e1b",
                  "number": "+19059114518",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "019888698997931"
                }
              ]
            },
            "refusals": {
              "refusal": [
                {
                  "id": "8e561107-fd22-4901-b24c-c996ceb90c1a",
                  "reason": "zJRibJvxaB",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "178636433004795"
                }
              ]
            }
          },
          "loyaltyAccount": [
            {
              "id": "d2c3136a-b3b2-448e-aea8-457b9babbdab",
              "latestAwardDate": "2025-12-08",
              "loyaltyTierLevel": {
                "atpco": "54",
                "customerInsight": "43",
                "name": "silver",
                "number": 4,
                "priority": 5,
                "tag": "fPs"
              },
              "memberAirline": "[ob",
              "memberId": "8056593835",
              "membershipStartDate": "2024-09-18",
              "mileage": {
                "unit": "MILES",
                "value": 2368
              },
              "pnrId": "0",
              "points": 23901,
              "source": "PNR"
            }
          ],
          "nameNumber": "073.5",
          "passengerDocument": [
            {
              "document": {
                "applicableCountry": "AE",
                "countryOfBirth": "GR",
                "dateOfBirth": "2019-05-19",
                "expiryDate": "2031-08-20",
                "gender": "H",
                "id": "dea0768d-501c-49a6-bc64-3442a8295e19",
                "issueDate": "2024-10-20",
                "issuingCountry": "LB",
                "issuingPlace": "New Keithview",
                "nationality": "LSO",
                "number": "OQD1OZCWqP",
                "personName": {
                  "first": "Alanis",
                  "last": "Schneider",
                  "middle": "Austin",
                  "prefix": "Miss",
                  "raw": "Joann Howe",
                  "suffix": "IV"
                },
                "placeOfBirth": "Port Maureenmouth",
                "type": "PASSPORT"
              },
              "holderType": "SECONDARY",
              "inputMethod": "SWIPE",
              "multinameHolder": false
            }
          ],
          "passengerItineraryParts": {
            "passengerItineraryPart": [
              {
                "airExtra": [
                  {
                    "airExtraBundleRef": "a947b0eb-ad41-44ec-86f7-ed692abee387",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 2
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "ONE_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-05-04",
                        "refundable": true,
                        "tourCode": "8kfNBE"
                      },
                      "bagType": "SURF",
                      "bookingMethod": {
                        "code": "7 ",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "ETICKET"
                      },
                      "group": "BG",
                      "id": "3Qv2CK",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "IN_FLIGHT_SERVICES"
                      },
                      "sequenceNumber": 1,
                      "serviceType": {
                        "code": "M7",
                        "value": "PREPAID"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 13,
                              "min": 2,
                              "name": "AGE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 81,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 21,
                              "min": 5,
                              "name": "AGE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "4Cy",
                      "subCode": "142",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 13.5
                        }
                      ]
                    },
                    "bookingIndicator": "45",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "52353920758475"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "77",
                          "segmentRef": "6eedc52a-eb20-4a20-836a-883f8f058be1"
                        },
                        {
                          "emdCouponNumber": "25",
                          "segmentRef": "f23a06bf-71c1-49a1-bd6a-3076d056b9b6"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "77",
                    "id": "cb41ade0-b8a7-4a8a-9e18-9f9d20b3fed6",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "3c66c541-3c51-474a-8854-0b669758a3c7",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "076"
                    },
                    "offerId": {
                      "id": "9ad7f49f-dafd-4a2f-824f-5f978c1aa212",
                      "itemId": "47e7eed9-e87d-451e-9097-0866ded58fe8"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "FULFILLED"
                    },
                    "pnrId": "RQNGZQ",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "Todi",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "824"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "324"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "625"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "375"
                          }
                        ]
                      },
                      "text": "oosmTcrJmvFWnYV"
                    },
                    "syntheticIdentifier": "66415877354580394915",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 19
                    }
                  },
                  {
                    "airExtraBundleRef": "22adda09-3f4d-465f-9797-a2757ca118e1",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 9
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "ITEM"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-04-29",
                        "refundable": false,
                        "tourCode": "ghfp4k"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "6-",
                        "value": "SPECIAL_SERVICE_REQUEST"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": false,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "WIF",
                      "id": "JGa19c",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "MERCHANDISE"
                      },
                      "sequenceNumber": 52,
                      "serviceType": {
                        "code": "eJ",
                        "value": "PREREGISTERED_BAGGAGE"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 82,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 76,
                              "min": 1,
                              "name": "AGE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "J4b",
                      "subCode": "653",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 31.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 24.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 20.8
                        }
                      ]
                    },
                    "bookingIndicator": "60",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "01933306088133"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "07",
                          "segmentRef": "e4ce1496-4211-438f-831f-9bd7a9e7e697"
                        },
                        {
                          "emdCouponNumber": "19",
                          "segmentRef": "941f28e2-31f8-44ca-bd92-ebc0f5c62924"
                        },
                        {
                          "emdCouponNumber": "93",
                          "segmentRef": "31921400-c280-4307-ba06-8836b5125a84"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "85",
                    "id": "31495583-43cf-42f3-b5fa-b6be892567b7",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "c11fbb32-e552-400d-acd2-4d04b422de05",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "303"
                    },
                    "offerId": {
                      "id": "7d25bc32-a071-49da-89c0-b035a7b96a1e",
                      "itemId": "71570bcd-d31f-4823-9bbb-bc830e25744a"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "GDRVXQ",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "HFIp",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "781"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "704"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "406"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "816"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "357"
                          }
                        ]
                      },
                      "text": "rsgdrdCdKeiCLwV"
                    },
                    "syntheticIdentifier": "20089142362464042262",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 6.2
                    }
                  },
                  {
                    "airExtraBundleRef": "ad116bb4-44a3-47c5-992d-a459c05ed917",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 3
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "ONE_AND_A_HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 5
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-02-22",
                        "refundable": false,
                        "tourCode": "1PoOHS"
                      },
                      "bagType": "GOLF",
                      "bookingMethod": {
                        "code": "9_",
                        "value": "AUXILIARY_SEGMENT"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": false,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "MEA",
                      "id": "r9DkIY",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "UNKNOWN"
                      },
                      "sequenceNumber": 51,
                      "serviceType": {
                        "code": "KD",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 52,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 45,
                              "min": 2,
                              "name": "AGE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "vDM",
                      "subCode": "865",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 41.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 21.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 27.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 3.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 11.8
                        }
                      ]
                    },
                    "bookingIndicator": "60",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "90238843419270"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "53",
                          "segmentRef": "772df23a-6656-4765-b287-ccb4c5a19863"
                        },
                        {
                          "emdCouponNumber": "19",
                          "segmentRef": "f953be4e-f233-4693-b506-31ea23b613c8"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "43",
                    "id": "5e77d294-f8e9-4d17-9cd8-d6ed46cfb222",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "3cd7aed6-2531-4577-8dfe-8f26511d3e5d",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "R",
                      "subCode": "854"
                    },
                    "offerId": {
                      "id": "77dc3a6c-8b6e-4025-8572-45665bec44fa",
                      "itemId": "aa9cc3ea-7a88-4de2-852c-e5a41d656eb2"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "PENDING"
                    },
                    "pnrId": "RDWDGW",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "XJBs",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "139"
                          }
                        ]
                      },
                      "text": "hZhziaeCNAgQpln"
                    },
                    "syntheticIdentifier": "51685094316729364915",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 36.5
                    }
                  },
                  {
                    "airExtraBundleRef": "24cea9fe-d709-4e53-8706-716ab1513b24",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 2
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 0
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-01-12",
                        "refundable": true,
                        "tourCode": "f6EUtd"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "7_",
                        "value": "NO_BOOKING_REQUIRED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "BG",
                      "id": "nIvNZO",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "INDIVIDUAL_AIRLINE_USE"
                      },
                      "sequenceNumber": 11,
                      "serviceType": {
                        "code": "Z5",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 90,
                              "min": 2,
                              "name": "SIZE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 57,
                              "min": 3,
                              "name": "AGE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 74,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "6i8",
                      "subCode": "556",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 15.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 40.1
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 38.3
                        }
                      ]
                    },
                    "bookingIndicator": "12",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "33643765068650"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "31",
                          "segmentRef": "35c0ebff-ebd9-4b50-b5ca-130ad2cb8eef"
                        },
                        {
                          "emdCouponNumber": "91",
                          "segmentRef": "551ddecb-81ad-480c-b902-3136585f19e2"
                        },
                        {
                          "emdCouponNumber": "57",
                          "segmentRef": "9d3615bf-8f65-4453-98aa-c259a22d0b23"
                        },
                        {
                          "emdCouponNumber": "29",
                          "segmentRef": "ac9dc87d-68f6-44cb-b425-c0e7f20aabb7"
                        },
                        {
                          "emdCouponNumber": "70",
                          "segmentRef": "403c5830-9346-4b03-9fd8-09c01459bcad"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "96",
                    "id": "7eb31633-a8dc-4afe-9f14-1639d22c9971",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "4336d601-24ca-4673-94d8-26844ba92f4c",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "G",
                      "subCode": "345"
                    },
                    "offerId": {
                      "id": "adc67861-f217-43a2-add9-ce000148b048",
                      "itemId": "21245ec7-9fc8-48d1-8c30-a0b78a55c573"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "REJECTED"
                    },
                    "pnrId": "YJEABU",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "EkwI",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "242"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "344"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "961"
                          }
                        ]
                      },
                      "text": "GoJoKoKAIuLSXBk"
                    },
                    "syntheticIdentifier": "08192266279650883971",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 29.5
                    }
                  },
                  {
                    "airExtraBundleRef": "5e5e2e1e-a0c6-4c58-89cc-ff970cbdf843",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 3
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "ROUND_TRIP"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 5
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-06-12",
                        "refundable": true,
                        "tourCode": "XAeS7d"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "4-",
                        "value": "AUXILIARY_SEGMENT"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": false,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "SEA",
                      "id": "kd4mcW",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "IN_FLIGHT_SERVICES"
                      },
                      "sequenceNumber": 85,
                      "serviceType": {
                        "code": "sD",
                        "value": "DISCLOSURE"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 67,
                              "min": 4,
                              "name": "SIZE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 40,
                              "min": 5,
                              "name": "SIZE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 61,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 16,
                              "min": 5,
                              "name": "AGE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "N7a",
                      "subCode": "223",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 5.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 8.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 48.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 28.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 42.2
                        }
                      ]
                    },
                    "bookingIndicator": "56",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "59775520661267"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "09",
                          "segmentRef": "c5147c2a-97d2-42ce-b190-0a357b71f026"
                        },
                        {
                          "emdCouponNumber": "17",
                          "segmentRef": "05835059-675e-4f0a-a6b1-0f9e18881e72"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "51",
                    "id": "5049ac2c-a0ab-4c7e-8ad5-f03039cf554a",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "cad78047-2481-4cfe-af1f-08c15fb722a5",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "G",
                      "subCode": "959"
                    },
                    "offerId": {
                      "id": "ad76be46-5b3f-4465-aac1-0499c170f570",
                      "itemId": "60f4589b-d2b9-4080-9226-f4706cce3dd1"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "UNSUPPORTED"
                    },
                    "pnrId": "EPHUNV",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "twtH",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "193"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "181"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "689"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "017"
                          }
                        ]
                      },
                      "text": "pjIpuOXqZCFYKnh"
                    },
                    "syntheticIdentifier": "60531895783398866348",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 43.9
                    }
                  }
                ],
                "id": "5200146f-5b81-4ce8-99a5-1382ca4e690c",
                "itineraryPartRef": "6040c9e7-e507-422d-950a-d44e3022ba40"
              },
              {
                "airExtra": [
                  {
                    "airExtraBundleRef": "60288091-3f91-4d50-bf49-9a8645dbf556",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 2
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "TICKET"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 5
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-04-25",
                        "refundable": true,
                        "tourCode": "l5lG9d"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "8-",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "MEA",
                      "id": "YE31g-",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "OTHER"
                      },
                      "sequenceNumber": 58,
                      "serviceType": {
                        "code": "6U",
                        "value": "BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 96,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "l89",
                      "subCode": "299",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 4.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 34.3
                        }
                      ]
                    },
                    "bookingIndicator": "23",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "18883198701044"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "15",
                          "segmentRef": "dc8f5ee5-c6f7-4a8f-95e6-584e5e3bac0b"
                        },
                        {
                          "emdCouponNumber": "52",
                          "segmentRef": "938c3a3a-5b58-49a7-aa4c-0abdf415ed82"
                        },
                        {
                          "emdCouponNumber": "36",
                          "segmentRef": "60f1292e-b098-4c62-90cf-726c45a7460c"
                        },
                        {
                          "emdCouponNumber": "50",
                          "segmentRef": "bb659f17-4e6c-4d38-a584-9a9db30a887e"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "79",
                    "id": "092b2f39-d14f-465e-93c2-8fceb2545413",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "3d76bb2b-3e99-4e2a-85e2-c1be54abfd19",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "001"
                    },
                    "offerId": {
                      "id": "90a81fb0-7609-44e4-b089-165fe92923af",
                      "itemId": "04f42c42-05ef-4ed9-80b6-2a5138c34403"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "FULFILLED"
                    },
                    "pnrId": "DSANNW",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "JVdt",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "528"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "297"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "503"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "112"
                          }
                        ]
                      },
                      "text": "EyyNTgFMkEJgkBR"
                    },
                    "syntheticIdentifier": "58447854487726590678",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 39.6
                    }
                  },
                  {
                    "airExtraBundleRef": "69324ba3-8338-4fb6-b734-9121de028498",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 9
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "PER_1KG_OVER_FREE_BAGGAGE_ALLOWANCE"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-10-25",
                        "refundable": false,
                        "tourCode": "IMKAGJ"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "1 ",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "WIF",
                      "id": "pDUEwh",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "MERCHANDISE"
                      },
                      "sequenceNumber": 53,
                      "serviceType": {
                        "code": "XX",
                        "value": "PREPAID"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 66,
                              "min": 4,
                              "name": "SIZE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "aZ2",
                      "subCode": "094",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 23.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 45.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 1.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 23.6
                        }
                      ]
                    },
                    "bookingIndicator": "07",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "27138576258119"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "22",
                          "segmentRef": "1217db1d-6e61-43a0-8f1d-8b47177132fc"
                        },
                        {
                          "emdCouponNumber": "60",
                          "segmentRef": "dc2dd87d-3c7f-49c7-bab3-a99dc43ba3b1"
                        },
                        {
                          "emdCouponNumber": "37",
                          "segmentRef": "81be4fb1-dc2e-44aa-bbec-60410122450b"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "13",
                    "id": "47ff3350-e4f6-408e-be80-299721ef9cf2",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "5f061efe-0dd3-40f6-821f-a9df2e985b4d",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "348"
                    },
                    "offerId": {
                      "id": "ffa287a5-7cd6-476c-8f40-03828703fb14",
                      "itemId": "bd47c047-82b3-4edc-8f00-4e3fa016bf07"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "QVCNTY",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "dzEg",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "437"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "316"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "350"
                          }
                        ]
                      },
                      "text": "MpbacQXWXAGoZxl"
                    },
                    "syntheticIdentifier": "10541355656501207513",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 21.4
                    }
                  },
                  {
                    "airExtraBundleRef": "03a1189e-7871-4fcb-89ee-140186816086",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 4
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "PER_BAGGAGE_TRAVEL"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 3
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-10-05",
                        "refundable": false,
                        "tourCode": "JCh1oo"
                      },
                      "bagType": "GOLF",
                      "bookingMethod": {
                        "code": "2+",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": false,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "WIF",
                      "id": "HrCBWk",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "INDIVIDUAL_AIRLINE_USE"
                      },
                      "sequenceNumber": 1,
                      "serviceType": {
                        "code": "0f",
                        "value": "PREPAID"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 42,
                              "min": 3,
                              "name": "SIZE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 34,
                              "min": 2,
                              "name": "AGE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "oCB",
                      "subCode": "791",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 27.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 33.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 23.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 27.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 23.5
                        }
                      ]
                    },
                    "bookingIndicator": "63",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "01958850772008"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "51",
                          "segmentRef": "c99d87db-0ac6-4b5e-a696-2d5ebf769adc"
                        },
                        {
                          "emdCouponNumber": "32",
                          "segmentRef": "c8109fc3-190c-477b-a338-2e8ae3ec99af"
                        },
                        {
                          "emdCouponNumber": "60",
                          "segmentRef": "1353de2f-19c2-4b13-9d61-1b351984335d"
                        },
                        {
                          "emdCouponNumber": "75",
                          "segmentRef": "d65155f0-48cb-4ed7-9327-d0c7bba9f66f"
                        },
                        {
                          "emdCouponNumber": "77",
                          "segmentRef": "9447038c-dbb0-437e-b3a3-b79f15097a50"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "75",
                    "id": "27554947-384e-4f5e-85f3-6a531d01eca3",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "a3a08465-8f8a-495b-b276-5aba6ea0bc68",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "R",
                      "subCode": "290"
                    },
                    "offerId": {
                      "id": "84989d19-4eeb-4c45-82d8-6f85b94131b0",
                      "itemId": "3ed41b09-95c2-44d1-be9d-18637cbf6240"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "WAIVED"
                    },
                    "pnrId": "JPNUGG",
                    "quantity": 1,
                    "specialServiceDescription": {
                      "code": "mbQp",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "932"
                          }
                        ]
                      },
                      "text": "iCjYLQuXYjhmMRi"
                    },
                    "syntheticIdentifier": "88539869526628937886",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 23.5
                    }
                  }
                ],
                "id": "08abdcb4-6a71-4e5d-a704-7fd8903fcdf6",
                "itineraryPartRef": "6f7b6dc5-fb1d-4b19-87d0-75b40de8e792"
              }
            ]
          },
          "passengerRef": "8dce2f3a-eb23-4f5e-a90c-ebde480fd00f",
          "passengerSegments": {
            "passengerSegment": [
              {
                "additionalTravelInformation": {
                  "residencyDocumentType": {
                    "id": "d607285b-6429-4b5e-a832-8de24fec2725",
                    "residencyCountry": "NC",
                    "value": "RESIDENCE_PERMIT"
                  },
                  "returnDate": {
                    "id": "d3a28c19-9072-461a-bffb-30c3dd9a6423",
                    "value": "2027-05-24"
                  },
                  "stayType": {
                    "id": "593a12b7-e91e-4df8-ad68-5570f74d04b3",
                    "value": "VACATION"
                  },
                  "timaticDocumentType": {
                    "id": "1706ac95-65b4-49e7-bc81-15c458f95c09",
                    "value": "TRAVEL_DOCUMENT_RED_CROSS"
                  },
                  "visaVerified": {
                    "id": "ea420cf6-e9bb-4e70-9f4e-7129d04804ae",
                    "value": true
                  }
                },
                "airExtra": [
                  {
                    "airExtraBundleRef": "a6d63bf4-754d-4a7d-acd9-77f42d76341e",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 6
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "ONE_AND_A_HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2026-09-29",
                        "refundable": false,
                        "tourCode": "hmLLAB"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "1/",
                        "value": "SPECIAL_SERVICE_REQUEST"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "BG",
                      "id": "rCQ-dK",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "IN_FLIGHT_SERVICES"
                      },
                      "sequenceNumber": 12,
                      "serviceType": {
                        "code": "iB",
                        "value": "PREPAID"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 71,
                              "min": 5,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 45,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "INT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 10,
                              "min": 1,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 10,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "f4f",
                      "subCode": "373",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 47
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 11.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 44.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 26.1
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 31.9
                        }
                      ]
                    },
                    "bookingIndicator": "04",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "58881660394840"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "57",
                          "segmentRef": "e73f6a98-c364-4fcf-bf7c-e62eb377caa7"
                        },
                        {
                          "emdCouponNumber": "24",
                          "segmentRef": "fc7790b1-99c0-47b8-9ca7-abb3626c34e0"
                        },
                        {
                          "emdCouponNumber": "16",
                          "segmentRef": "00907997-0cbc-46a6-8c27-044763e09a4b"
                        },
                        {
                          "emdCouponNumber": "25",
                          "segmentRef": "bc240ebb-7c52-4aae-90fc-6f644d8ee7f6"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "04",
                    "id": "ebf08f1b-ecd0-4c8f-a0ad-4d9ea2c1fcde",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "2df5b7d1-4000-45f5-ac78-2b111a0af547",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "G",
                      "subCode": "404"
                    },
                    "offerId": {
                      "id": "63017972-affd-429e-af10-926bc8c97cc4",
                      "itemId": "e0f2feca-4ac1-4992-9127-dda848b087fd"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "WAIVED"
                    },
                    "pnrId": "PQZKEZ",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "HzSB",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "775"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "026"
                          }
                        ]
                      },
                      "text": "WtiqKHykhljJRyO"
                    },
                    "syntheticIdentifier": "42690844003744001535",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 40.2
                    }
                  },
                  {
                    "airExtraBundleRef": "04f3f7e7-23c1-4f24-bc62-0a71ccc523f6",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 6
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-11-16",
                        "refundable": false,
                        "tourCode": "qFD0C4"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "9_",
                        "value": "NO_BOOKING_REQUIRED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": false,
                        "value": "ETICKET"
                      },
                      "group": "SEA",
                      "id": "5--Zlx",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "IN_FLIGHT_SERVICES"
                      },
                      "sequenceNumber": 79,
                      "serviceType": {
                        "code": "oy",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 42,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 61,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 40,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 73,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "LNX",
                      "subCode": "470",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 17.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 20.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 47.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 22.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 43.6
                        }
                      ]
                    },
                    "bookingIndicator": "84",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "12650608945704"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "51",
                          "segmentRef": "c74b8497-eb96-4ea4-a591-0f3996060d6e"
                        },
                        {
                          "emdCouponNumber": "58",
                          "segmentRef": "e943e842-605d-4739-8a16-aac0e6a6659e"
                        },
                        {
                          "emdCouponNumber": "99",
                          "segmentRef": "1fabaab8-1ebf-4194-b732-0f493c72d318"
                        },
                        {
                          "emdCouponNumber": "89",
                          "segmentRef": "bcda0444-e107-4a0e-ac15-8a824e09790b"
                        },
                        {
                          "emdCouponNumber": "80",
                          "segmentRef": "33bc8998-9a88-4c22-a457-3f1dce462ed4"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "31",
                    "id": "1d133dea-6fe7-4504-93e3-9ed281a862f7",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "ca1cea65-dabd-4ec5-9e29-60d2f280e327",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "383"
                    },
                    "offerId": {
                      "id": "289601f2-2036-4f1c-aafd-0f1fae352512",
                      "itemId": "2b877fa5-3231-4a9e-8e26-06d28cf7f3ec"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "UNSUPPORTED"
                    },
                    "pnrId": "FKYHNG",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "djbc",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "346"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "980"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "491"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "339"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "646"
                          }
                        ]
                      },
                      "text": "LEWShmnDlvYeMTx"
                    },
                    "syntheticIdentifier": "16168038588172281147",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 43.8
                    }
                  },
                  {
                    "airExtraBundleRef": "080b30b5-3440-4140-b2ac-ffc8a3131173",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 7
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "ONE_AND_A_HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-10-22",
                        "refundable": false,
                        "tourCode": "6H9YXD"
                      },
                      "bagType": "SURF",
                      "bookingMethod": {
                        "code": "9^",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE"
                      },
                      "group": "BG",
                      "id": "u6bTww",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "GROUND_TRANSPORT_NON_AIR_SERVICES"
                      },
                      "sequenceNumber": 98,
                      "serviceType": {
                        "code": "IG",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 29,
                              "min": 4,
                              "name": "AGE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "XDX",
                      "subCode": "114",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 5.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 4.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 29.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 24.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 48.3
                        }
                      ]
                    },
                    "bookingIndicator": "72",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "28332698319781"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "77",
                          "segmentRef": "5eab5017-b9ee-42c0-bb85-4d255a1b9967"
                        },
                        {
                          "emdCouponNumber": "39",
                          "segmentRef": "b59d08f3-2cc2-4c36-aecd-62cc83e084f2"
                        },
                        {
                          "emdCouponNumber": "34",
                          "segmentRef": "717e7101-7b36-434c-9074-3d5513065d2c"
                        },
                        {
                          "emdCouponNumber": "05",
                          "segmentRef": "c0924e80-b43c-4083-a8b7-f44366fc75b9"
                        },
                        {
                          "emdCouponNumber": "84",
                          "segmentRef": "9636a99e-d112-413d-94a0-517f2a34d66c"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "23",
                    "id": "9bbc2573-58c9-4df3-997a-ac7c44861524",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "3c10d04d-86ef-47f6-aaff-41a29eff2a96",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "357"
                    },
                    "offerId": {
                      "id": "c7f9321f-9a2e-4d20-8861-1fd8145396da",
                      "itemId": "fc28d23d-f456-4ba1-9b7c-ded0b1f22806"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "XXZADR",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "ScFm",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "430"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "854"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "048"
                          }
                        ]
                      },
                      "text": "UapWkXZTQcHMbpb"
                    },
                    "syntheticIdentifier": "61332290949150827886",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 17.2
                    }
                  },
                  {
                    "airExtraBundleRef": "f6cff990-03f3-4c1b-a1c1-86ef8d3c6f72",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 10
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "PER_BAGGAGE_TRAVEL"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 4
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-02-28",
                        "refundable": true,
                        "tourCode": "BOxr0V"
                      },
                      "bagType": "GOLF",
                      "bookingMethod": {
                        "code": "6 ",
                        "value": "AUXILIARY_SEGMENT"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "STANDALONE"
                      },
                      "group": "MEA",
                      "id": "TEfK1U",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "OTHER"
                      },
                      "sequenceNumber": 6,
                      "serviceType": {
                        "code": "qJ",
                        "value": "BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 83,
                              "min": 4,
                              "name": "SIZE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 94,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 45,
                              "min": 5,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 88,
                              "min": 1,
                              "name": "SIZE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 66,
                              "min": 1,
                              "name": "SIZE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "Psb",
                      "subCode": "077",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 6.5
                        }
                      ]
                    },
                    "bookingIndicator": "04",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "99201068012082"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "16",
                          "segmentRef": "234e4eb9-1525-4db8-94d1-8a8f1315a4be"
                        },
                        {
                          "emdCouponNumber": "60",
                          "segmentRef": "795cbc68-a772-48e1-a397-adb980c20150"
                        },
                        {
                          "emdCouponNumber": "31",
                          "segmentRef": "efbd9717-2457-47d7-a2be-aeb0c6314521"
                        },
                        {
                          "emdCouponNumber": "37",
                          "segmentRef": "340d2563-8cfb-454a-b4af-b6a687d75f92"
                        },
                        {
                          "emdCouponNumber": "20",
                          "segmentRef": "884337a5-0317-4d90-a79f-0c305143e9dc"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "08",
                    "id": "c659d251-77ea-4847-b27a-aedb158085f4",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "7d713fd2-1acd-482b-9137-f12e9996af9e",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "G",
                      "subCode": "322"
                    },
                    "offerId": {
                      "id": "2f66102f-e9fd-4709-9f0a-33c2efbfdaa0",
                      "itemId": "3cc2bce5-e7ef-449b-99fc-e7e9c9f67a3f"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "WAIVED"
                    },
                    "pnrId": "ESZSYR",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "fGCA",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "054"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "926"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "335"
                          }
                        ]
                      },
                      "text": "ZjubRpqMIIJxmKC"
                    },
                    "syntheticIdentifier": "65650033649577721636",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 49.6
                    }
                  }
                ],
                "baggagePoolId": 618,
                "editCodes": {
                  "editCode": [
                    {
                      "code": "ag",
                      "id": "63e1305a-333b-426a-9e03-137b57a84836",
                      "text": [
                        {
                          "id": "ca2adcd4-15fe-4801-8b9f-cb8156990fc6",
                          "lineId": "53",
                          "value": "pEUNkqQJFKaCjJv"
                        },
                        {
                          "id": "e9470631-b7f3-46c4-a7cf-a3fdca3684f9",
                          "lineId": "69",
                          "value": "OfTOSEZgwnefQEa"
                        },
                        {
                          "id": "036fa048-eda0-4ab3-bd6c-ac08b9807f3f",
                          "lineId": "69",
                          "value": "dAKNgerEEhlsxDa"
                        }
                      ]
                    },
                    {
                      "code": "lG",
                      "id": "163a3955-429b-4035-af07-759702b4635f",
                      "text": [
                        {
                          "id": "f9f4c25c-4f56-4c64-a117-21b8879d7c2c",
                          "lineId": "30",
                          "value": "CczhNkDiApYSgJC"
                        },
                        {
                          "id": "3f89ee6e-cd95-4bba-8603-325f6cff4274",
                          "lineId": "26",
                          "value": "zsqraDMqiVdxbLM"
                        },
                        {
                          "id": "f32c5251-1164-4789-9f09-589ea4c017fe",
                          "lineId": "95",
                          "value": "MVDEmMFhxYUOKxG"
                        },
                        {
                          "id": "69ebc1d5-0a88-4e3e-b4e9-64c0be3af920",
                          "lineId": "21",
                          "value": "ZLPqGZTQFZIgfJf"
                        }
                      ]
                    },
                    {
                      "code": "tV",
                      "id": "7d421c91-429f-47ec-8928-f4c6e43ee151",
                      "text": [
                        {
                          "id": "59c073c1-f3b5-434f-a1ed-3007f66ae884",
                          "lineId": "86",
                          "value": "RzYldPGZdfrbQWl"
                        },
                        {
                          "id": "9ef8fc34-acd5-42a0-83e9-c8d09eb6d80f",
                          "lineId": "06",
                          "value": "pWhKFFFYBbNYEkp"
                        },
                        {
                          "id": "a8551001-5000-4cfb-851b-f44e4ae2e267",
                          "lineId": "28",
                          "value": "CbJjDogWZcYaqPb"
                        },
                        {
                          "id": "c76011da-900a-4c1d-802e-d27a74bba6ee",
                          "lineId": "37",
                          "value": "LejasJHOrJFDbsq"
                        },
                        {
                          "id": "01486c91-6b83-4901-87bd-d1264127b056",
                          "lineId": "30",
                          "value": "rdERQcOHrcQdvcx"
                        }
                      ]
                    },
                    {
                      "code": "rt",
                      "id": "a6c0670c-d196-49b2-9cb8-cea2c7dac37b",
                      "text": [
                        {
                          "id": "0e09a49f-85bd-4dc1-9609-dfad50b8759f",
                          "lineId": "34",
                          "value": "KSTzzJWaLyNdAuL"
                        },
                        {
                          "id": "2280360f-a812-4923-922b-28f9a08e5c22",
                          "lineId": "65",
                          "value": "nIkCnRyEOVmaUIq"
                        },
                        {
                          "id": "251ead14-2ed5-45c1-bd9c-77908b5f60ab",
                          "lineId": "40",
                          "value": "LbSXmLCwmFzgaHp"
                        },
                        {
                          "id": "36e27ba3-caab-4673-8240-676d5e03b3be",
                          "lineId": "78",
                          "value": "XJMJubDAtsuFGYx"
                        },
                        {
                          "id": "3debad16-b149-45ec-8409-c2f2b9ab6a1e",
                          "lineId": "41",
                          "value": "eHsUAcNdyEASlkG"
                        }
                      ]
                    }
                  ]
                },
                "eligibilities": {
                  "eligibility": [
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "HpFKjqPPpgjqUDFxzgsx",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "324"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "973"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "992"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "704"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "x1Rl6r1yW6dIvktRqzPp",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "800"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "216"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "zbMpZWuEohQtBKxFArpd",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "549"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "804"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "iQWzet9C5zc7rePQyIad",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "986"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "oDC0pVwNsQPqHjYvy6Dl",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "990"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "018"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "194"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "842"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "gmpuWYsIIa6Fc6aEepmk",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "152"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "190"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "514"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "746"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "zo3plusIrpNERzarddHQ",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "679"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "747"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "155"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "229"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "bhQaOaWis4wmO25KVRqX",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "085"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "111"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "716"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "371"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "426"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    }
                  ]
                },
                "id": "df10442c-c3ad-4e3e-bc3c-7296b1c564ba",
                "loyaltyAccount": {
                  "id": "59a314fe-abdb-4a26-9f0a-f1e124149df7",
                  "latestAwardDate": "2026-08-03",
                  "loyaltyTierLevel": {
                    "atpco": "61",
                    "customerInsight": "33",
                    "name": "gold",
                    "number": 3,
                    "priority": 3,
                    "tag": "phG"
                  },
                  "memberAirline": "[ob",
                  "memberId": "0146202448",
                  "membershipStartDate": "2026-05-12",
                  "mileage": {
                    "unit": "MILES",
                    "value": 1353
                  },
                  "pnrId": "0",
                  "points": 42480,
                  "source": "SSCI"
                },
                "nonRevenuePassengerInfo": {
                  "priorityCode": "PWA",
                  "seniorityDate": "2009-06-30T00:00:00.0Z",
                  "upgradeCode": "f1F"
                },
                "passengerCheckInId": "XNxXRh2T",
                "passengerFlight": [
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "Jdr",
                        "country": "TG",
                        "sign": "UKD"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 2.1
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "12345678"
                          ],
                          "quantity": 2,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 6.4
                          }
                        }
                      },
                      "barCode": "GUqA0UtmRZYvLss3e14ApARJTatLkqE3R1bFL1kD",
                      "checkInSequenceNumber": "306",
                      "deck": {
                        "code": "MAIN",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "RESIDENCE SUITE",
                        "agentCityName": "Longview",
                        "arrivalAirportName": "Shanialand",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "8848",
                        "cabinClassCode": "H",
                        "cabinText": "BUSINESS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "INFANT",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Pharr",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "3259",
                        "edifactApiText": "API ERROR",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "0843",
                        "estimatedDepartureDate": "2027-02-01T00:00:00.0Z",
                        "estimatedDepartureTime": "8035",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY BASIC",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "NO CARRY ON",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "SILVER",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "jPPI",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "1583",
                        "scheduledDepartureDate": "2027-04-06T00:00:00.0Z",
                        "scheduledDepartureTime": "6914",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "widebody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 1425.8,
                        "atpcoRule": "9mnl",
                        "atpcoTariff": 65,
                        "bookingClass": "T",
                        "brand": "oE",
                        "cabinClass": "PREMIUM_FIRST",
                        "cabinClassCode": "V",
                        "discountCategory": "80",
                        "fareBasisCode": "PUObAv",
                        "governingAirline": "[ob",
                        "id": "7b2dc043-66ee-47b1-9cc6-dde09f3bf53d",
                        "operatingBookingClass": "u",
                        "privateTariff": false,
                        "type": "REF",
                        "vendor": {
                          "code": "ATP",
                          "value": "SITA"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "ST",
                        "arrivalFlightScheduleStatus": "DELAYED",
                        "arrivalTerminal": "K3",
                        "arrivalTime": "2027-02-02T00:00:00.0Z",
                        "boardingTime": "1895-08-20T19:16:20.0Z",
                        "changeOfGauge": false,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "JM",
                        "departureFlightScheduleStatus": "EARLY",
                        "departureGate": "pB",
                        "departureTerminal": "1b",
                        "departureTime": "2027-03-22T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 1002
                        },
                        "equipment": "735",
                        "estimatedArrivalTime": "1935-11-24T10:36:25.0Z",
                        "estimatedDepartureTime": "1930-10-21T21:42:09.0Z",
                        "flightDuration": 492,
                        "flightNumber": "6452",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-09-03T00:00:00.0Z",
                            "departureTime": "2026-08-24T00:00:00.0Z",
                            "duration": 156,
                            "elapsedTime": 255
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-07-22T00:00:00.0Z",
                            "departureTime": "2027-07-31T00:00:00.0Z",
                            "duration": 85,
                            "elapsedTime": 287
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-04-02T00:00:00.0Z",
                            "departureTime": "2027-07-22T00:00:00.0Z",
                            "duration": 102,
                            "elapsedTime": 183
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-01-11T00:00:00.0Z",
                            "departureTime": "2027-01-11T00:00:00.0Z",
                            "duration": 120,
                            "elapsedTime": 232
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-05-04T00:00:00.0Z",
                            "departureTime": "2026-12-13T00:00:00.0Z",
                            "duration": 156,
                            "elapsedTime": 296
                          }
                        ],
                        "iatci": false,
                        "id": "4b263e88-30b1-43ee-92a3-839a1dc664f8",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "5",
                        "span": "INTERNATIONAL",
                        "status": "CANCELLED",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": false,
                        "timeToDeparture": 281
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
                          "name": "merrily_inquisitively_who.[object Object]",
                          "value": "CJXOvvYKWFxBwXIFXN3uglRwszlIhiuOsytdXi99XAwj8vFcZCfZgrOWP7JuZ5NT"
                        },
                        "image": {
                          "contentType": "application/gzip",
                          "name": "deck_political_potable.[object Object]",
                          "value": "JIGeGG9Ae2AuyDPpe49j4B6XA4ThwGKckXlXL9qwJt9alqbiFIvlHGuH0lHFPgBn"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/msword",
                            "name": "amidst_dulcimer_from.[object Object]",
                            "value": "DVMWtriA6c5sPP4tM8cGS7S8mwtVS57rqpzzGvZXde7tUGmaRmS9iw2b4KXCoG17"
                          },
                          "layout": {
                            "contentType": "image/png",
                            "name": "longingly_so_with.[object Object]",
                            "value": "XRqvjvh4kNxcIvdqODvy5gmyKQgUAWxQubd8Iau8Ij8WjRhM9FLbebJgtzJfq5Ui"
                          },
                          "template": {
                            "contentType": "application/java-archive",
                            "name": "partially.[object Object]",
                            "value": "VZrM5KNU62TTkLXo2ftzvpKqPMmXdqbDyR9RARyTc7auyhvpK7lxKIvLBHWhhGsR"
                          },
                          "templates": [
                            {
                              "contentType": "application/zip",
                              "name": "worth_dreamily.[object Object]",
                              "value": "iHpGIUkM7J5UY5leIGElB1rwJSz3alCzlX0XXad0cPDWBJDrbYgkI8nZscbpRVUi"
                            },
                            {
                              "contentType": "audio/midi",
                              "name": "unless.[object Object]",
                              "value": "KLj4UxAl92fkZaa9uHhsxAavBRHTwdlZdsTQiBVOwyYRz6Yy7eImTFVKYgkwygJz"
                            },
                            {
                              "contentType": "application/vnd.ms-powerpoint",
                              "name": "yieldingly_live_ick.[object Object]",
                              "value": "yXVwciI1BFMRelXmr8iB9agJQj6jDcFQ6Nl2echARmU6cxYYJxhi2yycEJIrSvFi"
                            },
                            {
                              "contentType": "application/vnd.ms-fontobject",
                              "name": "essay.[object Object]",
                              "value": "czwNUwr5RrGi5v8IvcQra5G9JZbJaub8vpSofI7qnat5ctaOBfjKdin3qRPqUV6z"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": true,
                          "skyPriority": false,
                          "zone": "2"
                        },
                        "zpl": {
                          "contentType": "application/epub+zip",
                          "name": "pace_worriedly_rubric.[object Object]",
                          "value": "xGEvguKmhAey0P5EF4sveHHnmstgPUfO0IIVsrKUpORPrkrWOZrceTAQKJ3NRMXQ"
                        }
                      },
                      "group": "LPtGL9",
                      "loyaltyAccount": {
                        "id": "86a5dce7-f058-41ac-9593-9a3b823fcfad",
                        "latestAwardDate": "2025-11-06",
                        "loyaltyTierLevel": {
                          "atpco": "98",
                          "customerInsight": "79",
                          "name": "silver",
                          "number": 4,
                          "priority": 7,
                          "tag": "QwC"
                        },
                        "memberAirline": "[ob",
                        "memberId": "9308781059",
                        "membershipStartDate": "2023-06-16",
                        "mileage": {
                          "unit": "MILES",
                          "value": 2842
                        },
                        "pnrId": "3",
                        "points": 57562,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Jack",
                        "last": "Hagenes",
                        "middle": "Charlie",
                        "prefix": "Mr.",
                        "raw": "Rene Rodriguez",
                        "suffix": "DVM"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "QEYRNS",
                      "seat": {
                        "column": "E",
                        "row": "58",
                        "value": "1B"
                      },
                      "source": "EXTERNAL",
                      "standbyPriority": "K8",
                      "supplementaryData": {
                        "dhsStatus": 5,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "14471323606753",
                        "loungeAccess": true,
                        "selectee": false,
                        "skyPriority": true,
                        "spanishLargeFamily": false,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "LV"
                      },
                      "ticketCouponNumber": "15",
                      "ticketNumber": {
                        "airlineAccountingCode": "899",
                        "checkDigit": "5",
                        "number": "95343437500919",
                        "serialNumber": "3955766092"
                      },
                      "upgradePriority": "FdtVr",
                      "zone": "7"
                    },
                    "checkedIn": false,
                    "checkInNumber": 248,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "OFstHuxDVY5p4pSbKNAu",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "700"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "793"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "064"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "az7Iuq6PkQQsutOTpfLW",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "778"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "946"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "026"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "700"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "92xjX239zMReCZuGjBrA",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "118"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "449"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "574"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "807"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "cnJFC2yp8ed4SPlfoALe",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "022"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "353"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "401"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "TzBpL2qYdW9x38aTYB3b",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "959"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "121"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "668"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "353"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "148"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "h7EVcx8QjBrGqM9TksdN",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "567"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "247"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "CbaOIFySCKGVn1fkCARV",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "820"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "603"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "a92516eb-6725-4122-b297-96eb7685a2b7",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
                          "name": "duh_cassava.[object Object]",
                          "value": "APTtg8vcuysc6qmNfZsC1jekP8xp974mU3MakpSRBZyhHo3zLWLUHXnF5VPFtfbT"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "font/ttf",
                            "name": "ferociously_extremely_how.[object Object]",
                            "value": "KGkDDmawb80am9NrP8x1G99v445pL2pobpLYWwYYLjiJS5cAU8OnXofnAq4Z5oD0"
                          },
                          "layout": {
                            "contentType": "application/gzip",
                            "name": "near_bah_unaccountably.[object Object]",
                            "value": "akbehhmrFXSqB6a6wBkR31jSPjkJtBJKKgrUPb3sP3MsJsbaVmWxEl4oowk0IW9R"
                          },
                          "template": {
                            "contentType": "font/woff2",
                            "name": "blend_down.[object Object]",
                            "value": "kzLuqys1dmfVm0jiIpp2SEkNsD6BUfQgdcuBiVXKxH2TzghS7VIq4zgMF4XngaGp"
                          },
                          "templates": [
                            {
                              "contentType": "video/ogg",
                              "name": "brr_throughout.[object Object]",
                              "value": "NzQJeDHLsVYWvW95F2YSWzNpIxuZRZ2kao4UQLUZMCd0JOdIvN1JWpxdUvmFyrk2"
                            },
                            {
                              "contentType": "audio/3gpp",
                              "name": "fatally_private_gee.[object Object]",
                              "value": "APE3AXxsqPfHv8sijNBrt68KgLGrBFqkhmJOJBALrQqUexr4kBjgZ2D0v539G8ZC"
                            },
                            {
                              "contentType": "text/javascript",
                              "name": "fen_rich_um.[object Object]",
                              "value": "AHEatsrDYWYqlyAR9sDSsKyxrXwEAG5kHOCFpBAdQ7gYuJpLdcAzuTXt2aaomSu1"
                            },
                            {
                              "contentType": "audio/ogg",
                              "name": "cleaner.[object Object]",
                              "value": "LM5Uyom3Ymmf4toQJJXrogT7DSqZccSu4qHQn63cf78wrsSiFz8RXxdp3wx2TUSe"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "f56e4807-dbdb-4fb5-83b5-5cf0633abed7",
                      "offerId": "1a4a88dc-7183-45aa-8597-d9d0efed37ce",
                      "offerItemId": "8202a854-bbc6-4da2-9b2d-63b995138d46",
                      "type": "WINDOW",
                      "value": "2h"
                    },
                    "priorityCode": "rio",
                    "seat": {
                      "airExtraRef": "204dcd23-efe2-4834-88b3-50c3046cea7f",
                      "offerId": "6c4ad9f4-4396-4ce5-94be-086012500378",
                      "offerItemId": "e0183456-06b7-4879-a307-22c190a405ee",
                      "type": "MIDDLE",
                      "value": "tA"
                    },
                    "status": "CHECKED_IN",
                    "upgradeCode": "icy"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "zoM",
                        "country": "QA",
                        "sign": "DSr"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 19
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "12345678"
                          ],
                          "quantity": 3,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 14.4
                          }
                        }
                      },
                      "barCode": "cwFHUG7OKJTj0RDKda4KuoL7688SeuKaYSbcBtAR",
                      "checkInSequenceNumber": "991",
                      "deck": {
                        "code": "MIDDLE",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "RESIDENCE SUITE",
                        "agentCityName": "Missouri City",
                        "arrivalAirportName": "Fort Sabina",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "6952",
                        "cabinClassCode": "q",
                        "cabinText": "ECONOMY",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Council Bluffs",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "0198",
                        "edifactApiText": "API ERROR",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "8852",
                        "estimatedDepartureDate": "2026-12-26T00:00:00.0Z",
                        "estimatedDepartureTime": "1336",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY BASIC",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "NO CARRY ON",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "GOLD",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "Shz9",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "3252",
                        "scheduledDepartureDate": "2027-06-28T00:00:00.0Z",
                        "scheduledDepartureTime": "0672",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "regional",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 334.77,
                        "atpcoRule": "EKi9",
                        "atpcoTariff": 49,
                        "bookingClass": "Y",
                        "brand": "DR",
                        "cabinClass": "ECONOMY",
                        "cabinClassCode": "r",
                        "discountCategory": "67",
                        "fareBasisCode": "09X3On",
                        "governingAirline": "[ob",
                        "id": "c9ec584e-d3d3-43fe-adbd-26a475f92bd4",
                        "operatingBookingClass": "J",
                        "privateTariff": false,
                        "type": "REF",
                        "vendor": {
                          "code": "SMFC",
                          "value": "SABRE_MYFARES_AIRLINES"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "BR",
                        "arrivalFlightScheduleStatus": "CANCELLED",
                        "arrivalTerminal": "yr",
                        "arrivalTime": "2026-11-26T00:00:00.0Z",
                        "boardingTime": "1904-06-24T11:07:36.0Z",
                        "changeOfGauge": true,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "ZM",
                        "departureFlightScheduleStatus": "CANCELLED",
                        "departureGate": "1X",
                        "departureTerminal": "m3",
                        "departureTime": "2027-05-20T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 955
                        },
                        "equipment": "573",
                        "estimatedArrivalTime": "1929-07-13T01:53:11.0Z",
                        "estimatedDepartureTime": "1961-08-10T07:05:19.0Z",
                        "flightDuration": 235,
                        "flightNumber": "6823",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-01-26T00:00:00.0Z",
                            "departureTime": "2027-07-25T00:00:00.0Z",
                            "duration": 136,
                            "elapsedTime": 83
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-12-24T00:00:00.0Z",
                            "departureTime": "2026-09-22T00:00:00.0Z",
                            "duration": 91,
                            "elapsedTime": 215
                          }
                        ],
                        "iatci": false,
                        "id": "211016fb-6a8b-4247-8354-123222fa3266",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "9317",
                        "span": "INTERNATIONAL",
                        "status": "ON TIME",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": false,
                        "timeToDeparture": 819
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/octet-stream",
                          "name": "hm_next.[object Object]",
                          "value": "hCksrir3hgzsrkGZZ4UKnPBZYTe0PVHGcBnRsoB5oxAAiDBMcLF5j56gypfVa39L"
                        },
                        "image": {
                          "contentType": "application/vnd.rar",
                          "name": "requirement.[object Object]",
                          "value": "ZFHtQQUyO43whCS148otCEpwvS636dRtIAJEIfwsynEfdxmYKA2WcJrYTvbvezuO"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/epub+zip",
                            "name": "who_stunt_barring.[object Object]",
                            "value": "GRfrJ4qmqu7WRkiMQ7euglR5OUF9zUjLHh6bYcBAgLn19bt9Tr1wYSU8tYXqaZ32"
                          },
                          "layout": {
                            "contentType": "application/x-bzip2",
                            "name": "freight.[object Object]",
                            "value": "r20ed8U4KjSyOxwJwF6weBX3gK82IKh1xDD2o1EQUaw53SzCoWF23idO3SGPck57"
                          },
                          "template": {
                            "contentType": "audio/opus",
                            "name": "aside.[object Object]",
                            "value": "9SgGWL336OfvWapXdqKgna0iTTferME8efZgZjFGn4NeBOKR9efrl5G7ysQe5qK5"
                          },
                          "templates": [
                            {
                              "contentType": "application/ld+json",
                              "name": "whether_wretched_jut.[object Object]",
                              "value": "nLatNDln0U8VfCYHvjbEpG9av7hZQudzd2wl3HpELYmHFOL6C7zl5qeE5MCh3tqa"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": true,
                          "skyPriority": true,
                          "zone": "6"
                        },
                        "zpl": {
                          "contentType": "image/jpeg",
                          "name": "yuck.[object Object]",
                          "value": "iRn5GOceQkT71pkTKG6Y4hGBWs44IysVZZyYyrBjaFDlRxegiVM4swqAQEvdCDA0"
                        }
                      },
                      "group": "rAjWPF",
                      "loyaltyAccount": {
                        "id": "3d121d88-e9d3-4603-af5a-1b7c210b47fd",
                        "latestAwardDate": "2026-04-06",
                        "loyaltyTierLevel": {
                          "atpco": "73",
                          "customerInsight": "77",
                          "name": "gold",
                          "number": 3,
                          "priority": 5,
                          "tag": "cwK"
                        },
                        "memberAirline": "[ob",
                        "memberId": "4549100933",
                        "membershipStartDate": "2024-08-01",
                        "mileage": {
                          "unit": "MILES",
                          "value": 1336
                        },
                        "pnrId": "0",
                        "points": 29308,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Mose",
                        "last": "Dicki",
                        "middle": "Skyler",
                        "prefix": "Miss",
                        "raw": "Ollie Kuhn",
                        "suffix": "PhD"
                      },
                      "priorityVerificationCard": true,
                      "recordLocator": "FPRPCG",
                      "seat": {
                        "column": "s",
                        "row": "98",
                        "value": "14B"
                      },
                      "source": "HOST",
                      "standbyPriority": "sV",
                      "supplementaryData": {
                        "dhsStatus": 4,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "62437058294440",
                        "loungeAccess": false,
                        "selectee": true,
                        "skyPriority": false,
                        "spanishLargeFamily": true,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "MW"
                      },
                      "ticketCouponNumber": "91",
                      "ticketNumber": {
                        "airlineAccountingCode": "100",
                        "checkDigit": "6",
                        "number": "71950130764583",
                        "serialNumber": "8443673064"
                      },
                      "upgradePriority": "5iUt2",
                      "zone": "4"
                    },
                    "checkedIn": false,
                    "checkInNumber": 264,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "V9VqgEQJ3K3vWkNmtJm8",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "656"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "746"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "863"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "sk0oiYJuexINGZMI6QIh",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "016"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "449"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "548"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "FPAYu0UcIXer6odhMCU3",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "833"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "700"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "253"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "IKOKGSQHk39hmMtzIn2L",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "516"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "146"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "080"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "130"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "4akjoBPERt2X3g0fcq7c",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "114"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "569"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "05ooFsEt40TrK7MKN3bn",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "393"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "403"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "lKccAprpcW1ovF5KMmaX",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "391"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "495"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "465"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "197"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "879"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "GkJPrrI9gI0TsdbPQ8R9",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "825"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "235"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "348"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "942"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "L1YMVKdm3pv3htG8aNlq",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "944"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "302"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "255"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "Ln6DSEVfJCbhBjEPt9sT",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "666"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "261"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "771"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "bc7UtV5U6cKsSwPgseCI",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "611"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "175"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "541"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "cbCCHnS6H2FHH2BmEiDf",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "215"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "pKIrgy4M3IWvNixEk1cc",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "437"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "3ZfVNv2cAXvbR9ARR5Mq",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "810"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "671"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "qvy9UzqCq1kRmGijtjZn",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "679"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "657"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "hbdb7wLIemqTjhcYT2eZ",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "608"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "730"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "107"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "620"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "MTCqlaWw1xVuJXNLEt2k",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "943"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "827"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "036"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "965"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "74u2846Pd83tUpGubPvb",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "464"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "rHsuhfqsipu43aeEfh23",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "662"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "117c9bec-35bb-46ea-bdfc-9f6a09487b23",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/vnd.rar",
                          "name": "now_slather.[object Object]",
                          "value": "1RsxvLSAutxquuDiydKMIGzLNWgal8GiGlk6MtSsorjOwwXKkF1yCvyblu0k9yMt"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "audio/wav",
                            "name": "merrily_suspiciously.[object Object]",
                            "value": "Blr34eP3ZOSEdwcMUQqYXKgynKBO5c8zfzmPfY3NKl4Eku6ByVHFeyBxqVXORff7"
                          },
                          "layout": {
                            "contentType": "application/vnd.amazon.ebook",
                            "name": "given_shiny_wetly.[object Object]",
                            "value": "fJg70Ut1JI595vMBuj7InyRzpA7qn4UJD9vs3hxFvIL7wktmr3OnJixr3iJcRXKy"
                          },
                          "template": {
                            "contentType": "video/mpeg",
                            "name": "guidance_webbed_qua.[object Object]",
                            "value": "ySNbDUZJQ6OUCfjIpPMcIWgZFRFj803IJavA6vOJ9uoxz5tJzljtlvCXaeUT2LOb"
                          },
                          "templates": [
                            {
                              "contentType": "text/javascript",
                              "name": "synthesise.[object Object]",
                              "value": "sVEwYCMHbsAqjhKtF4QTNmoaxGVgXvw46jWpAo4GUfJEb2w2LK04scTcEmCZb0G1"
                            },
                            {
                              "contentType": "video/3gpp2",
                              "name": "promptly_rough_why.[object Object]",
                              "value": "pwHlIpHWqVJISva3wXXI7QpTAi7VCNncWdHUjx620ea5wdGDVmtV305Y5YiYeiDh"
                            },
                            {
                              "contentType": "application/vnd.visio",
                              "name": "meh.[object Object]",
                              "value": "QaMetHfJebppM4gbGLN0IkivH22q7zWPvqWnVX9wJBz5Z1J07uzdYbjZ0cRAU2mR"
                            },
                            {
                              "contentType": "video/mp2t",
                              "name": "rapid_gloss_gah.[object Object]",
                              "value": "a0RyA4ocDYQdDWLXchsSnHl68YrL8kv9cJ128fe4AITiUKr8LL6HWZhajCBxWMbK"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "4e13706c-58d8-41fc-963b-a76e957cbf7c",
                      "offerId": "4c39240f-1956-41c0-9bb8-80e846d1bc96",
                      "offerItemId": "3d5aac9f-5324-4fdb-8e4c-116557fc78de",
                      "type": "WINDOW",
                      "value": "hK"
                    },
                    "priorityCode": "VGG",
                    "seat": {
                      "airExtraRef": "72d859da-5b3b-457e-aa5c-4b94d3c47f56",
                      "offerId": "79814148-bc21-44f9-997c-5c0b1a580910",
                      "offerItemId": "31f7756c-c97e-47cb-9ea9-3a0dc7ecffc0",
                      "type": "MIDDLE",
                      "value": "p6"
                    },
                    "status": "ON_PRIORITY_LIST",
                    "upgradeCode": "woj"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "azi",
                        "country": "MN",
                        "sign": "oSb"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 10.3
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "11223344",
                            "12345678",
                            "87654321"
                          ],
                          "quantity": 3,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 10.7
                          }
                        }
                      },
                      "barCode": "I0w3oIDBZFRg6pXi3tCUQ9Cw3gangS9f9KOFAxdq",
                      "checkInSequenceNumber": "298",
                      "deck": {
                        "code": "MAIN",
                        "value": "MAIN"
                      },
                      "displayData": {
                        "accommodation": "FIRST CLASS",
                        "agentCityName": "Fort Stone",
                        "arrivalAirportName": "South Delfina",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "2038",
                        "cabinClassCode": "W",
                        "cabinText": "FIRST CLASS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Port Stefanside",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "6040",
                        "edifactApiText": "API ERROR",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "5650",
                        "estimatedDepartureDate": "2027-06-18T00:00:00.0Z",
                        "estimatedDepartureTime": "6724",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY PLUS",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "NO CARRY ON",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "SILVER",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "nyDr",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "3951",
                        "scheduledDepartureDate": "2027-08-11T00:00:00.0Z",
                        "scheduledDepartureTime": "9282",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "narrowbody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 428.73,
                        "atpcoRule": "HHYW",
                        "atpcoTariff": 46,
                        "bookingClass": "r",
                        "brand": "bg",
                        "cabinClass": "PREMIUM_FIRST",
                        "cabinClassCode": "D",
                        "discountCategory": "97",
                        "fareBasisCode": "74P6i1",
                        "governingAirline": "[ob",
                        "id": "2920804e-544e-416a-9acb-6cdb6d6bdac8",
                        "operatingBookingClass": "K",
                        "privateTariff": false,
                        "type": "NLX",
                        "vendor": {
                          "code": "ATP",
                          "value": "ATPCO"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "IT",
                        "arrivalFlightScheduleStatus": "EARLY",
                        "arrivalTerminal": "94",
                        "arrivalTime": "2026-12-17T00:00:00.0Z",
                        "boardingTime": "1940-10-26T17:11:05.0Z",
                        "changeOfGauge": true,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "KE",
                        "departureFlightScheduleStatus": "EARLY",
                        "departureGate": "CA",
                        "departureTerminal": "AK",
                        "departureTime": "2027-07-28T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 3531
                        },
                        "equipment": "999",
                        "estimatedArrivalTime": "1903-04-12T21:39:21.0Z",
                        "estimatedDepartureTime": "1956-05-02T17:29:39.0Z",
                        "flightDuration": 338,
                        "flightNumber": "899",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-07-14T00:00:00.0Z",
                            "departureTime": "2027-06-01T00:00:00.0Z",
                            "duration": 90,
                            "elapsedTime": 221
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-02-05T00:00:00.0Z",
                            "departureTime": "2026-10-08T00:00:00.0Z",
                            "duration": 162,
                            "elapsedTime": 169
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-04-22T00:00:00.0Z",
                            "departureTime": "2027-04-26T00:00:00.0Z",
                            "duration": 146,
                            "elapsedTime": 221
                          }
                        ],
                        "iatci": false,
                        "id": "ce6a00fc-e84b-4987-b279-b567876361a2",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "4917",
                        "span": "DOMESTIC",
                        "status": "DELAYED",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": true,
                        "timeToDeparture": 105
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/x-sh",
                          "name": "back.[object Object]",
                          "value": "FPzc4XUwZI8EWyeKzZQJUWV0QNPw5rux9iAX9Q2y53Nij00ixkRMDLOO0WPyqicj"
                        },
                        "image": {
                          "contentType": "image/tiff",
                          "name": "quarrelsomely_amid_although.[object Object]",
                          "value": "SQBOFHTF7IJXJu2smCwUMymsn2xtrbI3ouQ075uR1kYzG8PeUifGg0wiA04TIPGN"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "text/javascript",
                            "name": "airport_from.[object Object]",
                            "value": "VNzw3kWh9nNd2MpRh4Dkd2elNSHNL2dQykoABBoaxKaTz5dIjpiYtZvtCw28oM2s"
                          },
                          "layout": {
                            "contentType": "application/ogg",
                            "name": "yum_eek.[object Object]",
                            "value": "cgPvg3p1ZW1n1JfmLTfrIZeYF0Y0FymQzSM7JYYdBo2GjRIsNpfa89UI78RWjuOr"
                          },
                          "template": {
                            "contentType": "application/octet-stream",
                            "name": "sharply_belabor.[object Object]",
                            "value": "Z505RVCYEjVGE9kxxfiOJd6prHWGwrO9nS5cL0iqs0PZ8kX4LxkwLEMMzL0EzsWd"
                          },
                          "templates": [
                            {
                              "contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
                              "name": "yahoo_address_glider.[object Object]",
                              "value": "4YYM7273Qk9ETxc7DP92aDIudjQgRnVOX1unuFHy7qHvzggnI17d2rgEo52MHqME"
                            },
                            {
                              "contentType": "application/vnd.rar",
                              "name": "wherever_clinch_under.[object Object]",
                              "value": "p5kj71OLrzy59D3r3ayELKcf1C9eymJpAyypdftH3FLsIY55HgiBsFuMy8Pi9uhA"
                            },
                            {
                              "contentType": "application/vnd.oasis.opendocument.spreadsheet",
                              "name": "graduate.[object Object]",
                              "value": "OPglFlvn741uwim9jBZtGPNBXhH94kBZjDANGEpkQ4TifNzoxLlFaPpTtpSipZ8V"
                            },
                            {
                              "contentType": "application/vnd.ms-fontobject",
                              "name": "stool_profuse.[object Object]",
                              "value": "zFzr4X0BsCXInjPHyhb0nOMbLhYaeB1oHge4RpWbnu6IKgDY4YDMji5viBHrALiP"
                            },
                            {
                              "contentType": "text/calendar",
                              "name": "via.[object Object]",
                              "value": "x3uEHhMTTwDoVG42zaQKoeBjIStOIgItuVkqlJ00Rf90V02Uu55H3YfZElSJvsOZ"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": false,
                          "skyPriority": true,
                          "zone": "0"
                        },
                        "zpl": {
                          "contentType": "application/vnd.amazon.ebook",
                          "name": "thorny_mechanically.[object Object]",
                          "value": "RcVWhmZ07xORn5SaPaCiANLiu6LKo3r8HPxde2ykT6TsEJ7b2HFNOE23fFh24H5C"
                        }
                      },
                      "group": "nqxmbW",
                      "loyaltyAccount": {
                        "id": "7ecefe5e-647a-425e-8cdb-e37cab955f0c",
                        "latestAwardDate": "2026-01-12",
                        "loyaltyTierLevel": {
                          "atpco": "91",
                          "customerInsight": "68",
                          "name": "platinum",
                          "number": 1,
                          "priority": 2,
                          "tag": "OWc"
                        },
                        "memberAirline": "[ob",
                        "memberId": "5137714957",
                        "membershipStartDate": "2023-09-05",
                        "mileage": {
                          "unit": "MILES",
                          "value": 2010
                        },
                        "pnrId": "9",
                        "points": 87258,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Randal",
                        "last": "Larson",
                        "middle": "Corey",
                        "prefix": "Ms.",
                        "raw": "Regina Jacobi",
                        "suffix": "Jr."
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "CWBHAR",
                      "seat": {
                        "column": "y",
                        "row": "99",
                        "value": "12B"
                      },
                      "source": "OTHER",
                      "standbyPriority": "ef",
                      "supplementaryData": {
                        "dhsStatus": 3,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "76427474375419",
                        "loungeAccess": true,
                        "selectee": false,
                        "skyPriority": false,
                        "spanishLargeFamily": true,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "RO"
                      },
                      "ticketCouponNumber": "77",
                      "ticketNumber": {
                        "airlineAccountingCode": "003",
                        "checkDigit": "8",
                        "number": "69032439368698",
                        "serialNumber": "0681609834"
                      },
                      "upgradePriority": "JASVZ",
                      "zone": "9"
                    },
                    "checkedIn": true,
                    "checkInNumber": 18,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "64dO2cHcanTkuLVcVnWO",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "115"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "770"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "G5HDQDBOOvIGrlRWezWA",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "862"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "193"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "612"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "044"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "QTt6SC74uMTy7AduS2jz",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "001"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "760"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "700"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "XaM972u1pg7jRn7SisWj",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "665"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "uzsltFJBLSGw1S5s6HIt",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "742"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "306"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "371"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "822"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "YyxQ3y1ZrxksPnVfgO4n",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "734"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "521"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "LvfKMVCW1ibLsZWiRAEB",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "705"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "095"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "822"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "644"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "drcBrkSkSseSawcrWoXB",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "075"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "XGl7A8mWnbhqsxvuRMwE",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "194"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "750"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "806"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "ktxi1XvuQ84csIIprakX",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "372"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "426"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "266"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "782"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "Xs1yDRMKh177mkNq3gbo",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "808"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "641"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "936"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "510"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "876"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "tU5ZQUp1Ta2wxKPnJdmS",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "336"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "2764f103-fde2-41ed-9852-52464744670e",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "video/3gpp2",
                          "name": "wrongly_separately.[object Object]",
                          "value": "H3Elq8RvCL755qH0Ap8xlZjH5KrgTuuQCJ6clzHJTcSNZEQ82NNA2eFdZMwWoXU4"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "font/woff",
                            "name": "annually_deliberately_owlishly.[object Object]",
                            "value": "R25GxuKJgD6O7KewM5DPK4dMPIgpK4rSfATaX043G43Ahwy3b0xkI2coawvjFyfC"
                          },
                          "layout": {
                            "contentType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
                            "name": "than_juggernaut.[object Object]",
                            "value": "32NAFizzRTr51g1yfisHyF4loDKNwHsYxKdarwgWVfxLRuoTk3sl3AwPceQ9Flvk"
                          },
                          "template": {
                            "contentType": "application/vnd.ms-powerpoint",
                            "name": "lighthearted_excitedly_instead.[object Object]",
                            "value": "vaSyC8sDr6hhx8cPbftiniW4D07E7T8wkOiEsoOhagsn3g0cI3EUMiyLcpglA9Z4"
                          },
                          "templates": [
                            {
                              "contentType": "text/calendar",
                              "name": "aw.[object Object]",
                              "value": "D8HwVHmJz0XtHrf6MY9hj68ebxapd8YMPL3LXWikcaJ3xOmQ1lR17c0yly9iFVmN"
                            },
                            {
                              "contentType": "application/vnd.rar",
                              "name": "oh_huddle_uh_huh.[object Object]",
                              "value": "BkYoWCYvKfO4YskxVqFBgj1lh2wtyNwKbadAh3dXQD5U2Y3MguEOOw2cpUvjt6us"
                            },
                            {
                              "contentType": "application/ld+json",
                              "name": "fraudster_than_consequently.[object Object]",
                              "value": "ZUAJFxGIPh77yywqsJPtN61VoiJBNb8VsFVSk5PsO9NR8bj6Xj01xOdZq1ye93tR"
                            },
                            {
                              "contentType": "application/x-bzip2",
                              "name": "instead_or_coordinated.[object Object]",
                              "value": "Bj8TLEGRd36BOA8oxwGFf7kx70Ap1PoiBX1qEqdEAgMxq6KtiSbvm9i7WjP3lRK8"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "3abac8d8-272d-4a2b-a2aa-5ff9fc41a9bb",
                      "offerId": "fb5f9e2e-2366-4890-86fc-06de86c4130d",
                      "offerItemId": "72c84176-12f7-46bf-9592-b4aa351657d7",
                      "type": "AISLE",
                      "value": "wB"
                    },
                    "priorityCode": "Mnq",
                    "seat": {
                      "airExtraRef": "bb612168-f182-4245-a5ab-71b0df8d858c",
                      "offerId": "ece392fe-4afb-4d3e-885f-4cd198abe8e3",
                      "offerItemId": "eab3090a-bf22-41a8-8fce-63594c41a70f",
                      "type": "WINDOW",
                      "value": "Pl"
                    },
                    "status": "BOARDED",
                    "upgradeCode": "3Ez"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "yCW",
                        "country": "TH",
                        "sign": "LXo"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 20
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "11223344",
                            "12345678"
                          ],
                          "quantity": 3,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 8.2
                          }
                        }
                      },
                      "barCode": "o0fad4mzIZ4JFRFpe8IUf5KZmAHRLj40voqh4N2E",
                      "checkInSequenceNumber": "590",
                      "deck": {
                        "code": "MAIN",
                        "value": "OTHER"
                      },
                      "displayData": {
                        "accommodation": "BUSINESS",
                        "agentCityName": "Lake Delphia",
                        "arrivalAirportName": "Mount Pleasant",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "3582",
                        "cabinClassCode": "g",
                        "cabinText": "FIRST CLASS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "INFANT",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Michaelbury",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "7636",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "4220",
                        "estimatedDepartureDate": "2027-05-05T00:00:00.0Z",
                        "estimatedDepartureTime": "2163",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY BASIC",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "NO CARRY ON",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "GOLD",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "PdOd",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "6520",
                        "scheduledDepartureDate": "2026-11-03T00:00:00.0Z",
                        "scheduledDepartureTime": "0651",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "regional",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 1400.53,
                        "atpcoRule": "A9sH",
                        "atpcoTariff": 34,
                        "bookingClass": "P",
                        "brand": "gz",
                        "cabinClass": "PREMIUM_BUSINESS",
                        "cabinClassCode": "A",
                        "discountCategory": "48",
                        "fareBasisCode": "ofrvSp",
                        "governingAirline": "[ob",
                        "id": "7b126e31-966a-44b9-b387-2b0542f6c626",
                        "operatingBookingClass": "i",
                        "privateTariff": false,
                        "type": "REF",
                        "vendor": {
                          "code": "SITA",
                          "value": "ATPCO"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "FM",
                        "arrivalFlightScheduleStatus": "EARLY",
                        "arrivalTerminal": "tO",
                        "arrivalTime": "2027-03-17T00:00:00.0Z",
                        "boardingTime": "1946-09-30T18:21:30.0Z",
                        "changeOfGauge": true,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "CU",
                        "departureFlightScheduleStatus": "DELAYED",
                        "departureGate": "To",
                        "departureTerminal": "eA",
                        "departureTime": "2027-07-23T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 1687
                        },
                        "equipment": "759",
                        "estimatedArrivalTime": "1938-01-09T07:55:23.0Z",
                        "estimatedDepartureTime": "1939-11-27T08:34:08.0Z",
                        "flightDuration": 251,
                        "flightNumber": "5",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-12-03T00:00:00.0Z",
                            "departureTime": "2027-04-07T00:00:00.0Z",
                            "duration": 126,
                            "elapsedTime": 107
                          }
                        ],
                        "iatci": false,
                        "id": "9718b1d0-f54c-4964-9ce0-e881adc2757a",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "122",
                        "span": "INTERNATIONAL",
                        "status": "ON TIME",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": true,
                        "timeToDeparture": 851
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/x-bzip2",
                          "name": "ew.[object Object]",
                          "value": "hjjQMrCHSJzSr6Jg3NPZm0uPciOJDI0iygHHYsx7AEaowMUsVwd3C5UIJvQT6U1k"
                        },
                        "image": {
                          "contentType": "application/vnd.amazon.ebook",
                          "name": "broadside.[object Object]",
                          "value": "SBncNs5C91W0a2McJ1qvAAcNZcAMqdpA85lQPuViBid9aXFNmrJCLJi2o5RZnlYr"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/gzip",
                            "name": "gadzooks_debit_which.[object Object]",
                            "value": "0P5sHnDVnAphUhVQrptVdJXAok9215yStFfPpTMgBpdkdd6yNNV8dPLZYvpHqyIp"
                          },
                          "layout": {
                            "contentType": "image/gif",
                            "name": "thoughtfully_completion_huff.[object Object]",
                            "value": "QQdREfBFgKXWM3pf9HTiPn81q52O3ggaKuIIvNYRIEHHYZSwfnARJ1kNWCdakrvN"
                          },
                          "template": {
                            "contentType": "audio/ogg",
                            "name": "boo_knavishly.[object Object]",
                            "value": "ewOLSa3vBpEHGepQaDrH1lQMSRgvzjNk1OIazyBY2XYcRwvAi9vWPgRjQL3ova6Y"
                          },
                          "templates": [
                            {
                              "contentType": "application/zip",
                              "name": "pushy.[object Object]",
                              "value": "aAM1rJsqWfWRHzEdweutP0rGipQ6TfVqvzb79yi0Bd9t3gHl2lIPs3s9oHrFQ2l4"
                            },
                            {
                              "contentType": "application/xml",
                              "name": "metabolise.[object Object]",
                              "value": "ySJAUIga2UItXFybjjUmvx7ecMcFWX9oOtSdtTmoTiM7Ms1OJGi7DCHZ9No3A4RQ"
                            },
                            {
                              "contentType": "image/avif",
                              "name": "knit.[object Object]",
                              "value": "kuKhQFJyk51xRJ8Ga64KmoojmQ1PEFRxufHy1NtDX3spLFtihmYFvjvn320opqLl"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": false,
                          "skyPriority": false,
                          "zone": "3"
                        },
                        "zpl": {
                          "contentType": "application/vnd.oasis.opendocument.presentation",
                          "name": "phooey_psst_noisily.[object Object]",
                          "value": "fmAQ6wCpLzlXaWxtyd0z9Xn824qHQzoNYslbISdR31DwBySkiHgVkYkXbPAfIcjv"
                        }
                      },
                      "group": "ZCSVkH",
                      "loyaltyAccount": {
                        "id": "a9a1a9cd-6fa5-4c2a-bb24-9c311beb4277",
                        "latestAwardDate": "2025-12-11",
                        "loyaltyTierLevel": {
                          "atpco": "96",
                          "customerInsight": "66",
                          "name": "silver",
                          "number": 2,
                          "priority": 10,
                          "tag": "acF"
                        },
                        "memberAirline": "[ob",
                        "memberId": "8087248302",
                        "membershipStartDate": "2023-11-08",
                        "mileage": {
                          "unit": "MILES",
                          "value": 4059
                        },
                        "pnrId": "2",
                        "points": 3595,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Riley",
                        "last": "Brown",
                        "middle": "Micah",
                        "prefix": "Mrs.",
                        "raw": "Pearl Hauck IV",
                        "suffix": "IV"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "DKAGSB",
                      "seat": {
                        "column": "h",
                        "row": "53",
                        "value": "5A"
                      },
                      "source": "OTHER",
                      "standbyPriority": "z2",
                      "supplementaryData": {
                        "dhsStatus": 5,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "34559404820495",
                        "loungeAccess": true,
                        "selectee": false,
                        "skyPriority": true,
                        "spanishLargeFamily": false,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "NF"
                      },
                      "ticketCouponNumber": "67",
                      "ticketNumber": {
                        "airlineAccountingCode": "847",
                        "checkDigit": "3",
                        "number": "12250192386609",
                        "serialNumber": "2725660780"
                      },
                      "upgradePriority": "h7zLI",
                      "zone": "9"
                    },
                    "checkedIn": true,
                    "checkInNumber": 527,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "gRlRBFsjIQ1FdqCroIfA",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "805"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "010"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "DVZFqQ6mO8ZgY1kfc4ao",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "747"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "0ivgwRle56oq8VKrbAUJ",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "855"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "304"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "622"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "xNEE7zKMTfiVsnRCPg8q",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "114"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "17EMAIgD0ZsypagpLw8H",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "111"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "9i23brThZygQZdzGfCOC",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "144"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "atABDpRQvcdZ4CmASICK",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "971"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "118"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "419"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "3e00aae3-5e6e-4127-a439-04f4f7192ebb",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/vnd.ms-fontobject",
                          "name": "who_midst_advocate.[object Object]",
                          "value": "GXl7UcDDkpfxh45jhFy8d7YfTyot57tKZsPdFOXwFdz4TAsRKUffYtfxYvVBPxsT"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/java-archive",
                            "name": "delight_nor_apud.[object Object]",
                            "value": "nZ2nzVagSrDQPRwUKL40dqE8UyBmgladHnJodl1dV0pqQAaCliV3vmBnziCR6TzN"
                          },
                          "layout": {
                            "contentType": "application/x-abiword",
                            "name": "uh_huh_uncommon.[object Object]",
                            "value": "8GMJtPfTIm0IxBsSAr7IDbv6TP6rSDRl0CKVHujD6NcHXSDjuWEJ2FJRgjQoLdNh"
                          },
                          "template": {
                            "contentType": "application/xml",
                            "name": "handover_yuck.[object Object]",
                            "value": "nq84KbQ2pgQX2yUVKxuXZhDZVE4e5Mui6XxGWUDXwOyjNFCj0WyGVLcyWPok3qyx"
                          },
                          "templates": [
                            {
                              "contentType": "video/mpeg",
                              "name": "gulp.[object Object]",
                              "value": "KNCt4y2IPNuGWiEApOYiyvjTgzLlnJL9zO4Dy1RtzwTTpqrgLJdvMwetm90gIAse"
                            },
                            {
                              "contentType": "application/zip",
                              "name": "tenant_since.[object Object]",
                              "value": "um0q9iYBUYjZ90NPrbf2PoahMZ5P8UiGPROKVKl1OJjk59XtLVWwqwbLm0oKvVlY"
                            },
                            {
                              "contentType": "audio/ogg",
                              "name": "fax_ah.[object Object]",
                              "value": "iveUEthkL2kD5Y9ukJ4mngHqAjcoWawlBQuVnO0fGmHXPMGQnnki9i9siwxsDO5L"
                            },
                            {
                              "contentType": "video/ogg",
                              "name": "guide.[object Object]",
                              "value": "Z3Rb5BqxeYcZDTqcTmEhZgfr9U3NzlG24heqRyjuG9jY17TM5HvZRur9OT1WqLKB"
                            },
                            {
                              "contentType": "application/vnd.ms-fontobject",
                              "name": "valiantly.[object Object]",
                              "value": "SQ5CoIITWzKpx3vcOArQczLIlHIrdVfAQxNpGAX5Yx5dKqpiDEGACaoLKh0D282r"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "fbdd5224-2210-44a8-8068-6ae33467a627",
                      "offerId": "3f5d1fbf-2749-46f7-83b4-67ba87fdcd5e",
                      "offerItemId": "defd8d7d-b2ad-4aa4-b8c5-2d08a262411a",
                      "type": "WINDOW",
                      "value": "sv"
                    },
                    "priorityCode": "ucl",
                    "seat": {
                      "airExtraRef": "e04a2566-54cf-45bd-a2c2-cbe9e0cb2c82",
                      "offerId": "e449925d-31d2-4eb6-807d-c39fcad70a59",
                      "offerItemId": "ae922b5d-8b01-41f5-ba33-3be02c52c0f9",
                      "type": "WINDOW",
                      "value": "Th"
                    },
                    "status": "CHECKED_IN",
                    "upgradeCode": "tas"
                  }
                ],
                "passengerOffer": {
                  "offerId": "0d6dd1da-0155-4c28-97d0-d922321b",
                  "offerItems": [
                    {
                      "annotations": [
                        {
                          "key": "xNbWEm",
                          "value": "cmFbCtgKgC"
                        },
                        {
                          "key": "CvhvGo",
                          "value": "HjpLavFaqN"
                        },
                        {
                          "key": "MRguBC",
                          "value": "tYNmECUder"
                        },
                        {
                          "key": "cpphnq",
                          "value": "BtxqFSyxLa"
                        }
                      ],
                      "availableQuantity": 31,
                      "bannerName": "Fantastic",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "15556f89-5f85-4a69-b861-9ceb4f84",
                      "offerName": "Gorgeous Marble Shirt",
                      "price": {
                        "currency": "KHR",
                        "value": 339.4
                      },
                      "priority": 8
                    },
                    {
                      "annotations": [
                        {
                          "key": "SJhWNX",
                          "value": "pgeRbaYiZm"
                        },
                        {
                          "key": "bhfEdn",
                          "value": "hSXsfigOZD"
                        }
                      ],
                      "availableQuantity": 30,
                      "bannerName": "Luxurious",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "40eb33af-42cc-41fb-9e81-1f724502",
                      "offerName": "Frozen Metal Chicken",
                      "price": {
                        "currency": "BIF",
                        "value": 105.31
                      },
                      "priority": 7
                    },
                    {
                      "annotations": [
                        {
                          "key": "cvTuSy",
                          "value": "MHrrxpAqPh"
                        },
                        {
                          "key": "aufhis",
                          "value": "lLHshGgKoh"
                        }
                      ],
                      "availableQuantity": 35,
                      "bannerName": "Small",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "36811747-e096-466a-9a1b-9e5338ae",
                      "offerName": "Small Steel Hat",
                      "price": {
                        "currency": "RON",
                        "value": 144.06
                      },
                      "priority": 6
                    }
                  ]
                },
                "passengerType": "ADT",
                "segmentRef": "f8e13cfe-6359-48c3-af49-ceeeb4125f7f",
                "upgradeAvailability": [
                  {
                    "bookingClassAvailabilityRef": "5b9db6b8-bcba-4301-a063-d783f0be5870",
                    "cabin": "D",
                    "description": "Premium Economy",
                    "id": "6c7770a2-ad3d-49b8-a14a-08b2cc113bc4",
                    "pricedAncillaryRef": "6784d9c1-b5a0-4e0b-94c5-57bb4cbe3135"
                  },
                  {
                    "bookingClassAvailabilityRef": "6f347507-d79e-482f-88f5-93d62aef2408",
                    "cabin": "E",
                    "description": "Business",
                    "id": "fb7db769-b0af-4c54-a990-8cec660bc752",
                    "pricedAncillaryRef": "239ea768-5ecb-48d0-99e6-8de5b9bd1816"
                  },
                  {
                    "bookingClassAvailabilityRef": "4f0ba7c6-e8e0-49ac-b1b0-ddefef7d175a",
                    "cabin": "E",
                    "description": "Business",
                    "id": "b4f28ea6-4499-4525-9206-449d85306d86",
                    "pricedAncillaryRef": "b533a661-ff29-42a9-be76-63c20a33da66"
                  },
                  {
                    "bookingClassAvailabilityRef": "18ca1eea-f37a-48a4-9e79-40a2615d6639",
                    "cabin": "q",
                    "description": "Business",
                    "id": "ed3c63c1-5dc8-4ac5-977a-34be57184b2b",
                    "pricedAncillaryRef": "81ac6e28-edae-4d5f-8716-6da901e403c7"
                  }
                ]
              },
              {
                "additionalTravelInformation": {
                  "residencyDocumentType": {
                    "id": "d778c8b3-6d8c-4ee8-99dd-1d1d8702d9c1",
                    "residencyCountry": "KM",
                    "value": "REENTRY_PERMIT"
                  },
                  "returnDate": {
                    "id": "b445e563-8df2-4453-bd71-abad5693ff89",
                    "value": "2027-08-03"
                  },
                  "stayType": {
                    "id": "f56d69fe-6adb-4c62-8300-3bab7010c470",
                    "value": "VACATION"
                  },
                  "timaticDocumentType": {
                    "id": "d29c99cf-2b58-4e0b-9a9f-23fc3440205e",
                    "value": "VISIT_PERMIT_FOR_RESIDENTS_OF_MACAO_TO_HKSAR"
                  },
                  "visaVerified": {
                    "id": "7a8af7df-7573-4f85-8bb1-ed3349e0f528",
                    "value": true
                  }
                },
                "airExtra": [
                  {
                    "airExtraBundleRef": "80800e3f-af10-4d97-8093-f6a78d9f3aec",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 4
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "TRAVEL"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-01-27",
                        "refundable": true,
                        "tourCode": "AqcEsU"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "6/",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": false,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "MEA",
                      "id": "C-tsZ7",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "IN_FLIGHT_SERVICES"
                      },
                      "sequenceNumber": 65,
                      "serviceType": {
                        "code": "nl",
                        "value": "PREREGISTERED_BAGGAGE"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 63,
                              "min": 2,
                              "name": "AGE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 59,
                              "min": 5,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 35,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 67,
                              "min": 4,
                              "name": "AGE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 69,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "A3s",
                      "subCode": "015",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 44.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 33.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 18.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 45
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 43.8
                        }
                      ]
                    },
                    "bookingIndicator": "86",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "04187135323719"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "77",
                          "segmentRef": "d962ba50-e50b-4464-af50-433d6751ce59"
                        },
                        {
                          "emdCouponNumber": "69",
                          "segmentRef": "c844de72-d3e9-4e79-be4e-9b48cc87ceef"
                        },
                        {
                          "emdCouponNumber": "94",
                          "segmentRef": "722dda14-cc9c-4e2a-9728-dcbcd1c1010e"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "08",
                    "id": "640d243b-c0bf-48cb-b138-cdd61ae92ef4",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "3d271110-eb3f-4384-8a51-08583e483137",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "G",
                      "subCode": "357"
                    },
                    "offerId": {
                      "id": "e87bb0e8-407d-4578-8abd-60e14bfe6c74",
                      "itemId": "872726fe-802d-4eac-90e7-53980d5dd3d4"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "FULFILLED"
                    },
                    "pnrId": "JAKAWX",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "ofkY",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "413"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "232"
                          }
                        ]
                      },
                      "text": "rfUfDAGOGIcnKuh"
                    },
                    "syntheticIdentifier": "25290248352629899495",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 22.8
                    }
                  },
                  {
                    "airExtraBundleRef": "37100fb7-08d1-4d0a-8255-461222394691",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 7
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "PER_CHECKED_PORTION"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2026-11-25",
                        "refundable": true,
                        "tourCode": "6U5ec8"
                      },
                      "bagType": "SURF",
                      "bookingMethod": {
                        "code": "0^",
                        "value": "CONTACT_AIRLINE"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": true,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "SEA",
                      "id": "6WNVqn",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "AIRPORT_SERVICES"
                      },
                      "sequenceNumber": 59,
                      "serviceType": {
                        "code": "Rk",
                        "value": "FLIGHT_RELATED"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 27,
                              "min": 1,
                              "name": "SIZE",
                              "optional": true,
                              "type": "INT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 58,
                              "min": 1,
                              "name": "AGE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 84,
                              "min": 3,
                              "name": "AGE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "Jwl",
                      "subCode": "269",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 20.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 4.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 23.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 22.1
                        }
                      ]
                    },
                    "bookingIndicator": "01",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "83534565282671"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "35",
                          "segmentRef": "7745e543-156d-4061-b891-445f9ce118cd"
                        },
                        {
                          "emdCouponNumber": "94",
                          "segmentRef": "c1dc2db7-7c2b-4cc6-9d48-b0a585fda4ce"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "34",
                    "id": "b00f2a27-c87b-4473-8dc0-57d821ef8f8c",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "c9c690f0-2561-4b84-80f5-5670e17fa452",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "779"
                    },
                    "offerId": {
                      "id": "7d939d0b-4ecf-42c6-a17e-9dcdd2ecaccf",
                      "itemId": "11014abe-aa73-47f4-8200-e02b7ef637c2"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "TCAKAB",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "xCtU",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "356"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "536"
                          }
                        ]
                      },
                      "text": "ZHxZJVgpOiJPPkR"
                    },
                    "syntheticIdentifier": "11485806147409754824",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 38.9
                    }
                  },
                  {
                    "airExtraBundleRef": "0add39c3-7a1c-4ed1-9b2b-7319ab451710",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 4
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "TRAVEL"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 5
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-01-24",
                        "refundable": false,
                        "tourCode": "7F8VAE"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "4^",
                        "value": "SPECIAL_SERVICE_REQUEST"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": false,
                        "value": "ETICKET"
                      },
                      "group": "SEA",
                      "id": "ISErKl",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "GROUND_TRANSPORT_NON_AIR_SERVICES"
                      },
                      "sequenceNumber": 76,
                      "serviceType": {
                        "code": "R4",
                        "value": "DISCLOSURE"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 70,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "INT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 11,
                              "min": 2,
                              "name": "SIZE",
                              "optional": false,
                              "type": "INT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 96,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "92G",
                      "subCode": "200",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 24.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 43.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 22.2
                        }
                      ]
                    },
                    "bookingIndicator": "79",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "47233035425516"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "77",
                          "segmentRef": "de889818-0832-4b55-9766-b05d917190a5"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "50",
                    "id": "e5cf07cd-5edb-4e86-8fd8-0bda3286582c",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "6fbb7e74-106c-44b6-ba2e-26f4b383d424",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "894"
                    },
                    "offerId": {
                      "id": "76852342-0d67-4e6c-9a57-7e506e1cb5cc",
                      "itemId": "fe382f3b-8ae3-48e9-98f6-153ce8dccf53"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "ANMJYU",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "ZfuN",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "407"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "085"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "209"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "091"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "745"
                          }
                        ]
                      },
                      "text": "WyOuTDSyvSsqtut"
                    },
                    "syntheticIdentifier": "68587801570604886470",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 42.5
                    }
                  },
                  {
                    "airExtraBundleRef": "aa3010e7-6ee2-469c-b8cd-857e46248dbd",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 5
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "PER_CHECKED_PORTION"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-01-17",
                        "refundable": true,
                        "tourCode": "KNnEOC"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "3=",
                        "value": "CONTACT_AIRLINE"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "BG",
                      "id": "Fc2zDT",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "FINANCIAL_IMPACT"
                      },
                      "sequenceNumber": 17,
                      "serviceType": {
                        "code": "U7",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 38,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 33,
                              "min": 3,
                              "name": "SIZE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 69,
                              "min": 4,
                              "name": "AGE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 13,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "INT",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "hkc",
                      "subCode": "826",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 37.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 16.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 49.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 49.1
                        }
                      ]
                    },
                    "bookingIndicator": "74",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "32649859111448"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "39",
                          "segmentRef": "6fc6ad6c-433f-495c-bbb1-3aa117de5649"
                        },
                        {
                          "emdCouponNumber": "46",
                          "segmentRef": "a925cfeb-4136-4201-86cf-a2b284ed5329"
                        },
                        {
                          "emdCouponNumber": "49",
                          "segmentRef": "08fbc4c4-a98f-4983-8005-02db7d5c5b99"
                        },
                        {
                          "emdCouponNumber": "21",
                          "segmentRef": "25dac0cb-1a72-4787-a084-4b67dbc4031f"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "63",
                    "id": "3d88e434-6dca-45e0-9602-18d016498fce",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "b3b9761a-67bd-45fd-be2d-8de3723fdacc",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "144"
                    },
                    "offerId": {
                      "id": "ec3bb323-a26d-4ed7-92ab-f2a97c4d8d89",
                      "itemId": "96249dd2-83af-4002-a031-b856023361ce"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "FULFILLED"
                    },
                    "pnrId": "SEETJF",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "ZNPc",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "175"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "160"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "762"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "481"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "379"
                          }
                        ]
                      },
                      "text": "wxcTotXKjtnNmav"
                    },
                    "syntheticIdentifier": "53492265389281356659",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 2.5
                    }
                  }
                ],
                "baggagePoolId": 298,
                "editCodes": {
                  "editCode": [
                    {
                      "code": "Mi",
                      "id": "a1ef16d9-055f-45b8-8cbc-00007a111b0f",
                      "text": [
                        {
                          "id": "3d7a778b-ee31-421b-ba91-d06ee53aab76",
                          "lineId": "82",
                          "value": "VXvZwOVNtDzzbAb"
                        }
                      ]
                    },
                    {
                      "code": "qB",
                      "id": "75b54fa5-9b44-49a9-a5b0-340c57d66dcc",
                      "text": [
                        {
                          "id": "9e1a8dad-29cf-4481-8547-4a814c3eea2c",
                          "lineId": "60",
                          "value": "ORElTNoyMYQuBPO"
                        }
                      ]
                    },
                    {
                      "code": "Lc",
                      "id": "1e441ac5-17ee-456b-8a7e-30ba0b3aca24",
                      "text": [
                        {
                          "id": "46b8a6dc-27ce-4744-9c59-d02603fc68e2",
                          "lineId": "99",
                          "value": "HqCgDYSNZLnjwbH"
                        },
                        {
                          "id": "fbd0be97-15dc-41ae-a168-9152f8a05d33",
                          "lineId": "35",
                          "value": "TPimtNHjJelPNpt"
                        },
                        {
                          "id": "77f444e0-2f37-463b-9441-2472cff0720a",
                          "lineId": "51",
                          "value": "taBgYCZRxfeuhbE"
                        }
                      ]
                    },
                    {
                      "code": "ce",
                      "id": "d850ff2b-d937-4d8c-bcf0-93f584a7ccaa",
                      "text": [
                        {
                          "id": "2cd57f93-c42f-46fe-b049-778be0d6eee0",
                          "lineId": "31",
                          "value": "RvhaYHmsVPEdvaC"
                        },
                        {
                          "id": "c4a1bb67-1bfa-4610-85ac-23d593230b36",
                          "lineId": "39",
                          "value": "SrnUmUfuhttebuM"
                        },
                        {
                          "id": "4015770f-d207-46d8-9bc1-8d0ace46e58b",
                          "lineId": "88",
                          "value": "jwWvxIguhgeMrkM"
                        },
                        {
                          "id": "d4396925-873d-48c9-876c-9f0218525963",
                          "lineId": "30",
                          "value": "iSfDJBGZBngsKVn"
                        },
                        {
                          "id": "231b0467-eea9-4397-bb4a-e3efeb6e39ea",
                          "lineId": "42",
                          "value": "cVMlfRceLtgYCMC"
                        }
                      ]
                    }
                  ]
                },
                "eligibilities": {
                  "eligibility": [
                    {
                      "notEligible": true,
                      "reason": [
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "nX4y8REToAl4sMIx7tws",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "224"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "232"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "406"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "306"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "51qCL4rpj2b0otcVUlQb",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "706"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "727"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "503"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "Hce1dNkzwQgDwIbwLrTW",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "539"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "222"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "841"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "1SjbYxNWPxTm5Rsmg52N",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "890"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "853"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "844"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "M9bTew0Wdru1351rS5ED",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "806"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "l0vfZ2NbHrFCpmZE4GxW",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "777"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "206"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "968"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "518"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "469"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "0y3jng7xtjlUW89Ifc7p",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "356"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "577"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "732"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "389"
                            }
                          ]
                        },
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "bR5B4YE60rfvXtkp4Plu",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "060"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "758"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "694"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "543"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "uItrdSFOwM7YAtcRTDgK",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "373"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "6QfQ3vgfQLaLYKhjbrOO",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "005"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    }
                  ]
                },
                "id": "be33b035-7a19-44c3-9e7c-20a58cad5aea",
                "loyaltyAccount": {
                  "id": "02a65877-8cdb-4d83-a7e5-1b48a95b67d7",
                  "latestAwardDate": "2026-08-02",
                  "loyaltyTierLevel": {
                    "atpco": "81",
                    "customerInsight": "02",
                    "name": "platinum",
                    "number": 2,
                    "priority": 4,
                    "tag": "jjw"
                  },
                  "memberAirline": "[ob",
                  "memberId": "4809812790",
                  "membershipStartDate": "2024-12-20",
                  "mileage": {
                    "unit": "MILES",
                    "value": 4505
                  },
                  "pnrId": "9",
                  "points": 57049,
                  "source": "PNR"
                },
                "nonRevenuePassengerInfo": {
                  "priorityCode": "Ybk",
                  "seniorityDate": "2014-01-05T00:00:00.0Z",
                  "upgradeCode": "Wwb"
                },
                "passengerCheckInId": "X8rYpWtc",
                "passengerFlight": [
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "Nnk",
                        "country": "VE",
                        "sign": "ifA"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 18
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "11223344",
                            "87654321",
                            "12345678"
                          ],
                          "quantity": 3,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 10.9
                          }
                        }
                      },
                      "barCode": "271vwKRlJ2gAhrxaDBJSgWhdq4uGVCNGFPw18M5L",
                      "checkInSequenceNumber": "114",
                      "deck": {
                        "code": "MAIN",
                        "value": "OTHER"
                      },
                      "displayData": {
                        "accommodation": "RESIDENCE SUITE",
                        "agentCityName": "Framistad",
                        "arrivalAirportName": "Kylieside",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "3225",
                        "cabinClassCode": "u",
                        "cabinText": "FIRST CLASS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "INFANT",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Tremblaystad",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "1489",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "1872",
                        "estimatedDepartureDate": "2026-12-11T00:00:00.0Z",
                        "estimatedDepartureTime": "2128",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY BASIC",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "CARRY ON OK",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "GOLD",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "k5ZI",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "0881",
                        "scheduledDepartureDate": "2027-06-11T00:00:00.0Z",
                        "scheduledDepartureTime": "3615",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "widebody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 953.63,
                        "atpcoRule": "ul2j",
                        "atpcoTariff": 90,
                        "bookingClass": "w",
                        "brand": "T8",
                        "cabinClass": "FIRST",
                        "cabinClassCode": "i",
                        "discountCategory": "24",
                        "fareBasisCode": "SG8gnr",
                        "governingAirline": "[ob",
                        "id": "5d05bb0a-7edf-460e-be2b-643d66d62876",
                        "operatingBookingClass": "x",
                        "privateTariff": true,
                        "type": "NLX",
                        "vendor": {
                          "code": "SITA",
                          "value": "SABRE_MYFARES_AIRLINES"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "SY",
                        "arrivalFlightScheduleStatus": "CANCELLED",
                        "arrivalTerminal": "zm",
                        "arrivalTime": "2027-02-26T00:00:00.0Z",
                        "boardingTime": "1906-07-05T01:43:11.0Z",
                        "changeOfGauge": true,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "GW",
                        "departureFlightScheduleStatus": "ON_TIME",
                        "departureGate": "I0",
                        "departureTerminal": "7Y",
                        "departureTime": "2027-04-20T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 4136
                        },
                        "equipment": "925",
                        "estimatedArrivalTime": "1967-02-12T09:53:28.0Z",
                        "estimatedDepartureTime": "1893-01-21T19:19:41.0Z",
                        "flightDuration": 442,
                        "flightNumber": "3",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-05-05T00:00:00.0Z",
                            "departureTime": "2026-09-22T00:00:00.0Z",
                            "duration": 74,
                            "elapsedTime": 174
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-04-20T00:00:00.0Z",
                            "departureTime": "2026-12-10T00:00:00.0Z",
                            "duration": 134,
                            "elapsedTime": 148
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-11-25T00:00:00.0Z",
                            "departureTime": "2027-03-03T00:00:00.0Z",
                            "duration": 133,
                            "elapsedTime": 81
                          }
                        ],
                        "iatci": true,
                        "id": "7160c0d7-77eb-41a4-9ca8-38d2080bac67",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "8449",
                        "span": "INTERNATIONAL",
                        "status": "ON TIME",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": false,
                        "timeToDeparture": 548
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/vnd.oasis.opendocument.text",
                          "name": "for_however.[object Object]",
                          "value": "BPFDuYsXgGuypc7OVas4ta7m8NLFIKyUKI1JLVdVBCFybxNJWYxifZCriflbDCiK"
                        },
                        "image": {
                          "contentType": "audio/wav",
                          "name": "wherever_mould_hm.[object Object]",
                          "value": "s3LSmctPiJuUAhhujbOY9oeYgFuvJPB2GOCUhFeC7t4seyIA1jvy2rElnICj1npg"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "text/css",
                            "name": "but_wetly_how.[object Object]",
                            "value": "7di8xf0KjPyUFw64NZbXzastaelNkXjM3oMAOMbbxShfxAfCkA6SxODi8VvkcnLs"
                          },
                          "layout": {
                            "contentType": "application/pdf",
                            "name": "out_cautiously.[object Object]",
                            "value": "HrHBx8yTxpWiBwF2w6nPOPYyTLDPdfhO4I1UA9R6qkiG5liaJJ7PQiA59e396dk4"
                          },
                          "template": {
                            "contentType": "application/msword",
                            "name": "really_um.[object Object]",
                            "value": "pHxi4dhRRqv477WsAlgew7x8jIGEmHuq5DMxIRh9rCYZOIKhJpF1bc61nX002ySS"
                          },
                          "templates": [
                            {
                              "contentType": "audio/ogg",
                              "name": "stump_thankfully_personalise.[object Object]",
                              "value": "A00EQR2NqxogqUu66RLO0POSPd7O4uyWxisBDXZOfenL39eWYLkDongnVVPqD2Kx"
                            },
                            {
                              "contentType": "application/msword",
                              "name": "astonishing.[object Object]",
                              "value": "fkLugXRYYTrQvJ166P67PsbIEsOpVxByIbxonznOeIV9Zaj13hAubNKr7XQOMkuI"
                            },
                            {
                              "contentType": "text/html",
                              "name": "until_reach.[object Object]",
                              "value": "E50ItOAu9GWEe02tAVhmYtdPM1DfDxzrQWKNGDiVSPq3q13KM7PE7WTcKnRlVwu5"
                            },
                            {
                              "contentType": "image/avif",
                              "name": "boo.[object Object]",
                              "value": "MUq54RpFfVhwgM1ezEpkFGz5PlQ2woM3EicL0fSC5KPOYoIyCiUBa2hL8407MfiY"
                            },
                            {
                              "contentType": "application/gzip",
                              "name": "under_humble.[object Object]",
                              "value": "DFCGBX5Zo529RzbSUaBZtFSd5aNhBbLROyzWScZ3cBgxHaqMUWLals3fjOjLrxH3"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": false,
                          "skyPriority": false,
                          "zone": "9"
                        },
                        "zpl": {
                          "contentType": "application/gzip",
                          "name": "zowie_aboard.[object Object]",
                          "value": "9u4RqO82ROTDw1yFA9sOUHGj9FvRhC9ZQbIxb3XWv9YA62ptrOfeRR3B9hU1am1A"
                        }
                      },
                      "group": "fs0DrP",
                      "loyaltyAccount": {
                        "id": "a707aa06-5626-46b6-b7c2-e8702277a68b",
                        "latestAwardDate": "2025-12-24",
                        "loyaltyTierLevel": {
                          "atpco": "12",
                          "customerInsight": "42",
                          "name": "gold",
                          "number": 3,
                          "priority": 3,
                          "tag": "uFq"
                        },
                        "memberAirline": "[ob",
                        "memberId": "2517635746",
                        "membershipStartDate": "2024-03-02",
                        "mileage": {
                          "unit": "MILES",
                          "value": 3854
                        },
                        "pnrId": "0",
                        "points": 1750,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Yasmine",
                        "last": "Weissnat",
                        "middle": "Kai",
                        "prefix": "Miss",
                        "raw": "Veronica Hane",
                        "suffix": "IV"
                      },
                      "priorityVerificationCard": true,
                      "recordLocator": "FQUJFS",
                      "seat": {
                        "column": "a",
                        "row": "50",
                        "value": "25B"
                      },
                      "source": "EXTERNAL",
                      "standbyPriority": "9G",
                      "supplementaryData": {
                        "dhsStatus": 1,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "42377788521289",
                        "loungeAccess": false,
                        "selectee": true,
                        "skyPriority": true,
                        "spanishLargeFamily": false,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "MM"
                      },
                      "ticketCouponNumber": "79",
                      "ticketNumber": {
                        "airlineAccountingCode": "234",
                        "checkDigit": "5",
                        "number": "60925014143530",
                        "serialNumber": "3583306633"
                      },
                      "upgradePriority": "ja6wj",
                      "zone": "0"
                    },
                    "checkedIn": false,
                    "checkInNumber": 377,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "RLTdkb68qlLzkNn1DX3m",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "437"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "981"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "ahpjJQsdGUSfkc1dr6lw",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "248"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "069"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "370"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "886"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "gEuOEkUKOhiOCt6ErVWO",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "292"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "542"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "Nqp7k1f2eyCDOVF6ZJuG",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "833"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "15b5b1f8-a430-4b80-aecb-3624c5f67d2b",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "image/webp",
                          "name": "arrange.[object Object]",
                          "value": "oQzIArA7O01MOW1Uq5WnPUg7pL4ELqlP1hJYbcOZ9rFceLOaSlZGru54MdPyrFEK"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/x-freearc",
                            "name": "including_beyond_rue.[object Object]",
                            "value": "xNvCB5qufr9TWMHIsaD3hN925HL7HukLybmBGfF0zsOzmmIX643EWxsDPkol7awU"
                          },
                          "layout": {
                            "contentType": "audio/ogg",
                            "name": "abscond_waterspout.[object Object]",
                            "value": "Xg9gIS8mU63o6CXrJMwhy9EcmOsNpTnNDjGhvLLakyPAjepkhEMtL5d6N4GxWRMC"
                          },
                          "template": {
                            "contentType": "text/javascript",
                            "name": "next_jot_optimistic.[object Object]",
                            "value": "CEvco4a9THULRgpN2PkFDzHsLDT56ZrYr6331XaZfEMIB8Y9sSPZtobLJmE6wPvF"
                          },
                          "templates": [
                            {
                              "contentType": "application/vnd.amazon.ebook",
                              "name": "chunder.[object Object]",
                              "value": "jkHDRQNoOMQh1vl2NwQyDZo7OzNvNJ6OjKS22OKRje223v6d5g7Dvya5Tm559otY"
                            },
                            {
                              "contentType": "application/vnd.ms-excel",
                              "name": "hoick.[object Object]",
                              "value": "1Xx75MS34ydpQGrZ2pVqA7hff9i9DhSP3dz8ZXXm1UNdl0bufU6zipbz3AWJ2gEN"
                            },
                            {
                              "contentType": "application/zip",
                              "name": "stunning_frightfully_thankfully.[object Object]",
                              "value": "652hf22FooMb861u91fialfpVBxQGZF9wbmPVwQrW0LI3Oz0FqvyPlZpezh6xNnR"
                            },
                            {
                              "contentType": "audio/midi",
                              "name": "happy.[object Object]",
                              "value": "n5Nb0TAg1CvrTmGaKsl3ISmaesb7CNJWU21M2W5jDiCew4nbWluxeHbGnVDPHdHP"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "a6ef56e0-485d-4fb1-a570-b90ea290e7de",
                      "offerId": "b0ecb099-2936-45ad-b2f3-7b395012db44",
                      "offerItemId": "605a6548-f611-4c3f-9c0f-ef5e2e6bd703",
                      "type": "MIDDLE",
                      "value": "qe"
                    },
                    "priorityCode": "DOC",
                    "seat": {
                      "airExtraRef": "8634d85b-04a8-4ec7-b13d-9bea4066729c",
                      "offerId": "4a4cdd5a-0ef6-48e1-ba9d-410efa39d420",
                      "offerItemId": "75b0c66a-b77d-4d42-b1a1-2741930603eb",
                      "type": "WINDOW",
                      "value": "0m"
                    },
                    "status": "NOT_CHECKED_IN",
                    "upgradeCode": "cuX"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "bSM",
                        "country": "TW",
                        "sign": "fbV"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 1.3
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "12345678",
                            "87654321",
                            "11223344"
                          ],
                          "quantity": 1,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 4.1
                          }
                        }
                      },
                      "barCode": "1ZOr8E47QRJxcUqsGwAnY7FWZa3pUhyN9ARDaLTC",
                      "checkInSequenceNumber": "493",
                      "deck": {
                        "code": "MAIN",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "FIRST CLASS",
                        "agentCityName": "Lake Theronstead",
                        "arrivalAirportName": "Denesikworth",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "2655",
                        "cabinClassCode": "P",
                        "cabinText": "FIRST CLASS",
                        "carryOnText": "CARRY-ON",
                        "childText": "INFANT",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Deerfield Beach",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "9118",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "1808",
                        "estimatedDepartureDate": "2027-02-04T00:00:00.0Z",
                        "estimatedDepartureTime": "3653",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY PLUS",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "NO CARRY ON",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "SILVER",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "IWM7",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "6706",
                        "scheduledDepartureDate": "2027-01-04T00:00:00.0Z",
                        "scheduledDepartureTime": "0198",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "regional",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 1344.35,
                        "atpcoRule": "i1dA",
                        "atpcoTariff": 78,
                        "bookingClass": "N",
                        "brand": "nU",
                        "cabinClass": "BUSINESS",
                        "cabinClassCode": "u",
                        "discountCategory": "05",
                        "fareBasisCode": "CWJ734",
                        "governingAirline": "[ob",
                        "id": "84565e83-c5c4-4259-b707-4895194fe70a",
                        "operatingBookingClass": "Q",
                        "privateTariff": false,
                        "type": "NLX",
                        "vendor": {
                          "code": "ATP",
                          "value": "ATPCO"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "NA",
                        "arrivalFlightScheduleStatus": "ON_TIME",
                        "arrivalTerminal": "7j",
                        "arrivalTime": "2026-11-11T00:00:00.0Z",
                        "boardingTime": "1898-01-30T20:43:57.0Z",
                        "changeOfGauge": true,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "HU",
                        "departureFlightScheduleStatus": "ON_TIME",
                        "departureGate": "sC",
                        "departureTerminal": "8l",
                        "departureTime": "2026-10-05T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 1080
                        },
                        "equipment": "804",
                        "estimatedArrivalTime": "1948-03-05T08:38:53.0Z",
                        "estimatedDepartureTime": "1931-07-16T01:45:02.0Z",
                        "flightDuration": 371,
                        "flightNumber": "51",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-07-21T00:00:00.0Z",
                            "departureTime": "2026-10-17T00:00:00.0Z",
                            "duration": 159,
                            "elapsedTime": 238
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-02-28T00:00:00.0Z",
                            "departureTime": "2026-11-28T00:00:00.0Z",
                            "duration": 34,
                            "elapsedTime": 250
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-10-06T00:00:00.0Z",
                            "departureTime": "2026-08-27T00:00:00.0Z",
                            "duration": 155,
                            "elapsedTime": 298
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-05-30T00:00:00.0Z",
                            "departureTime": "2027-05-16T00:00:00.0Z",
                            "duration": 67,
                            "elapsedTime": 238
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-07-23T00:00:00.0Z",
                            "departureTime": "2026-10-10T00:00:00.0Z",
                            "duration": 176,
                            "elapsedTime": 163
                          }
                        ],
                        "iatci": false,
                        "id": "6ed0d9c8-049f-4fa6-b612-0079b846b14d",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "77",
                        "span": "DOMESTIC",
                        "status": "DELAYED",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": true,
                        "timeToDeparture": 388
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "video/webm",
                          "name": "unless.[object Object]",
                          "value": "9OWDSTygu40pXN3r2ktGbmlvYjYYePVAOWPu0zX6tXJ2HpvlJTg7r67232lXORRB"
                        },
                        "image": {
                          "contentType": "application/x-bzip",
                          "name": "excluding.[object Object]",
                          "value": "ghOFX41QFw0DVjqU10B3xWM7uHCK2Vi7s7jzI7ZljmpWSK0XrFISN2nhtfOhsEbs"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "video/ogg",
                            "name": "because.[object Object]",
                            "value": "BKaIZND76INTcim1b57pyDLxRpkRItjFbaYZ2eI6oBPgAKpz7DAIYAp56IMUZv3R"
                          },
                          "layout": {
                            "contentType": "application/x-7z-compressed",
                            "name": "seldom.[object Object]",
                            "value": "0Kx6M7U5VWNjx3rdKYhwg7buDgY3bdYY1nlF3Tsys0NqpNFMV7luIys0FBwNSJdG"
                          },
                          "template": {
                            "contentType": "application/vnd.ms-powerpoint",
                            "name": "arbitrate_whether.[object Object]",
                            "value": "81aXn7lgzHmf1BlQwVqvbuo0VPdXc4Ltdp8ORkZwRf7zBqzWUInR2K8Yn5Peqgp0"
                          },
                          "templates": [
                            {
                              "contentType": "audio/3gpp",
                              "name": "for_whoa_acquaintance.[object Object]",
                              "value": "SMvovZTL8C8Sps7NxMcJDIXiNqKkACDp3ni3gGjwZTe0JfLnElyOMMgTb2Zwiaoi"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": true,
                          "skyPriority": true,
                          "zone": "8"
                        },
                        "zpl": {
                          "contentType": "image/svg+xml",
                          "name": "blink.[object Object]",
                          "value": "hlClh2vh5T3ki5gYIHnmXvuGSleE89rZhlJ0nsyOhnjAmXsyKUMCzu4x1GeOQdpG"
                        }
                      },
                      "group": "Ru0cka",
                      "loyaltyAccount": {
                        "id": "d0089b9d-22a9-450a-b7b1-2bfa4fe8e8b6",
                        "latestAwardDate": "2026-02-17",
                        "loyaltyTierLevel": {
                          "atpco": "84",
                          "customerInsight": "15",
                          "name": "silver",
                          "number": 2,
                          "priority": 9,
                          "tag": "Vyp"
                        },
                        "memberAirline": "[ob",
                        "memberId": "3033827219",
                        "membershipStartDate": "2025-02-23",
                        "mileage": {
                          "unit": "MILES",
                          "value": 208
                        },
                        "pnrId": "7",
                        "points": 35164,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Anabel",
                        "last": "Cremin",
                        "middle": "Angel",
                        "prefix": "Mrs.",
                        "raw": "Jodi Pouros IV",
                        "suffix": "III"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "ANEQXB",
                      "seat": {
                        "column": "u",
                        "row": "81",
                        "value": "25B"
                      },
                      "source": "HOST",
                      "standbyPriority": "CD",
                      "supplementaryData": {
                        "dhsStatus": 1,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "84651675466194",
                        "loungeAccess": true,
                        "selectee": false,
                        "skyPriority": false,
                        "spanishLargeFamily": true,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "AT"
                      },
                      "ticketCouponNumber": "35",
                      "ticketNumber": {
                        "airlineAccountingCode": "223",
                        "checkDigit": "8",
                        "number": "03104385709189",
                        "serialNumber": "6795949106"
                      },
                      "upgradePriority": "oML0D",
                      "zone": "8"
                    },
                    "checkedIn": false,
                    "checkInNumber": 260,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "u8nRdUTshSTJq9m3NRwa",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "028"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "ZYDf59iW1jYiqXMUQWHR",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "782"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "151"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "942"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "r0IG3fnG8r7qk8RePr1Y",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "125"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "825"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "JGd3RtFs2RwkfyYDylz0",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "082"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "514"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "X87iYnFIKgAUCrJY6upe",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "523"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "345"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "671"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "3jijoD4goTy4iFpdNLtg",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "241"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "018"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "110"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "018"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "455"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "APDFLhFrm5dAsXgUyxdM",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "040"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "806"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "551"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "108"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "Oj1Hccr7JewqMEouzmAt",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "136"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "060"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "878"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "451"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "gwtcA3cMtIeiohonk9ZZ",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "840"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "114"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "4RPcNWc5mGBGSsT8ALDI",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "495"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "585"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "318"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "182"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "880"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "t4bQkCWzFXWc7YYhUd9k",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "220"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "105"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "220"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "941"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "tPYsuxw0YRl9SJ9bOEcI",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "184"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "446"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "154"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "wnkNPtSTMrLoI3Sse2I5",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "525"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "722"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "854"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "915"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "154"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "x45NmRh3d5WHHiMBS3k0",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "757"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "88f68e78-5226-4d5b-ac6f-70276c12a9dd",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "audio/ogg",
                          "name": "federate.[object Object]",
                          "value": "OGQkTSiYG5lkm8xvQPBE6pGaAEMJVnU9aG6G5spTijT9V5d66PsiRjxbySSziobm"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/x-tar",
                            "name": "zowie.[object Object]",
                            "value": "OZauOxi0k5cgWHRJdk0ovq376Tm309Y4GlgizEddxxI6hWRJBioFNmL4Y8BwOvK5"
                          },
                          "layout": {
                            "contentType": "application/rtf",
                            "name": "gah.[object Object]",
                            "value": "VqEPW97woVgZWtAj0wi957pNMWYQ93ufIYTptCYBeUDDAiJTFcxMww11zWCzEREv"
                          },
                          "template": {
                            "contentType": "audio/opus",
                            "name": "unwritten.[object Object]",
                            "value": "ZMN3qvla4dt2v0A98HhIMQADNQF6jq5gCpqpTlm64HxfQPmJ3m5XCFRKNTZr5Tsv"
                          },
                          "templates": [
                            {
                              "contentType": "application/zip",
                              "name": "kiss_amount_underneath.[object Object]",
                              "value": "UOiB8iWcWinS5jLoWLRhLvLnQIEVfQQsROUSycSnauPUqhgnfdpK03gD20zLXsum"
                            },
                            {
                              "contentType": "font/ttf",
                              "name": "knowingly.[object Object]",
                              "value": "8T5oESBoHR6A8rLwdI7kZYRaKDpEBvUwpibJNFqPTmizBxAMeXEz2wliLiOpPUTr"
                            },
                            {
                              "contentType": "audio/aac",
                              "name": "save_sympathetically_within.[object Object]",
                              "value": "uZKGnxnQONC3SDh57iZ0SXizlYvo7Q6LoU788y30a5fXpu8cxfV9nzWXxJjYnY1h"
                            },
                            {
                              "contentType": "image/webp",
                              "name": "fumigate_drat.[object Object]",
                              "value": "8OqtUvtxydOah7S6LHpLN4ce0dZoCpzyCsIetRLA06KpaMriRB92q11wE2k5zXEr"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "9dc250cd-f525-4687-b781-7b58b611b486",
                      "offerId": "9da3fb2a-0d1e-429b-a554-25beec4a8c9a",
                      "offerItemId": "066c589d-289a-4b0b-8b01-ac9efa9fa537",
                      "type": "MIDDLE",
                      "value": "0F"
                    },
                    "priorityCode": "IcI",
                    "seat": {
                      "airExtraRef": "674481be-a559-402e-b557-a7cae4db782f",
                      "offerId": "e4e47f5e-1739-436b-8107-e0f63a3433d9",
                      "offerItemId": "c19e6d32-cdc8-4d7d-b9dc-ba5f9c686440",
                      "type": "AISLE",
                      "value": "0D"
                    },
                    "status": "CHECKED_IN",
                    "upgradeCode": "v56"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "qgI",
                        "country": "NZ",
                        "sign": "kiF"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 8.8
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "11223344",
                            "12345678",
                            "87654321"
                          ],
                          "quantity": 1,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 14.6
                          }
                        }
                      },
                      "barCode": "HefPIBTOjww8UBUGHaBJx0k9LCiYfuMWR4zhOPaE",
                      "checkInSequenceNumber": "143",
                      "deck": {
                        "code": "UPPER",
                        "value": "OTHER"
                      },
                      "displayData": {
                        "accommodation": "FIRST CLASS",
                        "agentCityName": "West Zacharyhaven",
                        "arrivalAirportName": "Herminioshire",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "6625",
                        "cabinClassCode": "G",
                        "cabinText": "BUSINESS",
                        "carryOnText": "CARRY-ON",
                        "childText": "INFANT",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "South Daytonfort",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "1029",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "1066",
                        "estimatedDepartureDate": "2027-04-12T00:00:00.0Z",
                        "estimatedDepartureTime": "4887",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY BASIC",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "NO CARRY ON",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "PLATINUM",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "3c75",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "5977",
                        "scheduledDepartureDate": "2027-08-03T00:00:00.0Z",
                        "scheduledDepartureTime": "8965",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "widebody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 394.63,
                        "atpcoRule": "3Yla",
                        "atpcoTariff": 81,
                        "bookingClass": "U",
                        "brand": "z3",
                        "cabinClass": "ECONOMY",
                        "cabinClassCode": "e",
                        "discountCategory": "42",
                        "fareBasisCode": "khCoC9",
                        "governingAirline": "[ob",
                        "id": "568e92fd-8ebd-45bc-a520-2b67fcb3081a",
                        "operatingBookingClass": "x",
                        "privateTariff": true,
                        "type": "NRF",
                        "vendor": {
                          "code": "SMFC",
                          "value": "SABRE_MYFARES_SUBSCRIBERS"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "BZ",
                        "arrivalFlightScheduleStatus": "DELAYED",
                        "arrivalTerminal": "PY",
                        "arrivalTime": "2027-03-28T00:00:00.0Z",
                        "boardingTime": "1962-11-13T03:52:16.0Z",
                        "changeOfGauge": false,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "SA",
                        "departureFlightScheduleStatus": "ON_TIME",
                        "departureGate": "2s",
                        "departureTerminal": "Fp",
                        "departureTime": "2027-03-20T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 2548
                        },
                        "equipment": "881",
                        "estimatedArrivalTime": "1903-06-02T08:55:43.0Z",
                        "estimatedDepartureTime": "1945-04-27T22:20:07.0Z",
                        "flightDuration": 334,
                        "flightNumber": "74",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-02-19T00:00:00.0Z",
                            "departureTime": "2027-06-29T00:00:00.0Z",
                            "duration": 58,
                            "elapsedTime": 149
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-08-01T00:00:00.0Z",
                            "departureTime": "2026-11-22T00:00:00.0Z",
                            "duration": 63,
                            "elapsedTime": 289
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-10-11T00:00:00.0Z",
                            "departureTime": "2026-11-01T00:00:00.0Z",
                            "duration": 71,
                            "elapsedTime": 251
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-09-10T00:00:00.0Z",
                            "departureTime": "2027-04-16T00:00:00.0Z",
                            "duration": 64,
                            "elapsedTime": 90
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-12-23T00:00:00.0Z",
                            "departureTime": "2026-11-30T00:00:00.0Z",
                            "duration": 112,
                            "elapsedTime": 232
                          }
                        ],
                        "iatci": true,
                        "id": "701d84d8-9499-4383-8d51-aebc757e16ea",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "4",
                        "span": "INTERNATIONAL",
                        "status": "ON TIME",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": false,
                        "timeToDeparture": 890
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/msword",
                          "name": "amid_who_anticodon.[object Object]",
                          "value": "DAoT5QbpZxKWzrQPwsLbffFAwEhiIwIKbE7w00jifsNWEmPlHZytF6TZagDzjW0Q"
                        },
                        "image": {
                          "contentType": "text/javascript",
                          "name": "but_egg_qua.[object Object]",
                          "value": "mYr9pyRZgHWFG2t59sqz839V7ii4gSlslvL35M7j0cDJ2AQdWSn6vm4WBFj6rGQX"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "text/html",
                            "name": "tensely.[object Object]",
                            "value": "inH3qK2IL5ZclcC7ZajFb5m4hbSZHUx1adXhibvvFhB7EjSXjZXAvnyi72pij7s4"
                          },
                          "layout": {
                            "contentType": "text/calendar",
                            "name": "frizz_yuck_adventurously.[object Object]",
                            "value": "0P8DJqBr51EV9BI83yDYWgAcF2kl6SNGDxKdLrwjR6vMDwDtFqZX09GRwmO5fzjO"
                          },
                          "template": {
                            "contentType": "application/ogg",
                            "name": "ack_untried_leap.[object Object]",
                            "value": "kAZUbIHTqKpN3Ky9HHPXIQ2MefDPPmFteaacy2iF7KwEqeBrN9oVRND8fM9oWZiA"
                          },
                          "templates": [
                            {
                              "contentType": "video/mpeg",
                              "name": "excitedly_overcook_impact.[object Object]",
                              "value": "wrytah1qlREz7Eq4bR1kH22SYpBENvp3h8dHin5sQTavX2RQP5sgf2JHeerPQsHs"
                            },
                            {
                              "contentType": "image/webp",
                              "name": "aha.[object Object]",
                              "value": "gEvWRQvvBZI0w5s1Lo2CpCuIDEjvJQGkEOorBc9flVL9HOaksgUSTaQduKhZaP0n"
                            },
                            {
                              "contentType": "audio/ogg",
                              "name": "inborn_packaging.[object Object]",
                              "value": "VOecNJxcZqMsFCas3Sqg0393mwbBIGjgyWYdlfoitGc45PfvQiU9UrSqPFZ1ncqm"
                            },
                            {
                              "contentType": "text/html",
                              "name": "whereas.[object Object]",
                              "value": "smt5POLkRIFkkokTYFK0GZkgyEuWYWazByxoSsDVOzWA9JnLwLhgHP9Mu101D7Gg"
                            },
                            {
                              "contentType": "application/vnd.rar",
                              "name": "nicely_tank.[object Object]",
                              "value": "oXTTTiEJ4Rj3F7gtftpgMSTFU1nrFykJcQ7bgq6MpjaYMmruqyrVZ3jccrYSiwGQ"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": true,
                          "skyPriority": false,
                          "zone": "5"
                        },
                        "zpl": {
                          "contentType": "application/x-csh",
                          "name": "enthusiastically_jubilantly_usher.[object Object]",
                          "value": "scrSOCdWia17FdxyOCmDbsKg9KpSrcrz6RXLYMmTwFTsaKVb5DX6JrGWS02eNc2E"
                        }
                      },
                      "group": "d2YG0G",
                      "loyaltyAccount": {
                        "id": "0aba11d9-22d3-4e54-867e-e093fb05ad77",
                        "latestAwardDate": "2026-05-10",
                        "loyaltyTierLevel": {
                          "atpco": "65",
                          "customerInsight": "92",
                          "name": "gold",
                          "number": 1,
                          "priority": 10,
                          "tag": "OBd"
                        },
                        "memberAirline": "[ob",
                        "memberId": "7263196435",
                        "membershipStartDate": "2022-01-11",
                        "mileage": {
                          "unit": "MILES",
                          "value": 245
                        },
                        "pnrId": "5",
                        "points": 51567,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Tristian",
                        "last": "Botsford",
                        "middle": "Sage",
                        "prefix": "Mrs.",
                        "raw": "Mr. Otis Morar PhD",
                        "suffix": "DVM"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "BTWFQK",
                      "seat": {
                        "column": "v",
                        "row": "89",
                        "value": "18F"
                      },
                      "source": "HOST",
                      "standbyPriority": "Qa",
                      "supplementaryData": {
                        "dhsStatus": 1,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "04280084116809",
                        "loungeAccess": true,
                        "selectee": false,
                        "skyPriority": false,
                        "spanishLargeFamily": true,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "AW"
                      },
                      "ticketCouponNumber": "47",
                      "ticketNumber": {
                        "airlineAccountingCode": "442",
                        "checkDigit": "4",
                        "number": "55843294067201",
                        "serialNumber": "9045497449"
                      },
                      "upgradePriority": "fY7D9",
                      "zone": "0"
                    },
                    "checkedIn": true,
                    "checkInNumber": 488,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "KDDXAbVHjy6Hzi82waAZ",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "656"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "357"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "939"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "202"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "869"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "NrLRMDwfs4rXEUsrAbfJ",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "681"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "465"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "566"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "tAV9TWmt1jvfT9ppasrv",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "126"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "Kt9Qw4XtPfWyRjZ9z9jf",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "455"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "306"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": true,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "KPxO8hFP3AUyYSnngLdB",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "954"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "288"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "e08u4B9Zo8GoovgGbbeL",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "683"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "7FVLhY4OCDG4RSZYYqGa",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "811"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "UmRl2sThpksyf0mP6iP5",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "863"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "cq21xKogT7wQZIXBLpiW",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "738"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "520"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "006"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "E1AGeulvzEgWR1H5Yuon",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "208"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "086"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "382"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "891"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "002"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "4XpZllKPdu5cnpSPFPX5",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "608"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "755"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "088"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "183"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "362"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "wgir1UbcFzzpz82EcPeW",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "569"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "109"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "ChZk2JinvgGgyH2NQPxC",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "414"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "619"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "056"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "747"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "866"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "XYo4gMOBhCNEY6CFYuTH",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "020"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "848"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "919"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "877"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "796"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "flqfQ1LG37XP2Qyqnss3",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "695"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "263"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "713"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "180"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "1IQJtgbXakYyNFv1jwcx",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "037"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "548"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "317"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "650"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "058"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "XdbaKKHyqLMiRIYrSnVe",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "554"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "014"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "egsTqruFcF22jtHlmmWH",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "657"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "086"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "wv9R6ML9ZpCnGE757EAf",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "158"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "301"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "633"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "elBAoBdpghNwcLzLgOy3",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "771"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "199"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "128"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "931"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "347"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "3b0ca321-92c1-4798-acce-e4da496b74cd",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "text/csv",
                          "name": "humor_slipper_troubled.[object Object]",
                          "value": "U4D4UBSH88cQmfdyQXH5ukbCVqFKnHkR7i38FXzJMKlcY0N8GPV6jrbqWQHLyJHC"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "image/avif",
                            "name": "circa.[object Object]",
                            "value": "HXT3cx6JUVJqD835d8zMa29xpqbQZn1OvrQE8fSQ9Z1CwhRqcaJpYeVPzou38Opi"
                          },
                          "layout": {
                            "contentType": "font/woff",
                            "name": "huzzah_sans.[object Object]",
                            "value": "HHDTbBESt4PLQDdTFHbcVtUVEUDqBgPuaJ4vEs1Fq2oFTPTXo7vtQmLREd7Z95bx"
                          },
                          "template": {
                            "contentType": "image/gif",
                            "name": "where_incidentally_and.[object Object]",
                            "value": "Gkv6DUlx8EVtE8QMufXQ31GJqYJtjZsVitkxk8oqa1hNuwjnVSgJ5WegNZ6yYJc5"
                          },
                          "templates": [
                            {
                              "contentType": "font/woff",
                              "name": "pfft.[object Object]",
                              "value": "WhJgiUIQHntN5loGbOJNyGMCcTKzEf1ApdIh8TUP9HfLnMaP3jy0n1R75HoOu8mR"
                            },
                            {
                              "contentType": "image/vnd.microsoft.icon",
                              "name": "courageous_furlough.[object Object]",
                              "value": "TGQRIkJyqsCDQnKQdU02s5YdLW8hKFKz8atE8d6PpEBP5ZsAgyHEY7wAkUKLaDNP"
                            },
                            {
                              "contentType": "video/ogg",
                              "name": "other.[object Object]",
                              "value": "FCHgXHafVoAgyr5O6Gxs4PtFfpB0itSDRlKPwMxLXt1av6K0Yqn0NNuoaWmjKSnD"
                            },
                            {
                              "contentType": "application/x-tar",
                              "name": "roughly.[object Object]",
                              "value": "UVk2edDkP7KBHHF448To5kXFzZJE5QA4sGt3pkur8MjniugGrK5D4GjyCaRnJ0Je"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "5d258b0f-a2d4-4ae1-8d9c-f8479a5d27aa",
                      "offerId": "1d56321d-2079-4b8f-8d1d-4f52da5af242",
                      "offerItemId": "8b092c32-a0f2-4693-ac75-0b0d15a81df1",
                      "type": "AISLE",
                      "value": "xv"
                    },
                    "priorityCode": "HUj",
                    "seat": {
                      "airExtraRef": "514e402c-de74-4d5b-80ad-4a0236678e6e",
                      "offerId": "2563eb8d-9dd1-4946-baab-8839035e29b9",
                      "offerItemId": "3ce640d5-817c-403a-9722-3ad09bd3fe85",
                      "type": "MIDDLE",
                      "value": "aS"
                    },
                    "status": "ON_PRIORITY_LIST",
                    "upgradeCode": "BGy"
                  }
                ],
                "passengerOffer": {
                  "offerId": "17cc0b30-166b-4f27-a5fe-efb54d5c",
                  "offerItems": [
                    {
                      "annotations": [
                        {
                          "key": "sJAXqV",
                          "value": "cBnSDDHLgI"
                        },
                        {
                          "key": "IBLsZi",
                          "value": "RVrzwsHRwy"
                        },
                        {
                          "key": "ROcyVk",
                          "value": "wmJmUlmEnt"
                        }
                      ],
                      "availableQuantity": 41,
                      "bannerName": "Modern",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "17449753-cc06-4a7d-a5a3-4ed0781c",
                      "offerName": "Oriental Wooden Salad",
                      "price": {
                        "currency": "BND",
                        "value": 395.21
                      },
                      "priority": 7
                    },
                    {
                      "annotations": [
                        {
                          "key": "ieSPmW",
                          "value": "lvGDfqAjqv"
                        }
                      ],
                      "availableQuantity": 44,
                      "bannerName": "Recycled",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "8da5f405-7aa7-424e-97b2-4e5c4835",
                      "offerName": "Fantastic Cotton Shirt",
                      "price": {
                        "currency": "PAB",
                        "value": 376.6
                      },
                      "priority": 10
                    },
                    {
                      "annotations": [
                        {
                          "key": "gQJxBy",
                          "value": "mBVaHsWLTT"
                        },
                        {
                          "key": "bdmrpY",
                          "value": "eJRbdSQsHS"
                        },
                        {
                          "key": "tqIdXZ",
                          "value": "HoHXTWiTRw"
                        }
                      ],
                      "availableQuantity": 50,
                      "bannerName": "Fresh",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "dfdba60f-8f76-4636-9abb-9f66cb43",
                      "offerName": "Modern Bronze Hat",
                      "price": {
                        "currency": "TOP",
                        "value": 291.49
                      },
                      "priority": 6
                    },
                    {
                      "annotations": [
                        {
                          "key": "JDniFb",
                          "value": "pRJjFyPdNU"
                        },
                        {
                          "key": "zhQQep",
                          "value": "oTKPxpcqIE"
                        },
                        {
                          "key": "mhpUsD",
                          "value": "SdjmEjaHVa"
                        }
                      ],
                      "availableQuantity": 9,
                      "bannerName": "Frozen",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "8d475260-48a1-4df8-882e-b7342e3c",
                      "offerName": "Unbranded Gold Mouse",
                      "price": {
                        "currency": "AFN",
                        "value": 31.34
                      },
                      "priority": 9
                    }
                  ]
                },
                "passengerType": "CHD",
                "segmentRef": "a293fc4c-3950-44c6-977d-be34e5458cc5",
                "upgradeAvailability": [
                  {
                    "bookingClassAvailabilityRef": "e6d08f0c-b7ef-461b-8eec-6d1bbe863ea5",
                    "cabin": "b",
                    "description": "Business",
                    "id": "2b1f6808-39e7-4f95-9e90-bc894b626d36",
                    "pricedAncillaryRef": "7f2d596b-1c80-4df1-ac71-b379ad0c5841"
                  },
                  {
                    "bookingClassAvailabilityRef": "1cb4a8b4-87c1-4e2c-baee-0e254ae4cf5c",
                    "cabin": "h",
                    "description": "Business",
                    "id": "27e2c97c-53a5-4ef5-ab40-cd56bd7791b9",
                    "pricedAncillaryRef": "f4fae0f9-ffe6-42f3-b79f-f1055ece6c1e"
                  },
                  {
                    "bookingClassAvailabilityRef": "914ddc7b-eff7-4334-bcbb-e2fc1e836ba7",
                    "cabin": "c",
                    "description": "First",
                    "id": "a8e9cbf8-d418-409e-bd75-dacd22cd7c87",
                    "pricedAncillaryRef": "00173323-76dc-47d1-9fc7-b381eb0e0363"
                  },
                  {
                    "bookingClassAvailabilityRef": "59a38081-ea6d-4105-bad2-05af6a4df403",
                    "cabin": "J",
                    "description": "Business",
                    "id": "0f109e32-d440-4c1f-bffd-e956ca6f90ab",
                    "pricedAncillaryRef": "fd6ba922-8d36-4688-b383-9d8bbaab1b28"
                  },
                  {
                    "bookingClassAvailabilityRef": "152b6fae-9b8f-476e-804c-359e40048ba1",
                    "cabin": "J",
                    "description": "First",
                    "id": "f6e95496-446c-4e0c-8749-ce353a606f9f",
                    "pricedAncillaryRef": "53bb7ade-8c15-4fb0-9572-22fe089b9e47"
                  }
                ]
              },
              {
                "additionalTravelInformation": {
                  "residencyDocumentType": {
                    "id": "9e085807-8e60-4212-b65e-d83c56c2c751",
                    "residencyCountry": "UY",
                    "value": "PERMANENT_RESIDENT_RESIDENT_ALIEN_CARD_FORM_I_551"
                  },
                  "returnDate": {
                    "id": "89f286d5-5d84-402b-bbef-e648634d58e3",
                    "value": "2027-08-13"
                  },
                  "stayType": {
                    "id": "905a41d7-854d-4dae-8199-3db8b0fc35a8",
                    "value": "VACATION"
                  },
                  "timaticDocumentType": {
                    "id": "12606302-d35f-4c72-80a7-d3ec52862c34",
                    "value": "LU_BAO_ZHENG"
                  },
                  "visaVerified": {
                    "id": "bebe970a-9926-43f7-98cb-d18fa835f05c",
                    "value": false
                  }
                },
                "airExtra": [
                  {
                    "airExtraBundleRef": "dbd4874d-a436-46cb-8118-21990622daa4",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 4
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "ITEM"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-02-01",
                        "refundable": false,
                        "tourCode": "uhtWEI"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "1-",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": false,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "SEA",
                      "id": "n27nFl",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "MERCHANDISE"
                      },
                      "sequenceNumber": 97,
                      "serviceType": {
                        "code": "0H",
                        "value": "CARRY_ON_BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 98,
                              "min": 2,
                              "name": "AGE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 22,
                              "min": 5,
                              "name": "SIZE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 36,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 99,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "2ed",
                      "subCode": "041",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 7.4
                        }
                      ]
                    },
                    "bookingIndicator": "05",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "74899357584731"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "48",
                          "segmentRef": "4e76bdd6-0cf2-4452-b7a6-6190e7092b0c"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "62",
                    "id": "14e92087-b676-43ed-8bb9-ac30023a4ab0",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "b475fb0b-eea2-4212-a400-500db054d2d7",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "383"
                    },
                    "offerId": {
                      "id": "b710f7f4-4157-43e5-bba1-b279a47e9eaf",
                      "itemId": "6f034ccb-b3f4-41ae-ac29-6b2fd901383b"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "UNSUPPORTED"
                    },
                    "pnrId": "DKWFAD",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "Cukv",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "115"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "877"
                          }
                        ]
                      },
                      "text": "QpRaSinlBKXNFCQ"
                    },
                    "syntheticIdentifier": "04399010303976884213",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 18.1
                    }
                  },
                  {
                    "airExtraBundleRef": "7d3af8b0-0bc4-48c9-a332-42b578d5916e",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 6
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "TRAVEL"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 0
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-05-23",
                        "refundable": false,
                        "tourCode": "F89hHP"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "4 ",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "ETICKET"
                      },
                      "group": "BG",
                      "id": "EodCAv",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "AIRPORT_SERVICES"
                      },
                      "sequenceNumber": 44,
                      "serviceType": {
                        "code": "Dw",
                        "value": "PREREGISTERED_BAGGAGE"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 26,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 96,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 97,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 16,
                              "min": 2,
                              "name": "AGE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "lqp",
                      "subCode": "039",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 49.8
                        }
                      ]
                    },
                    "bookingIndicator": "45",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "67610254133100"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "48",
                          "segmentRef": "87aedaae-83d5-495d-8c99-02d5cf317e24"
                        },
                        {
                          "emdCouponNumber": "59",
                          "segmentRef": "4b72776d-959c-4ae6-9fe7-2e9b0aab4225"
                        },
                        {
                          "emdCouponNumber": "50",
                          "segmentRef": "24fdbf31-7437-48a2-8e6e-9cf2282d61a0"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "50",
                    "id": "fcbad42d-2506-44f3-a514-cb79f50db421",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "7af5dcd0-ec32-494c-a2d8-0a7f8de791fa",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "886"
                    },
                    "offerId": {
                      "id": "84c57d94-8fc4-4f96-973b-0210f85dd8a1",
                      "itemId": "afcb8bca-75b6-4b09-baf0-5124a3f6efe8"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "UNSUPPORTED"
                    },
                    "pnrId": "AEPXNX",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "ptRP",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "825"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "920"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "671"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "634"
                          }
                        ]
                      },
                      "text": "OLwatqjjFDuCMmW"
                    },
                    "syntheticIdentifier": "76385249299792201819",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 26.4
                    }
                  },
                  {
                    "airExtraBundleRef": "742e765a-a6c4-489d-af2b-27853f07b1e5",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 10
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "PER_BAGGAGE_TRAVEL"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-02-05",
                        "refundable": false,
                        "tourCode": "NiVeuh"
                      },
                      "bagType": "GOLF",
                      "bookingMethod": {
                        "code": "0^",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "MEA",
                      "id": "yyLaXT",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "OTHER"
                      },
                      "sequenceNumber": 6,
                      "serviceType": {
                        "code": "DS",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 48,
                              "min": 3,
                              "name": "AGE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 52,
                              "min": 1,
                              "name": "AGE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 33,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 48,
                              "min": 3,
                              "name": "SIZE",
                              "optional": false,
                              "type": "INT",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "HYW",
                      "subCode": "842",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 43.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 39
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 46.9
                        }
                      ]
                    },
                    "bookingIndicator": "47",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "41319541382170"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "28",
                          "segmentRef": "ce609bf2-27c4-4829-b279-17517e362830"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "19",
                    "id": "d49d9841-1526-4825-9691-e0f62cc336f3",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "058c2e7e-5ce1-44a8-99b8-46bfe92c99d8",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "R",
                      "subCode": "608"
                    },
                    "offerId": {
                      "id": "d14424aa-888a-4163-8d55-7c3e79a90fc4",
                      "itemId": "8b115751-560d-4021-843d-0b8a0ee2c91d"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "FULFILLED"
                    },
                    "pnrId": "PHFPGT",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "iQlS",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "312"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "950"
                          }
                        ]
                      },
                      "text": "RuvcZPBQEVhBTjZ"
                    },
                    "syntheticIdentifier": "92548165249572247356",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 4.7
                    }
                  }
                ],
                "baggagePoolId": 798,
                "editCodes": {
                  "editCode": [
                    {
                      "code": "MB",
                      "id": "6d55479a-bd63-4a6e-bfe6-592c5e4ec992",
                      "text": [
                        {
                          "id": "941d8324-a284-47f4-806a-ee8ce2c6cc48",
                          "lineId": "61",
                          "value": "YOOBrHJzakeTlfu"
                        },
                        {
                          "id": "e94c314e-2696-4ad5-b3db-4f96259b746a",
                          "lineId": "81",
                          "value": "mimVAjFbZYlydUu"
                        },
                        {
                          "id": "170f397a-e007-4871-ab99-b8e144fcaf55",
                          "lineId": "70",
                          "value": "qucDTaqSfxwwPxM"
                        },
                        {
                          "id": "70553891-c2e7-4c10-895d-c442f70202f0",
                          "lineId": "49",
                          "value": "XfLvVIIypUZbRrj"
                        }
                      ]
                    }
                  ]
                },
                "eligibilities": {
                  "eligibility": [
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "ywXCyb8WtfMKivw3Wk14",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "823"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "671"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "793"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "FfsvP1qyulmJNQvozwmY",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "726"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "510"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "945"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "AOiuQhEhXoUzSWS6IAlA",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "159"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "686"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "93OlMswPZoVSvXiF39VL",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "285"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "735"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "001"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "799"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "93yINvcbH5d2ZHqCV1Gz",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "150"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "788"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "649"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "776"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "992"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "9JA2N93bGPCdIEiMhw1W",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "701"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "530"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "I1CFTBm8YqsPuHaGRQYp",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "186"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "960"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "830"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "073"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "eikpRaJVMAw6tJ3Zw4Jx",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "382"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "907"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "217"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "791"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    }
                  ]
                },
                "id": "ff3da7db-79a9-4170-943b-61316ee18efe",
                "loyaltyAccount": {
                  "id": "ec661693-70a8-4fa7-994a-42c7df117107",
                  "latestAwardDate": "2025-10-26",
                  "loyaltyTierLevel": {
                    "atpco": "45",
                    "customerInsight": "70",
                    "name": "silver",
                    "number": 3,
                    "priority": 7,
                    "tag": "irr"
                  },
                  "memberAirline": "[ob",
                  "memberId": "8642409053",
                  "membershipStartDate": "2022-10-16",
                  "mileage": {
                    "unit": "MILES",
                    "value": 1962
                  },
                  "pnrId": "9",
                  "points": 72371,
                  "source": "PNR"
                },
                "nonRevenuePassengerInfo": {
                  "priorityCode": "rWz",
                  "seniorityDate": "2018-08-08T00:00:00.0Z",
                  "upgradeCode": "rca"
                },
                "passengerCheckInId": "ntxRFPha",
                "passengerFlight": [
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "PlP",
                        "country": "AS",
                        "sign": "FmC"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 9
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "12345678",
                            "87654321"
                          ],
                          "quantity": 1,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 15.7
                          }
                        }
                      },
                      "barCode": "23mRSyFlyd1IbG5soZMZHzrMTliUeNxbJbGed5Fb",
                      "checkInSequenceNumber": "595",
                      "deck": {
                        "code": "MIDDLE",
                        "value": "OTHER"
                      },
                      "displayData": {
                        "accommodation": "BUSINESS",
                        "agentCityName": "Lake Garry",
                        "arrivalAirportName": "North Benedictchester",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "8777",
                        "cabinClassCode": "W",
                        "cabinText": "FIRST CLASS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Port Dillonstad",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "3521",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "4099",
                        "estimatedDepartureDate": "2027-05-14T00:00:00.0Z",
                        "estimatedDepartureTime": "1730",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY PLUS",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "CARRY ON OK",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "SILVER",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "XuEE",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "9662",
                        "scheduledDepartureDate": "2026-09-19T00:00:00.0Z",
                        "scheduledDepartureTime": "5558",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "widebody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 271.09,
                        "atpcoRule": "hPgS",
                        "atpcoTariff": 86,
                        "bookingClass": "j",
                        "brand": "bI",
                        "cabinClass": "ECONOMY",
                        "cabinClassCode": "t",
                        "discountCategory": "93",
                        "fareBasisCode": "U8aycT",
                        "governingAirline": "[ob",
                        "id": "f192d71c-9b84-4e88-9219-e4c26fca17e8",
                        "operatingBookingClass": "R",
                        "privateTariff": true,
                        "type": "REF",
                        "vendor": {
                          "code": "SMFC",
                          "value": "ATPCO"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "GP",
                        "arrivalFlightScheduleStatus": "DELAYED",
                        "arrivalTerminal": "oA",
                        "arrivalTime": "2027-07-08T00:00:00.0Z",
                        "boardingTime": "1967-07-05T09:31:36.0Z",
                        "changeOfGauge": true,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "BR",
                        "departureFlightScheduleStatus": "CANCELLED",
                        "departureGate": "QB",
                        "departureTerminal": "9h",
                        "departureTime": "2027-07-09T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 4231
                        },
                        "equipment": "224",
                        "estimatedArrivalTime": "1907-02-07T15:24:43.0Z",
                        "estimatedDepartureTime": "1906-07-28T20:49:23.0Z",
                        "flightDuration": 275,
                        "flightNumber": "6792",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-12-26T00:00:00.0Z",
                            "departureTime": "2027-01-16T00:00:00.0Z",
                            "duration": 105,
                            "elapsedTime": 159
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-08-22T00:00:00.0Z",
                            "departureTime": "2027-07-08T00:00:00.0Z",
                            "duration": 41,
                            "elapsedTime": 174
                          }
                        ],
                        "iatci": false,
                        "id": "73dd8c40-794d-4e21-be72-cc58f45eb618",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "9",
                        "span": "DOMESTIC",
                        "status": "ON TIME",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": true,
                        "timeToDeparture": 228
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/x-bzip2",
                          "name": "wrong_given_staid.[object Object]",
                          "value": "2FlNPViV3y3kGEmxfbKp41rGZ3qdOVuzR5yheIyXfhwNqlwmVu0Uks9HpPT2h4B4"
                        },
                        "image": {
                          "contentType": "application/rtf",
                          "name": "how_what_dense.[object Object]",
                          "value": "lbyGpnMSbJkP3EQWESrktkwzEzfybgZlOEFhQRmWrT72QiHFkZufWxj2e2257bmU"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
                            "name": "angle.[object Object]",
                            "value": "E315CUNHALiQxIgjGR0KV2AtpxBLDX6XY9AxmGrSmT6FDEWh5xEBrk556lEpT8L3"
                          },
                          "layout": {
                            "contentType": "text/plain",
                            "name": "huzzah_spectacles_inside.[object Object]",
                            "value": "6kavmkoADr6FPot8Hmv4U6D8AolVcIpBMJqX5phStOJ0H3MSyix1DO76d69QmjEW"
                          },
                          "template": {
                            "contentType": "application/x-bzip2",
                            "name": "daintily_misappropriate_possession.[object Object]",
                            "value": "mTZRjTNrBoQQAS6nAdRiAC8EXH9JJDXZUb4dzUIFfEz6nUz7hrvoRSrqMw0SAH1K"
                          },
                          "templates": [
                            {
                              "contentType": "video/mpeg",
                              "name": "and_mmm_huzzah.[object Object]",
                              "value": "u0KLVUWePsIfCuZSXRbS7oz8AETSE5RVLi6AlA08V3AnvEHVw3HuOxrMTskPe51s"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": true,
                          "skyPriority": true,
                          "zone": "6"
                        },
                        "zpl": {
                          "contentType": "video/mpeg",
                          "name": "phew_besides_devise.[object Object]",
                          "value": "qhvULeFSE8Xfh8JZPZz0xnzJAjrtCS4iykfvcMhIhyFkhgbJzLdgF4ZtsNjgXJmG"
                        }
                      },
                      "group": "X5F1ZQ",
                      "loyaltyAccount": {
                        "id": "4ff0728b-aeb1-4fbb-93dd-dc6a891f120f",
                        "latestAwardDate": "2026-06-08",
                        "loyaltyTierLevel": {
                          "atpco": "21",
                          "customerInsight": "45",
                          "name": "silver",
                          "number": 3,
                          "priority": 6,
                          "tag": "hgn"
                        },
                        "memberAirline": "[ob",
                        "memberId": "4477062896",
                        "membershipStartDate": "2023-02-14",
                        "mileage": {
                          "unit": "MILES",
                          "value": 3255
                        },
                        "pnrId": "2",
                        "points": 28720,
                        "source": "SSCI"
                      },
                      "personName": {
                        "first": "Hazle",
                        "last": "Collier",
                        "middle": "Jordan",
                        "prefix": "Ms.",
                        "raw": "Nick Parker",
                        "suffix": "DVM"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "QBMHSK",
                      "seat": {
                        "column": "K",
                        "row": "34",
                        "value": "34D"
                      },
                      "source": "HOST",
                      "standbyPriority": "w9",
                      "supplementaryData": {
                        "dhsStatus": 3,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "31828929400307",
                        "loungeAccess": false,
                        "selectee": true,
                        "skyPriority": false,
                        "spanishLargeFamily": true,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "GN"
                      },
                      "ticketCouponNumber": "22",
                      "ticketNumber": {
                        "airlineAccountingCode": "296",
                        "checkDigit": "4",
                        "number": "46798656460047",
                        "serialNumber": "8085582431"
                      },
                      "upgradePriority": "ZFQNs",
                      "zone": "6"
                    },
                    "checkedIn": false,
                    "checkInNumber": 554,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "XzmjeRbnQGftOoiQyreI",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "259"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "270"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "oLZ9nLQzsCXjht96jNCG",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "444"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "324"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "460"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "381"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "tRjmekxQZRncqBVDbVcF",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "154"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "020"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "067"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "Py8SUHwFwBq4IcqM8QaC",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "109"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "881"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "AmrDtGPFNqySM4mshUGw",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "374"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "828"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "446"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "438"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "cxam7UMSSQT1ZZVjf2hW",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "559"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "179"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "115"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "ERAxUUgkf5FYYJBqI3Ne",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "186"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "862"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "MfI0XOSsdjlEFVnmb77n",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "541"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "598"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "360"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "362"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "570"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "1ed94058-ec9d-4030-99b5-352a5a491ba9",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/java-archive",
                          "name": "continually_knavishly_in.[object Object]",
                          "value": "MWWkDC97V6C2z7RNyQZdrvHhLvMnPwClkvrZs0SbkcbwIAisdUSA6mJB2bcweEbu"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "audio/opus",
                            "name": "if_huzzah_gosh.[object Object]",
                            "value": "qVJOUtqwG1vPDM1Lqoi5xYuQLwgWNktzqptBpGX9Gc0XYFOfKCHi7me1omjN9jrr"
                          },
                          "layout": {
                            "contentType": "application/vnd.apple.installer+xml",
                            "name": "before.[object Object]",
                            "value": "wBKbWuO37Hjgpyb4MguOj2NXPGgExENXI3l2F9npW9abSz7oZMERJbQiw5WzpocU"
                          },
                          "template": {
                            "contentType": "application/x-abiword",
                            "name": "other_perky.[object Object]",
                            "value": "qurVOB9q0vGh8Dq2OUoMkIEPOFq1WpsnCWgYO8QxhyZyCefqssU42ZeuH3Hsfp5z"
                          },
                          "templates": [
                            {
                              "contentType": "font/woff2",
                              "name": "yuck_yahoo_whoever.[object Object]",
                              "value": "c0wZehhd6SyFYQAMGmYOTlULWWYwjwtq5ZJQwo4IV6Ln4NmXgYFqOylPwdoy4XOD"
                            },
                            {
                              "contentType": "audio/wav",
                              "name": "stool_accompany_towards.[object Object]",
                              "value": "VIpBootIjFe0U4mexdFr7GE8iQJFqU0NC6HOVkIHQtY3DyLl6U1KXVpffiLeUzL1"
                            },
                            {
                              "contentType": "application/epub+zip",
                              "name": "negative.[object Object]",
                              "value": "oUQzbf130obTIAdP6S86m2kFTotBhCK4RToZ8PbjgMakAeuUPSF7ImYQwkrlC6sb"
                            },
                            {
                              "contentType": "audio/3gpp",
                              "name": "possession_willfully.[object Object]",
                              "value": "yQg6yddVE3WRh7N62vqBIEeQ0rAHCRsM2cK6ekRVyhRDL9DEIc9CBnx5HLgoLY2Z"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "3cd7b949-cfed-4700-9aae-e0703c7ecbc4",
                      "offerId": "02dafbcf-2509-46f1-ba16-00db0f4bc780",
                      "offerItemId": "931ef838-e055-4698-ad3c-b8ce2d234801",
                      "type": "MIDDLE",
                      "value": "tS"
                    },
                    "priorityCode": "UDQ",
                    "seat": {
                      "airExtraRef": "f5d56c2d-1582-444e-a562-0814be71bcd8",
                      "offerId": "b82a026d-bcc1-4297-aeef-29582bc80f65",
                      "offerItemId": "fa91a177-87de-45e7-a8d7-2380b8fb47cd",
                      "type": "MIDDLE",
                      "value": "ib"
                    },
                    "status": "NOT_CHECKED_IN",
                    "upgradeCode": "zS4"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "UIw",
                        "country": "MS",
                        "sign": "XPs"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 5.8
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "11223344",
                            "87654321",
                            "12345678"
                          ],
                          "quantity": 1,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 9
                          }
                        }
                      },
                      "barCode": "I1Y8Grt6Fb2V9ef5f42ju0ZHn6a82lYQYQn9Y4y6",
                      "checkInSequenceNumber": "895",
                      "deck": {
                        "code": "MAIN",
                        "value": "MAIN"
                      },
                      "displayData": {
                        "accommodation": "RESIDENCE SUITE",
                        "agentCityName": "Reganborough",
                        "arrivalAirportName": "New Bret",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "6171",
                        "cabinClassCode": "R",
                        "cabinText": "FIRST CLASS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "INFANT",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Weberfield",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "3633",
                        "edifactApiText": "API ERROR",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "3078",
                        "estimatedDepartureDate": "2026-12-11T00:00:00.0Z",
                        "estimatedDepartureTime": "2223",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY BASIC",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "CARRY ON OK",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "SILVER",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "8qaN",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "5114",
                        "scheduledDepartureDate": "2026-11-22T00:00:00.0Z",
                        "scheduledDepartureTime": "7158",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "widebody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 1297.53,
                        "atpcoRule": "suOU",
                        "atpcoTariff": 50,
                        "bookingClass": "P",
                        "brand": "7H",
                        "cabinClass": "BUSINESS",
                        "cabinClassCode": "X",
                        "discountCategory": "24",
                        "fareBasisCode": "3Dqjr8",
                        "governingAirline": "[ob",
                        "id": "940f2ad0-07e0-4a1f-85c1-e017c29a7e56",
                        "operatingBookingClass": "S",
                        "privateTariff": true,
                        "type": "REF",
                        "vendor": {
                          "code": "SITA",
                          "value": "SABRE_MYFARES_AIRLINES"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "UG",
                        "arrivalFlightScheduleStatus": "ON_TIME",
                        "arrivalTerminal": "Mk",
                        "arrivalTime": "2026-09-02T00:00:00.0Z",
                        "boardingTime": "1918-11-26T22:49:52.0Z",
                        "changeOfGauge": true,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "PL",
                        "departureFlightScheduleStatus": "DELAYED",
                        "departureGate": "zW",
                        "departureTerminal": "68",
                        "departureTime": "2026-10-15T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 2273
                        },
                        "equipment": "724",
                        "estimatedArrivalTime": "1963-12-15T08:14:11.0Z",
                        "estimatedDepartureTime": "1969-12-16T16:01:19.0Z",
                        "flightDuration": 115,
                        "flightNumber": "21",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-11-06T00:00:00.0Z",
                            "departureTime": "2027-03-05T00:00:00.0Z",
                            "duration": 67,
                            "elapsedTime": 271
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-06-16T00:00:00.0Z",
                            "departureTime": "2027-02-17T00:00:00.0Z",
                            "duration": 149,
                            "elapsedTime": 188
                          }
                        ],
                        "iatci": true,
                        "id": "b8b7bb53-2ef3-49dc-8089-caea7457bc67",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "1",
                        "span": "DOMESTIC",
                        "status": "DELAYED",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": false,
                        "timeToDeparture": 649
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "font/woff2",
                          "name": "hm_kissingly_ah.[object Object]",
                          "value": "jmOzVtOl8UosYELt8pKrBJg0xyOHjZsjkt4T0QG2CKMDCWDdqacQ6MJtxE8Imbgb"
                        },
                        "image": {
                          "contentType": "video/mp4",
                          "name": "that.[object Object]",
                          "value": "BftgNeWvw5U8mzwwKfmCUxfu8sn2XiNbQ6xQB03neyuNhSw8s6lW1AN71btt8uum"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "audio/midi",
                            "name": "yak_next_shirk.[object Object]",
                            "value": "Fwb92JrQIoZiVBvPTzy0KpurtaxDjy7KXr3MTSQRZo9cozoNkT3LmauGaok78lkI"
                          },
                          "layout": {
                            "contentType": "application/xml",
                            "name": "zealous_heavenly_minion.[object Object]",
                            "value": "SJldlIpzq47HxPSVrYsArwx9jc13RaYNCiaJYKOgWEqu8DBPSiIZSdT5ISkcEImc"
                          },
                          "template": {
                            "contentType": "application/java-archive",
                            "name": "pigpen_boohoo_whereas.[object Object]",
                            "value": "pG07YiqjbDKt5mroC7Wh8gEwX1X0tQbHVcOb5rBgVthE9fOIpOiueUVYBHHTrs5l"
                          },
                          "templates": [
                            {
                              "contentType": "application/x-bzip2",
                              "name": "lest.[object Object]",
                              "value": "36Es5oHy43T5ptQ1ufz1FV4lf3EFkzvLSoytKyMan9Qg4EhwYNHXiCePQhlIN4Lt"
                            },
                            {
                              "contentType": "application/vnd.oasis.opendocument.spreadsheet",
                              "name": "hospitable_mortally.[object Object]",
                              "value": "JnkkMWZxPI4azuJkMaDv3SmoVlhZ5eb6p7pndkw8AmoSRAfTUezj2bPrTCeDxsBu"
                            },
                            {
                              "contentType": "application/vnd.ms-excel",
                              "name": "less_below_besides.[object Object]",
                              "value": "RdNvvSUKSCAHVqlNYwSqr0njtd0b4977lriGtVguuiWgSr97jNAwNYoPNFoVsMmh"
                            },
                            {
                              "contentType": "image/jpeg",
                              "name": "aha_bloom.[object Object]",
                              "value": "N6GzOJHbM6PUrpe4joK9aKa48Ni92M0Y0r0PcLytcKvcuKqhr0MpMYUC4eQvHxNT"
                            },
                            {
                              "contentType": "application/vnd.apple.installer+xml",
                              "name": "elegantly_boohoo_brace.[object Object]",
                              "value": "XvTwuaCSgUAsV4zoSOWRqlVRjM44WfND9MyKRjPCPEtLaHPB9BJ1NEZbkcprWbNr"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": true,
                          "skyPriority": false,
                          "zone": "4"
                        },
                        "zpl": {
                          "contentType": "image/gif",
                          "name": "phrase_blindly.[object Object]",
                          "value": "CyIvScyB2JBallMcwPgzqdIAWg8jF7Kf8wdn2gXDDADLcReENK2XcfKC6A36fGuv"
                        }
                      },
                      "group": "WiHky5",
                      "loyaltyAccount": {
                        "id": "a79d95de-de80-4b6c-84b6-b5af21419d9b",
                        "latestAwardDate": "2025-11-10",
                        "loyaltyTierLevel": {
                          "atpco": "15",
                          "customerInsight": "17",
                          "name": "gold",
                          "number": 1,
                          "priority": 5,
                          "tag": "RUE"
                        },
                        "memberAirline": "[ob",
                        "memberId": "8707048079",
                        "membershipStartDate": "2024-05-26",
                        "mileage": {
                          "unit": "MILES",
                          "value": 3373
                        },
                        "pnrId": "8",
                        "points": 38985,
                        "source": "SSCI"
                      },
                      "personName": {
                        "first": "Cheyanne",
                        "last": "Conroy",
                        "middle": "Emerson",
                        "prefix": "Mr.",
                        "raw": "Erica Green",
                        "suffix": "MD"
                      },
                      "priorityVerificationCard": true,
                      "recordLocator": "CDHBRH",
                      "seat": {
                        "column": "o",
                        "row": "41",
                        "value": "12E"
                      },
                      "source": "HOST",
                      "standbyPriority": "oc",
                      "supplementaryData": {
                        "dhsStatus": 1,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "24600047027562",
                        "loungeAccess": true,
                        "selectee": true,
                        "skyPriority": true,
                        "spanishLargeFamily": false,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "GS"
                      },
                      "ticketCouponNumber": "47",
                      "ticketNumber": {
                        "airlineAccountingCode": "885",
                        "checkDigit": "9",
                        "number": "23847680801759",
                        "serialNumber": "2386247411"
                      },
                      "upgradePriority": "PiJMF",
                      "zone": "4"
                    },
                    "checkedIn": true,
                    "checkInNumber": 523,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "qomlxdevcBYCXCvjRf2v",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "693"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "654"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "493"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "ptsyzcMp8kgB7HaAlYco",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "010"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "390"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "243"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "usIKhcjDXaBA59CppRBj",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "031"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "KT4tUrOaDdi45kYYcWfe",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "044"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "267"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "1ddf72d4-4983-44ad-bce0-94211d9c9e05",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "image/avif",
                          "name": "sneaky_unlike_once.[object Object]",
                          "value": "zQfdohPkDmGTdybjglz9teWRNuSsM3GYDmYIAbNvoeCqBw2TB7rzZptkH9akGhfs"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "audio/ogg",
                            "name": "foolishly.[object Object]",
                            "value": "X11BHODpVa40JcHJzFbgw5OS9SLrqgtDzyzuMoDcsRaBap7wskrkPpNHxz4QDpyR"
                          },
                          "layout": {
                            "contentType": "application/x-bzip2",
                            "name": "male_generally_monthly.[object Object]",
                            "value": "uztniDH4ShYe6PuDTi8ym7Z87gKNZdBiyfuvzoVElt6GfoEROg4mgzyGcAGNNbDR"
                          },
                          "template": {
                            "contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
                            "name": "collectivization_vivacious_vestment.[object Object]",
                            "value": "2B2sNLDmnuBWFULvUUprO4h2y9LTII7XI6bAu1LrgXyHPyLOnfl1k37kuMVau6cF"
                          },
                          "templates": [
                            {
                              "contentType": "video/mpeg",
                              "name": "mid_range.[object Object]",
                              "value": "HgaM3LYr8MCEK6lVs6V1d8CNkfLF5iwfS1BLjcu4J6fDwBAes7mYgqMYjqcymM8m"
                            },
                            {
                              "contentType": "audio/3gpp",
                              "name": "wilt_educated_pace.[object Object]",
                              "value": "V9PbUMwDFKPw6Waj0iyj4JYSvmj4RHyPE37Z9S5QP6em6pMw4Sbd0tpQTYs0Nvm6"
                            },
                            {
                              "contentType": "video/webm",
                              "name": "lifestyle_whoever_instantly.[object Object]",
                              "value": "z6OgvI26MJ4nb8qyPBxFlfPOVkv01oKZmlmIj6RV9qpvB8Gf9oAEMtFAoHmC6e18"
                            },
                            {
                              "contentType": "application/zip",
                              "name": "cavernous_like.[object Object]",
                              "value": "Jd8Uzi0qZEDfaioIGWC4PdC48AlkEeFhpC0Aw3yW7UABd69pDO3pLgJSmZNwEQMR"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "35741cb6-425f-4ffc-b0fb-8d3957a8042a",
                      "offerId": "eeb001ec-5333-4070-ad2d-b0b3305ff44a",
                      "offerItemId": "09bf159a-620b-4aa7-bcda-61e99ee4de97",
                      "type": "WINDOW",
                      "value": "T4"
                    },
                    "priorityCode": "sPl",
                    "seat": {
                      "airExtraRef": "cebf27e9-8582-4df1-a2e7-dae183be5cc4",
                      "offerId": "95796534-bc82-472d-a7ec-2b0a61353cc8",
                      "offerItemId": "1901e4f8-4a92-40c7-90b8-18f686d24e9d",
                      "type": "WINDOW",
                      "value": "5j"
                    },
                    "status": "NOT_CHECKED_IN",
                    "upgradeCode": "ewf"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "UNI",
                        "country": "AZ",
                        "sign": "AWr"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 3.8
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "11223344",
                            "12345678"
                          ],
                          "quantity": 3,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 15.3
                          }
                        }
                      },
                      "barCode": "m5iip4x4ToB9jf1Rnk9QQBUy9jtBfLouCpwST16U",
                      "checkInSequenceNumber": "153",
                      "deck": {
                        "code": "UPPER",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "BUSINESS",
                        "agentCityName": "New Elsieland",
                        "arrivalAirportName": "Adrianhaven",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "5886",
                        "cabinClassCode": "v",
                        "cabinText": "ECONOMY",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "INFANT",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Verdashire",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "0741",
                        "edifactApiText": "API ERROR",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "9387",
                        "estimatedDepartureDate": "2027-06-19T00:00:00.0Z",
                        "estimatedDepartureTime": "5566",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY BASIC",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "CARRY ON OK",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "GOLD",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "vUaI",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "5483",
                        "scheduledDepartureDate": "2026-11-01T00:00:00.0Z",
                        "scheduledDepartureTime": "2985",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "regional",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 1877.23,
                        "atpcoRule": "Ld0z",
                        "atpcoTariff": 96,
                        "bookingClass": "w",
                        "brand": "rq",
                        "cabinClass": "FIRST",
                        "cabinClassCode": "X",
                        "discountCategory": "37",
                        "fareBasisCode": "u7ez1X",
                        "governingAirline": "[ob",
                        "id": "aabf2fe3-70b0-4063-9df3-7786c8381679",
                        "operatingBookingClass": "r",
                        "privateTariff": false,
                        "type": "NLX",
                        "vendor": {
                          "code": "SITA",
                          "value": "SABRE_MYFARES_AIRLINES"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "VE",
                        "arrivalFlightScheduleStatus": "ON_TIME",
                        "arrivalTerminal": "rC",
                        "arrivalTime": "2027-01-23T00:00:00.0Z",
                        "boardingTime": "1908-04-11T03:59:58.0Z",
                        "changeOfGauge": true,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "HM",
                        "departureFlightScheduleStatus": "EARLY",
                        "departureGate": "SL",
                        "departureTerminal": "zc",
                        "departureTime": "2027-02-15T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 713
                        },
                        "equipment": "648",
                        "estimatedArrivalTime": "1897-07-10T07:13:31.0Z",
                        "estimatedDepartureTime": "1951-05-14T14:50:12.0Z",
                        "flightDuration": 174,
                        "flightNumber": "2",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-05-19T00:00:00.0Z",
                            "departureTime": "2026-09-04T00:00:00.0Z",
                            "duration": 171,
                            "elapsedTime": 71
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-06-29T00:00:00.0Z",
                            "departureTime": "2026-11-04T00:00:00.0Z",
                            "duration": 107,
                            "elapsedTime": 240
                          }
                        ],
                        "iatci": true,
                        "id": "cb228291-499a-42fb-826c-5c4e2df7adaf",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "1281",
                        "span": "DOMESTIC",
                        "status": "ON TIME",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": true,
                        "timeToDeparture": 418
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "audio/mpeg",
                          "name": "playfully_modulo_er.[object Object]",
                          "value": "DJTLfYeD4jc3LehSgXDOX6z7h6aRKCaU7zvXWVOhEkCSVYOwl4FFqVsA7lAXPAA2"
                        },
                        "image": {
                          "contentType": "application/xhtml+xml",
                          "name": "lost_likely_warmly.[object Object]",
                          "value": "avc4drXUxk3WlwN1S1Z0glEvVAHe5HSTT4RJxuvEvUQWehAvAZvZ296Ke1dHEMks"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/json",
                            "name": "kiss_and.[object Object]",
                            "value": "o0bgtJg7fqrHeyXc3d0tKGTWhDuLrCdbAafgd4SkNuLvKgt1ycQQBEtKqXzs4B8R"
                          },
                          "layout": {
                            "contentType": "font/woff",
                            "name": "through_tenderly.[object Object]",
                            "value": "BEfomDQURpqcL6Av4kAmEFHAGacOUyFK8de4oesGQjLEru8p85fuztjeQphKiITp"
                          },
                          "template": {
                            "contentType": "application/gzip",
                            "name": "positively.[object Object]",
                            "value": "C8J9O9ffw0d6TUImKA4K6xeZVOZu3qYg1v1LhXV4dSVUw5l88CTNZAf1UIgrgqxB"
                          },
                          "templates": [
                            {
                              "contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
                              "name": "charming_consequently.[object Object]",
                              "value": "Rd1XQXIldjB9ew7VCXjOhQCic2P7ftlOdBs6y2rXHvFllG4pQ4PgWleLJoRWdi9k"
                            },
                            {
                              "contentType": "application/vnd.apple.installer+xml",
                              "name": "phew_when.[object Object]",
                              "value": "0MPoDkjRMTmmpWDEJbUwYf6qfkTeIPdzXTvVnVTnoZzF08y4W3koQF7xompAbXuS"
                            },
                            {
                              "contentType": "image/vnd.microsoft.icon",
                              "name": "oh_stock_er.[object Object]",
                              "value": "hkyLmV3BcBUs1eroBmDKdop06roLeGjnsvglB3QfZ5FaxvEAeH11Zv9XqHuVCaTJ"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": false,
                          "skyPriority": false,
                          "zone": "6"
                        },
                        "zpl": {
                          "contentType": "text/html",
                          "name": "past_mismatch.[object Object]",
                          "value": "JGnkZkxLWTrkm0EuKeNOHQqQnCGR0xLtGkY460XlPKLPTy801ZH11cwjGyPP4zp7"
                        }
                      },
                      "group": "UhP5ov",
                      "loyaltyAccount": {
                        "id": "1334ef18-0b7a-4913-b86b-b67f3422d606",
                        "latestAwardDate": "2025-08-25",
                        "loyaltyTierLevel": {
                          "atpco": "12",
                          "customerInsight": "05",
                          "name": "gold",
                          "number": 4,
                          "priority": 2,
                          "tag": "bDk"
                        },
                        "memberAirline": "[ob",
                        "memberId": "0274516397",
                        "membershipStartDate": "2025-04-30",
                        "mileage": {
                          "unit": "MILES",
                          "value": 3397
                        },
                        "pnrId": "2",
                        "points": 36246,
                        "source": "SSCI"
                      },
                      "personName": {
                        "first": "Frankie",
                        "last": "Zboncak",
                        "middle": "Alex",
                        "prefix": "Mr.",
                        "raw": "Juana Sporer",
                        "suffix": "DDS"
                      },
                      "priorityVerificationCard": true,
                      "recordLocator": "XRWASY",
                      "seat": {
                        "column": "x",
                        "row": "37",
                        "value": "19C"
                      },
                      "source": "EXTERNAL",
                      "standbyPriority": "7A",
                      "supplementaryData": {
                        "dhsStatus": 2,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "87191461035034",
                        "loungeAccess": true,
                        "selectee": true,
                        "skyPriority": false,
                        "spanishLargeFamily": true,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "BV"
                      },
                      "ticketCouponNumber": "93",
                      "ticketNumber": {
                        "airlineAccountingCode": "967",
                        "checkDigit": "8",
                        "number": "94545238872162",
                        "serialNumber": "0024604972"
                      },
                      "upgradePriority": "eMoqq",
                      "zone": "4"
                    },
                    "checkedIn": false,
                    "checkInNumber": 242,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "YRVIUwf4w0kxOZIsEwKx",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "837"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "526"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "0YMzO2VUEK4MbPu4QFe5",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "757"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "13eIwKsUfC0ixVj5pjs1",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "109"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "959"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "898"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "200"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "081"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "4FcwU75wp7oVRhzNmsXj",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "980"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "836"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "696"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "351"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "765"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "ZdApBNKjQp6rAIQydPpS",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "384"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "961"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "284"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "106"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "pAd5JuC4o0KtRAD6SZsT",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "105"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "869"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "383"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "IHSYRuGpQScWlPCzL77p",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "843"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "580"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "070"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "808"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "447"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "wWXnZzoiuxBPJwMlpzux",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "408"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "hQsa7fEIK43Eqm9ghdlO",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "748"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "103"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "578"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "YK5QacFFVdlE3Agzbocp",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "883"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "698XINPBLx6UgdWiNyRw",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "225"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "423"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "087"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "419"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "vV9nzQ2MtMQr0qqODUhT",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "677"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "662"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "CLp0Xas4JOFIenyi9WxK",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "889"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "803"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "S2KS2mVnOcNNl18SEXnj",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "921"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "953"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "761"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "Z4cevg6sfdrwxWArk9xu",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "640"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "MCjXfieJIhghiaJZs4oh",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "491"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "d67d2679-2490-4d23-9c43-9118c7711254",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/vnd.mozilla.xul+xml",
                          "name": "brr_scram_under.[object Object]",
                          "value": "ZVfWwsXVqCXMONfhn9lV7zqofLzMZNy6ihJE2Sdt61lo8D7sbwtgyqFRqr9mvWeE"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/x-httpd-php",
                            "name": "psst_shell_evenly.[object Object]",
                            "value": "qwgQ96flD4zRZAnTEK6R3fe9oVkar86RiI08csxlsY8j4kr3MyPfOnnwxuaw1GHo"
                          },
                          "layout": {
                            "contentType": "audio/ogg",
                            "name": "because_scratch.[object Object]",
                            "value": "woF3bQXhjL36QTESUv04Ga9YlxhBj0thD7vbr6KV7J6bVbohttzNGoTMic461KKn"
                          },
                          "template": {
                            "contentType": "audio/midi",
                            "name": "pocket_watch_flint.[object Object]",
                            "value": "R6XNuBipbEU4s388TMBmkEiBjIB5q5g4OxjVgRhYHbqeMssfKXMUfNmrxWv4n0Dg"
                          },
                          "templates": [
                            {
                              "contentType": "application/xml",
                              "name": "bah.[object Object]",
                              "value": "RZaUBLIlUtR9Rmi7PIcG49cnL3igQakx40YDN9tdI5C2XHcJJ6YolJwT4fsUI0wN"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "aa5fd45e-dc3b-436a-a03c-ffcd3d0d043f",
                      "offerId": "75c9ffe6-7f43-4707-a681-73dcc052cf1e",
                      "offerItemId": "dedb9806-c8f3-482d-83b2-c9c4ba52e4d8",
                      "type": "MIDDLE",
                      "value": "W7"
                    },
                    "priorityCode": "InL",
                    "seat": {
                      "airExtraRef": "bdf6e82a-cbe3-4c6e-93fb-c6ccc74fa4d4",
                      "offerId": "a4464a93-e78c-4abb-bd81-002e816f5071",
                      "offerItemId": "11e455d7-fa7d-4553-9ef1-d9739b1e9c72",
                      "type": "AISLE",
                      "value": "Qn"
                    },
                    "status": "CHECKED_IN",
                    "upgradeCode": "5Yi"
                  }
                ],
                "passengerOffer": {
                  "offerId": "f8886916-3acc-46d6-9da1-6a5569fe",
                  "offerItems": [
                    {
                      "annotations": [
                        {
                          "key": "QklZID",
                          "value": "rmFCqKInfh"
                        },
                        {
                          "key": "yXlhOB",
                          "value": "ZvwImneqnY"
                        },
                        {
                          "key": "bdljlD",
                          "value": "QsaRciEzVZ"
                        },
                        {
                          "key": "CQZFeZ",
                          "value": "WQiGGPtzAW"
                        },
                        {
                          "key": "uQcqZv",
                          "value": "vECbWJlAgw"
                        }
                      ],
                      "availableQuantity": 19,
                      "bannerName": "Luxurious",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "9de9338d-f8c8-4b17-8a29-670df870",
                      "offerName": "Ergonomic Aluminum Pants",
                      "price": {
                        "currency": "XOF",
                        "value": 265.88
                      },
                      "priority": 4
                    },
                    {
                      "annotations": [
                        {
                          "key": "smKtkb",
                          "value": "XUQuwGReNa"
                        }
                      ],
                      "availableQuantity": 50,
                      "bannerName": "Electronic",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "88e9333e-d403-479e-98bc-873425e6",
                      "offerName": "Incredible Granite Fish",
                      "price": {
                        "currency": "SCR",
                        "value": 354.96
                      },
                      "priority": 3
                    },
                    {
                      "annotations": [
                        {
                          "key": "rPncDh",
                          "value": "rjRwbqkobb"
                        }
                      ],
                      "availableQuantity": 25,
                      "bannerName": "Small",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "5bdd969f-4f59-4d2a-bff3-54844d60",
                      "offerName": "Oriental Cotton Car",
                      "price": {
                        "currency": "BOB",
                        "value": 197.19
                      },
                      "priority": 7
                    }
                  ]
                },
                "passengerType": "INF",
                "segmentRef": "64fa8fec-55fc-495a-b76e-16812989ae28",
                "upgradeAvailability": [
                  {
                    "bookingClassAvailabilityRef": "4354292e-57d6-4e3d-8ca0-efae2e9e6367",
                    "cabin": "Q",
                    "description": "Business",
                    "id": "80343557-647f-49ce-9b2a-9a81a3276c76",
                    "pricedAncillaryRef": "f46c9ead-aabf-42ee-a3ef-a9f0b948017e"
                  },
                  {
                    "bookingClassAvailabilityRef": "3dc48879-060c-4684-b465-ebc963c988a4",
                    "cabin": "c",
                    "description": "Premium Economy",
                    "id": "9f82df10-ad0b-4fa2-b536-f8ebc2054c1f",
                    "pricedAncillaryRef": "4667f692-b32e-4ea1-9ed6-473f8f335d9f"
                  },
                  {
                    "bookingClassAvailabilityRef": "edb234ad-e4dd-4076-9295-069d40d389f4",
                    "cabin": "q",
                    "description": "Premium Economy",
                    "id": "d36296a9-e9a3-424a-b3f1-ab94b16e7b57",
                    "pricedAncillaryRef": "00726df5-cfa2-44c4-9bf2-cb1e6bc1cce7"
                  },
                  {
                    "bookingClassAvailabilityRef": "811cd9a2-0b8a-49c8-aa4a-6c8a607aef25",
                    "cabin": "V",
                    "description": "First",
                    "id": "2dc2d259-a02f-4cb8-b1cc-6c51f5d46f07",
                    "pricedAncillaryRef": "05cf54b1-a33f-4340-991e-fa401bb020c3"
                  },
                  {
                    "bookingClassAvailabilityRef": "17b4086d-adb9-4a6f-b342-b73c567b9454",
                    "cabin": "Y",
                    "description": "Premium Economy",
                    "id": "384aa201-b10c-44ce-8bf5-fd9f0eee463e",
                    "pricedAncillaryRef": "268f77d6-8f7c-43cc-9f17-138e939ff62e"
                  }
                ]
              },
              {
                "additionalTravelInformation": {
                  "residencyDocumentType": {
                    "id": "6e2d8291-1cd9-49d8-82fd-e4588828f34e",
                    "residencyCountry": "MN",
                    "value": "ALIENS_PASSPORT"
                  },
                  "returnDate": {
                    "id": "a2b4dd22-fbc4-4871-ac8d-6f39c5b7564b",
                    "value": "2027-08-08"
                  },
                  "stayType": {
                    "id": "693abf82-c01d-4d3f-8142-8f1ed476a4d5",
                    "value": "DUTY"
                  },
                  "timaticDocumentType": {
                    "id": "fe17ba92-de38-4052-84be-a6c0123fe56c",
                    "value": "PASSPORT_HONG_KONG_SAR_CHINA"
                  },
                  "visaVerified": {
                    "id": "a8b9aaa6-1b02-412d-9e5e-9a9bb63586bf",
                    "value": false
                  }
                },
                "airExtra": [
                  {
                    "airExtraBundleRef": "dfac701f-ee36-4b00-910a-fe749e40483b",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 3
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "ITEM"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2026-11-09",
                        "refundable": false,
                        "tourCode": "YiIxZl"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "5 ",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": true,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "SEA",
                      "id": "Ja0tn-",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "BAGGAGE"
                      },
                      "sequenceNumber": 35,
                      "serviceType": {
                        "code": "9O",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 21,
                              "min": 4,
                              "name": "AGE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 80,
                              "min": 4,
                              "name": "SIZE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 19,
                              "min": 1,
                              "name": "AGE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 46,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "INT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 62,
                              "min": 4,
                              "name": "AGE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "6tb",
                      "subCode": "814",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 7.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 10.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 21.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 46
                        }
                      ]
                    },
                    "bookingIndicator": "14",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "06408568654356"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "07",
                          "segmentRef": "a678b225-c026-4269-8df0-8b20fa75f4ee"
                        },
                        {
                          "emdCouponNumber": "84",
                          "segmentRef": "fb7f2366-4d34-40cb-aa78-6e5dafa101d0"
                        },
                        {
                          "emdCouponNumber": "55",
                          "segmentRef": "94502aec-c62b-4aa1-9a4b-ac4dc9bcbd57"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "82",
                    "id": "9daf9305-46c2-47b1-ad36-ce0c170f3e43",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "291543ee-c0b0-4913-bf36-3e30d3bd7929",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "528"
                    },
                    "offerId": {
                      "id": "bbc78ff1-01df-4af3-b142-550d6efc7a2b",
                      "itemId": "2be073a0-fd9f-4526-a47b-a3a400718433"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "QWVNAW",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "VtFh",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "954"
                          }
                        ]
                      },
                      "text": "lOBSTBsbufqnLYN"
                    },
                    "syntheticIdentifier": "16763751554316551914",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 8.1
                    }
                  },
                  {
                    "airExtraBundleRef": "8529e121-fc6f-4082-9845-4c25dfcd938a",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 7
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "ONE_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-02-02",
                        "refundable": false,
                        "tourCode": "2doRXs"
                      },
                      "bagType": "SURF",
                      "bookingMethod": {
                        "code": "8=",
                        "value": "NO_BOOKING_REQUIRED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "BG",
                      "id": "0VoVfp",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "AIR_TRANSPORTATION"
                      },
                      "sequenceNumber": 36,
                      "serviceType": {
                        "code": "1W",
                        "value": "CARRY_ON_BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 98,
                              "min": 1,
                              "name": "AGE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 49,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 36,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 54,
                              "min": 1,
                              "name": "AGE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 72,
                              "min": 2,
                              "name": "AGE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "6lz",
                      "subCode": "460",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 32.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 42.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 3.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 34.5
                        }
                      ]
                    },
                    "bookingIndicator": "36",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "11607770228610"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "58",
                          "segmentRef": "1c05da04-5e79-457a-8269-243d5329a73b"
                        },
                        {
                          "emdCouponNumber": "83",
                          "segmentRef": "c2ccabb2-976c-4239-9999-7e2fe11bf841"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "74",
                    "id": "38588d22-a435-4ade-965f-246113fc222a",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "8034dbe1-a458-487f-b378-905f83418ecc",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "879"
                    },
                    "offerId": {
                      "id": "839c84ff-8189-4575-8401-eb13a0a711de",
                      "itemId": "6136b83e-558d-4892-9afe-97d9a69ef322"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "FULFILLED"
                    },
                    "pnrId": "UGWWSR",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "IrXV",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "746"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "988"
                          }
                        ]
                      },
                      "text": "wtzmstfjdcbDDbm"
                    },
                    "syntheticIdentifier": "69024741250927362587",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 37.7
                    }
                  },
                  {
                    "airExtraBundleRef": "dfcd0eba-fc2f-4e12-aaaf-44b3afa8f651",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 4
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "ONE_WAY"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-01-03",
                        "refundable": true,
                        "tourCode": "74lIcx"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "3 ",
                        "value": "AUXILIARY_SEGMENT"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "WIF",
                      "id": "ShGfVc",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "AIRPORT_SERVICES"
                      },
                      "sequenceNumber": 4,
                      "serviceType": {
                        "code": "ps",
                        "value": "PREREGISTERED_BAGGAGE"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 21,
                              "min": 1,
                              "name": "SIZE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 27,
                              "min": 4,
                              "name": "SIZE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 28,
                              "min": 3,
                              "name": "AGE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "Pzv",
                      "subCode": "740",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 38.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 26
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 22.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 36.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 23
                        }
                      ]
                    },
                    "bookingIndicator": "99",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "89357641305052"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "27",
                          "segmentRef": "e5ab1f7d-439c-4667-850d-132e32dcd2ed"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "53",
                    "id": "2210490f-403c-4bf2-a877-8358b6221402",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "a91c7af2-6db2-40e2-96d2-122752f6e3e1",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "R",
                      "subCode": "149"
                    },
                    "offerId": {
                      "id": "30b3715d-0fcf-4ba6-b7ad-bf2b41315b79",
                      "itemId": "e7d71e3f-de7f-4dda-936d-05d3104c73c1"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "FADKEJ",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "rmKI",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "983"
                          }
                        ]
                      },
                      "text": "eUxVGTSawzYFpjl"
                    },
                    "syntheticIdentifier": "68049790734908552061",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 38.2
                    }
                  },
                  {
                    "airExtraBundleRef": "9c3af0f8-0284-4804-805f-b4db4f693cbc",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 9
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "PER_1KG_OVER_FREE_BAGGAGE_ALLOWANCE"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 0
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-09-14",
                        "refundable": true,
                        "tourCode": "fy6xOV"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "0+",
                        "value": "SPECIAL_SERVICE_REQUEST"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": false,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "BG",
                      "id": "vlpCGn",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "INDIVIDUAL_AIRLINE_USE"
                      },
                      "sequenceNumber": 14,
                      "serviceType": {
                        "code": "uI",
                        "value": "EMBARGOES"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 76,
                              "min": 5,
                              "name": "SIZE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 70,
                              "min": 3,
                              "name": "AGE",
                              "optional": true,
                              "type": "INT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 12,
                              "min": 2,
                              "name": "SIZE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "llP",
                      "subCode": "404",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 27.6
                        }
                      ]
                    },
                    "bookingIndicator": "57",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "31702543447030"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "73",
                          "segmentRef": "24b07441-c9d0-4d74-8ea2-ff943e4fb19d"
                        },
                        {
                          "emdCouponNumber": "88",
                          "segmentRef": "acf9b847-c164-4ff4-85b0-051f3597ed2d"
                        },
                        {
                          "emdCouponNumber": "17",
                          "segmentRef": "21e60c6f-f17a-4fd8-a258-777eec49802c"
                        },
                        {
                          "emdCouponNumber": "78",
                          "segmentRef": "20d2a4d0-0fa1-4f6e-b4e0-046914fd78dc"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "73",
                    "id": "acab3b65-434a-459b-a19e-0ac7318bb0cf",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "547d68a7-0c6a-4249-8710-a2bdbff240ac",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "R",
                      "subCode": "097"
                    },
                    "offerId": {
                      "id": "08de5259-8d31-4673-960d-5d66b036ed1c",
                      "itemId": "a5a4a88a-b4b5-43b1-a1a9-c1a0a2e0a975"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "TRDYBE",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "fvGH",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "629"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "603"
                          }
                        ]
                      },
                      "text": "lUrfNDEexWabjyL"
                    },
                    "syntheticIdentifier": "04345926731954375958",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 18.9
                    }
                  }
                ],
                "baggagePoolId": 301,
                "editCodes": {
                  "editCode": [
                    {
                      "code": "bz",
                      "id": "2ac32a53-511e-47e4-bb42-883534a352ff",
                      "text": [
                        {
                          "id": "96d3d740-6d1d-485d-b23a-c226b19498b5",
                          "lineId": "62",
                          "value": "NEMSWpyUHKyoICz"
                        },
                        {
                          "id": "04a5909a-9d88-4da3-98cb-7a7b82cf2f3c",
                          "lineId": "00",
                          "value": "LmTguFKNGccvSPi"
                        },
                        {
                          "id": "21ff63a8-808c-469b-a6cf-42689df77dc0",
                          "lineId": "47",
                          "value": "hheAkUtDMxqyBZI"
                        },
                        {
                          "id": "c2bb275f-e3e6-4852-a0cc-a38e11001fe6",
                          "lineId": "76",
                          "value": "IuktxCBejmrPbLx"
                        }
                      ]
                    },
                    {
                      "code": "pZ",
                      "id": "6f65b720-e549-46b7-923a-220f7c92e98c",
                      "text": [
                        {
                          "id": "ae4dab7b-2ac3-4466-95d5-a9db363f118d",
                          "lineId": "01",
                          "value": "HEUdxmbiwhsqTYt"
                        },
                        {
                          "id": "413975f8-05ab-4fad-bcaa-b63154e36749",
                          "lineId": "25",
                          "value": "CxWKvhqaFjbBgIk"
                        },
                        {
                          "id": "b4d63243-7ff8-4fa5-a85c-941f54c6dd7d",
                          "lineId": "98",
                          "value": "HFIxmpXtOwFSHvs"
                        }
                      ]
                    },
                    {
                      "code": "do",
                      "id": "6365c210-b3ab-49c0-8334-1dfb4f3d270b",
                      "text": [
                        {
                          "id": "ee1f53c3-c0b3-4fc6-a1f5-db3738d36996",
                          "lineId": "36",
                          "value": "jxJpsiVNqIKMiBs"
                        },
                        {
                          "id": "6ba02197-143d-4fd1-9b93-009619a52f49",
                          "lineId": "82",
                          "value": "jxOIENUbUnHJAXK"
                        },
                        {
                          "id": "60aceaec-5572-4ad1-8050-b44d37ed8f64",
                          "lineId": "77",
                          "value": "IQZROkixMhunzMG"
                        }
                      ]
                    },
                    {
                      "code": "tY",
                      "id": "dd3fab5f-50b8-4688-a6c5-0ddd7e79fbc0",
                      "text": [
                        {
                          "id": "8199916c-a41b-46f4-90b8-478037925bd0",
                          "lineId": "71",
                          "value": "wAqSylptZNNSiDQ"
                        },
                        {
                          "id": "76b1843b-f175-47c1-b9fe-bad8054e07c6",
                          "lineId": "69",
                          "value": "AlMBmPGsbFTqPgW"
                        },
                        {
                          "id": "79e29035-21bf-45db-bb9f-cdaff88da96e",
                          "lineId": "34",
                          "value": "kaLFjPxEYHEQSdz"
                        }
                      ]
                    },
                    {
                      "code": "vE",
                      "id": "94a75f63-a390-48aa-a37b-6be1389fa364",
                      "text": [
                        {
                          "id": "99b4cd0b-55b2-49d9-8dab-1dfd7c5ca8ac",
                          "lineId": "70",
                          "value": "obTlqTVSlIhYSsC"
                        },
                        {
                          "id": "bb2d2eff-4919-4ec9-98bf-83b0aba90a26",
                          "lineId": "95",
                          "value": "YyBLXzGbwmanPOH"
                        },
                        {
                          "id": "33077e4a-4bd1-403a-82f3-b957e671ea56",
                          "lineId": "87",
                          "value": "lmgQweSTtOmmsIa"
                        },
                        {
                          "id": "27050c9a-7c2a-4b5f-99b8-64546df20734",
                          "lineId": "33",
                          "value": "aTHymJetXeiWTHa"
                        },
                        {
                          "id": "fa51fd48-f0bc-4f1e-bbd3-d437093a47cc",
                          "lineId": "44",
                          "value": "bMbbpqYqZnpzjWj"
                        }
                      ]
                    }
                  ]
                },
                "eligibilities": {
                  "eligibility": [
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "r5Y1QhHHfgVGckJm7Sws",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "256"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "181"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "146"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "238"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "834"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "JghzrLth7jxcQxdsrq6c",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "273"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "954"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "rJTqXZZunE0JQ8XpfWcI",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "159"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "501"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "882"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "746"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "750"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "J7XhW5WPKiBt2qaa8WVg",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "967"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "844"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "114"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "KPr2HfnXBAmlB9LvUmb6",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "895"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "7KR65CzMcUrIDh8opL64",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "212"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "638"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "393"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "gtE56DXv2ESWh9suraVm",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "280"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "719"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "134"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "508"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "fajcBBwbrMNFmABc9Qli",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "991"
                            }
                          ]
                        },
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "As0HzrZU4Uim6luiRIBE",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "803"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "904"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "275"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "955"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "563"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "sxVLnpjCqOpE0vPRvaa1",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "068"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "534"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    }
                  ]
                },
                "id": "6059dfec-0236-4c04-add7-6e84e409ecf7",
                "loyaltyAccount": {
                  "id": "0777a23a-df36-4eea-9c91-c39d7a40fee4",
                  "latestAwardDate": "2025-10-17",
                  "loyaltyTierLevel": {
                    "atpco": "46",
                    "customerInsight": "82",
                    "name": "silver",
                    "number": 1,
                    "priority": 1,
                    "tag": "gAY"
                  },
                  "memberAirline": "[ob",
                  "memberId": "2495176472",
                  "membershipStartDate": "2024-08-18",
                  "mileage": {
                    "unit": "MILES",
                    "value": 4561
                  },
                  "pnrId": "1",
                  "points": 6984,
                  "source": "SSCI"
                },
                "nonRevenuePassengerInfo": {
                  "priorityCode": "pKz",
                  "seniorityDate": "2021-10-29T00:00:00.0Z",
                  "upgradeCode": "6sJ"
                },
                "passengerCheckInId": "ijPny7JD",
                "passengerFlight": [
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "rkj",
                        "country": "PH",
                        "sign": "dJZ"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 17.3
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "11223344",
                            "12345678"
                          ],
                          "quantity": 2,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 2
                          }
                        }
                      },
                      "barCode": "U0ORq2YfHOuy6yy1lofz9VTFCK1PKiDcirQ3PXJ5",
                      "checkInSequenceNumber": "166",
                      "deck": {
                        "code": "UPPER",
                        "value": "OTHER"
                      },
                      "displayData": {
                        "accommodation": "FIRST CLASS",
                        "agentCityName": "Richland",
                        "arrivalAirportName": "Port Deontefield",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "1668",
                        "cabinClassCode": "Z",
                        "cabinText": "BUSINESS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "INFANT",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "West Judyville",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "4726",
                        "edifactApiText": "API ERROR",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "6847",
                        "estimatedDepartureDate": "2027-07-01T00:00:00.0Z",
                        "estimatedDepartureTime": "2728",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY BASIC",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "NO CARRY ON",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "SILVER",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "sIQD",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "7717",
                        "scheduledDepartureDate": "2027-04-17T00:00:00.0Z",
                        "scheduledDepartureTime": "2033",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "widebody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 1628.41,
                        "atpcoRule": "pMHo",
                        "atpcoTariff": 74,
                        "bookingClass": "t",
                        "brand": "5U",
                        "cabinClass": "PREMIUM_ECONOMY",
                        "cabinClassCode": "Q",
                        "discountCategory": "77",
                        "fareBasisCode": "CjQpFV",
                        "governingAirline": "[ob",
                        "id": "d68b9309-d0a1-476a-a8b8-8d996b1b42bc",
                        "operatingBookingClass": "c",
                        "privateTariff": true,
                        "type": "NRF",
                        "vendor": {
                          "code": "SITA",
                          "value": "ATPCO"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "NU",
                        "arrivalFlightScheduleStatus": "CANCELLED",
                        "arrivalTerminal": "qi",
                        "arrivalTime": "2026-11-27T00:00:00.0Z",
                        "boardingTime": "1966-05-18T07:19:54.0Z",
                        "changeOfGauge": false,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "EG",
                        "departureFlightScheduleStatus": "DELAYED",
                        "departureGate": "0U",
                        "departureTerminal": "M3",
                        "departureTime": "2027-03-13T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 4692
                        },
                        "equipment": "233",
                        "estimatedArrivalTime": "1952-02-05T07:26:17.0Z",
                        "estimatedDepartureTime": "1945-12-08T22:21:12.0Z",
                        "flightDuration": 232,
                        "flightNumber": "75",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-09-02T00:00:00.0Z",
                            "departureTime": "2026-11-04T00:00:00.0Z",
                            "duration": 92,
                            "elapsedTime": 77
                          }
                        ],
                        "iatci": false,
                        "id": "bbe0043e-59cc-437d-91cf-3f3b549cd52b",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "704",
                        "span": "INTERNATIONAL",
                        "status": "DELAYED",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": true,
                        "timeToDeparture": 484
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
                          "name": "needy_electric.[object Object]",
                          "value": "eFQqhnO73OEEyb6avntT6JOkL5Y9UuHcKCM6SZrct7SJDfV8G9R78IKOhHSmTbqa"
                        },
                        "image": {
                          "contentType": "application/x-bzip",
                          "name": "nearly.[object Object]",
                          "value": "7sLY1Sq4NR6NFrL5OtlxUR3BQO5UNDTMmoeH3BXeunwAeQPqyafGGc7w6xA6OWme"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "text/csv",
                            "name": "quizzically_kissingly_safely.[object Object]",
                            "value": "l2v4MULFpC4H7TX3JZmNSWDQDNc5SbX8QoMdm8xTxlDs5kzDYSZP148OtuXOeuLN"
                          },
                          "layout": {
                            "contentType": "application/vnd.oasis.opendocument.presentation",
                            "name": "knowledgeable.[object Object]",
                            "value": "ayVPTkKTgPk6TJgimXIQ1Yh6udf7iBL1Bbg5dmdOlgBAEsTeOYYq3DmvJ1xKPed3"
                          },
                          "template": {
                            "contentType": "image/bmp",
                            "name": "whoever.[object Object]",
                            "value": "geGr2dtmYXcji14OuSdX8Ndalr5NyF0tCHwad8H6B17xYRdPEk69WS6LiEt5Z7y6"
                          },
                          "templates": [
                            {
                              "contentType": "text/css",
                              "name": "peninsula_and_unlawful.[object Object]",
                              "value": "Crg8AEz3UTa25ORDFfRcALN26Nf4fQ3RVeiytbKFvQyKAM4S1WVcLqoRcY9tP3Na"
                            },
                            {
                              "contentType": "application/x-bzip",
                              "name": "inside_er.[object Object]",
                              "value": "WH3XiR2VCGdC65tOSB3DrDq7GVOF8XUYbtj8Nfq0txSHlkE0pCdOSZwvJAhzKYj3"
                            },
                            {
                              "contentType": "application/x-tar",
                              "name": "before_meh.[object Object]",
                              "value": "QhZUGDSKz0WL3ReKKQMcfSPvhNFIyljZVdqiagVNBc2HEH3UswIf3tyqbF4YRmO6"
                            },
                            {
                              "contentType": "audio/ogg",
                              "name": "incidentally.[object Object]",
                              "value": "T4O26hRWWqj2F9ZxZPFqF17zsqZe0Pz068SPnv9Rm6IuFmn5L2IFImwo8dtoHBnA"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": true,
                          "skyPriority": true,
                          "zone": "8"
                        },
                        "zpl": {
                          "contentType": "application/octet-stream",
                          "name": "long_term_psst_ouch.[object Object]",
                          "value": "ePXVEFTSC1nGJsxelz5zRKUPTHZchQ9vSUg7vYHkh6MTXnj8df4qVEJOVyGGElhj"
                        }
                      },
                      "group": "JtxBHU",
                      "loyaltyAccount": {
                        "id": "ccb6d3a2-fcab-406a-bb8c-7b37e85a38be",
                        "latestAwardDate": "2026-05-12",
                        "loyaltyTierLevel": {
                          "atpco": "43",
                          "customerInsight": "07",
                          "name": "platinum",
                          "number": 3,
                          "priority": 10,
                          "tag": "Buy"
                        },
                        "memberAirline": "[ob",
                        "memberId": "2335598818",
                        "membershipStartDate": "2024-06-24",
                        "mileage": {
                          "unit": "MILES",
                          "value": 4071
                        },
                        "pnrId": "6",
                        "points": 10616,
                        "source": "SSCI"
                      },
                      "personName": {
                        "first": "Maurine",
                        "last": "Bayer-Ruecker",
                        "middle": "Jaden",
                        "prefix": "Dr.",
                        "raw": "Cecilia Hintz",
                        "suffix": "MD"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "FJFWHG",
                      "seat": {
                        "column": "E",
                        "row": "47",
                        "value": "22F"
                      },
                      "source": "HOST",
                      "standbyPriority": "eF",
                      "supplementaryData": {
                        "dhsStatus": 1,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "66823603867715",
                        "loungeAccess": true,
                        "selectee": true,
                        "skyPriority": false,
                        "spanishLargeFamily": true,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "RU"
                      },
                      "ticketCouponNumber": "13",
                      "ticketNumber": {
                        "airlineAccountingCode": "107",
                        "checkDigit": "0",
                        "number": "59524555132312",
                        "serialNumber": "9693710134"
                      },
                      "upgradePriority": "OCEjt",
                      "zone": "9"
                    },
                    "checkedIn": true,
                    "checkInNumber": 374,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "utKclbJGDU1jLd9E3cox",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "142"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "839"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "Mh9Lq4XquqSCDVvlqDPn",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "867"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "779"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "722"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "566"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "dLXS9b6S3FCfaq53hqUQ",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "847"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "717"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "335"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "644"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "553"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "4RDrr4wR29tVdFZsnnzJ",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "924"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "941"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "148"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "IzmPZngY945jxHq6kRJK",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "957"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "LHorevw14bxyaIrpGABX",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "887"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "369"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "pFtveN3PlgZcsbM7cvJ0",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "978"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "472"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "042"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "735"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "PSDnkLak2vlTpS80P4UE",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "482"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "868"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "672"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "417"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "BkWJpQ4ZI601e3N2Pid5",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "991"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "9805442a-6127-426c-920a-711470be451a",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
                          "name": "ill.[object Object]",
                          "value": "SOQJQZXDsuDedmF2p9p1684CUnF7OLHdzcPbHlnYE8IUKCEWtuMQokC9zeC2xcLu"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "audio/midi",
                            "name": "uh_huh.[object Object]",
                            "value": "udXfovnM0zsSW3wcO3tiHDtanNar93MLnlQZUNV4404bN0HeVgmZkmnkobAl2bqk"
                          },
                          "layout": {
                            "contentType": "application/x-bzip2",
                            "name": "scar.[object Object]",
                            "value": "BKUx3sW9IjnN6FyuDNdnFndICUlAU3WY3dwx6Ijqs3hFutWNR88PemY9mTDXdtEc"
                          },
                          "template": {
                            "contentType": "application/x-abiword",
                            "name": "once_why.[object Object]",
                            "value": "v5TLo5OJyusJpfmBP6gMPd3NE7rGSWSQqx7FRO1okjLbsW7Wu50fqGqCi7Y9kdhd"
                          },
                          "templates": [
                            {
                              "contentType": "application/epub+zip",
                              "name": "and.[object Object]",
                              "value": "dJag2MwSmQPfP9FAoQuukwnGtIrg55gWZwWqgmfSMz8H0ZQ0HEfc9YWS6L5HwlIT"
                            },
                            {
                              "contentType": "application/vnd.oasis.opendocument.spreadsheet",
                              "name": "pulp_minty.[object Object]",
                              "value": "EZ6JggkAN3ScVMP38IReM4MjCEKXUnnES1bqL41EU0WYTgLEP6kiN1uOPBPw6MbX"
                            },
                            {
                              "contentType": "application/xhtml+xml",
                              "name": "furthermore_forecast.[object Object]",
                              "value": "ldBpxNAPTJGLvcGWPnrAFJhgkQcsZsJkhtvFXW8NA4cSrIjKYrGDyL788oO42IaG"
                            },
                            {
                              "contentType": "video/3gpp2",
                              "name": "although_surprisingly_as.[object Object]",
                              "value": "SJrDCNr60sUkrfg12C1D7F7Q6mx7ZiDcQOpGJV8S3Db0CBkE9PZ9sUIt7pXuJhdp"
                            },
                            {
                              "contentType": "application/vnd.oasis.opendocument.text",
                              "name": "incidentally_brr_abaft.[object Object]",
                              "value": "N4eMMtpNS8OIIQasdtkh4kzx8UopabwcIZgmnpVKcKAF5kwXUo8rHUoZ2QASS1Jw"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "8e862088-bdd6-4c21-8c05-6e9bc65463d7",
                      "offerId": "8d608096-e131-4130-bad0-42dfda8a80fb",
                      "offerItemId": "b38c1162-ff44-4e96-af63-64aa16f20b86",
                      "type": "WINDOW",
                      "value": "rH"
                    },
                    "priorityCode": "AoN",
                    "seat": {
                      "airExtraRef": "57246c30-e2c3-465c-980e-7fe34790ce0d",
                      "offerId": "34215657-1669-4cef-b740-bbe887ae0e43",
                      "offerItemId": "75d0b36e-69ce-453c-a424-d4aab643afb8",
                      "type": "MIDDLE",
                      "value": "pP"
                    },
                    "status": "CHECKED_IN",
                    "upgradeCode": "wzB"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "sTz",
                        "country": "TW",
                        "sign": "CXm"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 11.2
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "12345678",
                            "87654321",
                            "11223344"
                          ],
                          "quantity": 1,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 1.4
                          }
                        }
                      },
                      "barCode": "Yq9NUdsLkN6rvwHmRWeOt3DQgp8HfzF3UmEP1Z1a",
                      "checkInSequenceNumber": "162",
                      "deck": {
                        "code": "UPPER",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "RESIDENCE SUITE",
                        "agentCityName": "West Kassandra",
                        "arrivalAirportName": "North Ismaelhaven",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "9699",
                        "cabinClassCode": "T",
                        "cabinText": "ECONOMY",
                        "carryOnText": "CARRY-ON",
                        "childText": "INFANT",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "West Violabury",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "4567",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "1113",
                        "estimatedDepartureDate": "2027-06-10T00:00:00.0Z",
                        "estimatedDepartureTime": "4345",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY PLUS",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "CARRY ON OK",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "PLATINUM",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "66h6",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "2510",
                        "scheduledDepartureDate": "2027-04-04T00:00:00.0Z",
                        "scheduledDepartureTime": "7666",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "narrowbody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 547.31,
                        "atpcoRule": "Io0c",
                        "atpcoTariff": 59,
                        "bookingClass": "S",
                        "brand": "76",
                        "cabinClass": "PREMIUM_BUSINESS",
                        "cabinClassCode": "Z",
                        "discountCategory": "84",
                        "fareBasisCode": "AFYME3",
                        "governingAirline": "[ob",
                        "id": "60cb8102-47ef-4083-b07c-a941937006d6",
                        "operatingBookingClass": "C",
                        "privateTariff": false,
                        "type": "NRF",
                        "vendor": {
                          "code": "SITA",
                          "value": "SABRE_MYFARES_AIRLINES"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "MN",
                        "arrivalFlightScheduleStatus": "ON_TIME",
                        "arrivalTerminal": "6H",
                        "arrivalTime": "2027-01-13T00:00:00.0Z",
                        "boardingTime": "1933-03-30T19:36:15.0Z",
                        "changeOfGauge": true,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "IT",
                        "departureFlightScheduleStatus": "EARLY",
                        "departureGate": "p7",
                        "departureTerminal": "qr",
                        "departureTime": "2026-12-16T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 4095
                        },
                        "equipment": "426",
                        "estimatedArrivalTime": "1923-01-13T17:19:36.0Z",
                        "estimatedDepartureTime": "1938-05-30T13:25:34.0Z",
                        "flightDuration": 344,
                        "flightNumber": "56",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-07-21T00:00:00.0Z",
                            "departureTime": "2027-05-27T00:00:00.0Z",
                            "duration": 123,
                            "elapsedTime": 230
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-09-25T00:00:00.0Z",
                            "departureTime": "2026-10-26T00:00:00.0Z",
                            "duration": 159,
                            "elapsedTime": 81
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-06-03T00:00:00.0Z",
                            "departureTime": "2026-11-27T00:00:00.0Z",
                            "duration": 99,
                            "elapsedTime": 168
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-10-14T00:00:00.0Z",
                            "departureTime": "2026-11-15T00:00:00.0Z",
                            "duration": 128,
                            "elapsedTime": 74
                          }
                        ],
                        "iatci": true,
                        "id": "520edbf8-7956-424a-b7d4-57b9ed73b2a7",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "9618",
                        "span": "DOMESTIC",
                        "status": "ON TIME",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": true,
                        "timeToDeparture": 35
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "audio/opus",
                          "name": "quart_edge.[object Object]",
                          "value": "H178Vw3tnrDwGRPnt9o1XFckCM9WV11APly7OtpOF61clxDh5oW7VPuuAtPvrntu"
                        },
                        "image": {
                          "contentType": "application/vnd.rar",
                          "name": "between_peppery.[object Object]",
                          "value": "KqmJ738ZJ7qG7NbuNQ9NMHsQkDklwCiaYNYNjxigJoRcws5Q0QeQgB0hvg8E9MFG"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "image/svg+xml",
                            "name": "beard.[object Object]",
                            "value": "mO0idXazsRR4BwqqJnyUsqaxkLJnACoMgBbUgrqOyMl8B0g8jaBNWLyioPGLv5ph"
                          },
                          "layout": {
                            "contentType": "audio/opus",
                            "name": "until_nervously_whereas.[object Object]",
                            "value": "PzoIqXKynGAzskEAEFgQWlfg1c02h4buXsU28c6sqhcesH0XtFcAYRf2IsdktkUc"
                          },
                          "template": {
                            "contentType": "audio/opus",
                            "name": "jell_proper.[object Object]",
                            "value": "VSZTlhM9i41KB1UMBI6PNsVTZCYHPMmb7t6p2cGvEcGus3jj5knuK9sUP9m5jnFc"
                          },
                          "templates": [
                            {
                              "contentType": "image/svg+xml",
                              "name": "through_understated.[object Object]",
                              "value": "jo3kzL7GTU2PFvOOGasFRM24RAHKTvdSmFT6BcbvSBchRSGgA8OF6V1TvADUEmSa"
                            },
                            {
                              "contentType": "application/vnd.ms-excel",
                              "name": "of_mystify.[object Object]",
                              "value": "yT6NDIfXcAPqkT2AcvK99qAjxZ3Lgo2JRM6TkDT1wg6lMh58npInOXHXPt0PGFNl"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": false,
                          "skyPriority": true,
                          "zone": "9"
                        },
                        "zpl": {
                          "contentType": "application/x-bzip2",
                          "name": "but_corral.[object Object]",
                          "value": "r3vFAN5EiOfPe477ESQ3sXBnUhqSIAzWG1gw1t4RcKZcr3ejlkxq55Y3vII1ed3V"
                        }
                      },
                      "group": "8uEnJf",
                      "loyaltyAccount": {
                        "id": "3d7869d2-d28a-4343-8100-b2943ba3bf01",
                        "latestAwardDate": "2026-08-23",
                        "loyaltyTierLevel": {
                          "atpco": "75",
                          "customerInsight": "48",
                          "name": "silver",
                          "number": 4,
                          "priority": 3,
                          "tag": "Wna"
                        },
                        "memberAirline": "[ob",
                        "memberId": "3329458339",
                        "membershipStartDate": "2025-07-26",
                        "mileage": {
                          "unit": "MILES",
                          "value": 727
                        },
                        "pnrId": "9",
                        "points": 9032,
                        "source": "SSCI"
                      },
                      "personName": {
                        "first": "Jaqueline",
                        "last": "Hackett",
                        "middle": "Kendall",
                        "prefix": "Ms.",
                        "raw": "Dan Breitenberg",
                        "suffix": "PhD"
                      },
                      "priorityVerificationCard": true,
                      "recordLocator": "QYVVGT",
                      "seat": {
                        "column": "D",
                        "row": "64",
                        "value": "5E"
                      },
                      "source": "OTHER",
                      "standbyPriority": "EX",
                      "supplementaryData": {
                        "dhsStatus": 5,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "37356676325943",
                        "loungeAccess": false,
                        "selectee": true,
                        "skyPriority": false,
                        "spanishLargeFamily": true,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "ST"
                      },
                      "ticketCouponNumber": "39",
                      "ticketNumber": {
                        "airlineAccountingCode": "155",
                        "checkDigit": "4",
                        "number": "75359633445101",
                        "serialNumber": "2328643877"
                      },
                      "upgradePriority": "PE3lx",
                      "zone": "7"
                    },
                    "checkedIn": false,
                    "checkInNumber": 508,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "gUp7g1aD6YA1ASn3mwwW",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "732"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "069"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "545"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "973"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "714"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "dI21PTWwqbFgLYf4fH1R",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "851"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "542"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "182"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "6I5ys8dpxEafLQlIThUg",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "578"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "260"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "589"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "745"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "6IE0KD3pgXeIzl1pCauc",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "690"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "223"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "936"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "695"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "444"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "0r1FzJBJY6w0bdS0GDql",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "035"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "992"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "625"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "sDavy4P3ggK0C4tIEBgO",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "890"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "422"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "b28a224f-1bb3-4515-8899-010922321e84",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/gzip",
                          "name": "pitiful_ugh_sympathetically.[object Object]",
                          "value": "EvMH8WI4mCwr5BS9BCgpaaTQVg49BJMMsMcZ5AFmnPVKrVWhXuYpA0AlWL3UufeR"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/vnd.oasis.opendocument.presentation",
                            "name": "pacemaker_yum_quirkily.[object Object]",
                            "value": "ESDwoNHPxCBWvdAvHUvvR27MrWH9V36PkNWvL1SD4AFzKJegscfxQEKlcZHx7G10"
                          },
                          "layout": {
                            "contentType": "video/mp2t",
                            "name": "hmph_meh.[object Object]",
                            "value": "LdmipykfqyLofMe5PAmtqD89lUaS36R9WwDQEDl0g5SDFCQBR6DFvwQcsx6RVj2o"
                          },
                          "template": {
                            "contentType": "image/jpeg",
                            "name": "gadzooks_cassava_proceed.[object Object]",
                            "value": "X4jqv538ZjAoQnE1vPO4U6hMiiCkHGyPFUhRftWhuxB6BSymoLaV35GK9uUoD6qV"
                          },
                          "templates": [
                            {
                              "contentType": "application/gzip",
                              "name": "aw_leading_analyse.[object Object]",
                              "value": "ul2Rm9vxRF8s2oKCCArJ3R4c6F9bdz8VLmY0BnLQkETfFUT4Us8bv7ntzlZEUzqk"
                            },
                            {
                              "contentType": "application/x-7z-compressed",
                              "name": "summary.[object Object]",
                              "value": "FUQMEjpzF4KDIKGzKsWcJK9ee93s5uLBY1lAi32yNwRAWSeJqSGWxrk2tGO0IiIX"
                            },
                            {
                              "contentType": "application/zip",
                              "name": "dead.[object Object]",
                              "value": "j4larygAfyg4KfN8gj6rwL9e8LTvEjBxlc6ua9pQVkvM1CcoMvgejrwBmhdH0RxR"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "002d4c32-2db0-4c54-add9-f5d59136079c",
                      "offerId": "a373ff51-0f54-4cdd-88d3-1da7e9795a9b",
                      "offerItemId": "a7eca282-9643-4f50-8dc4-9d5766d6719c",
                      "type": "AISLE",
                      "value": "Ya"
                    },
                    "priorityCode": "XpG",
                    "seat": {
                      "airExtraRef": "bbac3971-2729-4937-8dfe-28c156636150",
                      "offerId": "fb8f1f74-d328-4775-a533-779d4833c4e4",
                      "offerItemId": "8afc8268-0809-45c9-9cc6-8a4a8e0ffb58",
                      "type": "WINDOW",
                      "value": "oq"
                    },
                    "status": "UNKNOWN",
                    "upgradeCode": "Cjj"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "ICM",
                        "country": "TT",
                        "sign": "Zbf"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 11.2
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "12345678",
                            "11223344"
                          ],
                          "quantity": 2,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 18.8
                          }
                        }
                      },
                      "barCode": "Qqe2R5rMFWcwfbfyVzww2KlIVjk4pEP3RC2JobTw",
                      "checkInSequenceNumber": "179",
                      "deck": {
                        "code": "UPPER",
                        "value": "MAIN"
                      },
                      "displayData": {
                        "accommodation": "RESIDENCE SUITE",
                        "agentCityName": "Allieburgh",
                        "arrivalAirportName": "North Gideonside",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "1376",
                        "cabinClassCode": "L",
                        "cabinText": "ECONOMY",
                        "carryOnText": "CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "South Hortense",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "5441",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "9547",
                        "estimatedDepartureDate": "2026-10-03T00:00:00.0Z",
                        "estimatedDepartureTime": "1779",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY PLUS",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "NO CARRY ON",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "SILVER",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "8CrB",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "0467",
                        "scheduledDepartureDate": "2027-04-07T00:00:00.0Z",
                        "scheduledDepartureTime": "3480",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "narrowbody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 295.84,
                        "atpcoRule": "qPKF",
                        "atpcoTariff": 8,
                        "bookingClass": "A",
                        "brand": "lg",
                        "cabinClass": "ECONOMY",
                        "cabinClassCode": "w",
                        "discountCategory": "71",
                        "fareBasisCode": "kJE0PC",
                        "governingAirline": "[ob",
                        "id": "be6d45ee-4275-49f8-b4a6-fc6a1cea0f44",
                        "operatingBookingClass": "b",
                        "privateTariff": false,
                        "type": "NRF",
                        "vendor": {
                          "code": "SITA",
                          "value": "ATPCO"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "UY",
                        "arrivalFlightScheduleStatus": "ON_TIME",
                        "arrivalTerminal": "ym",
                        "arrivalTime": "2027-02-22T00:00:00.0Z",
                        "boardingTime": "1940-11-08T23:55:09.0Z",
                        "changeOfGauge": true,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "LT",
                        "departureFlightScheduleStatus": "CANCELLED",
                        "departureGate": "P1",
                        "departureTerminal": "Ro",
                        "departureTime": "2027-02-04T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 2511
                        },
                        "equipment": "046",
                        "estimatedArrivalTime": "1929-06-13T06:03:12.0Z",
                        "estimatedDepartureTime": "1938-07-31T10:18:32.0Z",
                        "flightDuration": 427,
                        "flightNumber": "601",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-03-07T00:00:00.0Z",
                            "departureTime": "2026-09-29T00:00:00.0Z",
                            "duration": 157,
                            "elapsedTime": 287
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-06-24T00:00:00.0Z",
                            "departureTime": "2027-02-07T00:00:00.0Z",
                            "duration": 141,
                            "elapsedTime": 79
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-02-01T00:00:00.0Z",
                            "departureTime": "2027-01-21T00:00:00.0Z",
                            "duration": 92,
                            "elapsedTime": 122
                          }
                        ],
                        "iatci": true,
                        "id": "726b53aa-444d-49f4-9326-3a5cd5bc2cbc",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "8260",
                        "span": "DOMESTIC",
                        "status": "DELAYED",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": false,
                        "timeToDeparture": 674
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "audio/3gpp2",
                          "name": "unfurl_before.[object Object]",
                          "value": "p6Sfsr3rLQSCCDaDxbAkM4Rcssu2QbeVvviyc9kxUYzoRcei5ZjMV3BIREzLizTx"
                        },
                        "image": {
                          "contentType": "font/otf",
                          "name": "supposing.[object Object]",
                          "value": "NZy8h8gmzEE1NWHADK8NcU299qrS65ANRxEgLac0RSVOI6KkdSmx07WZdYnPbqCP"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "image/png",
                            "name": "sparkling_ideal_boohoo.[object Object]",
                            "value": "myn80d3aB5KfyebCZ6jrGhQ1jAjyvr1ChYpfAEXVsxauM4Sp3IbNSSdDOWMbzRkc"
                          },
                          "layout": {
                            "contentType": "application/x-sh",
                            "name": "unlike_dampen_if.[object Object]",
                            "value": "T7SCs2yt5dyV7HgOKeLjBKA5BGhy9qSuhK25Yn4eCD6Uln8R4qTGguZTfISqvc5m"
                          },
                          "template": {
                            "contentType": "audio/aac",
                            "name": "aha_openly.[object Object]",
                            "value": "yAhbORb6laa1n03vxA4p9jMfXw9Kc2320KSBdRndg0M07aik6Ier3cLzXg6pFmPe"
                          },
                          "templates": [
                            {
                              "contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
                              "name": "stratify.[object Object]",
                              "value": "XhbXf1C0tIzGd3NLcWMrWzoHN89zFJ7gtmWHHQO8hAY06eqQ1BxA1O7qhzh15Y0c"
                            },
                            {
                              "contentType": "font/ttf",
                              "name": "which.[object Object]",
                              "value": "hhiKUbvuNij2YfwFL0ubvEU1aaoGbIQO866TOfCMRoJkC74kmvcL4FjucGJOAoy9"
                            },
                            {
                              "contentType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
                              "name": "hefty_beyond.[object Object]",
                              "value": "iCI6XocdKFgOnYf7scynmCGNBFTDgjKmLAXPzN56AXlsSMeHsHLKZxpNQmek59eg"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": true,
                          "skyPriority": true,
                          "zone": "0"
                        },
                        "zpl": {
                          "contentType": "application/octet-stream",
                          "name": "doting.[object Object]",
                          "value": "Aw8N2yWztpntMuBjJi9BJP1nwBG4TOmqc7iSHZPix8iXnZhNjSvmuOyKM7h2hCyp"
                        }
                      },
                      "group": "ees4yi",
                      "loyaltyAccount": {
                        "id": "d73efd33-ddb5-4d90-a7c2-7962a59a4738",
                        "latestAwardDate": "2026-05-14",
                        "loyaltyTierLevel": {
                          "atpco": "06",
                          "customerInsight": "28",
                          "name": "platinum",
                          "number": 5,
                          "priority": 4,
                          "tag": "JDp"
                        },
                        "memberAirline": "[ob",
                        "memberId": "1680497255",
                        "membershipStartDate": "2026-02-01",
                        "mileage": {
                          "unit": "MILES",
                          "value": 431
                        },
                        "pnrId": "0",
                        "points": 57670,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Bradley",
                        "last": "Bahringer",
                        "middle": "Drew",
                        "prefix": "Miss",
                        "raw": "Jay Marquardt",
                        "suffix": "I"
                      },
                      "priorityVerificationCard": true,
                      "recordLocator": "DUAXWY",
                      "seat": {
                        "column": "s",
                        "row": "38",
                        "value": "33C"
                      },
                      "source": "EXTERNAL",
                      "standbyPriority": "PP",
                      "supplementaryData": {
                        "dhsStatus": 3,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "13205207240089",
                        "loungeAccess": false,
                        "selectee": true,
                        "skyPriority": true,
                        "spanishLargeFamily": false,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "CD"
                      },
                      "ticketCouponNumber": "49",
                      "ticketNumber": {
                        "airlineAccountingCode": "913",
                        "checkDigit": "3",
                        "number": "91899605404994",
                        "serialNumber": "6193180193"
                      },
                      "upgradePriority": "qqHyb",
                      "zone": "9"
                    },
                    "checkedIn": true,
                    "checkInNumber": 365,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "sWr4BCkTZkIqjJbY5CwV",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "390"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "242"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "700"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "723"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "428"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "b0089898-8361-4e58-bb31-0fa417c3b438",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/vnd.ms-powerpoint",
                          "name": "sediment_free.[object Object]",
                          "value": "yrTKTEbtkdFHSot8galaUomvYSXQubn6o68HgoImKIHezdkJLsoJyRX6N9d71Jwd"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/epub+zip",
                            "name": "atop_blah_minus.[object Object]",
                            "value": "dfF5RgqhMeNikkE5wmL6HDsfrm4JZCsD32TkunHCYBbLPGAtGAuXMYxlSX9wx1L4"
                          },
                          "layout": {
                            "contentType": "video/mpeg",
                            "name": "before_animated.[object Object]",
                            "value": "1wpJaqdyQ1mmGzqkfKnCz0Zs7b7Mxyu02aNzpWLRJs80HOTqzUV7rlf5CylVzmxK"
                          },
                          "template": {
                            "contentType": "audio/ogg",
                            "name": "remarkable_idealistic.[object Object]",
                            "value": "ZaBkSErNmKe8wAYGsJjeOp9tfFFuGA5vNGzALlJi9XxqjU63zOgNufZK1w4UvVex"
                          },
                          "templates": [
                            {
                              "contentType": "video/webm",
                              "name": "but_begonia.[object Object]",
                              "value": "i2HbK1VFv85FaWCUmpSFxWQXVv7VGVIYOMlgDUSPGHioOW1NMHetDbqo0MP2dmQM"
                            },
                            {
                              "contentType": "application/pdf",
                              "name": "mousse_save_near.[object Object]",
                              "value": "aGfiExqqaTxEjyaOtuwrE0QySgQ0ZHiLgPTGI8X7jx8WWop8Rbn9ocLWAm8cw0PZ"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "01de8544-3687-428c-89e8-35a948ada8c3",
                      "offerId": "cb0e22b4-cee3-43df-8502-ab3d053d3416",
                      "offerItemId": "98227986-89f7-479c-a897-09c844f785d0",
                      "type": "MIDDLE",
                      "value": "UA"
                    },
                    "priorityCode": "JqE",
                    "seat": {
                      "airExtraRef": "30e760fd-2d21-40ce-8b17-5647af698313",
                      "offerId": "73ae36bc-9896-4f77-a5ca-459c2771a3a6",
                      "offerItemId": "dd199a9d-f266-4687-9a81-5e1201784750",
                      "type": "MIDDLE",
                      "value": "Rg"
                    },
                    "status": "UNKNOWN",
                    "upgradeCode": "pFo"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "QzO",
                        "country": "MC",
                        "sign": "GWu"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 6.2
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "11223344",
                            "87654321",
                            "12345678"
                          ],
                          "quantity": 2,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 5.8
                          }
                        }
                      },
                      "barCode": "3o7ppxUCjGCmv69dkK6AiGdAbQQ1h4Ji2tGVMXKb",
                      "checkInSequenceNumber": "468",
                      "deck": {
                        "code": "UPPER",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "BUSINESS",
                        "agentCityName": "Annaworth",
                        "arrivalAirportName": "Port Danielaburgh",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "1408",
                        "cabinClassCode": "m",
                        "cabinText": "BUSINESS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Stockton",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "0628",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "9221",
                        "estimatedDepartureDate": "2026-10-17T00:00:00.0Z",
                        "estimatedDepartureTime": "8499",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY BASIC",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "CARRY ON OK",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "GOLD",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "KSX1",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "4386",
                        "scheduledDepartureDate": "2027-07-21T00:00:00.0Z",
                        "scheduledDepartureTime": "3703",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "narrowbody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 608.73,
                        "atpcoRule": "aqkS",
                        "atpcoTariff": 91,
                        "bookingClass": "a",
                        "brand": "hY",
                        "cabinClass": "FIRST",
                        "cabinClassCode": "W",
                        "discountCategory": "23",
                        "fareBasisCode": "8STXVr",
                        "governingAirline": "[ob",
                        "id": "2c439ac5-2db6-4168-b7c5-9440d4622c53",
                        "operatingBookingClass": "p",
                        "privateTariff": true,
                        "type": "NLX",
                        "vendor": {
                          "code": "SMFC",
                          "value": "SABRE_MYFARES_SUBSCRIBERS"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "AD",
                        "arrivalFlightScheduleStatus": "DELAYED",
                        "arrivalTerminal": "Wz",
                        "arrivalTime": "2026-12-28T00:00:00.0Z",
                        "boardingTime": "1896-08-07T16:27:36.0Z",
                        "changeOfGauge": true,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "SI",
                        "departureFlightScheduleStatus": "EARLY",
                        "departureGate": "cA",
                        "departureTerminal": "HA",
                        "departureTime": "2027-02-22T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 1165
                        },
                        "equipment": "037",
                        "estimatedArrivalTime": "1903-09-23T06:46:47.0Z",
                        "estimatedDepartureTime": "1924-04-30T05:32:20.0Z",
                        "flightDuration": 551,
                        "flightNumber": "1466",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-03-07T00:00:00.0Z",
                            "departureTime": "2027-02-06T00:00:00.0Z",
                            "duration": 43,
                            "elapsedTime": 245
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-08-26T00:00:00.0Z",
                            "departureTime": "2027-06-03T00:00:00.0Z",
                            "duration": 52,
                            "elapsedTime": 90
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-10-29T00:00:00.0Z",
                            "departureTime": "2026-11-09T00:00:00.0Z",
                            "duration": 120,
                            "elapsedTime": 223
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-09-23T00:00:00.0Z",
                            "departureTime": "2027-01-20T00:00:00.0Z",
                            "duration": 89,
                            "elapsedTime": 155
                          }
                        ],
                        "iatci": false,
                        "id": "308c5407-6931-43ba-82c4-8878cb43221d",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "5939",
                        "span": "DOMESTIC",
                        "status": "ON TIME",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": false,
                        "timeToDeparture": 201
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "audio/midi",
                          "name": "vainly_which_in.[object Object]",
                          "value": "G3OQEV3IlAC2Cbz8OwnzLl870sD8RU4ANbVx6dSVasXwneQMbKpb8hXn8lGGedd8"
                        },
                        "image": {
                          "contentType": "audio/webm",
                          "name": "scorn.[object Object]",
                          "value": "lTw2MrT3kuhNWKBw1O6mza7Am37GCyus8VoQ0oJCRaB68YDV14b3D8DbTUZeo4sQ"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/vnd.oasis.opendocument.text",
                            "name": "liquid.[object Object]",
                            "value": "tmkh2ALq8ZYQa4RZrBaC0gbfYBAXqXnPgPUoT4XXWviP4C6LTvXwdF0eeBWk7UJR"
                          },
                          "layout": {
                            "contentType": "application/x-bzip2",
                            "name": "savour_boohoo.[object Object]",
                            "value": "GQCaTAT69AJhmY7ddcRglrIff6XFckY5M78prnNZQvpe7N1OZ0SIpmNCVMumgGOi"
                          },
                          "template": {
                            "contentType": "application/vnd.rar",
                            "name": "doubtfully.[object Object]",
                            "value": "Nq0RqAmsBmxosj23S7f6AfnPKrF3gUhSahZEjJ2AwYjZmLS57Bcn2rlT705eqkj5"
                          },
                          "templates": [
                            {
                              "contentType": "audio/wav",
                              "name": "mortally.[object Object]",
                              "value": "nOAMCVNUZ1LveoDt2VNanncFbqMwyqFhwYBXd9fjg5pk0AZ3d4jDzVRYC8BwWQ2a"
                            },
                            {
                              "contentType": "image/png",
                              "name": "downshift_inexperienced_unto.[object Object]",
                              "value": "vkRezKdClABQGB4C3b3gmHKJiaQLTugc0sB34zQ62o7nWDwTcygedMufVv89iCFF"
                            },
                            {
                              "contentType": "audio/3gpp2",
                              "name": "unkempt.[object Object]",
                              "value": "kPn54AjdUf2nutDMhrd713uQDN3EgQ7q49htGNjmQnyi3iHe42XGiJ3xmSJzeeCH"
                            },
                            {
                              "contentType": "audio/mpeg",
                              "name": "what_than_lean.[object Object]",
                              "value": "LCq3WwFC0XcLthvmQrWYnxXRkANNjIxn8porM6DNhofC9bIxlpsVtc7R7ocvZyJ1"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": false,
                          "skyPriority": true,
                          "zone": "6"
                        },
                        "zpl": {
                          "contentType": "image/vnd.microsoft.icon",
                          "name": "pish_chase.[object Object]",
                          "value": "QTeR23KKIT8jEgiVWENqtEiO8Q0oxsh6A71DDMCYqg9t59voEiFBatUeT1pz0SIr"
                        }
                      },
                      "group": "HLmeHf",
                      "loyaltyAccount": {
                        "id": "1ae83f9c-539a-4d1b-82d4-fa0d5ee32dc7",
                        "latestAwardDate": "2025-09-21",
                        "loyaltyTierLevel": {
                          "atpco": "01",
                          "customerInsight": "09",
                          "name": "silver",
                          "number": 1,
                          "priority": 5,
                          "tag": "Rof"
                        },
                        "memberAirline": "[ob",
                        "memberId": "8286420704",
                        "membershipStartDate": "2024-04-16",
                        "mileage": {
                          "unit": "MILES",
                          "value": 4102
                        },
                        "pnrId": "6",
                        "points": 40925,
                        "source": "SSCI"
                      },
                      "personName": {
                        "first": "Andrew",
                        "last": "Effertz",
                        "middle": "Taylor",
                        "prefix": "Mrs.",
                        "raw": "Daryl Grant DVM",
                        "suffix": "Sr."
                      },
                      "priorityVerificationCard": true,
                      "recordLocator": "BCUWDY",
                      "seat": {
                        "column": "b",
                        "row": "79",
                        "value": "1D"
                      },
                      "source": "OTHER",
                      "standbyPriority": "TD",
                      "supplementaryData": {
                        "dhsStatus": 4,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "24808527877040",
                        "loungeAccess": true,
                        "selectee": false,
                        "skyPriority": true,
                        "spanishLargeFamily": false,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "SX"
                      },
                      "ticketCouponNumber": "94",
                      "ticketNumber": {
                        "airlineAccountingCode": "890",
                        "checkDigit": "2",
                        "number": "07380569053343",
                        "serialNumber": "9544952713"
                      },
                      "upgradePriority": "L3Fsm",
                      "zone": "3"
                    },
                    "checkedIn": true,
                    "checkInNumber": 869,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "mHS9GJgSNK6QIEBhyDTh",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "247"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "jrhIHYoTg7D4z31ZVb9N",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "889"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "0EYKYPS3Us4SyfXvoDYd",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "088"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "925"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "751"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "054"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "505"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "9qYsyjabX7KWaiwmo2O5",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "967"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "836"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "852"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "JJU78GgmLrYNvQvt6Cbe",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "252"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "651"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "100"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "352"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "6df771c5-72ec-4824-8caa-64867a34ad1b",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "font/woff2",
                          "name": "frantically_strait.[object Object]",
                          "value": "t66uwJscdnujYhCuoGuRp2nYkRxQ68MSBoHMG8J2AfsTSCpXkd47Pforxi7vmH8c"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/vnd.amazon.ebook",
                            "name": "prioritize_ew_for.[object Object]",
                            "value": "ZTefmNjUSqINJFNqnRxyF7u9ahuHerwNTceb7Q2RIyoX3CkpwkViBVtIO4ijCB08"
                          },
                          "layout": {
                            "contentType": "font/woff",
                            "name": "crumble_for.[object Object]",
                            "value": "kiyxjFRmbSNxr5RiNXzvdhSHwQKZvVVnBLw7UwIh1CyJf7W53y9FkfjdR8kui5iZ"
                          },
                          "template": {
                            "contentType": "application/json",
                            "name": "vivaciously_intensely_schnitzel.[object Object]",
                            "value": "kMa732cZCNstjX2UcyYngZYANnlp8wXgMOPrgJYyl0KjWoESOg8E4lNMX5b7vBSx"
                          },
                          "templates": [
                            {
                              "contentType": "application/vnd.oasis.opendocument.spreadsheet",
                              "name": "belabor.[object Object]",
                              "value": "7IYFa7KPpq4KfOLuz1WeHQBJ1PF4vigVCKWltgzm9FySyqTiaG1JKhDWvknbrS9p"
                            },
                            {
                              "contentType": "application/gzip",
                              "name": "boo_accidentally.[object Object]",
                              "value": "uYKNu4oZc5LENg8YJxsngBfg8Zsaj5Pf3vzQv8jzwyRN6XJ976ZRVOfL4GGmnpnY"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "ea7d6e33-9432-438a-96b3-5f748eb0bf7d",
                      "offerId": "778441ad-9358-4829-8d4c-c6ad9e4b7b91",
                      "offerItemId": "f5df139f-3f06-4866-936e-c8fa84aca9da",
                      "type": "AISLE",
                      "value": "ZG"
                    },
                    "priorityCode": "peq",
                    "seat": {
                      "airExtraRef": "07d9830e-db3f-427a-b6a1-eb24457a98fe",
                      "offerId": "155070c0-6789-4d6e-8770-68bb777f467b",
                      "offerItemId": "0f30e364-86fe-4afe-8ad0-0b31ca99830d",
                      "type": "MIDDLE",
                      "value": "hX"
                    },
                    "status": "OFFLOADED",
                    "upgradeCode": "6GH"
                  }
                ],
                "passengerOffer": {
                  "offerId": "b7195686-6136-4fd0-a820-18004954",
                  "offerItems": [
                    {
                      "annotations": [
                        {
                          "key": "LhwjWY",
                          "value": "UkzBxUBFXU"
                        },
                        {
                          "key": "chqGxA",
                          "value": "lLzlgeJhLs"
                        },
                        {
                          "key": "dnWnPn",
                          "value": "tfzvxWAPcW"
                        }
                      ],
                      "availableQuantity": 3,
                      "bannerName": "Oriental",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "00b25081-3d8c-4a1c-9c09-dbbb52e9",
                      "offerName": "Electronic Wooden Pizza",
                      "price": {
                        "currency": "LBP",
                        "value": 250.04
                      },
                      "priority": 10
                    },
                    {
                      "annotations": [
                        {
                          "key": "IGGSIk",
                          "value": "xcFjzjralS"
                        },
                        {
                          "key": "onnXNd",
                          "value": "CUfdHLlkTP"
                        }
                      ],
                      "availableQuantity": 17,
                      "bannerName": "Handcrafted",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "07e812fa-73e5-4408-af9e-cfdfa43f",
                      "offerName": "Sleek Steel Shirt",
                      "price": {
                        "currency": "ARS",
                        "value": 307.07
                      },
                      "priority": 3
                    },
                    {
                      "annotations": [
                        {
                          "key": "pnkUjr",
                          "value": "bJefDijMBt"
                        },
                        {
                          "key": "euGapI",
                          "value": "NcjIvFqLrS"
                        },
                        {
                          "key": "SBqdPw",
                          "value": "BiBGlXYbSb"
                        },
                        {
                          "key": "hppAIH",
                          "value": "HBRARFzzne"
                        },
                        {
                          "key": "vlyaJb",
                          "value": "tGfFKnuqJN"
                        }
                      ],
                      "availableQuantity": 6,
                      "bannerName": "Fantastic",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "4a1b4037-c8d4-4c93-bf09-9ffd6564",
                      "offerName": "Gorgeous Marble Fish",
                      "price": {
                        "currency": "ETB",
                        "value": 343.9
                      },
                      "priority": 7
                    },
                    {
                      "annotations": [
                        {
                          "key": "KwQyQY",
                          "value": "FzRFtwBYkb"
                        }
                      ],
                      "availableQuantity": 36,
                      "bannerName": "Oriental",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "3487fba3-0689-4dd4-8788-fbd2f7ee",
                      "offerName": "Intelligent Metal Fish",
                      "price": {
                        "currency": "KRW",
                        "value": 55.77
                      },
                      "priority": 2
                    },
                    {
                      "annotations": [
                        {
                          "key": "DSTTPd",
                          "value": "CtAwgkMPzv"
                        },
                        {
                          "key": "GmbepO",
                          "value": "SwNqKNayXi"
                        }
                      ],
                      "availableQuantity": 6,
                      "bannerName": "Awesome",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "20a27e04-6ed3-4657-a99e-ec2c9df1",
                      "offerName": "Refined Ceramic Shoes",
                      "price": {
                        "currency": "AWG",
                        "value": 318.47
                      },
                      "priority": 5
                    }
                  ]
                },
                "passengerType": "CHD",
                "segmentRef": "d321fc33-66f8-4f6d-ac70-a631bd207303",
                "upgradeAvailability": [
                  {
                    "bookingClassAvailabilityRef": "f27574e7-7fae-4a2c-923c-356bdd7e40b7",
                    "cabin": "y",
                    "description": "First",
                    "id": "c2b81fc1-84f5-4678-afb2-d3f453581e74",
                    "pricedAncillaryRef": "175b597f-994a-4bd8-8851-7bddf887a7f7"
                  },
                  {
                    "bookingClassAvailabilityRef": "9fbb20a5-dcb0-4ae9-88c0-7e71d0f6a925",
                    "cabin": "i",
                    "description": "Premium Economy",
                    "id": "71fa3269-40fd-4909-b2f2-72759b729ef4",
                    "pricedAncillaryRef": "7668ce89-fd6b-4466-b53d-277bf45365b1"
                  },
                  {
                    "bookingClassAvailabilityRef": "650c287f-2fca-4c60-8d5f-5ba001a41d82",
                    "cabin": "l",
                    "description": "Business",
                    "id": "1936bb59-f5d7-47e6-890b-446f4240b6d2",
                    "pricedAncillaryRef": "25629893-8508-4ae3-b2da-3aa5583dc2f8"
                  },
                  {
                    "bookingClassAvailabilityRef": "bfb56df0-610e-4b47-9db0-5b79c56b25bb",
                    "cabin": "t",
                    "description": "First",
                    "id": "7275abcd-5106-40dd-ad6e-d9c1c089dcdd",
                    "pricedAncillaryRef": "72c2092f-1fcb-417b-807b-c4cf7d824805"
                  }
                ]
              }
            ]
          },
          "personName": {
            "first": "German",
            "last": "Welch",
            "middle": "Greer",
            "prefix": "Miss",
            "raw": "Ashley Cassin",
            "suffix": "MD"
          },
          "recordLocator": "DAJXPQ",
          "requestedSearchCriteria": {
            "fulfilled": true
          },
          "requestedType": "SENIOR",
          "syntheticIdentifier": "fxg2ZoMHuFLZjUAzWMN1yJqky",
          "ticket": [
            {
              "agent": {
                "duty": "dU",
                "homeBranch": "26757",
                "homeLocation": "qvR",
                "homeStation": "3723",
                "lniata": "XYspnY",
                "sine": "tMI",
                "stationLocation": "mQG",
                "stationNumber": "0586",
                "ticketingProvider": {
                  "checkDigit": "9",
                  "name": "Olson LLC",
                  "number": "207",
                  "value": "zS"
                },
                "type": "E",
                "workLocation": "YcR"
              },
              "discountDetails": {
                "dealName": [
                  "SUMMER_SALE",
                  "MEMBER_ONLY"
                ],
                "offerName": [
                  "Promo1",
                  "Promo2"
                ],
                "promotionCode": [
                  "SAVE50",
                  "SAVE20"
                ]
              },
              "expiryDate": "2026-11-02",
              "fareCalculation": "rG8vFSS7V40WbevDHr2x",
              "fareCalculationMode": "2",
              "fareCalculationPricing": "6",
              "history": [
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "3962354851",
                        "provider": "[object Object]",
                        "tier": "jU"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "DD",
                    "homeLocation": "XeB",
                    "lniata": "sOJ2qp",
                    "sine": "GAs",
                    "ticketingProvider": {
                      "checkDigit": "6",
                      "name": "McGlynn - Abernathy",
                      "number": "113",
                      "value": "Ll"
                    },
                    "workLocation": "cmt"
                  },
                  "code": "WT",
                  "details": {
                    "accountingCode": "zvVr4e",
                    "affectedCoupons": "80",
                    "currentDocumentStatus": "cS",
                    "documentEventActivity": "YaRPV",
                    "documentPurgeTypeCode": "Nm",
                    "newReservation": "GCJEEU",
                    "oldRemark": "AYhvXmpGYj",
                    "oldReservation": "GJBBEB",
                    "previousDocumentStatus": "AE",
                    "supportingDocument": "3450314271"
                  },
                  "number": 396,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "83",
                      "number": 781,
                      "sequence": 4
                    },
                    "supportingDocument": {
                      "affectedCoupons": "58",
                      "number": 520,
                      "sequence": 1
                    }
                  },
                  "sequence": 3,
                  "serviceCouponHistory": [
                    {
                      "coupon": 3,
                      "currentStatus": "yv",
                      "sequence": 1
                    },
                    {
                      "coupon": 1,
                      "currentStatus": "gd",
                      "sequence": 5
                    },
                    {
                      "coupon": 3,
                      "currentStatus": "VD",
                      "sequence": 4
                    },
                    {
                      "coupon": 2,
                      "currentStatus": "yL",
                      "sequence": 3
                    }
                  ],
                  "transactionInfo": {
                    "id": "194702ca-1ab4-4097-8b90-d223924b9298",
                    "inputMessage": "HoxrwIAPRyrdfFbqzzue",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "McGlynn - Kemmer"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "4822385682",
                        "provider": "[object Object]",
                        "tier": "LZ"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "3535959692",
                        "provider": "[object Object]",
                        "tier": "eF"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "XY",
                    "homeLocation": "MNp",
                    "lniata": "s8yegn",
                    "sine": "BtP",
                    "ticketingProvider": {
                      "checkDigit": "2",
                      "name": "Stiedemann, Hessel and Deckow",
                      "number": "679",
                      "value": "wy"
                    },
                    "workLocation": "xPO"
                  },
                  "code": "Ay",
                  "details": {
                    "accountingCode": "md3Obr",
                    "affectedCoupons": "23",
                    "currentDocumentStatus": "xH",
                    "documentEventActivity": "mEDzx",
                    "documentPurgeTypeCode": "Qg",
                    "newReservation": "BPMYUM",
                    "oldRemark": "VxGqcISXUo",
                    "oldReservation": "EDFAYN",
                    "previousDocumentStatus": "if",
                    "supportingDocument": "6604325668"
                  },
                  "number": 799,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "73",
                      "number": 623,
                      "sequence": 4
                    },
                    "supportingDocument": {
                      "affectedCoupons": "02",
                      "number": 864,
                      "sequence": 5
                    }
                  },
                  "sequence": 5,
                  "serviceCouponHistory": [
                    {
                      "coupon": 9,
                      "currentStatus": "Nm",
                      "sequence": 3
                    },
                    {
                      "coupon": 4,
                      "currentStatus": "nM",
                      "sequence": 2
                    }
                  ],
                  "transactionInfo": {
                    "id": "8328edf2-55a8-480b-a003-7a93e5d247cd",
                    "inputMessage": "DrTRsZDuCMMsKXODfkpP",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Zulauf, O'Reilly and Kuhn"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "6959482384",
                        "provider": "[object Object]",
                        "tier": "oW"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "3438368510",
                        "provider": "[object Object]",
                        "tier": "wz"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "yx",
                    "homeLocation": "Iju",
                    "lniata": "Xp0tls",
                    "sine": "IKi",
                    "ticketingProvider": {
                      "checkDigit": "7",
                      "name": "Lemke, Labadie and Schaden",
                      "number": "215",
                      "value": "FN"
                    },
                    "workLocation": "eTV"
                  },
                  "code": "Cn",
                  "details": {
                    "accountingCode": "jF6LjE",
                    "affectedCoupons": "44",
                    "currentDocumentStatus": "HT",
                    "documentEventActivity": "WiOLW",
                    "documentPurgeTypeCode": "JZ",
                    "newReservation": "STDXCP",
                    "oldRemark": "RGProaWkVY",
                    "oldReservation": "CWGABY",
                    "previousDocumentStatus": "Wg",
                    "supportingDocument": "0203759829"
                  },
                  "number": 177,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "31",
                      "number": 419,
                      "sequence": 4
                    },
                    "supportingDocument": {
                      "affectedCoupons": "92",
                      "number": 374,
                      "sequence": 4
                    }
                  },
                  "sequence": 4,
                  "serviceCouponHistory": [
                    {
                      "coupon": 6,
                      "currentStatus": "RR",
                      "sequence": 5
                    },
                    {
                      "coupon": 3,
                      "currentStatus": "az",
                      "sequence": 4
                    },
                    {
                      "coupon": 3,
                      "currentStatus": "ng",
                      "sequence": 5
                    },
                    {
                      "coupon": 7,
                      "currentStatus": "lv",
                      "sequence": 4
                    },
                    {
                      "coupon": 4,
                      "currentStatus": "Ht",
                      "sequence": 2
                    }
                  ],
                  "transactionInfo": {
                    "id": "a6adedb2-6f7c-4be9-8015-ac1dd1dc103a",
                    "inputMessage": "QlUVAxZbnwCQnvIOvuAm",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Stoltenberg, Kilback and Bruen"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "7925742061",
                        "provider": "[object Object]",
                        "tier": "pA"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "sl",
                    "homeLocation": "gDo",
                    "lniata": "s6MRxI",
                    "sine": "XPB",
                    "ticketingProvider": {
                      "checkDigit": "5",
                      "name": "Kautzer Group",
                      "number": "823",
                      "value": "nV"
                    },
                    "workLocation": "hmm"
                  },
                  "code": "eJ",
                  "details": {
                    "accountingCode": "IKBQi1",
                    "affectedCoupons": "36",
                    "currentDocumentStatus": "wb",
                    "documentEventActivity": "NXYtN",
                    "documentPurgeTypeCode": "RW",
                    "newReservation": "BYZPQF",
                    "oldRemark": "JFvotdnMzx",
                    "oldReservation": "FYMPES",
                    "previousDocumentStatus": "rY",
                    "supportingDocument": "7769257489"
                  },
                  "number": 592,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "73",
                      "number": 382,
                      "sequence": 3
                    },
                    "supportingDocument": {
                      "affectedCoupons": "31",
                      "number": 587,
                      "sequence": 3
                    }
                  },
                  "sequence": 3,
                  "serviceCouponHistory": [
                    {
                      "coupon": 9,
                      "currentStatus": "tD",
                      "sequence": 2
                    },
                    {
                      "coupon": 3,
                      "currentStatus": "In",
                      "sequence": 1
                    },
                    {
                      "coupon": 4,
                      "currentStatus": "Bw",
                      "sequence": 5
                    },
                    {
                      "coupon": 3,
                      "currentStatus": "Wj",
                      "sequence": 4
                    },
                    {
                      "coupon": 9,
                      "currentStatus": "JY",
                      "sequence": 5
                    }
                  ],
                  "transactionInfo": {
                    "id": "09113d1d-41ac-464e-96e7-0b61f36fe245",
                    "inputMessage": "BMIYkjnFMIhasmdBjQds",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Douglas Inc"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "9639580242",
                        "provider": "[object Object]",
                        "tier": "lu"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "4018861103",
                        "provider": "[object Object]",
                        "tier": "fC"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "1614711106",
                        "provider": "[object Object]",
                        "tier": "Om"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "Gx",
                    "homeLocation": "OKj",
                    "lniata": "QeeI1U",
                    "sine": "JiR",
                    "ticketingProvider": {
                      "checkDigit": "3",
                      "name": "Wunsch, Oberbrunner and Larkin",
                      "number": "481",
                      "value": "hl"
                    },
                    "workLocation": "LRn"
                  },
                  "code": "AX",
                  "details": {
                    "accountingCode": "1COBap",
                    "affectedCoupons": "78",
                    "currentDocumentStatus": "Ho",
                    "documentEventActivity": "bCYMc",
                    "documentPurgeTypeCode": "Ar",
                    "newReservation": "HGGGFZ",
                    "oldRemark": "DCkycfzTuj",
                    "oldReservation": "PAXWMC",
                    "previousDocumentStatus": "Wc",
                    "supportingDocument": "3919765626"
                  },
                  "number": 171,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "38",
                      "number": 488,
                      "sequence": 5
                    },
                    "supportingDocument": {
                      "affectedCoupons": "97",
                      "number": 711,
                      "sequence": 5
                    }
                  },
                  "sequence": 4,
                  "serviceCouponHistory": [
                    {
                      "coupon": 7,
                      "currentStatus": "JJ",
                      "sequence": 3
                    },
                    {
                      "coupon": 5,
                      "currentStatus": "HG",
                      "sequence": 2
                    },
                    {
                      "coupon": 4,
                      "currentStatus": "Ni",
                      "sequence": 1
                    },
                    {
                      "coupon": 7,
                      "currentStatus": "jA",
                      "sequence": 1
                    },
                    {
                      "coupon": 7,
                      "currentStatus": "AC",
                      "sequence": 1
                    }
                  ],
                  "transactionInfo": {
                    "id": "be16d777-9f04-4472-8bb3-3381671de5b7",
                    "inputMessage": "BdSiSdrTKIkjyckKJEMQ",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Runte - Hilll"
                  }
                }
              ],
              "id": "7abd922a-94fa-47ea-9070-d2d12c2bcc63",
              "issued": false,
              "issueDate": "2025-12-18T00:00:00.0Z",
              "issueTime": {
                "useForPricing": true,
                "value": "2025-10-23T00:00:00.0Z"
              },
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "AWG",
                    "value": 465.54
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "MOXTLsibdA",
                  "sequence": 4,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "IQD",
                    "value": 18.08
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "GYD",
                    "value": 26.9
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "KWD",
                    "value": 148.29
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": true,
                  "remarks": "bUUOKKVLRI",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "OMR",
                    "value": 185.07
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "TJS",
                    "value": 143.87
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "KGS",
                    "value": 418.88
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": true,
                  "remarks": "HGxjIFcKGK",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "CAD",
                    "value": 49.55
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "VES",
                    "value": 87.73
                  }
                }
              ],
              "presentCreditCard": true,
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "108692",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "ARS",
                      "value": 494.66
                    },
                    "valueCode": "E40I"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 0.8722,
                      "bankerSellingRate": 1.1867,
                      "iataClearingHouseRate": 0.9805
                    },
                    "text": "895489",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "IDR",
                      "value": 243.01
                    },
                    "valueCode": "1hGa"
                  },
                  "net": {
                    "text": "335724",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "XPF",
                      "value": 471.28
                    },
                    "valueCode": "zMsD"
                  },
                  "tax": [
                    {
                      "exempt": false,
                      "name": "GTJTtiUJNr",
                      "sequence": 3,
                      "status": "pr",
                      "taxCode": "mVy",
                      "text": "760575",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "JPY",
                        "value": 263.61
                      },
                      "valueCode": "EXB8"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 0.855,
                    "text": "371491",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "VUV",
                      "value": 420.74
                    },
                    "valueCode": "BAjI"
                  },
                  "totalTax": {
                    "text": "115568",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "ZWL",
                      "value": 487.33
                    },
                    "valueCode": "0TGB"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": false,
                      "name": "bDrzXWTaqn",
                      "sequence": 1,
                      "status": "YD",
                      "taxCode": "AUP",
                      "text": "341744",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "KYD",
                        "value": 396.39
                      },
                      "valueCode": "kRBL"
                    },
                    {
                      "exempt": false,
                      "name": "BnioQJVaRi",
                      "sequence": 1,
                      "status": "Cg",
                      "taxCode": "nlx",
                      "text": "586152",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MGA",
                        "value": 125.31
                      },
                      "valueCode": "Xzx0"
                    },
                    {
                      "exempt": true,
                      "name": "cUzphLmNUS",
                      "sequence": 2,
                      "status": "jy",
                      "taxCode": "hFt",
                      "text": "528853",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "TND",
                        "value": 414.84
                      },
                      "valueCode": "WUiy"
                    },
                    {
                      "exempt": false,
                      "name": "DUkaZkWKpU",
                      "sequence": 5,
                      "status": "ek",
                      "taxCode": "wFZ",
                      "text": "786041",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "TOP",
                        "value": 313.16
                      },
                      "valueCode": "B3tg"
                    },
                    {
                      "exempt": true,
                      "name": "RyyxBMUWXH",
                      "sequence": 1,
                      "status": "yX",
                      "taxCode": "Ebq",
                      "text": "411102",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MOP",
                        "value": 309.71
                      },
                      "valueCode": "vTMF"
                    }
                  ]
                }
              },
              "refundable": false,
              "relatedDocument": {
                "conjuctive": [
                  {
                    "checkDigit": "6",
                    "number": "7907228080404",
                    "sequence": 3
                  },
                  {
                    "checkDigit": "4",
                    "number": "3238191513090",
                    "sequence": 2
                  },
                  {
                    "checkDigit": "6",
                    "number": "0075034006374",
                    "sequence": 4
                  }
                ]
              },
              "reservation": {
                "creationDate": "2026-08-05T00:00:00.0Z",
                "provider": "Mann, Crooks and Bergnaum",
                "recordLocator": "YAEJXU"
              },
              "systemCreateDateTime": "2026-08-17T00:00:00.0Z",
              "ticketCoupon": [
                {
                  "bagAllowance": "0PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Must fit under seat",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "OPTIONAL_SERVICES",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 164
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 127
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "1DM-XL6W",
                            "quantity": 1
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 69
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 167
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 106
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "QazOlY",
                          "ruleType": "ADDITIONAL"
                        },
                        "id": "jh2oCWeD",
                        "pricedAncillaryRef": "HRbaF4Ny",
                        "quantity": 2,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 27
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 37.8
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 9.7
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "CTuDlW0G",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 130
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4.9
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "XOF",
                            "unitDescription": "per Piece",
                            "value": 70.55
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "Z-F1aaBa",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 62
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "LRD",
                            "unitDescription": "per Piece",
                            "value": 56.2
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 143
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 48.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "pZ6htc4C",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 65
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 161
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 167
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 185
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 123
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 2.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "4qRsnxki",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 159
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 67
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 174
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 4.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "OVNpPoIs",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 126
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 173
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "zDzkcma5",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 143
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 138
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 12.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 107
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 158
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 171
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 139
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 66
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 72
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 139
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 169
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 174
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 116
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 167
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 132
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 57
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 102
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 110
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "yuROrJ",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "tPIlovPH",
                          "pricedAncillaryRef": "PQP8UJIp",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 35.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 33.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 36.9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 36.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 15.6
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 92
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "8DYMDotj",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 60
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 188
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 81
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 80
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "kngoDAve",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 146
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 195
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 108
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "HjS6_oBz",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 60
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 30.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 19.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 13
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "rZ5ISDUh",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 59
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 71
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "OgeNNYjx",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 67
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 193
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 85
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 86
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 163
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 54
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 136
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 114
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 189
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "ElxAmj",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "opmnycQr",
                          "pricedAncillaryRef": "sqtEz_j_",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 18.6
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "crvwtMjq",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 71
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 53
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 13.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "XAF",
                            "unitDescription": "per Kilo",
                            "value": 99.98
                          },
                          "notPermitted": true,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "ImmcUv",
                    "value": "RQ"
                  },
                  "classOfService": "D",
                  "couponNumber": "24",
                  "couponUse": "y",
                  "currentStatus": "OO",
                  "endDateTime": "2026-09-18T00:00:00.0Z",
                  "endLocation": "aBD",
                  "fareBasisCode": "Axrjzowj",
                  "marketingFlightNumber": "1449",
                  "marketingProvider": {
                    "checkDigit": "5",
                    "name": "Cronin Inc",
                    "number": "902",
                    "value": "sQ"
                  },
                  "segmentRef": "09e5a81e-a561-42ec-a166-f35485261bc5",
                  "startDateTime": "2026-09-07T00:00:00.0Z",
                  "startLocation": "oZT",
                  "status": "USED",
                  "stopOver": "r"
                },
                {
                  "bagAllowance": "0PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Additional item allowed",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "OPTIONAL_SERVICES",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 115
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 135
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 103
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "WqiaDINx",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 109
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 72
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 147
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "hylm6H",
                          "ruleType": "OVERRIDE_ALLOWANCE"
                        },
                        "id": "V_34u5b6",
                        "pricedAncillaryRef": "Xq78_C7z",
                        "quantity": 3,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 29.1
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 23.3
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 42.5
                          }
                        ],
                        "unknown": false
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "6QOpGS-m",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 72
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 159
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 163
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 13.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 13.7
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "XCD",
                            "unitDescription": "per Kilo",
                            "value": 10.6
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 125
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 190
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 61
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 100
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 104
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 40.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 48
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 49.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 40.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "DT4oFmpQ",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 50
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 30.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "6_lTOcw9",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 179
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 104
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "Kd88EpeI",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 175
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 115
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 17.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "eiy_3SQz",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 130
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 134
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 161
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 61
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 80
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 86
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 74
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 152
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 191
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 77
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 174
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 40.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 149
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 94
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 63
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 141
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 50
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "wb5q0y",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "JdaHj6OF",
                          "pricedAncillaryRef": "jjgXRrR4",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 29.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 43.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 21.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 17.9
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "jKGfww7J",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 93
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 156
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 176
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 171
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25.9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "MKD",
                            "unitDescription": "per Kilo",
                            "value": 67.32
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "7fG9soXl",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 129
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "TJS",
                            "unitDescription": "per Piece",
                            "value": 49.62
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "Ua1tfKG2",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 120
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 83
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 53
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 135
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 13.1
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "MVR",
                            "unitDescription": "per Piece",
                            "value": 85.73
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "BHSABV",
                    "value": "OK"
                  },
                  "classOfService": "Z",
                  "couponNumber": "84",
                  "couponUse": "d",
                  "currentStatus": "ws",
                  "endDateTime": "2026-11-21T00:00:00.0Z",
                  "endLocation": "yrD",
                  "fareBasisCode": "uzWCWbrG",
                  "marketingFlightNumber": "2125",
                  "marketingProvider": {
                    "checkDigit": "1",
                    "name": "Bailey - Schmidt",
                    "number": "350",
                    "value": "fA"
                  },
                  "segmentRef": "0a7d3116-fd0d-483c-b4bc-aec021068822",
                  "startDateTime": "2027-01-20T00:00:00.0Z",
                  "startLocation": "MRH",
                  "status": "NO_SEAT",
                  "stopOver": "D"
                },
                {
                  "bagAllowance": "2PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Additional item allowed",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "OPTIONAL_SERVICES",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 95
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 163
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 104
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "Q2Y2WdYv",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 92
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 21.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.7
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 76
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 147
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 100
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 191
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 79
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "Jk4W6M",
                          "ruleType": "FEE_WAIVER"
                        },
                        "id": "pvhxoPGp",
                        "pricedAncillaryRef": "V8VayFeR",
                        "quantity": 2,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 23.1
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 4.6
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 48.1
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 20.8
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "uFqe1ia2",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 97
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 100
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 120
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 178
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 183
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 6.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "PGK",
                            "unitDescription": "per Kilo",
                            "value": 74.61
                          },
                          "notPermitted": true,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 119
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 56
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 190
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 115
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "yigR92gt",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 148
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 187
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 48
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "WWzJmY4P",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 160
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 197
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 2.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "a36te-d_",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 114
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 67
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 11.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 13.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 23.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "PiDvgRz1",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 158
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 185
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 121
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 106
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "cF74PyA2",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 158
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 71
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 111
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 118
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 88
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "JRL1fe",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "Uz8sJrVV",
                          "pricedAncillaryRef": "cFitGOxI",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 21
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 33.9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 10.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 12
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 19.5
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 178
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 63
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 4.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "twyIGm6z",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 136
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 63
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 179
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 180
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 117
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 11.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "P4qpUmXL",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 73
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 3.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "d0XAcH56",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 135
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 168
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 17.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 3.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 13.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 35
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "sktm2cBC",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 115
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 184
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 62
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 200
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 85
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 65
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 196
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 194
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 72
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 34.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 94
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 71
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 156
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 139
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 59
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "GspwwI",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "UThpIEtw",
                          "pricedAncillaryRef": "o2aHj_Dv",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 17.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 23.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 45.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 12.4
                            }
                          ],
                          "unknown": true
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "1FuZhAsz",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 62
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 77
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 94
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 86
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 110
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "COP",
                            "unitDescription": "per Kilo",
                            "value": 21.06
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "Sd2jN7MM",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 122
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.5
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "GIP",
                            "unitDescription": "per Kilo",
                            "value": 67.65
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "pP_lgWh0",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 172
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 34.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 27.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15.3
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "SHP",
                            "unitDescription": "per Kilo",
                            "value": 90.68
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "oSR4OPbY",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 136
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 143
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 113
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 186
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 61
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 27
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "RSD",
                            "unitDescription": "per Kilo",
                            "value": 42.6
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "XzTHmQEa",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 152
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 94
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 60
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 115
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 111
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 46
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 20.5
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "HKD",
                            "unitDescription": "per Piece",
                            "value": 39.87
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "kwVSCA",
                    "value": "OK"
                  },
                  "classOfService": "b",
                  "couponNumber": "16",
                  "couponUse": "r",
                  "currentStatus": "dE",
                  "endDateTime": "2027-04-04T00:00:00.0Z",
                  "endLocation": "nEN",
                  "fareBasisCode": "eUzMiYi8",
                  "marketingFlightNumber": "1360",
                  "marketingProvider": {
                    "checkDigit": "0",
                    "name": "Ankunding, Ferry and Mitchell",
                    "number": "860",
                    "value": "ey"
                  },
                  "segmentRef": "687cdba7-c3f2-47dd-ba00-c390bcd0c910",
                  "startDateTime": "2026-09-30T00:00:00.0Z",
                  "startLocation": "Xxg",
                  "status": "USED",
                  "stopOver": "D"
                }
              ],
              "ticketNumber": {
                "airlineAccountingCode": "475",
                "checkDigit": "0",
                "number": "24574587106032",
                "serialNumber": "9133834536"
              },
              "ticketRemark": [
                {
                  "category": "OTHER",
                  "header": "ckgatknvoo",
                  "remarkLine": "NfkWTvJQawuRa6Sakr3w0DX78y2tQgNZMRvFAuH4mqnypFdZva",
                  "sequence": 69,
                  "type": "Special Assistance"
                }
              ],
              "tourNumber": "QL4kR7"
            },
            {
              "agent": {
                "duty": "hu",
                "homeBranch": "62957",
                "homeLocation": "VKa",
                "homeStation": "4857",
                "lniata": "k0JSvc",
                "sine": "Kqi",
                "stationLocation": "LQe",
                "stationNumber": "9195",
                "ticketingProvider": {
                  "checkDigit": "7",
                  "name": "Mayert LLC",
                  "number": "952",
                  "value": "Hc"
                },
                "type": "K",
                "workLocation": "aCI"
              },
              "discountDetails": {
                "dealName": [
                  "MEMBER_ONLY",
                  "EARLY_BIRD",
                  "SUMMER_SALE"
                ],
                "offerName": [
                  "Promo2",
                  "Promo1"
                ],
                "promotionCode": [
                  "SAVE50",
                  "SAVE20"
                ]
              },
              "expiryDate": "2026-12-02",
              "fareCalculation": "niG15DTmVCS0ABBwrI8R",
              "fareCalculationMode": "5",
              "fareCalculationPricing": "4",
              "history": [
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "0703610334",
                        "provider": "[object Object]",
                        "tier": "Lf"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "Eq",
                    "homeLocation": "HOB",
                    "lniata": "aHphTN",
                    "sine": "BKQ",
                    "ticketingProvider": {
                      "checkDigit": "2",
                      "name": "Wilderman - Anderson",
                      "number": "758",
                      "value": "wk"
                    },
                    "workLocation": "NSa"
                  },
                  "code": "iQ",
                  "details": {
                    "accountingCode": "u3CyKS",
                    "affectedCoupons": "80",
                    "currentDocumentStatus": "Yl",
                    "documentEventActivity": "BGjON",
                    "documentPurgeTypeCode": "PC",
                    "newReservation": "MZFKJU",
                    "oldRemark": "bsnRhsSGbk",
                    "oldReservation": "YCDHWT",
                    "previousDocumentStatus": "wj",
                    "supportingDocument": "7469437779"
                  },
                  "number": 825,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "49",
                      "number": 723,
                      "sequence": 5
                    },
                    "supportingDocument": {
                      "affectedCoupons": "93",
                      "number": 917,
                      "sequence": 4
                    }
                  },
                  "sequence": 5,
                  "serviceCouponHistory": [
                    {
                      "coupon": 1,
                      "currentStatus": "DF",
                      "sequence": 3
                    },
                    {
                      "coupon": 3,
                      "currentStatus": "lO",
                      "sequence": 5
                    },
                    {
                      "coupon": 7,
                      "currentStatus": "Le",
                      "sequence": 5
                    }
                  ],
                  "transactionInfo": {
                    "id": "3568924e-6e14-4bd2-a240-677eaa39eea0",
                    "inputMessage": "vdNgVyJiroSnGUzvrHQo",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Roob, Hermiston and Witting"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "5055713689",
                        "provider": "[object Object]",
                        "tier": "Yd"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "5530301639",
                        "provider": "[object Object]",
                        "tier": "LB"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "1808595964",
                        "provider": "[object Object]",
                        "tier": "La"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "1514740067",
                        "provider": "[object Object]",
                        "tier": "Hu"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "3403770646",
                        "provider": "[object Object]",
                        "tier": "Xi"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "OI",
                    "homeLocation": "ltg",
                    "lniata": "CXCueB",
                    "sine": "hnD",
                    "ticketingProvider": {
                      "checkDigit": "5",
                      "name": "Glover - Mante",
                      "number": "615",
                      "value": "Nu"
                    },
                    "workLocation": "yZv"
                  },
                  "code": "Be",
                  "details": {
                    "accountingCode": "hiuLRy",
                    "affectedCoupons": "21",
                    "currentDocumentStatus": "jW",
                    "documentEventActivity": "AEcqt",
                    "documentPurgeTypeCode": "To",
                    "newReservation": "CKZWEM",
                    "oldRemark": "usoixVFFKu",
                    "oldReservation": "MJXXSJ",
                    "previousDocumentStatus": "uD",
                    "supportingDocument": "8280939538"
                  },
                  "number": 886,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "55",
                      "number": 438,
                      "sequence": 1
                    },
                    "supportingDocument": {
                      "affectedCoupons": "95",
                      "number": 343,
                      "sequence": 5
                    }
                  },
                  "sequence": 2,
                  "serviceCouponHistory": [
                    {
                      "coupon": 9,
                      "currentStatus": "hR",
                      "sequence": 2
                    },
                    {
                      "coupon": 7,
                      "currentStatus": "Uy",
                      "sequence": 4
                    },
                    {
                      "coupon": 3,
                      "currentStatus": "FK",
                      "sequence": 5
                    }
                  ],
                  "transactionInfo": {
                    "id": "aef6c259-a87e-4804-8790-fd8a6918e909",
                    "inputMessage": "cvOgyFrXtYvQsnDMyOUv",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Daniel, Streich and Olson"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "7022902252",
                        "provider": "[object Object]",
                        "tier": "Uk"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "4530674887",
                        "provider": "[object Object]",
                        "tier": "lM"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "1232831664",
                        "provider": "[object Object]",
                        "tier": "Hb"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "9008513439",
                        "provider": "[object Object]",
                        "tier": "Cz"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "pv",
                    "homeLocation": "Rhn",
                    "lniata": "ibcPIX",
                    "sine": "asY",
                    "ticketingProvider": {
                      "checkDigit": "1",
                      "name": "DuBuque, Schowalter and Dibbert",
                      "number": "046",
                      "value": "me"
                    },
                    "workLocation": "vgK"
                  },
                  "code": "Lm",
                  "details": {
                    "accountingCode": "sG1QgP",
                    "affectedCoupons": "49",
                    "currentDocumentStatus": "Tp",
                    "documentEventActivity": "WCNnp",
                    "documentPurgeTypeCode": "kI",
                    "newReservation": "QZSUGZ",
                    "oldRemark": "OmcFoBLDJQ",
                    "oldReservation": "TZXSXK",
                    "previousDocumentStatus": "rs",
                    "supportingDocument": "9913180195"
                  },
                  "number": 464,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "38",
                      "number": 847,
                      "sequence": 4
                    },
                    "supportingDocument": {
                      "affectedCoupons": "90",
                      "number": 224,
                      "sequence": 4
                    }
                  },
                  "sequence": 1,
                  "serviceCouponHistory": [
                    {
                      "coupon": 9,
                      "currentStatus": "zf",
                      "sequence": 4
                    }
                  ],
                  "transactionInfo": {
                    "id": "13121277-1b2d-47f3-9bff-c879844f3525",
                    "inputMessage": "VEGuafvCeLaalaeguNnj",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Borer, Considine and King"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "0237016692",
                        "provider": "[object Object]",
                        "tier": "jP"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "dO",
                    "homeLocation": "zoZ",
                    "lniata": "HE7LZu",
                    "sine": "fsh",
                    "ticketingProvider": {
                      "checkDigit": "6",
                      "name": "Wehner - Ferry",
                      "number": "965",
                      "value": "KY"
                    },
                    "workLocation": "AvW"
                  },
                  "code": "Fd",
                  "details": {
                    "accountingCode": "byxWCr",
                    "affectedCoupons": "69",
                    "currentDocumentStatus": "tE",
                    "documentEventActivity": "AtMTc",
                    "documentPurgeTypeCode": "od",
                    "newReservation": "XFCEYY",
                    "oldRemark": "LWNOqmcIFC",
                    "oldReservation": "MAJSEP",
                    "previousDocumentStatus": "jL",
                    "supportingDocument": "3661897301"
                  },
                  "number": 192,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "60",
                      "number": 804,
                      "sequence": 1
                    },
                    "supportingDocument": {
                      "affectedCoupons": "99",
                      "number": 176,
                      "sequence": 1
                    }
                  },
                  "sequence": 3,
                  "serviceCouponHistory": [
                    {
                      "coupon": 7,
                      "currentStatus": "RY",
                      "sequence": 1
                    },
                    {
                      "coupon": 2,
                      "currentStatus": "Ot",
                      "sequence": 4
                    },
                    {
                      "coupon": 6,
                      "currentStatus": "Ev",
                      "sequence": 1
                    }
                  ],
                  "transactionInfo": {
                    "id": "a21da7bb-cf1c-423d-b693-698ddb8b2410",
                    "inputMessage": "cJNhJuebZjLYzGALxyPO",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Williamson - Sipes"
                  }
                }
              ],
              "id": "edb7c00d-1323-4729-8a2e-ceb674449f35",
              "issued": false,
              "issueDate": "2025-11-19T00:00:00.0Z",
              "issueTime": {
                "useForPricing": false,
                "value": "2026-04-18T00:00:00.0Z"
              },
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "WST",
                    "value": 450.66
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "tqNLeFIVsb",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "BGN",
                    "value": 102.2
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "NZD",
                    "value": 175.74
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "TOP",
                    "value": 323.29
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": false,
                  "remarks": "FUhOkNzneR",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "SAR",
                    "value": 458.12
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "MWK",
                    "value": 309.07
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "HTG",
                    "value": 263.8
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "fMHEnVIhdM",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "ARS",
                    "value": 132.39
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "SYP",
                    "value": 454.56
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "UZS",
                    "value": 473.12
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": false,
                  "remarks": "FPmBYmgDvE",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "MKD",
                    "value": 358.32
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "AZN",
                    "value": 341.9
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "WST",
                    "value": 414.82
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "iSBxqwRWJx",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "ZWL",
                    "value": 106.03
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "AWG",
                    "value": 252.96
                  }
                }
              ],
              "presentCreditCard": false,
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "059419",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "SBD",
                      "value": 433.8
                    },
                    "valueCode": "o0dD"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 0.963,
                      "bankerSellingRate": 1.1072,
                      "iataClearingHouseRate": 1.0024
                    },
                    "text": "947126",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "GEL",
                      "value": 428.04
                    },
                    "valueCode": "cI3V"
                  },
                  "net": {
                    "text": "624358",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "LRD",
                      "value": 79.86
                    },
                    "valueCode": "e5D3"
                  },
                  "tax": [
                    {
                      "exempt": false,
                      "name": "DaIEvoiUSt",
                      "sequence": 4,
                      "status": "oD",
                      "taxCode": "DhZ",
                      "text": "491574",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "CNY",
                        "value": 241.71
                      },
                      "valueCode": "o14m"
                    },
                    {
                      "exempt": false,
                      "name": "gqmjvtNIBT",
                      "sequence": 4,
                      "status": "vX",
                      "taxCode": "vlq",
                      "text": "857775",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "CUP",
                        "value": 211.09
                      },
                      "valueCode": "wyZ7"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 1.1807,
                    "text": "297663",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "VND",
                      "value": 343.72
                    },
                    "valueCode": "ZsbC"
                  },
                  "totalTax": {
                    "text": "915388",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "SAR",
                      "value": 59.91
                    },
                    "valueCode": "O5dT"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": false,
                      "name": "rAMWHmbvSB",
                      "sequence": 4,
                      "status": "wE",
                      "taxCode": "ffZ",
                      "text": "363011",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "LYD",
                        "value": 167.56
                      },
                      "valueCode": "QD10"
                    },
                    {
                      "exempt": true,
                      "name": "RXQJEfcYEv",
                      "sequence": 1,
                      "status": "cX",
                      "taxCode": "SJi",
                      "text": "343763",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "HUF",
                        "value": 175.1
                      },
                      "valueCode": "dASD"
                    }
                  ]
                }
              },
              "refundable": false,
              "relatedDocument": {
                "conjuctive": [
                  {
                    "checkDigit": "4",
                    "number": "5136151547755",
                    "sequence": 5
                  },
                  {
                    "checkDigit": "9",
                    "number": "3752334986903",
                    "sequence": 5
                  },
                  {
                    "checkDigit": "2",
                    "number": "6450356013781",
                    "sequence": 3
                  }
                ]
              },
              "reservation": {
                "creationDate": "2026-04-21T00:00:00.0Z",
                "provider": "Mohr - McCullough",
                "recordLocator": "VTJAKE"
              },
              "systemCreateDateTime": "2026-08-15T00:00:00.0Z",
              "ticketCoupon": [
                {
                  "bagAllowance": "0PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Additional item allowed",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "ENTITLEMENTS",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 112
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 75
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 85
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 68
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 138
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 40.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "8o7hw-h1",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 144
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 53
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 87
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 155
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "Y8dWmHaA",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 187
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "PGvkVJwq",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 60
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "-DhEEl9v",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 98
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "loFiw2SC",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 70
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 70
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 131
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 177
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 88
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25.7
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 51
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 94
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 54
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 85
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.6
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 125
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 129
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 143
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 117
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 94
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 24.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 75
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.7
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 132
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 33.1
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "Gt0P85",
                          "ruleType": "OVERRIDE_ALLOWANCE"
                        },
                        "id": "yrQatLjJ",
                        "pricedAncillaryRef": "TBhwUDjJ",
                        "quantity": 1,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 50
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 34.3
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 17.1
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 11.6
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 31.1
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "wbwFta5P",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 99
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 66
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 125
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 186
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.1
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "NIO",
                            "unitDescription": "per Kilo",
                            "value": 97.74
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "DyO-fwMC",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 158
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 162
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 182
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 7.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 13.8
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "RWF",
                            "unitDescription": "per Kilo",
                            "value": 88.75
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "Zd3VWFKX",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 122
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 160
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 116
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 139
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 116
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.3
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "GHS",
                            "unitDescription": "per Kilo",
                            "value": 95.21
                          },
                          "notPermitted": false,
                          "unknown": true
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 185
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 133
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 11.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "q-nykvWo",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 67
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 96
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 81
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 128
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 159
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 165
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 127
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "L5VaAA",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "Gp-w1Na1",
                          "pricedAncillaryRef": "cXrpWm0e",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 4.3
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 39.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 20.9
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 71
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 80
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 40.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "z0uWLPzO",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 53
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 172
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 1.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 49.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "GOHjY9y8",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 113
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 122
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 105
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 153
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 5.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 5.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "2pydWn_Y",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 121
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 171
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 69
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 179
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 75
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "bXS-c5sJ",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 52
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 56
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 118
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "GSmoh_L5",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 69
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 136
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 73
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 18.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 54
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 128
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 149
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 145
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "XSncCt",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "xgGmrfzd",
                          "pricedAncillaryRef": "QBpeMovo",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 14.2
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 5.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 43.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 7.5
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "JiOgCFcX",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 189
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 110
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 86
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 71
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2.5
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "GEL",
                            "unitDescription": "per Piece",
                            "value": 45.48
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "joQ2dsuU",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 119
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 178
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 69
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 156
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 143
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.6
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "GMD",
                            "unitDescription": "per Piece",
                            "value": 68.98
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "aJrAOgGf",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 86
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 160
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 21.6
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "NGN",
                            "unitDescription": "per Piece",
                            "value": 85.73
                          },
                          "notPermitted": false,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "vVOxyB",
                    "value": "RQ"
                  },
                  "classOfService": "K",
                  "couponNumber": "23",
                  "couponUse": "r",
                  "currentStatus": "CY",
                  "endDateTime": "2027-03-01T00:00:00.0Z",
                  "endLocation": "FUt",
                  "fareBasisCode": "I8indvAs",
                  "marketingFlightNumber": "8717",
                  "marketingProvider": {
                    "checkDigit": "2",
                    "name": "Torp, Langworth and Wolff",
                    "number": "853",
                    "value": "qt"
                  },
                  "segmentRef": "0adac955-59a5-42f9-92a0-21022707773e",
                  "startDateTime": "2027-03-03T00:00:00.0Z",
                  "startLocation": "lOK",
                  "status": "REFUNDED",
                  "stopOver": "n"
                },
                {
                  "bagAllowance": "2PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Must fit under seat",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "ENTITLEMENTS",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 187
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 128
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 100
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 90
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "-55giu2i",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 128
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 45.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 171
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 142
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 162
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 138
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 121
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 27.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 6.3
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "n2cSyu",
                          "ruleType": "FEE_WAIVER"
                        },
                        "id": "e3LHaw0M",
                        "pricedAncillaryRef": "C1wOpIFu",
                        "quantity": 3,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 19.7
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 30.9
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 31.7
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 16.6
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 19.9
                          }
                        ],
                        "unknown": false
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "BlSg46KP",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 176
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "GBP",
                            "unitDescription": "per Kilo",
                            "value": 36.62
                          },
                          "notPermitted": true,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 150
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 30.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "uhrm_sTO",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 83
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 153
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 66
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 48.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "xAt7_d2a",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 103
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 152
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 137
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 38.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "rrweu91j",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 172
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 60
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 57
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 12.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 4.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "Zch9_-Nd",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 78
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 40.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 40.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "WCYCGa",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "Y8JbFkpb",
                          "pricedAncillaryRef": "x3R9kGzS",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 14.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 21
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 9.1
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 190
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "b3L5exYY",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 74
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 124
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 103
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 56
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 119
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 140
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 134
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 162
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "CLiT00",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "4cehW_Uk",
                          "pricedAncillaryRef": "5XpZluUO",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 19.7
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "4cbWehZS",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 91
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "JPY",
                            "unitDescription": "per Piece",
                            "value": 60.01
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "QUMFwXHV",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 173
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 171
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 164
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25.5
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "LKR",
                            "unitDescription": "per Piece",
                            "value": 52.88
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "6jPFpNxb",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 102
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 112
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 24.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "SOS",
                            "unitDescription": "per Kilo",
                            "value": 24.99
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "nvBXAO",
                    "value": "CN"
                  },
                  "classOfService": "u",
                  "couponNumber": "60",
                  "couponUse": "J",
                  "currentStatus": "dj",
                  "endDateTime": "2027-05-22T00:00:00.0Z",
                  "endLocation": "gdP",
                  "fareBasisCode": "FxUdXdcR",
                  "marketingFlightNumber": "1666",
                  "marketingProvider": {
                    "checkDigit": "0",
                    "name": "Bernhard - Swaniawski",
                    "number": "713",
                    "value": "gk"
                  },
                  "segmentRef": "198fbe7f-f9d9-41d1-bca5-5ea45fec520c",
                  "startDateTime": "2026-12-22T00:00:00.0Z",
                  "startLocation": "kJj",
                  "status": "REFUNDED",
                  "stopOver": "k"
                },
                {
                  "bagAllowance": "1PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Must fit under seat",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "ENTITLEMENTS",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 119
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 137
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 142
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 106
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 56
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 12.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "dKwiMNEU",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 165
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 96
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 120
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 107
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 14.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "jKJUIwfz",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 80
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 159
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 113
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 68
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 70
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "V0gLm0lj",
                            "quantity": 1
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 126
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 164
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 122
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.5
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 185
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 158
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 110
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 63
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.2
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 85
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.8
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 148
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 131
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 116
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 94
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 21.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26.5
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 116
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.5
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "ijCx8f",
                          "ruleType": "FEE_WAIVER"
                        },
                        "id": "2v-bZE9n",
                        "pricedAncillaryRef": "iePcdIqc",
                        "quantity": 3,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 47.1
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 7.7
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 20.5
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 39
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 24.4
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "q9JMAec7",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 94
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 53
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 155
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 60
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "MZN",
                            "unitDescription": "per Piece",
                            "value": 91.65
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "BYIIWROx",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 81
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 180
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 127
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 59
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 64
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "SRD",
                            "unitDescription": "per Kilo",
                            "value": 13.55
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "KP5LUUqh",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 61
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 145
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 121
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 86
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.6
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "SEK",
                            "unitDescription": "per Kilo",
                            "value": 86.43
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "H8Iw5d12",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 80
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 110
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "SRD",
                            "unitDescription": "per Kilo",
                            "value": 96.67
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 58
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "1OlmeRav",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 118
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 186
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 188
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "sqNtUFAE",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 195
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 96
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 92
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 63
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 89
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 141
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 126
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 123
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 131
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 159
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 70
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 123
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 193
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 87
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 166
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "t284Dp",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "25bF9DkE",
                          "pricedAncillaryRef": "f-W-n1Ds",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 10.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 20.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 46
                            }
                          ],
                          "unknown": true
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "DgQMQnsy",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 197
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 152
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 97
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 157
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 84
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "BWP",
                            "unitDescription": "per Kilo",
                            "value": 13.76
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "u1pwaSuy",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 135
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 186
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 7.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.6
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "WST",
                            "unitDescription": "per Piece",
                            "value": 54.61
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "rOGUFimS",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 195
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 130
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 183
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 107
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 188
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.1
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "SBD",
                            "unitDescription": "per Piece",
                            "value": 54.44
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "DOxjtvTZ",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 77
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 105
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 117
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 27.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "MUR",
                            "unitDescription": "per Kilo",
                            "value": 71.88
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "BDupQR",
                    "value": "CN"
                  },
                  "classOfService": "F",
                  "couponNumber": "75",
                  "couponUse": "V",
                  "currentStatus": "BU",
                  "endDateTime": "2027-04-04T00:00:00.0Z",
                  "endLocation": "sCi",
                  "fareBasisCode": "JCJPB4Ge",
                  "marketingFlightNumber": "0181",
                  "marketingProvider": {
                    "checkDigit": "6",
                    "name": "Greenfelder, Streich and Walter",
                    "number": "898",
                    "value": "hc"
                  },
                  "segmentRef": "4100dbba-af57-4dba-b4e4-ff72da61181d",
                  "startDateTime": "2026-09-09T00:00:00.0Z",
                  "startLocation": "YoZ",
                  "status": "NO_GO",
                  "stopOver": "a"
                }
              ],
              "ticketNumber": {
                "airlineAccountingCode": "377",
                "checkDigit": "2",
                "number": "82885586414021",
                "serialNumber": "8146198541"
              },
              "ticketRemark": [
                {
                  "category": "MANUAL",
                  "header": "zEYqaflcJj",
                  "remarkLine": "fFznnFU6xHvFxq2y0uXX57zNhnlSHfvl2gJNskFOxHu7B3k5pg",
                  "sequence": 8,
                  "type": "Special Assistance"
                },
                {
                  "category": "ORIGINALISSUE",
                  "header": "OKhOogJcVP",
                  "remarkLine": "6pQvKBPKneAzGas3VQaFgb7WQfNPXS0F9XKJtWZrGzdeUEXHhE",
                  "sequence": 18,
                  "type": "Baggage"
                },
                {
                  "category": "PREPAID",
                  "header": "TxHolMNpdt",
                  "remarkLine": "SEjwZdz4BWWnzW6pFqJIvLHxLuroRc5UBWUlJnyVF7hAF103M3",
                  "sequence": 20,
                  "type": "General"
                }
              ],
              "tourNumber": "aF6apW"
            }
          ],
          "timaticVerificationResults": {
            "status": "OVERRIDDEN",
            "timaticCountryRequirements": [
              {
                "country": "VI",
                "countryName": "British Indian Ocean Territory (Chagos Archipelago)",
                "status": "NOT_OK_TO_BOARD",
                "timaticVerificationSection": [
                  {
                    "name": "OTHERS",
                    "timaticDetail": [
                      {
                        "subtype": "Recommendation",
                        "type": "Passport",
                        "value": "Required"
                      }
                    ]
                  }
                ]
              },
              {
                "country": "SV",
                "countryName": "Singapore",
                "status": "OK_TO_BOARD",
                "timaticVerificationSection": [
                  {
                    "name": "HEALTH",
                    "timaticDetail": [
                      {
                        "subtype": "Applicable",
                        "type": "Health",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Information",
                        "type": "Visa",
                        "value": "Required"
                      },
                      {
                        "subtype": "Requirement",
                        "type": "Visa",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Exception",
                        "type": "Passport",
                        "value": "Required"
                      },
                      {
                        "subtype": "Information",
                        "type": "Visa",
                        "value": "Conditional"
                      }
                    ]
                  }
                ]
              },
              {
                "country": "GY",
                "countryName": "Uzbekistan",
                "status": "OK_TO_BOARD",
                "timaticVerificationSection": [
                  {
                    "name": "PASSPORT",
                    "timaticDetail": [
                      {
                        "subtype": "Exception",
                        "type": "Visa",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Exception",
                        "type": "Customs",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Requirement",
                        "type": "Health",
                        "value": "Exempt"
                      },
                      {
                        "subtype": "Restriction",
                        "type": "Health",
                        "value": "Exempt"
                      },
                      {
                        "subtype": "Applicable",
                        "type": "Visa",
                        "value": "Required"
                      }
                    ]
                  },
                  {
                    "name": "EVALUATION_RESPONSE",
                    "timaticDetail": [
                      {
                        "subtype": "Recommendation",
                        "type": "Visa",
                        "value": "Exempt"
                      },
                      {
                        "subtype": "Restriction",
                        "type": "Customs",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Applicable",
                        "type": "Visa",
                        "value": "Exempt"
                      },
                      {
                        "subtype": "Exception",
                        "type": "Health",
                        "value": "Exempt"
                      },
                      {
                        "subtype": "Information",
                        "type": "Customs",
                        "value": "Exempt"
                      }
                    ]
                  },
                  {
                    "name": "PASSPORT",
                    "timaticDetail": [
                      {
                        "subtype": "Restriction",
                        "type": "Customs",
                        "value": "Required"
                      }
                    ]
                  }
                ]
              }
            ]
          },
          "transportationSecurity": {
            "knownTraveler": {
              "applicableCountryCode": "NL",
              "number": "345981"
            },
            "knownTravelerNumber": "972135",
            "preScreeningData": {
              "dateOfBirth": "1968-06-30",
              "gender": "X",
              "personName": {
                "first": "Jodie",
                "last": "Farrell",
                "middle": "Greer",
                "prefix": "Ms.",
                "raw": "Travis Trantow",
                "suffix": "DDS"
              }
            },
            "redress": {
              "applicableCountryCode": "NE",
              "number": "019083"
            },
            "redresses": [
              {
                "applicableCountryCode": "VN",
                "number": "539017"
              },
              {
                "applicableCountryCode": "LU",
                "number": "220429"
              },
              {
                "applicableCountryCode": "ET",
                "number": "088868"
              }
            ],
            "redressNumber": "0690408247"
          },
          "type": "ADULT",
          "weightCategory": "CHILD"
        },
        {
          "airExtra": [
            {
              "airExtraBundleRef": "684afa4d-27cd-4237-81ef-e8dd11642d8d",
              "ancillary": {
                "airline": "[ob",
                "ancillaryRules": {
                  "commissionable": true,
                  "customRules": {
                    "applyHighestTierLevel": false,
                    "convertible": false,
                    "excludedFormOfPayment": [
                      "AX"
                    ],
                    "maxQuantityPerPassenger": 4
                  },
                  "exchangeable": false,
                  "feeApplicationMethod": {
                    "code": "2",
                    "value": "PER_CHECKED_PORTION"
                  },
                  "formOfRefund": {
                    "code": "2",
                    "value": "ORIGINAL"
                  },
                  "freeAllowanceEligibility": {
                    "quantity": 2
                  },
                  "freeOfChargeRules": [
                    "BOOKING_REQUIRED",
                    "BOOKING_REQUIRED",
                    "EMD_REQUIRED",
                    "BOOKING_REQUIRED",
                    "BOOKING_REQUIRED"
                  ],
                  "interlineable": false,
                  "inventoryControlled": false,
                  "paperTicketRequired": true,
                  "purchaseAtTicketIssue": false,
                  "purchaseBy": "2026-10-12",
                  "refundable": false,
                  "tourCode": "i0qmEf"
                },
                "bagType": "SURF",
                "bookingMethod": {
                  "code": "5_",
                  "value": "AUXILIARY_SEGMENT"
                },
                "bundledAncillaryRefs": [
                  "id01",
                  "id02"
                ],
                "commercialName": "UPTO50LB 23KG",
                "displayOnly": false,
                "electronicMiscDocType": {
                  "code": "1",
                  "consumedAtIssuance": true,
                  "value": "FLIGHT_COUPON_ASSOCIATED"
                },
                "group": "SEA",
                "id": "C78fwE",
                "reasonForIssuance": {
                  "code": "A",
                  "value": "UNKNOWN"
                },
                "sequenceNumber": 18,
                "serviceType": {
                  "code": "4a",
                  "value": "DISCLOSURE"
                },
                "specialService": {
                  "code": "BGDA",
                  "requiredProperties": {
                    "propertyDefinition": [
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 62,
                        "min": 4,
                        "name": "AGE",
                        "optional": false,
                        "type": "TEXT",
                        "unit": "IN"
                      }
                    ]
                  },
                  "type": "STRUCTURED"
                },
                "ssimCode": "ITk",
                "subCode": "509",
                "vendor": "AMAD",
                "weight": [
                  {
                    "unit": "KILOGRAM",
                    "value": 30.6
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 33.6
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 7.5
                  }
                ]
              },
              "bookingIndicator": "59",
              "disassociated": true,
              "emdNumber": {
                "number": "43555236522074"
              },
              "emdPaperIndicator": "E",
              "eMDSegmentCoupons": {
                "eMDSegmentCoupon": [
                  {
                    "emdCouponNumber": "78",
                    "segmentRef": "c83b055c-ea03-4758-9dfb-2b84ad15a7be"
                  }
                ]
              },
              "feeApplicationIndicator": "77",
              "id": "510b7c8d-467f-42d3-a599-458cfab89802",
              "miscFee": {
                "dealName": "SPRING DEAL",
                "group": "SEA",
                "id": "60f50c68-cf87-402d-99b5-07a9adb8db21",
                "offerName": "OFFER A",
                "reasonForIssuance": "A",
                "subCode": "097"
              },
              "offerId": {
                "id": "5cd0b143-3649-444f-8727-2e77f0cef1f7",
                "itemId": "8646fd16-185f-4e03-931f-456f70ad96d6"
              },
              "passengerSegmentRefs": [
                "id01",
                "id02"
              ],
              "paymentStatus": {
                "statusCode": "OK",
                "value": "FULFILLED"
              },
              "pnrId": "WRFJQP",
              "quantity": 2,
              "specialServiceDescription": {
                "code": "RIyz",
                "properties": {
                  "property": [
                    {
                      "name": "MINIMUM_AGE_REQUIRED",
                      "value": "131"
                    },
                    {
                      "name": "MINIMUM_AGE_REQUIRED",
                      "value": "732"
                    }
                  ]
                },
                "text": "brPpcsHhcBrKHxt"
              },
              "syntheticIdentifier": "98083095421405275180",
              "taxExemption": true,
              "ticketUsedForEmdPricing": "Y",
              "type": "MISC_FEE",
              "weight": {
                "unit": "KILOGRAM",
                "value": 17.6
              }
            }
          ],
          "airExtraBundle": [
            {
              "childRef": [
                "id01",
                "id02"
              ],
              "id": "73431ffe-0192-417c-8ee2-70148a4fb936",
              "parentRef": "eb05b2bb-40b3-4c97-a2be-e3f10ca0e3b4"
            }
          ],
          "airExtraDocument": [
            {
              "airExtraDocumentCoupon": [
                {
                  "number": 22,
                  "passengerSegmentRef": "1b86c10e-e581-44c4-be58-5c31335dd344",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "PYG",
                        "value": 229.26
                      },
                      "code": "NG",
                      "conversionRatio": {
                        "minimumPoints": 451,
                        "value": 0.1
                      },
                      "equivAmount": {
                        "currency": "IQD",
                        "value": 38.63
                      },
                      "override": false,
                      "points": 38595,
                      "referenceAmount": {
                        "currency": "HTG",
                        "value": 102.4
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "MOP",
                          "value": 153.15
                        },
                        "code": "hi",
                        "conversionRatio": {
                          "minimumPoints": 903,
                          "value": 0.41
                        },
                        "equivAmount": {
                          "currency": "MKD",
                          "value": 70.54
                        },
                        "override": false,
                        "points": 13919,
                        "referenceAmount": {
                          "currency": "XOF",
                          "value": 404.27
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "HKD",
                          "value": 175.93
                        },
                        "code": "Jm",
                        "conversionRatio": {
                          "minimumPoints": 125,
                          "value": 0.34
                        },
                        "equivAmount": {
                          "currency": "MVR",
                          "value": 302.35
                        },
                        "override": false,
                        "points": 48209,
                        "referenceAmount": {
                          "currency": "TWD",
                          "value": 270.03
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "LYD",
                          "value": 486.4
                        },
                        "code": "wj",
                        "conversionRatio": {
                          "minimumPoints": 209,
                          "value": 0.91
                        },
                        "equivAmount": {
                          "currency": "CUP",
                          "value": 417.97
                        },
                        "override": true,
                        "points": 32716,
                        "referenceAmount": {
                          "currency": "XAF",
                          "value": 182.83
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "DZD",
                          "value": 183.27
                        },
                        "code": "Gq",
                        "conversionRatio": {
                          "minimumPoints": 673,
                          "value": 0.61
                        },
                        "equivAmount": {
                          "currency": "CAD",
                          "value": 293.91
                        },
                        "override": false,
                        "points": 20333,
                        "referenceAmount": {
                          "currency": "CRC",
                          "value": 47.81
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "KYD",
                          "value": 205.99
                        },
                        "code": "kj",
                        "conversionRatio": {
                          "minimumPoints": 218,
                          "value": 0.81
                        },
                        "equivAmount": {
                          "currency": "PKR",
                          "value": 98.89
                        },
                        "override": true,
                        "points": 43369,
                        "referenceAmount": {
                          "currency": "MDL",
                          "value": 407.95
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "GBP",
                          "value": 41.4
                        },
                        "code": "my",
                        "conversionRatio": {
                          "minimumPoints": 167,
                          "value": 0.83
                        },
                        "equivAmount": {
                          "currency": "BWP",
                          "value": 43.67
                        },
                        "override": false,
                        "points": 14715,
                        "referenceAmount": {
                          "currency": "HUF",
                          "value": 245.97
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BDT",
                          "value": 259.91
                        },
                        "code": "EZ",
                        "conversionRatio": {
                          "minimumPoints": 695,
                          "value": 0.91
                        },
                        "equivAmount": {
                          "currency": "PHP",
                          "value": 176.66
                        },
                        "override": true,
                        "points": 38479,
                        "referenceAmount": {
                          "currency": "PGK",
                          "value": 362.54
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BMD",
                          "value": 11.79
                        },
                        "code": "Xv",
                        "conversionRatio": {
                          "minimumPoints": 667,
                          "value": 0.24
                        },
                        "equivAmount": {
                          "currency": "AED",
                          "value": 339.28
                        },
                        "override": true,
                        "points": 5005,
                        "referenceAmount": {
                          "currency": "MGA",
                          "value": 18.75
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "CUP",
                          "value": 33.18
                        },
                        "code": "yK",
                        "conversionRatio": {
                          "minimumPoints": 474,
                          "value": 0.63
                        },
                        "equivAmount": {
                          "currency": "JOD",
                          "value": 416.36
                        },
                        "override": false,
                        "points": 11158,
                        "referenceAmount": {
                          "currency": "BWP",
                          "value": 138.46
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "QAR",
                          "value": 278.58
                        },
                        "code": "pS",
                        "conversionRatio": {
                          "minimumPoints": 860,
                          "value": 0.97
                        },
                        "equivAmount": {
                          "currency": "CHF",
                          "value": 15.57
                        },
                        "override": false,
                        "points": 34739,
                        "referenceAmount": {
                          "currency": "MOP",
                          "value": 21.43
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "RWF",
                          "value": 230.74
                        },
                        "code": "UC",
                        "conversionRatio": {
                          "minimumPoints": 577,
                          "value": 0.7
                        },
                        "equivAmount": {
                          "currency": "ARS",
                          "value": 248.87
                        },
                        "override": false,
                        "points": 4231,
                        "referenceAmount": {
                          "currency": "KMF",
                          "value": 407.15
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "RON",
                          "value": 408.75
                        },
                        "code": "oC",
                        "conversionRatio": {
                          "minimumPoints": 430,
                          "value": 0.2
                        },
                        "equivAmount": {
                          "currency": "ISK",
                          "value": 34.83
                        },
                        "override": false,
                        "points": 39417,
                        "referenceAmount": {
                          "currency": "XPF",
                          "value": 244.59
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BAM",
                          "value": 356.24
                        },
                        "code": "YL",
                        "conversionRatio": {
                          "minimumPoints": 719,
                          "value": 0.27
                        },
                        "equivAmount": {
                          "currency": "KZT",
                          "value": 299.62
                        },
                        "override": true,
                        "points": 8812,
                        "referenceAmount": {
                          "currency": "UGX",
                          "value": 83.37
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "VUV",
                          "value": 63.99
                        },
                        "code": "Fo",
                        "conversionRatio": {
                          "minimumPoints": 648,
                          "value": 0.75
                        },
                        "equivAmount": {
                          "currency": "KES",
                          "value": 315.13
                        },
                        "override": false,
                        "points": 13960,
                        "referenceAmount": {
                          "currency": "UAH",
                          "value": 266.76
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "HKD",
                          "value": 107.37
                        },
                        "code": "Gt",
                        "conversionRatio": {
                          "minimumPoints": 133,
                          "value": 0.55
                        },
                        "equivAmount": {
                          "currency": "ANG",
                          "value": 296.58
                        },
                        "override": false,
                        "points": 8663,
                        "referenceAmount": {
                          "currency": "KGS",
                          "value": 173.89
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BIF",
                          "value": 256.64
                        },
                        "code": "ru",
                        "conversionRatio": {
                          "minimumPoints": 909,
                          "value": 0.27
                        },
                        "equivAmount": {
                          "currency": "ARS",
                          "value": 302.7
                        },
                        "override": true,
                        "points": 43046,
                        "referenceAmount": {
                          "currency": "LRD",
                          "value": 287.96
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ZWL",
                          "value": 468.62
                        },
                        "code": "Bq",
                        "conversionRatio": {
                          "minimumPoints": 485,
                          "value": 0.19
                        },
                        "equivAmount": {
                          "currency": "PAB",
                          "value": 194.34
                        },
                        "override": false,
                        "points": 44670,
                        "referenceAmount": {
                          "currency": "MAD",
                          "value": 355.21
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "HNL",
                          "value": 92.63
                        },
                        "code": "HI",
                        "conversionRatio": {
                          "minimumPoints": 510,
                          "value": 0.88
                        },
                        "equivAmount": {
                          "currency": "TWD",
                          "value": 382.99
                        },
                        "override": true,
                        "points": 11187,
                        "referenceAmount": {
                          "currency": "SOS",
                          "value": 359.82
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "VES",
                          "value": 30.23
                        },
                        "code": "bz",
                        "conversionRatio": {
                          "minimumPoints": 833,
                          "value": 0.34
                        },
                        "equivAmount": {
                          "currency": "ERN",
                          "value": 231.38
                        },
                        "override": true,
                        "points": 1119,
                        "referenceAmount": {
                          "currency": "LYD",
                          "value": 314.51
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "BOB",
                          "value": 420.27
                        },
                        "code": "AD",
                        "conversionRatio": {
                          "minimumPoints": 493,
                          "value": 0.52
                        },
                        "equivAmount": {
                          "currency": "BHD",
                          "value": 151.68
                        },
                        "override": false,
                        "points": 2412,
                        "referenceAmount": {
                          "currency": "BTN",
                          "value": 300.48
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SDG",
                          "value": 490.4
                        },
                        "code": "Rl",
                        "conversionRatio": {
                          "minimumPoints": 852,
                          "value": 0.77
                        },
                        "equivAmount": {
                          "currency": "EGP",
                          "value": 106.74
                        },
                        "override": true,
                        "points": 26270,
                        "referenceAmount": {
                          "currency": "LYD",
                          "value": 421.02
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "EUR",
                        "value": 171.24
                      },
                      "code": "GG",
                      "conversionRatio": {
                        "minimumPoints": 883,
                        "value": 0.52
                      },
                      "equivAmount": {
                        "currency": "JOD",
                        "value": 6.4
                      },
                      "override": true,
                      "points": 10694,
                      "referenceAmount": {
                        "currency": "XOF",
                        "value": 467.52
                      },
                      "taxType": "FLAT"
                    }
                  }
                },
                {
                  "number": 36,
                  "passengerSegmentRef": "fdc16680-7586-4777-a4f5-cda9af976204",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "SGD",
                        "value": 447.33
                      },
                      "code": "wt",
                      "conversionRatio": {
                        "minimumPoints": 892,
                        "value": 0.3
                      },
                      "equivAmount": {
                        "currency": "MGA",
                        "value": 400.16
                      },
                      "override": false,
                      "points": 5880,
                      "referenceAmount": {
                        "currency": "NOK",
                        "value": 58.83
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "GHS",
                          "value": 428.62
                        },
                        "code": "Lv",
                        "conversionRatio": {
                          "minimumPoints": 760,
                          "value": 0.69
                        },
                        "equivAmount": {
                          "currency": "MDL",
                          "value": 126
                        },
                        "override": false,
                        "points": 4486,
                        "referenceAmount": {
                          "currency": "HKD",
                          "value": 48.76
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "ERN",
                          "value": 363.5
                        },
                        "code": "BF",
                        "conversionRatio": {
                          "minimumPoints": 237,
                          "value": 0.96
                        },
                        "equivAmount": {
                          "currency": "BHD",
                          "value": 116.48
                        },
                        "override": false,
                        "points": 8348,
                        "referenceAmount": {
                          "currency": "SYP",
                          "value": 305.73
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SDG",
                          "value": 140.74
                        },
                        "code": "xI",
                        "conversionRatio": {
                          "minimumPoints": 416,
                          "value": 0.69
                        },
                        "equivAmount": {
                          "currency": "AUD",
                          "value": 416.92
                        },
                        "override": true,
                        "points": 16964,
                        "referenceAmount": {
                          "currency": "ZMW",
                          "value": 116.98
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SOS",
                          "value": 44.39
                        },
                        "code": "kG",
                        "conversionRatio": {
                          "minimumPoints": 697,
                          "value": 0.88
                        },
                        "equivAmount": {
                          "currency": "TMT",
                          "value": 107.41
                        },
                        "override": false,
                        "points": 42901,
                        "referenceAmount": {
                          "currency": "LRD",
                          "value": 149.37
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "INR",
                          "value": 396.79
                        },
                        "code": "ag",
                        "conversionRatio": {
                          "minimumPoints": 730,
                          "value": 0.28
                        },
                        "equivAmount": {
                          "currency": "IRR",
                          "value": 341.7
                        },
                        "override": true,
                        "points": 48060,
                        "referenceAmount": {
                          "currency": "JMD",
                          "value": 374.47
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "XAF",
                          "value": 436.96
                        },
                        "code": "dY",
                        "conversionRatio": {
                          "minimumPoints": 695,
                          "value": 0.49
                        },
                        "equivAmount": {
                          "currency": "YER",
                          "value": 289.91
                        },
                        "override": true,
                        "points": 19533,
                        "referenceAmount": {
                          "currency": "GNF",
                          "value": 68.94
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "KHR",
                          "value": 74.99
                        },
                        "code": "Zh",
                        "conversionRatio": {
                          "minimumPoints": 437,
                          "value": 0.86
                        },
                        "equivAmount": {
                          "currency": "GEL",
                          "value": 153.23
                        },
                        "override": true,
                        "points": 7569,
                        "referenceAmount": {
                          "currency": "NAD",
                          "value": 211.26
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "KRW",
                          "value": 107.63
                        },
                        "code": "SP",
                        "conversionRatio": {
                          "minimumPoints": 616,
                          "value": 0.56
                        },
                        "equivAmount": {
                          "currency": "GBP",
                          "value": 459.72
                        },
                        "override": true,
                        "points": 13115,
                        "referenceAmount": {
                          "currency": "CNY",
                          "value": 355.02
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SOS",
                          "value": 408.69
                        },
                        "code": "uE",
                        "conversionRatio": {
                          "minimumPoints": 996,
                          "value": 0.71
                        },
                        "equivAmount": {
                          "currency": "LAK",
                          "value": 15.71
                        },
                        "override": true,
                        "points": 9170,
                        "referenceAmount": {
                          "currency": "BDT",
                          "value": 157.08
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SEK",
                          "value": 371.69
                        },
                        "code": "mp",
                        "conversionRatio": {
                          "minimumPoints": 596,
                          "value": 0.82
                        },
                        "equivAmount": {
                          "currency": "BRL",
                          "value": 235.45
                        },
                        "override": true,
                        "points": 27403,
                        "referenceAmount": {
                          "currency": "OMR",
                          "value": 407.09
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "GIP",
                          "value": 355.75
                        },
                        "code": "fu",
                        "conversionRatio": {
                          "minimumPoints": 254,
                          "value": 0.84
                        },
                        "equivAmount": {
                          "currency": "TMT",
                          "value": 370.54
                        },
                        "override": false,
                        "points": 17001,
                        "referenceAmount": {
                          "currency": "GIP",
                          "value": 130.42
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "BSD",
                          "value": 291.72
                        },
                        "code": "cz",
                        "conversionRatio": {
                          "minimumPoints": 656,
                          "value": 0.83
                        },
                        "equivAmount": {
                          "currency": "UZS",
                          "value": 380.39
                        },
                        "override": false,
                        "points": 19761,
                        "referenceAmount": {
                          "currency": "CAD",
                          "value": 492.75
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SHP",
                          "value": 355.81
                        },
                        "code": "eP",
                        "conversionRatio": {
                          "minimumPoints": 297,
                          "value": 0.1
                        },
                        "equivAmount": {
                          "currency": "KPW",
                          "value": 451.55
                        },
                        "override": true,
                        "points": 22623,
                        "referenceAmount": {
                          "currency": "BZD",
                          "value": 367.81
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MVR",
                          "value": 127.72
                        },
                        "code": "KV",
                        "conversionRatio": {
                          "minimumPoints": 771,
                          "value": 0.67
                        },
                        "equivAmount": {
                          "currency": "ARS",
                          "value": 282.87
                        },
                        "override": true,
                        "points": 35904,
                        "referenceAmount": {
                          "currency": "BND",
                          "value": 37.64
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BAM",
                          "value": 415.13
                        },
                        "code": "eZ",
                        "conversionRatio": {
                          "minimumPoints": 109,
                          "value": 0.13
                        },
                        "equivAmount": {
                          "currency": "BMD",
                          "value": 367.4
                        },
                        "override": true,
                        "points": 48255,
                        "referenceAmount": {
                          "currency": "NAD",
                          "value": 259.95
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "YER",
                          "value": 401.37
                        },
                        "code": "Co",
                        "conversionRatio": {
                          "minimumPoints": 827,
                          "value": 0.19
                        },
                        "equivAmount": {
                          "currency": "YER",
                          "value": 231.5
                        },
                        "override": false,
                        "points": 41535,
                        "referenceAmount": {
                          "currency": "COP",
                          "value": 302.81
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "DJF",
                        "value": 298.05
                      },
                      "code": "pj",
                      "conversionRatio": {
                        "minimumPoints": 790,
                        "value": 0.27
                      },
                      "equivAmount": {
                        "currency": "SYP",
                        "value": 24.05
                      },
                      "override": false,
                      "points": 45554,
                      "referenceAmount": {
                        "currency": "AED",
                        "value": 289.54
                      },
                      "taxType": "FLAT"
                    }
                  }
                },
                {
                  "number": 49,
                  "passengerSegmentRef": "b8feb21b-c587-4aec-a2ee-6e32809dd87f",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "NZD",
                        "value": 149.71
                      },
                      "code": "VM",
                      "conversionRatio": {
                        "minimumPoints": 802,
                        "value": 0.35
                      },
                      "equivAmount": {
                        "currency": "BAM",
                        "value": 153.17
                      },
                      "override": true,
                      "points": 43899,
                      "referenceAmount": {
                        "currency": "SDG",
                        "value": 111.3
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "BOB",
                          "value": 208.42
                        },
                        "code": "jn",
                        "conversionRatio": {
                          "minimumPoints": 465,
                          "value": 0.82
                        },
                        "equivAmount": {
                          "currency": "KMF",
                          "value": 446.42
                        },
                        "override": true,
                        "points": 28101,
                        "referenceAmount": {
                          "currency": "ALL",
                          "value": 468.98
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "KZT",
                          "value": 348.9
                        },
                        "code": "dR",
                        "conversionRatio": {
                          "minimumPoints": 330,
                          "value": 0.61
                        },
                        "equivAmount": {
                          "currency": "AZN",
                          "value": 411.88
                        },
                        "override": true,
                        "points": 26492,
                        "referenceAmount": {
                          "currency": "USD",
                          "value": 278.03
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "NPR",
                          "value": 261.78
                        },
                        "code": "IK",
                        "conversionRatio": {
                          "minimumPoints": 604,
                          "value": 0.1
                        },
                        "equivAmount": {
                          "currency": "DKK",
                          "value": 381.63
                        },
                        "override": false,
                        "points": 41855,
                        "referenceAmount": {
                          "currency": "GTQ",
                          "value": 176.49
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "KES",
                          "value": 171.07
                        },
                        "code": "ft",
                        "conversionRatio": {
                          "minimumPoints": 528,
                          "value": 0.89
                        },
                        "equivAmount": {
                          "currency": "KPW",
                          "value": 86.36
                        },
                        "override": false,
                        "points": 14231,
                        "referenceAmount": {
                          "currency": "IQD",
                          "value": 252.63
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "TND",
                          "value": 380.61
                        },
                        "code": "NR",
                        "conversionRatio": {
                          "minimumPoints": 107,
                          "value": 0.64
                        },
                        "equivAmount": {
                          "currency": "TWD",
                          "value": 278.69
                        },
                        "override": true,
                        "points": 33466,
                        "referenceAmount": {
                          "currency": "JPY",
                          "value": 398.78
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "FJD",
                          "value": 378.09
                        },
                        "code": "wW",
                        "conversionRatio": {
                          "minimumPoints": 172,
                          "value": 0.82
                        },
                        "equivAmount": {
                          "currency": "ZWL",
                          "value": 422.41
                        },
                        "override": false,
                        "points": 37439,
                        "referenceAmount": {
                          "currency": "RWF",
                          "value": 361.11
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "TWD",
                          "value": 204.68
                        },
                        "code": "lk",
                        "conversionRatio": {
                          "minimumPoints": 396,
                          "value": 0.83
                        },
                        "equivAmount": {
                          "currency": "RUB",
                          "value": 54.01
                        },
                        "override": false,
                        "points": 12892,
                        "referenceAmount": {
                          "currency": "LRD",
                          "value": 133.52
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BND",
                          "value": 5.07
                        },
                        "code": "VS",
                        "conversionRatio": {
                          "minimumPoints": 540,
                          "value": 0.9
                        },
                        "equivAmount": {
                          "currency": "BND",
                          "value": 289.91
                        },
                        "override": false,
                        "points": 35935,
                        "referenceAmount": {
                          "currency": "HTG",
                          "value": 37.87
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "HTG",
                          "value": 315.76
                        },
                        "code": "aL",
                        "conversionRatio": {
                          "minimumPoints": 587,
                          "value": 0.49
                        },
                        "equivAmount": {
                          "currency": "CHF",
                          "value": 45.41
                        },
                        "override": false,
                        "points": 13663,
                        "referenceAmount": {
                          "currency": "TTD",
                          "value": 249.79
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "KWD",
                          "value": 276.38
                        },
                        "code": "Sq",
                        "conversionRatio": {
                          "minimumPoints": 710,
                          "value": 0.65
                        },
                        "equivAmount": {
                          "currency": "YER",
                          "value": 204.65
                        },
                        "override": true,
                        "points": 2690,
                        "referenceAmount": {
                          "currency": "BBD",
                          "value": 341.52
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "LYD",
                          "value": 349.77
                        },
                        "code": "dt",
                        "conversionRatio": {
                          "minimumPoints": 513,
                          "value": 0.42
                        },
                        "equivAmount": {
                          "currency": "BMD",
                          "value": 112.64
                        },
                        "override": false,
                        "points": 38323,
                        "referenceAmount": {
                          "currency": "PLN",
                          "value": 416
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "JPY",
                          "value": 237.73
                        },
                        "code": "hj",
                        "conversionRatio": {
                          "minimumPoints": 696,
                          "value": 0.18
                        },
                        "equivAmount": {
                          "currency": "CDF",
                          "value": 139.57
                        },
                        "override": false,
                        "points": 28842,
                        "referenceAmount": {
                          "currency": "LAK",
                          "value": 477.69
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "USD",
                          "value": 307.61
                        },
                        "code": "nl",
                        "conversionRatio": {
                          "minimumPoints": 670,
                          "value": 0.2
                        },
                        "equivAmount": {
                          "currency": "GBP",
                          "value": 429.07
                        },
                        "override": false,
                        "points": 14233,
                        "referenceAmount": {
                          "currency": "MUR",
                          "value": 299.05
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "HKD",
                        "value": 141.24
                      },
                      "code": "rb",
                      "conversionRatio": {
                        "minimumPoints": 257,
                        "value": 0.53
                      },
                      "equivAmount": {
                        "currency": "SEK",
                        "value": 11.68
                      },
                      "override": true,
                      "points": 20756,
                      "referenceAmount": {
                        "currency": "SCR",
                        "value": 248.5
                      },
                      "taxType": "FLAT"
                    }
                  }
                }
              ],
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "id": "4fce9a77-1f6e-41b7-bb5a-1d981e309968",
              "issueDate": "2026-01-06T00:00:00.0Z",
              "number": "6871836377711",
              "paymentRefs": [
                "id01",
                "id02"
              ],
              "priceBreakdown": {
                "base": {
                  "amount": {
                    "currency": "MDL",
                    "value": 472.4
                  },
                  "code": "rO",
                  "conversionRatio": {
                    "minimumPoints": 431,
                    "value": 0.52
                  },
                  "equivAmount": {
                    "currency": "XOF",
                    "value": 194.69
                  },
                  "override": false,
                  "points": 36426,
                  "referenceAmount": {
                    "currency": "MUR",
                    "value": 110.78
                  },
                  "taxType": "FLAT"
                },
                "commission": [
                  {
                    "amount": {
                      "currency": "VES",
                      "value": 207.89
                    },
                    "code": "Uf",
                    "conversionRatio": {
                      "minimumPoints": 195,
                      "value": 0.82
                    },
                    "equivAmount": {
                      "currency": "ARS",
                      "value": 334.32
                    },
                    "override": true,
                    "points": 21235,
                    "referenceAmount": {
                      "currency": "USD",
                      "value": 448.67
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "UAH",
                      "value": 349.41
                    },
                    "code": "Gr",
                    "conversionRatio": {
                      "minimumPoints": 586,
                      "value": 0.4
                    },
                    "equivAmount": {
                      "currency": "KPW",
                      "value": 448.58
                    },
                    "override": true,
                    "points": 33658,
                    "referenceAmount": {
                      "currency": "TND",
                      "value": 477.31
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "KHR",
                      "value": 451.64
                    },
                    "code": "rN",
                    "conversionRatio": {
                      "minimumPoints": 338,
                      "value": 0.36
                    },
                    "equivAmount": {
                      "currency": "ALL",
                      "value": 182.78
                    },
                    "override": true,
                    "points": 38307,
                    "referenceAmount": {
                      "currency": "ZWL",
                      "value": 113.94
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "LAK",
                      "value": 77.62
                    },
                    "code": "gy",
                    "conversionRatio": {
                      "minimumPoints": 187,
                      "value": 0.77
                    },
                    "equivAmount": {
                      "currency": "CHF",
                      "value": 37.72
                    },
                    "override": true,
                    "points": 1476,
                    "referenceAmount": {
                      "currency": "CVE",
                      "value": 47.72
                    },
                    "taxType": "FLAT"
                  }
                ],
                "discount": [
                  {
                    "amount": {
                      "currency": "HTG",
                      "value": 354.84
                    },
                    "code": "Ao",
                    "conversionRatio": {
                      "minimumPoints": 818,
                      "value": 0.48
                    },
                    "equivAmount": {
                      "currency": "ALL",
                      "value": 44.14
                    },
                    "override": true,
                    "points": 34999,
                    "referenceAmount": {
                      "currency": "LAK",
                      "value": 375.98
                    },
                    "taxType": "FLAT"
                  }
                ],
                "fee": [
                  {
                    "amount": {
                      "currency": "ZWL",
                      "value": 171.8
                    },
                    "code": "my",
                    "conversionRatio": {
                      "minimumPoints": 122,
                      "value": 0.41
                    },
                    "equivAmount": {
                      "currency": "DJF",
                      "value": 281.73
                    },
                    "override": false,
                    "points": 1752,
                    "referenceAmount": {
                      "currency": "LSL",
                      "value": 273.73
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "DZD",
                      "value": 498.9
                    },
                    "code": "Fh",
                    "conversionRatio": {
                      "minimumPoints": 262,
                      "value": 0.19
                    },
                    "equivAmount": {
                      "currency": "ZMW",
                      "value": 388.25
                    },
                    "override": true,
                    "points": 31290,
                    "referenceAmount": {
                      "currency": "BOB",
                      "value": 432.73
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "TZS",
                      "value": 74.94
                    },
                    "code": "Ph",
                    "conversionRatio": {
                      "minimumPoints": 116,
                      "value": 0.92
                    },
                    "equivAmount": {
                      "currency": "TWD",
                      "value": 126.45
                    },
                    "override": true,
                    "points": 42713,
                    "referenceAmount": {
                      "currency": "AED",
                      "value": 270.99
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "JPY",
                      "value": 353.42
                    },
                    "code": "aT",
                    "conversionRatio": {
                      "minimumPoints": 866,
                      "value": 0.58
                    },
                    "equivAmount": {
                      "currency": "ZMW",
                      "value": 413.27
                    },
                    "override": false,
                    "points": 7017,
                    "referenceAmount": {
                      "currency": "XOF",
                      "value": 415.09
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "SBD",
                      "value": 163.86
                    },
                    "code": "bI",
                    "conversionRatio": {
                      "minimumPoints": 790,
                      "value": 0.9
                    },
                    "equivAmount": {
                      "currency": "KMF",
                      "value": 173.38
                    },
                    "override": false,
                    "points": 19669,
                    "referenceAmount": {
                      "currency": "IQD",
                      "value": 60.6
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "surcharge": [
                  {
                    "amount": {
                      "currency": "INR",
                      "value": 452.74
                    },
                    "code": "LR",
                    "conversionRatio": {
                      "minimumPoints": 621,
                      "value": 0.6
                    },
                    "equivAmount": {
                      "currency": "BWP",
                      "value": 52.85
                    },
                    "override": true,
                    "points": 22738,
                    "referenceAmount": {
                      "currency": "EGP",
                      "value": 160.35
                    },
                    "taxType": "FLAT"
                  }
                ],
                "tax": [
                  {
                    "amount": {
                      "currency": "ZWL",
                      "value": 432.89
                    },
                    "code": "yG",
                    "conversionRatio": {
                      "minimumPoints": 549,
                      "value": 0.63
                    },
                    "equivAmount": {
                      "currency": "SAR",
                      "value": 177.19
                    },
                    "override": false,
                    "points": 25416,
                    "referenceAmount": {
                      "currency": "NPR",
                      "value": 418.37
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "MWK",
                      "value": 485.99
                    },
                    "code": "Yz",
                    "conversionRatio": {
                      "minimumPoints": 329,
                      "value": 0.89
                    },
                    "equivAmount": {
                      "currency": "MMK",
                      "value": 439.49
                    },
                    "override": true,
                    "points": 17994,
                    "referenceAmount": {
                      "currency": "ZMW",
                      "value": 284.31
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "KWD",
                      "value": 210
                    },
                    "code": "wO",
                    "conversionRatio": {
                      "minimumPoints": 294,
                      "value": 0.74
                    },
                    "equivAmount": {
                      "currency": "COP",
                      "value": 55.88
                    },
                    "override": true,
                    "points": 40312,
                    "referenceAmount": {
                      "currency": "NIO",
                      "value": 43.29
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "UZS",
                      "value": 260.51
                    },
                    "code": "Wd",
                    "conversionRatio": {
                      "minimumPoints": 743,
                      "value": 0.52
                    },
                    "equivAmount": {
                      "currency": "ETB",
                      "value": 434.12
                    },
                    "override": false,
                    "points": 39464,
                    "referenceAmount": {
                      "currency": "SHP",
                      "value": 294.41
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "STN",
                      "value": 109.88
                    },
                    "code": "kd",
                    "conversionRatio": {
                      "minimumPoints": 319,
                      "value": 0.31
                    },
                    "equivAmount": {
                      "currency": "GBP",
                      "value": 283.52
                    },
                    "override": true,
                    "points": 23072,
                    "referenceAmount": {
                      "currency": "XPF",
                      "value": 105.34
                    },
                    "taxType": "FLAT"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "FJD",
                    "value": 299.95
                  },
                  "code": "lJ",
                  "conversionRatio": {
                    "minimumPoints": 455,
                    "value": 0.4
                  },
                  "equivAmount": {
                    "currency": "MAD",
                    "value": 110.35
                  },
                  "override": true,
                  "points": 41345,
                  "referenceAmount": {
                    "currency": "LAK",
                    "value": 127.45
                  },
                  "taxType": "FLAT"
                }
              },
              "type": "ELECTRONIC_MISC_DOCUMENT"
            }
          ],
          "associationId": 141,
          "baggagePoolId": 727,
          "boardingPasses": [
            {
              "barCode": "mWt9bEPkINANa2yKuXHXYIusILj9a4ItFEFDXNhM",
              "boardingPassData": [
                {
                  "agent": {
                    "city": "Pqj",
                    "country": "US",
                    "sign": "DYL"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 5.8
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "87654321",
                        "12345678"
                      ],
                      "quantity": 2,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 16.8
                      }
                    }
                  },
                  "bookingClass": "J",
                  "cabinClass": "BUSINESS",
                  "checkInSequenceNumber": "222",
                  "deck": {
                    "code": "MIDDLE",
                    "value": "OTHER"
                  },
                  "displayData": {
                    "accommodation": "FIRST CLASS",
                    "agentCityName": "Selinastad",
                    "arrivalAirportName": "West Shanon",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "8090",
                    "cabinClassCode": "O",
                    "cabinText": "FIRST CLASS",
                    "carryOnText": "CARRY-ON",
                    "childText": "CHILD",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "East Bonnie",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "5780",
                    "edifactApiText": "API OK",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "7187",
                    "estimatedDepartureDate": "2027-07-24T00:00:00.0Z",
                    "estimatedDepartureTime": "0077",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY PLUS",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "CARRY ON OK",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "GOLD",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "0ndx",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "1880",
                    "scheduledDepartureDate": "2026-12-26T00:00:00.0Z",
                    "scheduledDepartureTime": "7903",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "widebody",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "MO",
                    "arrivalTime": "2026-09-18T00:00:00.0Z",
                    "boardingTime": "1968-10-25T08:49:46.0Z",
                    "commuter": true,
                    "departureAirport": "[ob",
                    "departureCountry": "KZ",
                    "departureFlightScheduleStatus": "EARLY",
                    "departureGate": "g6",
                    "departureTerminal": "sQ",
                    "departureTime": "2026-12-23T00:00:00.0Z",
                    "equipment": "102",
                    "estimatedArrivalTime": "1960-02-05T12:38:23.0Z",
                    "estimatedDepartureTime": "1932-04-15T15:26:41.0Z",
                    "flightNumber": "659",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "58"
                  },
                  "group": "ZHNVpn",
                  "loyaltyAccount": {
                    "id": "1d766af6-0488-4f7f-b88f-9eefc12e1692",
                    "latestAwardDate": "2025-11-25",
                    "loyaltyTierLevel": {
                      "atpco": "93",
                      "customerInsight": "99",
                      "name": "platinum",
                      "number": 4,
                      "priority": 9,
                      "tag": "anb"
                    },
                    "memberAirline": "[ob",
                    "memberId": "9336018218",
                    "membershipStartDate": "2021-12-23",
                    "mileage": {
                      "unit": "MILES",
                      "value": 1485
                    },
                    "pnrId": "4",
                    "points": 99933,
                    "source": "PNR"
                  },
                  "passengerFlightId": "bmhtTucdtT",
                  "personName": {
                    "first": "Marcia",
                    "last": "Bednar",
                    "middle": "Blake",
                    "prefix": "Miss",
                    "raw": "Rickey Lind",
                    "suffix": "IV"
                  },
                  "recordLocator": "THHKAX",
                  "seatNumber": "30C",
                  "source": "OTHER",
                  "standbyPriority": "ij",
                  "supplementaryData": {
                    "dhsStatus": 2,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "73012725629316",
                    "loungeAccess": true,
                    "selectee": false,
                    "skyPriority": false,
                    "spanishLargeFamily": true,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "MS"
                  },
                  "ticketCouponNumber": "98",
                  "ticketNumber": {
                    "airlineAccountingCode": "957",
                    "checkDigit": "2",
                    "number": "60863594992589",
                    "serialNumber": "1667836421"
                  },
                  "zone": "3"
                }
              ],
              "formattedBoardingPass": {
                "document": {
                  "contentType": "application/x-bzip",
                  "name": "bleakly.[object Object]",
                  "value": "2m8z24O2dWDMXtqPNuef4ZFkCnTwtP70WYu3231PA6ACU9bIFVbw8accJXYAE3bl"
                },
                "image": {
                  "contentType": "image/avif",
                  "name": "anesthetize.[object Object]",
                  "value": "3TgzbOzhFR3ebRUiHZNMDUUtD7LrjA6k29SZ0euW2scav6TNGWn9vQ1ub7CrmKEY"
                },
                "pectab": {
                  "data": {
                    "contentType": "application/rtf",
                    "name": "recovery_inasmuch.[object Object]",
                    "value": "TMgDctJWZ1rAIExmi09rWCnXDEllAe20vqo5WuFcw8MvriTH6XMysGWbmlbprn90"
                  },
                  "layout": {
                    "contentType": "text/html",
                    "name": "aha.[object Object]",
                    "value": "ghs8fasjUzGkrXPrWNI9q33uVYExmC22hXBLHIElyC1tYEH6y2RbCnzVDDspcAi5"
                  },
                  "template": {
                    "contentType": "application/octet-stream",
                    "name": "sick_entry_sharply.[object Object]",
                    "value": "W9FNE11ZuaEIDddW5IXwStTWhdIv7o171JGFFTwg67Qidj89Xq6u1t1zOhV4NJ2I"
                  },
                  "templates": [
                    {
                      "contentType": "image/bmp",
                      "name": "skean.[object Object]",
                      "value": "uC2ULfwaReyEKxBMI8t4rJhzPpynMozIVdI89WIgL7LI7xXvtz2qsooGf5RSfkao"
                    },
                    {
                      "contentType": "image/svg+xml",
                      "name": "frenetically_train.[object Object]",
                      "value": "O6L5R8iX5NXzVLkzFfqF61gUSJ98Ufsiec3HXvUEeBqg2wuQOzpzdkFBtgHvAV9y"
                    },
                    {
                      "contentType": "video/3gpp2",
                      "name": "whoa.[object Object]",
                      "value": "UDKz0tUtoIOf4alYfLkCBuTppDmOUzfKYAYego1aRQ8Ko8lcEOqnsgEJqUTq9cEk"
                    },
                    {
                      "contentType": "application/x-freearc",
                      "name": "who_drive_repurpose.[object Object]",
                      "value": "HqOWCXbnx3BCQtmAkirg6aJYaOLbehNYTgYKRQFBFjd6fR3QLO5tpCOCr4oeDwTl"
                    }
                  ]
                },
                "supplementaryData": {
                  "accommodation": "RESIDENCE SUITE",
                  "selectee": false,
                  "skyPriority": false,
                  "zone": "1"
                },
                "zpl": {
                  "contentType": "application/x-abiword",
                  "name": "economise_duh.[object Object]",
                  "value": "rYRFWtV6kMBDPOywv02dYJH8Tw62QiJcQmGiGCMrOzTFUTPMJiRFDldceoJCaw9X"
                }
              },
              "passengerFlightIds": [
                "id02",
                "id01"
              ],
              "type": "BOARDING_PASS"
            },
            {
              "barCode": "y9eysBMVVjbZzlvjF8bgTvX4jPAIJqJZB1WGn6gk",
              "boardingPassData": [
                {
                  "agent": {
                    "city": "rSL",
                    "country": "SJ",
                    "sign": "SyM"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "LB",
                      "value": 17.5
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "12345678",
                        "11223344"
                      ],
                      "quantity": 1,
                      "totalWeight": {
                        "unit": "KG",
                        "value": 16.3
                      }
                    }
                  },
                  "bookingClass": "N",
                  "cabinClass": "FIRST",
                  "checkInSequenceNumber": "418",
                  "deck": {
                    "code": "MAIN",
                    "value": "UPPER"
                  },
                  "displayData": {
                    "accommodation": "FIRST CLASS",
                    "agentCityName": "Kuvalisburgh",
                    "arrivalAirportName": "Pensacola",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "1538",
                    "cabinClassCode": "Z",
                    "cabinText": "BUSINESS",
                    "carryOnText": "NO CARRY-ON",
                    "childText": "INFANT",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Collinsworth",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "2957",
                    "edifactApiText": "API ERROR",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "8949",
                    "estimatedDepartureDate": "2026-11-04T00:00:00.0Z",
                    "estimatedDepartureTime": "6162",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY BASIC",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "NO CARRY ON",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "SILVER",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "W1Xx",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "1781",
                    "scheduledDepartureDate": "2027-05-26T00:00:00.0Z",
                    "scheduledDepartureTime": "9624",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "regional",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "KG",
                    "arrivalTime": "2026-10-25T00:00:00.0Z",
                    "boardingTime": "1963-09-21T12:20:14.0Z",
                    "commuter": false,
                    "departureAirport": "[ob",
                    "departureCountry": "RW",
                    "departureFlightScheduleStatus": "DELAYED",
                    "departureGate": "vG",
                    "departureTerminal": "46",
                    "departureTime": "2026-10-25T00:00:00.0Z",
                    "equipment": "557",
                    "estimatedArrivalTime": "1896-01-10T03:56:23.0Z",
                    "estimatedDepartureTime": "1969-09-10T23:01:49.0Z",
                    "flightNumber": "506",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "30"
                  },
                  "group": "kgDVW3",
                  "loyaltyAccount": {
                    "id": "1dde7b57-e721-444e-b427-5e0ea3e99a3c",
                    "latestAwardDate": "2025-12-27",
                    "loyaltyTierLevel": {
                      "atpco": "70",
                      "customerInsight": "28",
                      "name": "gold",
                      "number": 4,
                      "priority": 3,
                      "tag": "LbK"
                    },
                    "memberAirline": "[ob",
                    "memberId": "9348461510",
                    "membershipStartDate": "2024-06-20",
                    "mileage": {
                      "unit": "MILES",
                      "value": 2203
                    },
                    "pnrId": "2",
                    "points": 34372,
                    "source": "PNR"
                  },
                  "passengerFlightId": "6TnBaPcGjw",
                  "personName": {
                    "first": "Judson",
                    "last": "Schuster",
                    "middle": "Arden",
                    "prefix": "Ms.",
                    "raw": "Sally Frami",
                    "suffix": "MD"
                  },
                  "recordLocator": "KMPQVG",
                  "seatNumber": "17B",
                  "source": "EXTERNAL",
                  "standbyPriority": "g1",
                  "supplementaryData": {
                    "dhsStatus": 3,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "97020127057922",
                    "loungeAccess": true,
                    "selectee": true,
                    "skyPriority": false,
                    "spanishLargeFamily": true,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "SY"
                  },
                  "ticketCouponNumber": "82",
                  "ticketNumber": {
                    "airlineAccountingCode": "207",
                    "checkDigit": "6",
                    "number": "87235400540943",
                    "serialNumber": "7296182245"
                  },
                  "zone": "2"
                }
              ],
              "formattedBoardingPass": {
                "document": {
                  "contentType": "image/svg+xml",
                  "name": "hm_openly.[object Object]",
                  "value": "3LFEmCKJURgzfuZne8urX3D2hw9RxCYvZ8I5WyWdbu9Xm1peC87IsQRchnTtyoaj"
                },
                "image": {
                  "contentType": "image/avif",
                  "name": "justly.[object Object]",
                  "value": "Ug8LA8yKCMdfgjl7v6pIHleDTAl67XXfKHSuqakuBFlzUvJIrAFYXyLiOvHMaPAS"
                },
                "pectab": {
                  "data": {
                    "contentType": "video/3gpp2",
                    "name": "next_furthermore.[object Object]",
                    "value": "UxzAiFqk8YGfF0x0SS3TKWQdWveGOwQ6utLVShYfokxfUbFNv4C53wUtrzhYAsJm"
                  },
                  "layout": {
                    "contentType": "application/x-7z-compressed",
                    "name": "seemingly_woot.[object Object]",
                    "value": "oDgLU0SdSFqE4UllGv7N59XKKEkUUOuKjx7QQ4Pw615I9U1Uo0ntF0aAMVjXTpSA"
                  },
                  "template": {
                    "contentType": "image/gif",
                    "name": "while_above.[object Object]",
                    "value": "YmN5CPjZQEWL44EDIabJy5VV2oWpcIKQiE3OOhwWWiZGXp7NXOIS4W3anV3EYbeN"
                  },
                  "templates": [
                    {
                      "contentType": "text/css",
                      "name": "amongst_piglet_disappointment.[object Object]",
                      "value": "2NPjTBC2zX1KVY238HFwHLnbbCmGZcxjjuctHQPOplFpG2MPeb44dmsjIS9jMCuI"
                    },
                    {
                      "contentType": "application/x-sh",
                      "name": "closely_knitting_impressionable.[object Object]",
                      "value": "sWfY3GLrzscqV7Ovg2nudg7lDLTfhJGUiRNJIfUYWzMZEUAQ8mBTB1Bk5FrXIvxD"
                    },
                    {
                      "contentType": "application/ld+json",
                      "name": "if_for_gee.[object Object]",
                      "value": "mDBbiLlC7LQcjvautPwaZQMrgvdJRcJdlluGqkmbMwlBx8M1x5LGZ9ZAHsYEZGo2"
                    },
                    {
                      "contentType": "image/tiff",
                      "name": "versus.[object Object]",
                      "value": "cSeDcjzK2m9fnSAqA0W9Np3D8HW1sCdsgBz8jAkWtzK0PCqschTX9f4YaPgLeAJS"
                    }
                  ]
                },
                "supplementaryData": {
                  "accommodation": "RESIDENCE SUITE",
                  "selectee": true,
                  "skyPriority": true,
                  "zone": "0"
                },
                "zpl": {
                  "contentType": "application/ld+json",
                  "name": "lecture.[object Object]",
                  "value": "mb3qqLIAAMYTCA4lGReM5VcYdRC3Ob3FEiRST0royMTLEs9KiXQixIAMX8XKk3Su"
                }
              },
              "passengerFlightIds": [
                "id01",
                "id02"
              ],
              "type": "BOARDING_PASS"
            }
          ],
          "checkedBaggage": [
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "Iw",
              "baggageTagTypes": [
                {
                  "code": "q",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "62",
                      "description": "yXwNopcRdpWGjUw"
                    },
                    {
                      "code": "70",
                      "description": "xEYGTwdkTWgkHCp"
                    },
                    {
                      "code": "91",
                      "description": "yAgEsSdXcHQyBmU"
                    },
                    {
                      "code": "13",
                      "description": "RdRmmtmoiROnLco"
                    }
                  ]
                },
                {
                  "code": "R",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "33",
                      "description": "FOqilflWrLCjAvy"
                    },
                    {
                      "code": "81",
                      "description": "vMKPzmwUUVvipAd"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "OTHER",
                "arrivalAirport": "XQd",
                "bagTagNumber": "I6JG3kFdKy",
                "bagTagState": "ACTIVE",
                "departureAirport": "SLJ",
                "excludeFromSubsequentBagCalculation": true
              },
              "freeBaggageAllowance": true,
              "id": "3b674330-ae56-4829-a3dc-b2b0d05874f8",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "FEET",
                "value": 163
              },
              "status": "NOT_CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 47.6
              }
            },
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "zb",
              "baggageTagTypes": [
                {
                  "code": "Z",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "89",
                      "description": "ZFknOtTOVazSfzQ"
                    },
                    {
                      "code": "39",
                      "description": "wWmdtTfWmSovbyn"
                    },
                    {
                      "code": "48",
                      "description": "mQjoStlVINuvOOu"
                    }
                  ]
                },
                {
                  "code": "B",
                  "description": "STANDARD",
                  "reason": [
                    {
                      "code": "08",
                      "description": "QsbwWxtkQHesyjV"
                    },
                    {
                      "code": "22",
                      "description": "KJNDKVvhIyXDWOy"
                    },
                    {
                      "code": "73",
                      "description": "XqZeBwAMQGHoBUK"
                    },
                    {
                      "code": "58",
                      "description": "iRuAiqAMGhnldTi"
                    }
                  ]
                },
                {
                  "code": "i",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "15",
                      "description": "mpGGYkVGGnsyfYv"
                    },
                    {
                      "code": "11",
                      "description": "KIjVBRllLKSVzeV"
                    },
                    {
                      "code": "50",
                      "description": "uKsKmtDVPbztdUd"
                    },
                    {
                      "code": "57",
                      "description": "QUqtgZIfHmDkpTU"
                    }
                  ]
                },
                {
                  "code": "z",
                  "description": "STANDARD",
                  "reason": [
                    {
                      "code": "24",
                      "description": "QiQJGmByizBWAoX"
                    },
                    {
                      "code": "51",
                      "description": "gKAWGyRajjcrkMB"
                    },
                    {
                      "code": "60",
                      "description": "aUYWvKZEwFtcbnb"
                    },
                    {
                      "code": "87",
                      "description": "gwjAtAmRTeyGvyZ"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "OTHER",
                "arrivalAirport": "qvq",
                "bagTagNumber": "AgPu5213IN",
                "bagTagState": "ACTIVE",
                "departureAirport": "PQl",
                "excludeFromSubsequentBagCalculation": true
              },
              "freeBaggageAllowance": true,
              "id": "d84d7223-5fdd-4e4c-b6f8-435d0c6fbc74",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "FEET",
                "value": 98
              },
              "status": "CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 3.3
              }
            },
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "Ae",
              "baggageTagTypes": [
                {
                  "code": "T",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "49",
                      "description": "fHtrevHlszjZXlZ"
                    },
                    {
                      "code": "22",
                      "description": "YZQBzJKEioPtvGs"
                    },
                    {
                      "code": "67",
                      "description": "AwHnUIHZrZzCngg"
                    },
                    {
                      "code": "63",
                      "description": "ihwSrakRvPsFeGR"
                    },
                    {
                      "code": "49",
                      "description": "uXbTyfxHTfxeqcs"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "STANDARD",
                "arrivalAirport": "RKq",
                "bagTagNumber": "MNmhHiCmuX",
                "bagTagState": "INACTIVE",
                "departureAirport": "muU",
                "excludeFromSubsequentBagCalculation": false
              },
              "freeBaggageAllowance": true,
              "id": "5c9ed873-ff45-45e8-9bfd-ffcf61060c39",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "INCH",
                "value": 98
              },
              "status": "CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 35.5
              }
            },
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "bC",
              "baggageTagTypes": [
                {
                  "code": "z",
                  "description": "STANDARD",
                  "reason": [
                    {
                      "code": "04",
                      "description": "pmfOvfHLhLJlqCL"
                    },
                    {
                      "code": "80",
                      "description": "rnmreYYoKFEpeyf"
                    },
                    {
                      "code": "75",
                      "description": "UrDQtbKGhdWBORu"
                    },
                    {
                      "code": "30",
                      "description": "TjVIyQRuqGkdZvv"
                    },
                    {
                      "code": "95",
                      "description": "gBRAlLGItADIwym"
                    }
                  ]
                },
                {
                  "code": "m",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "31",
                      "description": "thTOaItqZuiATiw"
                    },
                    {
                      "code": "85",
                      "description": "OsEQkORhixsKdjf"
                    },
                    {
                      "code": "63",
                      "description": "ulrqksHBFSZtnFu"
                    },
                    {
                      "code": "74",
                      "description": "godThWgBLavUTdc"
                    },
                    {
                      "code": "06",
                      "description": "ykXweGPakAQFllL"
                    }
                  ]
                },
                {
                  "code": "u",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "82",
                      "description": "ZIwiUjLKlKlmeEz"
                    },
                    {
                      "code": "71",
                      "description": "SSudbWOehOcBJQK"
                    },
                    {
                      "code": "73",
                      "description": "oFBMjTxubBUkfDD"
                    },
                    {
                      "code": "21",
                      "description": "uEojLVgYhXbqXIs"
                    },
                    {
                      "code": "09",
                      "description": "YtSQDogtEEuOVAw"
                    }
                  ]
                },
                {
                  "code": "V",
                  "description": "STANDARD",
                  "reason": [
                    {
                      "code": "94",
                      "description": "bYyIPweAjROkXDB"
                    },
                    {
                      "code": "07",
                      "description": "xcRPXKUCDHJMOGO"
                    },
                    {
                      "code": "90",
                      "description": "pSQdHnFQVTAsVNr"
                    },
                    {
                      "code": "68",
                      "description": "UYabJeqQySujVAX"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "OTHER",
                "arrivalAirport": "NNU",
                "bagTagNumber": "xp6L2SfLqg",
                "bagTagState": "ACTIVE",
                "departureAirport": "CAK",
                "excludeFromSubsequentBagCalculation": false
              },
              "freeBaggageAllowance": true,
              "id": "cce91c97-5f41-49eb-a48c-ee31ef99691e",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "INCH",
                "value": 122
              },
              "status": "NOT_CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 31.4
              }
            },
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "bL",
              "baggageTagTypes": [
                {
                  "code": "o",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "45",
                      "description": "VPztZDlIubTZlsF"
                    },
                    {
                      "code": "25",
                      "description": "wPaXXJFItaJeuCy"
                    },
                    {
                      "code": "71",
                      "description": "LsrPzUqvUflnzgm"
                    },
                    {
                      "code": "83",
                      "description": "NwhrFQEsAplumUA"
                    },
                    {
                      "code": "26",
                      "description": "ZDjtjAdRIqdxGpJ"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "OTHER",
                "arrivalAirport": "wJS",
                "bagTagNumber": "bMpjnU6lWf",
                "bagTagState": "ACTIVE",
                "departureAirport": "jdm",
                "excludeFromSubsequentBagCalculation": true
              },
              "freeBaggageAllowance": true,
              "id": "dbbe398e-6752-4c9b-a5be-affb978caf95",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "FEET",
                "value": 124
              },
              "status": "NOT_CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 37.1
              }
            }
          ],
          "contactDetails": {
            "address": [
              {
                "city": "South Jessycacester",
                "companyName": "Prohaska, Homenick and Thiel",
                "country": "MO",
                "id": "500dae59-731b-4941-91db-ae38089fc30e",
                "personName": {
                  "first": "Jan",
                  "last": "Price",
                  "middle": "Kai",
                  "prefix": "Mrs.",
                  "raw": "Warren Luettgen",
                  "suffix": "MD"
                },
                "postalCode": "33692",
                "stateProvince": "Montana",
                "street1": "21748 Conor Hills",
                "street2": "Suite 261",
                "type": "HOME"
              },
              {
                "city": "Lake Arnulfo",
                "companyName": "Upton - Nienow",
                "country": "TR",
                "id": "80a13156-f4e8-435b-ba0d-746825a03ec1",
                "personName": {
                  "first": "Moises",
                  "last": "Grady",
                  "middle": "August",
                  "prefix": "Miss",
                  "raw": "Virgil Hettinger",
                  "suffix": "V"
                },
                "postalCode": "23924-8146",
                "stateProvince": "Nebraska",
                "street1": "74992 Omer Lock",
                "street2": "Suite 981",
                "type": "HOME"
              }
            ],
            "email": [
              {
                "id": "5a0a0175-6bc5-4733-abf1-5bc956b7f335",
                "type": "PERSONAL",
                "value": "Percival.Feil40@gmail.com"
              },
              {
                "id": "133425c0-2d49-49bf-8ea5-d33565741eae",
                "type": "PERSONAL",
                "value": "Freddy16@gmail.com"
              }
            ],
            "phone": [
              {
                "allowedSMS": false,
                "areaCode": "986",
                "carrier": "TMOBILE",
                "countryCode": "23",
                "extension": "030",
                "id": "172aaf09-2344-4b03-bb54-9a1b8d51bb1c",
                "number": "22346368",
                "type": "MOBILE"
              }
            ]
          },
          "contactTracingDetails": {
            "emails": [
              {
                "countryCode": "RU",
                "id": "77e7914e-59d8-4ef0-b59b-7831d06731d7",
                "value": "Louvenia_Raynor60@gmail.com"
              },
              {
                "countryCode": "TV",
                "id": "483f7649-be40-4638-a65f-c674ae231944",
                "value": "Dominique_Abbott2@gmail.com"
              },
              {
                "countryCode": "YT",
                "id": "9968d68e-cd28-40c2-b9f6-15276746b6d0",
                "value": "Judson_Corwin@gmail.com"
              },
              {
                "countryCode": "AZ",
                "id": "d99b72a1-bd45-4cea-9f9d-a31cd0557b83",
                "value": "Jailyn86@yahoo.com"
              },
              {
                "countryCode": "AF",
                "id": "806902cc-77a1-48eb-a519-a9276cd03380",
                "value": "Maya29@hotmail.com"
              }
            ],
            "phones": [
              {
                "countryCode": "AU",
                "id": "d61afc05-514b-42c4-ac62-1ef2abf18103",
                "value": "Ben.Williamson29@yahoo.com"
              },
              {
                "countryCode": "SI",
                "id": "868b8469-32aa-43a1-8510-29aea632dc9a",
                "value": "Jaida_Morissette58@gmail.com"
              },
              {
                "countryCode": "CG",
                "id": "0c6af33d-13a1-4020-ad30-3b1cbb0bc8da",
                "value": "Rex_Zulauf@hotmail.com"
              },
              {
                "countryCode": "BI",
                "id": "e7dd28c8-89ec-4b37-a363-de5f827c3b84",
                "value": "Malcolm12@hotmail.com"
              }
            ]
          },
          "dateOfBirth": "2014-06-21",
          "eligibilities": {
            "eligibility": [
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "ml9K4K7axS0MsXvKrFHQ",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "640"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "258"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "414"
                      }
                    ]
                  },
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "dTlY6OWYBHwFclIEHv2C",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "926"
                      }
                    ]
                  },
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "puPkk310ProjD3TvFHYY",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "383"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "279"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              }
            ]
          },
          "emd": [
            {
              "agent": {
                "duty": "Dl",
                "homeBranch": "78253",
                "homeLocation": "byx",
                "homeStation": "6697",
                "lniata": "nYvLRP",
                "sine": "URq",
                "stationLocation": "KDI",
                "stationNumber": "3680",
                "ticketingProvider": {
                  "checkDigit": "0",
                  "name": "Kessler, Hills and Franecki",
                  "number": "698",
                  "value": "ST"
                },
                "type": "Y",
                "workLocation": "IqH"
              },
              "customer": [
                {
                  "purchaser": {
                    "firstName": "Ignacio",
                    "lastName": "Parisian",
                    "name": "Jesus Rutherford"
                  },
                  "traveler": {
                    "externalNumber": "09187089",
                    "firstName": "Lilly",
                    "lastName": "Gutmann-Lesch",
                    "name": "Sylvia Emard",
                    "passengerType": "INF"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Favian",
                    "lastName": "Marks",
                    "name": "Dixie Daniel"
                  },
                  "traveler": {
                    "externalNumber": "03988706",
                    "firstName": "Alvis",
                    "lastName": "Bergstrom",
                    "name": "Phyllis Veum",
                    "passengerType": "ADT"
                  }
                }
              ],
              "emdCoupon": [
                {
                  "classOfService": "S",
                  "couponNumber": "14",
                  "endLocation": "wRL",
                  "marketingFlightNumber": "6003",
                  "marketingProvider": {
                    "checkDigit": "9",
                    "name": "Gleichner Group",
                    "number": "999",
                    "value": "gt"
                  },
                  "startDateTime": "2027-05-16T00:00:00.0Z",
                  "startLocation": "tBt"
                },
                {
                  "classOfService": "X",
                  "couponNumber": "63",
                  "endLocation": "uJt",
                  "marketingFlightNumber": "7801",
                  "marketingProvider": {
                    "checkDigit": "5",
                    "name": "Koepp and Sons",
                    "number": "248",
                    "value": "Ff"
                  },
                  "startDateTime": "2026-10-10T00:00:00.0Z",
                  "startLocation": "gXG"
                },
                {
                  "classOfService": "T",
                  "couponNumber": "91",
                  "endLocation": "ZMR",
                  "marketingFlightNumber": "9832",
                  "marketingProvider": {
                    "checkDigit": "7",
                    "name": "Kuhn, Raynor and Yost",
                    "number": "341",
                    "value": "lJ"
                  },
                  "startDateTime": "2027-01-15T00:00:00.0Z",
                  "startLocation": "tHT"
                },
                {
                  "classOfService": "v",
                  "couponNumber": "39",
                  "endLocation": "VWi",
                  "marketingFlightNumber": "4270",
                  "marketingProvider": {
                    "checkDigit": "0",
                    "name": "Boyer - Huel",
                    "number": "985",
                    "value": "nx"
                  },
                  "startDateTime": "2027-04-30T00:00:00.0Z",
                  "startLocation": "Dsi"
                }
              ],
              "emdNumber": {
                "number": "06858803242834"
              },
              "fareCalculationDetails": "Te4OROr7qA1FCOqqUjFp",
              "fareCalculationMode": "9",
              "issueTime": "2026-07-16T00:00:00.0Z",
              "miscellaneous": [
                {
                  "associatedTicketNumber": {
                    "associationType": "Ztg",
                    "checkDigit": "6",
                    "couponNumber": "61",
                    "value": "4448523428611"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "I",
                      "couponNumber": "32",
                      "endLocation": "mXH",
                      "marketingFlightNumber": "5490",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Fay, Heidenreich and Douglas",
                        "number": "156",
                        "value": "mx"
                      },
                      "startDateTime": "2027-03-29T00:00:00.0Z",
                      "startLocation": "tGV"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "308792",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "GIP",
                        "value": 97.34
                      },
                      "valueCode": "Wv1C"
                    },
                    "code": "QF9A",
                    "coupon": 2,
                    "description": "The Abelardo Table is the latest in a series of cooperative products from Conn - Klocko",
                    "equivalent": {
                      "text": "655849",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MNT",
                        "value": 454.07
                      },
                      "valueCode": "Hc2f"
                    },
                    "quantity": 1,
                    "total": {
                      "text": "602540",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "KHR",
                        "value": 327.14
                      },
                      "valueCode": "o0tq"
                    },
                    "totalTax": {
                      "text": "782949",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "INR",
                        "value": 434.18
                      },
                      "valueCode": "GI0g"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "3",
                      "name": "Kuphal - O'Keefe",
                      "number": "299",
                      "value": "zZ"
                    },
                    "group": "VHxkI",
                    "indicators": {
                      "consumed": "N",
                      "feeOverride": "f",
                      "taxExempt": "D"
                    },
                    "journeyType": "nG",
                    "reason": "sCGbgkGtjG"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "jPxgxBWISR",
                          "sequence": 1,
                          "status": "zf",
                          "taxCode": "IlF",
                          "text": "321223",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "LKR",
                            "value": 263.39
                          },
                          "valueCode": "iddw"
                        },
                        {
                          "exempt": false,
                          "name": "YeysEHIBZa",
                          "sequence": 5,
                          "status": "Cj",
                          "taxCode": "wZv",
                          "text": "458352",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BND",
                            "value": 52.76
                          },
                          "valueCode": "uaxz"
                        },
                        {
                          "exempt": false,
                          "name": "ixboSRFbhk",
                          "sequence": 2,
                          "status": "sI",
                          "taxCode": "eLF",
                          "text": "902756",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SHP",
                            "value": 491.03
                          },
                          "valueCode": "bzsq"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "OVPnKXAHeg",
                          "sequence": 5,
                          "status": "UN",
                          "taxCode": "IVD",
                          "text": "340116",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "UYU",
                            "value": 414.18
                          },
                          "valueCode": "0ICy"
                        },
                        {
                          "exempt": false,
                          "name": "caxmsKLHbK",
                          "sequence": 4,
                          "status": "Hc",
                          "taxCode": "Dqa",
                          "text": "639433",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "LYD",
                            "value": 107.31
                          },
                          "valueCode": "0LLD"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "zezDmZwroy",
                          "sequence": 1,
                          "status": "JA",
                          "taxCode": "XjM",
                          "text": "696180",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "QAR",
                            "value": 45.7
                          },
                          "valueCode": "oC9a"
                        },
                        {
                          "exempt": false,
                          "name": "wCWybKSNTt",
                          "sequence": 3,
                          "status": "HC",
                          "taxCode": "nno",
                          "text": "500579",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BGN",
                            "value": 183.59
                          },
                          "valueCode": "Jl2G"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "zQV",
                    "checkDigit": "4",
                    "couponNumber": "34",
                    "value": "1603014086948"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "i",
                      "couponNumber": "98",
                      "endLocation": "lbV",
                      "marketingFlightNumber": "7014",
                      "marketingProvider": {
                        "checkDigit": "2",
                        "name": "Maggio, Beier and Ernser",
                        "number": "192",
                        "value": "fP"
                      },
                      "startDateTime": "2027-06-04T00:00:00.0Z",
                      "startLocation": "DTU"
                    },
                    {
                      "classOfService": "l",
                      "couponNumber": "87",
                      "endLocation": "EHW",
                      "marketingFlightNumber": "0589",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "DuBuque - Cummerata",
                        "number": "013",
                        "value": "Mp"
                      },
                      "startDateTime": "2026-12-17T00:00:00.0Z",
                      "startLocation": "UdP"
                    },
                    {
                      "classOfService": "O",
                      "couponNumber": "97",
                      "endLocation": "wqT",
                      "marketingFlightNumber": "1354",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "Howell - Stoltenberg",
                        "number": "488",
                        "value": "VS"
                      },
                      "startDateTime": "2027-07-14T00:00:00.0Z",
                      "startLocation": "AkO"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "710133",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "GIP",
                        "value": 375.77
                      },
                      "valueCode": "fpzR"
                    },
                    "code": "rCjU",
                    "coupon": 8,
                    "description": "Discover the normal new Chair with an exciting mix of Plastic ingredients",
                    "equivalent": {
                      "text": "804349",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "HNL",
                        "value": 494.02
                      },
                      "valueCode": "BEaR"
                    },
                    "quantity": 2,
                    "total": {
                      "text": "879477",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "TTD",
                        "value": 495.61
                      },
                      "valueCode": "Xjfi"
                    },
                    "totalTax": {
                      "text": "139293",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MWK",
                        "value": 290.15
                      },
                      "valueCode": "FZUQ"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "2",
                      "name": "Weissnat, Armstrong and Olson",
                      "number": "510",
                      "value": "wG"
                    },
                    "group": "IHUNc",
                    "indicators": {
                      "consumed": "T",
                      "feeOverride": "a",
                      "taxExempt": "o"
                    },
                    "journeyType": "es",
                    "reason": "jXxlmIPtoC"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "MwIwmdwxpg",
                          "sequence": 4,
                          "status": "NN",
                          "taxCode": "IzP",
                          "text": "361644",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "CZK",
                            "value": 189.93
                          },
                          "valueCode": "6F7H"
                        },
                        {
                          "exempt": false,
                          "name": "QNVihqKhKy",
                          "sequence": 2,
                          "status": "kZ",
                          "taxCode": "vYa",
                          "text": "169007",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "PYG",
                            "value": 68.73
                          },
                          "valueCode": "HIsm"
                        },
                        {
                          "exempt": true,
                          "name": "ZilIvZECFQ",
                          "sequence": 5,
                          "status": "zf",
                          "taxCode": "iZz",
                          "text": "608710",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "SEK",
                            "value": 404.05
                          },
                          "valueCode": "sTSV"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "VEvRUHkCah",
                          "sequence": 1,
                          "status": "zm",
                          "taxCode": "EgG",
                          "text": "911962",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MZN",
                            "value": 348.23
                          },
                          "valueCode": "SrTT"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "VdE",
                    "checkDigit": "4",
                    "couponNumber": "56",
                    "value": "0264646654608"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "h",
                      "couponNumber": "55",
                      "endLocation": "qcY",
                      "marketingFlightNumber": "1087",
                      "marketingProvider": {
                        "checkDigit": "1",
                        "name": "Herman, Grimes and Hettinger",
                        "number": "991",
                        "value": "bT"
                      },
                      "startDateTime": "2027-06-22T00:00:00.0Z",
                      "startLocation": "ldj"
                    },
                    {
                      "classOfService": "J",
                      "couponNumber": "23",
                      "endLocation": "ytj",
                      "marketingFlightNumber": "1422",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "Abbott, Hyatt and Lowe",
                        "number": "172",
                        "value": "xj"
                      },
                      "startDateTime": "2027-08-17T00:00:00.0Z",
                      "startLocation": "OMH"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "896557",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MGA",
                        "value": 305.32
                      },
                      "valueCode": "YN1b"
                    },
                    "code": "9XGe",
                    "coupon": 4,
                    "description": "Experience the yellow brilliance of our Bacon, perfect for dependable environments",
                    "equivalent": {
                      "text": "617972",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "AUD",
                        "value": 479.66
                      },
                      "valueCode": "ML4s"
                    },
                    "quantity": 3,
                    "total": {
                      "text": "390840",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "LBP",
                        "value": 350.72
                      },
                      "valueCode": "vIV9"
                    },
                    "totalTax": {
                      "text": "042109",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MWK",
                        "value": 138.51
                      },
                      "valueCode": "sjrw"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "5",
                      "name": "Erdman - Hammes",
                      "number": "763",
                      "value": "rh"
                    },
                    "group": "MeLMc",
                    "indicators": {
                      "consumed": "R",
                      "feeOverride": "a",
                      "taxExempt": "Y"
                    },
                    "journeyType": "Lo",
                    "reason": "DZUPMiUqqP"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "gCiyknYOwB",
                          "sequence": 3,
                          "status": "zk",
                          "taxCode": "Jyd",
                          "text": "997621",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "AFN",
                            "value": 294.09
                          },
                          "valueCode": "Lbo8"
                        },
                        {
                          "exempt": false,
                          "name": "RdXnbTsOvb",
                          "sequence": 3,
                          "status": "cy",
                          "taxCode": "HIR",
                          "text": "341993",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SOS",
                            "value": 204.92
                          },
                          "valueCode": "A8Td"
                        },
                        {
                          "exempt": true,
                          "name": "eHMgGFTHop",
                          "sequence": 1,
                          "status": "Eb",
                          "taxCode": "Ctf",
                          "text": "516483",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "GBP",
                            "value": 489.2
                          },
                          "valueCode": "xWwO"
                        },
                        {
                          "exempt": false,
                          "name": "PDeMptRnDz",
                          "sequence": 5,
                          "status": "Hq",
                          "taxCode": "ogq",
                          "text": "985015",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "BND",
                            "value": 88.16
                          },
                          "valueCode": "Gtvw"
                        },
                        {
                          "exempt": false,
                          "name": "yyySfmeFrN",
                          "sequence": 3,
                          "status": "Tb",
                          "taxCode": "CJg",
                          "text": "499812",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "KRW",
                            "value": 151.04
                          },
                          "valueCode": "NC01"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "AYD",
                    "checkDigit": "6",
                    "couponNumber": "96",
                    "value": "6645781398741"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "k",
                      "couponNumber": "66",
                      "endLocation": "ZCw",
                      "marketingFlightNumber": "3400",
                      "marketingProvider": {
                        "checkDigit": "0",
                        "name": "Howell, Stark and Homenick",
                        "number": "407",
                        "value": "qT"
                      },
                      "startDateTime": "2027-06-12T00:00:00.0Z",
                      "startLocation": "HTy"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "191628",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "GIP",
                        "value": 281.54
                      },
                      "valueCode": "O1CW"
                    },
                    "code": "0FaY",
                    "coupon": 8,
                    "description": "Experience the red brilliance of our Car, perfect for snoopy environments",
                    "equivalent": {
                      "text": "987335",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "KRW",
                        "value": 234.42
                      },
                      "valueCode": "8ukf"
                    },
                    "quantity": 4,
                    "total": {
                      "text": "655926",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "HTG",
                        "value": 482.53
                      },
                      "valueCode": "DBl8"
                    },
                    "totalTax": {
                      "text": "807929",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "RWF",
                        "value": 281.16
                      },
                      "valueCode": "JB3H"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "9",
                      "name": "Conn, Moen and Schoen",
                      "number": "766",
                      "value": "NA"
                    },
                    "group": "mfvJN",
                    "indicators": {
                      "consumed": "e",
                      "feeOverride": "M",
                      "taxExempt": "B"
                    },
                    "journeyType": "LN",
                    "reason": "WbqVQFomRy"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "cUVeDUqszd",
                          "sequence": 3,
                          "status": "dp",
                          "taxCode": "bTR",
                          "text": "707471",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "AOA",
                            "value": 254.34
                          },
                          "valueCode": "BOu1"
                        },
                        {
                          "exempt": false,
                          "name": "wVbGlWxppe",
                          "sequence": 1,
                          "status": "Oe",
                          "taxCode": "dVQ",
                          "text": "408186",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "LSL",
                            "value": 188.3
                          },
                          "valueCode": "jdyD"
                        },
                        {
                          "exempt": false,
                          "name": "GLtooHbxZS",
                          "sequence": 5,
                          "status": "xv",
                          "taxCode": "zSF",
                          "text": "799757",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "HUF",
                            "value": 150.81
                          },
                          "valueCode": "oyOr"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "GtQWApqTWD",
                          "sequence": 2,
                          "status": "cL",
                          "taxCode": "agK",
                          "text": "646727",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "ZWL",
                            "value": 192.7
                          },
                          "valueCode": "vGN5"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "mbsfQQOBfU",
                          "sequence": 4,
                          "status": "Ev",
                          "taxCode": "OsG",
                          "text": "313641",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "SBD",
                            "value": 260.52
                          },
                          "valueCode": "ryiw"
                        },
                        {
                          "exempt": false,
                          "name": "VWXlcaLCwv",
                          "sequence": 4,
                          "status": "tq",
                          "taxCode": "hIO",
                          "text": "542063",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "TOP",
                            "value": 364.72
                          },
                          "valueCode": "PoBr"
                        },
                        {
                          "exempt": true,
                          "name": "TVMiobvSoF",
                          "sequence": 3,
                          "status": "Yt",
                          "taxCode": "JLV",
                          "text": "045624",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "INR",
                            "value": 116.61
                          },
                          "valueCode": "Z52r"
                        },
                        {
                          "exempt": false,
                          "name": "GUBOikuzeA",
                          "sequence": 2,
                          "status": "hH",
                          "taxCode": "jEd",
                          "text": "091091",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "ARS",
                            "value": 228.9
                          },
                          "valueCode": "lUUE"
                        },
                        {
                          "exempt": false,
                          "name": "LKTKJrWcUa",
                          "sequence": 1,
                          "status": "fw",
                          "taxCode": "awZ",
                          "text": "860254",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MAD",
                            "value": 276.85
                          },
                          "valueCode": "AbkS"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "ISZZjzvmxA",
                          "sequence": 3,
                          "status": "LL",
                          "taxCode": "GuT",
                          "text": "863646",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "UGX",
                            "value": 403.78
                          },
                          "valueCode": "8WbQ"
                        },
                        {
                          "exempt": false,
                          "name": "luqiScFNeO",
                          "sequence": 2,
                          "status": "CI",
                          "taxCode": "ZEL",
                          "text": "744915",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "UAH",
                            "value": 316.63
                          },
                          "valueCode": "gD2x"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "bUEwmrsyBw",
                          "sequence": 5,
                          "status": "XH",
                          "taxCode": "NHZ",
                          "text": "056184",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MXN",
                            "value": 292.64
                          },
                          "valueCode": "xAro"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "TUT",
                    "checkDigit": "9",
                    "couponNumber": "65",
                    "value": "3119624079526"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "l",
                      "couponNumber": "89",
                      "endLocation": "fnE",
                      "marketingFlightNumber": "8832",
                      "marketingProvider": {
                        "checkDigit": "1",
                        "name": "Morar - Crist",
                        "number": "632",
                        "value": "VM"
                      },
                      "startDateTime": "2026-09-29T00:00:00.0Z",
                      "startLocation": "ayf"
                    },
                    {
                      "classOfService": "b",
                      "couponNumber": "04",
                      "endLocation": "IEt",
                      "marketingFlightNumber": "6646",
                      "marketingProvider": {
                        "checkDigit": "9",
                        "name": "Blanda, Volkman and Conn",
                        "number": "378",
                        "value": "eq"
                      },
                      "startDateTime": "2027-08-22T00:00:00.0Z",
                      "startLocation": "wWt"
                    },
                    {
                      "classOfService": "c",
                      "couponNumber": "57",
                      "endLocation": "ImA",
                      "marketingFlightNumber": "6477",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "Legros, Rempel and Legros",
                        "number": "722",
                        "value": "le"
                      },
                      "startDateTime": "2027-08-19T00:00:00.0Z",
                      "startLocation": "WQA"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "939460",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "KHR",
                        "value": 10.43
                      },
                      "valueCode": "Nunk"
                    },
                    "code": "nW16",
                    "coupon": 1,
                    "description": "The sleek and faint Towels comes with ivory LED lighting for smart functionality",
                    "equivalent": {
                      "text": "594392",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "ZMW",
                        "value": 173.58
                      },
                      "valueCode": "afwp"
                    },
                    "quantity": 2,
                    "total": {
                      "text": "568659",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "HTG",
                        "value": 360.67
                      },
                      "valueCode": "Iymi"
                    },
                    "totalTax": {
                      "text": "629761",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MNT",
                        "value": 469.94
                      },
                      "valueCode": "ayRz"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "3",
                      "name": "Abshire LLC",
                      "number": "138",
                      "value": "kb"
                    },
                    "group": "bYUuS",
                    "indicators": {
                      "consumed": "I",
                      "feeOverride": "g",
                      "taxExempt": "u"
                    },
                    "journeyType": "fM",
                    "reason": "SlSdZOJVUI"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "CMaoNPMczC",
                          "sequence": 1,
                          "status": "xC",
                          "taxCode": "oJP",
                          "text": "763979",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "ZMW",
                            "value": 438.88
                          },
                          "valueCode": "gLHE"
                        },
                        {
                          "exempt": false,
                          "name": "SUrUhHcOWv",
                          "sequence": 3,
                          "status": "FN",
                          "taxCode": "gwJ",
                          "text": "895312",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MUR",
                            "value": 161.36
                          },
                          "valueCode": "BNql"
                        },
                        {
                          "exempt": false,
                          "name": "fjKuBFSuXX",
                          "sequence": 3,
                          "status": "Sm",
                          "taxCode": "rRw",
                          "text": "516703",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "NGN",
                            "value": 17.45
                          },
                          "valueCode": "Qhu8"
                        },
                        {
                          "exempt": true,
                          "name": "NewhugQhZd",
                          "sequence": 4,
                          "status": "EY",
                          "taxCode": "uRH",
                          "text": "272312",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "KZT",
                            "value": 259.51
                          },
                          "valueCode": "SJx8"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "uRIaeyENag",
                          "sequence": 1,
                          "status": "Ad",
                          "taxCode": "yDI",
                          "text": "822910",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "GEL",
                            "value": 29.09
                          },
                          "valueCode": "p5DF"
                        }
                      ]
                    }
                  ]
                }
              ],
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "RON",
                    "value": 290.71
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "utTkJBgevq",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "NAD",
                    "value": 388.85
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "EUR",
                    "value": 415.67
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "BWP",
                    "value": 93.62
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "PZdATYGWWZ",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "MZN",
                    "value": 398.69
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "ILS",
                    "value": 290.25
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "KYD",
                    "value": 144.93
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": true,
                  "remarks": "fsgOzmvTsG",
                  "sequence": 4,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "NZD",
                    "value": 273.25
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "AMD",
                    "value": 157.33
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "AED",
                    "value": 324.91
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": false,
                  "remarks": "KoUrHxKExg",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "NGN",
                    "value": 45.72
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "KRW",
                    "value": 427.29
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "LSL",
                    "value": 31.77
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": true,
                  "remarks": "RqcRIDDUrP",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "SDG",
                    "value": 459.22
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "SDG",
                    "value": 487.1
                  }
                }
              ],
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "506868",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "JMD",
                      "value": 314.45
                    },
                    "valueCode": "om04"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 0.8545,
                      "bankerSellingRate": 0.9314,
                      "iataClearingHouseRate": 0.9887
                    },
                    "text": "808032",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "VES",
                      "value": 107.21
                    },
                    "valueCode": "JE37"
                  },
                  "net": {
                    "text": "828934",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "NGN",
                      "value": 439.94
                    },
                    "valueCode": "4XRB"
                  },
                  "tax": [
                    {
                      "exempt": true,
                      "name": "HVEwRpnyRa",
                      "sequence": 1,
                      "status": "Pd",
                      "taxCode": "xvJ",
                      "text": "719947",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "FJD",
                        "value": 465.27
                      },
                      "valueCode": "T1Df"
                    },
                    {
                      "exempt": false,
                      "name": "oBxVolAPDb",
                      "sequence": 5,
                      "status": "hD",
                      "taxCode": "sSV",
                      "text": "169361",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "RON",
                        "value": 88.81
                      },
                      "valueCode": "wKQr"
                    },
                    {
                      "exempt": false,
                      "name": "ICpkFlkOXa",
                      "sequence": 5,
                      "status": "SG",
                      "taxCode": "Xxb",
                      "text": "492715",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "AFN",
                        "value": 471.9
                      },
                      "valueCode": "LTKA"
                    },
                    {
                      "exempt": true,
                      "name": "ZBgEOMgGLb",
                      "sequence": 2,
                      "status": "IE",
                      "taxCode": "Fhg",
                      "text": "761948",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "BGN",
                        "value": 24.76
                      },
                      "valueCode": "cY2f"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 0.9151,
                    "text": "086813",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "RON",
                      "value": 343.77
                    },
                    "valueCode": "Dtqd"
                  },
                  "totalTax": {
                    "text": "788036",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "ZMW",
                      "value": 19.3
                    },
                    "valueCode": "uZfX"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": false,
                      "name": "CISVLXmJpM",
                      "sequence": 3,
                      "status": "Bk",
                      "taxCode": "GDY",
                      "text": "588619",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MDL",
                        "value": 83.37
                      },
                      "valueCode": "W6bd"
                    },
                    {
                      "exempt": false,
                      "name": "XkBtIEWnNE",
                      "sequence": 3,
                      "status": "IF",
                      "taxCode": "EEZ",
                      "text": "699260",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "GEL",
                        "value": 380.46
                      },
                      "valueCode": "ewvb"
                    },
                    {
                      "exempt": true,
                      "name": "mcUMVnQsnA",
                      "sequence": 4,
                      "status": "uD",
                      "taxCode": "GRy",
                      "text": "164294",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "PKR",
                        "value": 497.67
                      },
                      "valueCode": "uhlG"
                    },
                    {
                      "exempt": true,
                      "name": "jrpSZWpkzR",
                      "sequence": 5,
                      "status": "bX",
                      "taxCode": "xKD",
                      "text": "335514",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "TZS",
                        "value": 355
                      },
                      "valueCode": "nMxW"
                    }
                  ]
                }
              },
              "reasonForIssue": "FfoqzyfxPb",
              "relatedDocument": [
                {
                  "associatedTicketNumber": {
                    "associationType": "SyE",
                    "checkDigit": "8",
                    "couponNumber": "94",
                    "value": "5777251955820"
                  },
                  "checkDigit": "3",
                  "coupon": "27",
                  "iataNumber": "242",
                  "issueCity": "Wichita Falls",
                  "issueDate": "2026-08-16",
                  "number": "3214677007307",
                  "payment": "IcIEX",
                  "remark": "EQvrCdeAKJ",
                  "sequence": "14",
                  "transactionId": "0aa82fd1-05e1-4375-b2f4-3ce0d4c4800e",
                  "type": "LINKED"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "gUA",
                    "checkDigit": "8",
                    "couponNumber": "17",
                    "value": "4130114510511"
                  },
                  "checkDigit": "2",
                  "coupon": "60",
                  "iataNumber": "013",
                  "issueCity": "Toneyfort",
                  "issueDate": "2026-04-09",
                  "number": "1026478583489",
                  "payment": "QZoxx",
                  "remark": "zdeXndftOx",
                  "sequence": "51",
                  "transactionId": "23a7e042-0f62-430e-931a-16eec7c1c0e6",
                  "type": "EXCHANGE"
                }
              ],
              "reservation": {
                "creationDate": "2026-08-11T00:00:00.0Z",
                "provider": "Bahringer, Gleason and Wolff",
                "recordLocator": "YNXEKS"
              },
              "systemCreateDateTime": "2026-05-12T00:00:00.0Z",
              "type": "Pjl"
            },
            {
              "agent": {
                "duty": "CI",
                "homeBranch": "20161",
                "homeLocation": "qZE",
                "homeStation": "4423",
                "lniata": "bErhOu",
                "sine": "dAh",
                "stationLocation": "XHU",
                "stationNumber": "1588",
                "ticketingProvider": {
                  "checkDigit": "0",
                  "name": "Leffler, Bahringer and Graham",
                  "number": "143",
                  "value": "iz"
                },
                "type": "y",
                "workLocation": "JQM"
              },
              "customer": [
                {
                  "purchaser": {
                    "firstName": "Dulce",
                    "lastName": "Swaniawski",
                    "name": "Ms. Patti Dibbert"
                  },
                  "traveler": {
                    "externalNumber": "71638267",
                    "firstName": "Constantin",
                    "lastName": "Gusikowski",
                    "name": "Krystal Stracke",
                    "passengerType": "CHD"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Myrtie",
                    "lastName": "Russel",
                    "name": "Marty Satterfield"
                  },
                  "traveler": {
                    "externalNumber": "34384656",
                    "firstName": "Tabitha",
                    "lastName": "Erdman",
                    "name": "Darrin Hayes",
                    "passengerType": "ADT"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Adeline",
                    "lastName": "Schumm",
                    "name": "Anita Hudson-MacGyver"
                  },
                  "traveler": {
                    "externalNumber": "67187963",
                    "firstName": "Kaya",
                    "lastName": "MacGyver",
                    "name": "Steven Lind",
                    "passengerType": "ADT"
                  }
                }
              ],
              "emdCoupon": [
                {
                  "classOfService": "M",
                  "couponNumber": "33",
                  "endLocation": "KRi",
                  "marketingFlightNumber": "4219",
                  "marketingProvider": {
                    "checkDigit": "2",
                    "name": "Gibson, Schumm and Denesik",
                    "number": "836",
                    "value": "FD"
                  },
                  "startDateTime": "2026-12-29T00:00:00.0Z",
                  "startLocation": "OLp"
                },
                {
                  "classOfService": "V",
                  "couponNumber": "64",
                  "endLocation": "yBk",
                  "marketingFlightNumber": "1904",
                  "marketingProvider": {
                    "checkDigit": "9",
                    "name": "Becker LLC",
                    "number": "706",
                    "value": "Ji"
                  },
                  "startDateTime": "2026-12-17T00:00:00.0Z",
                  "startLocation": "JLv"
                },
                {
                  "classOfService": "e",
                  "couponNumber": "06",
                  "endLocation": "WGd",
                  "marketingFlightNumber": "6759",
                  "marketingProvider": {
                    "checkDigit": "9",
                    "name": "Welch - Kautzer",
                    "number": "388",
                    "value": "zE"
                  },
                  "startDateTime": "2026-09-24T00:00:00.0Z",
                  "startLocation": "tzo"
                },
                {
                  "classOfService": "H",
                  "couponNumber": "37",
                  "endLocation": "Fdb",
                  "marketingFlightNumber": "8469",
                  "marketingProvider": {
                    "checkDigit": "0",
                    "name": "Conroy LLC",
                    "number": "323",
                    "value": "tD"
                  },
                  "startDateTime": "2026-12-29T00:00:00.0Z",
                  "startLocation": "YBG"
                }
              ],
              "emdNumber": {
                "number": "08622547784902"
              },
              "fareCalculationDetails": "J6nzjFOQrYWcTJwwJofW",
              "fareCalculationMode": "0",
              "issueTime": "2026-06-21T00:00:00.0Z",
              "miscellaneous": [
                {
                  "associatedTicketNumber": {
                    "associationType": "MEf",
                    "checkDigit": "8",
                    "couponNumber": "07",
                    "value": "2017459533872"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "L",
                      "couponNumber": "09",
                      "endLocation": "WZo",
                      "marketingFlightNumber": "4376",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Fisher, Cormier and Funk",
                        "number": "454",
                        "value": "bD"
                      },
                      "startDateTime": "2027-02-25T00:00:00.0Z",
                      "startLocation": "vHh"
                    },
                    {
                      "classOfService": "H",
                      "couponNumber": "55",
                      "endLocation": "Kzj",
                      "marketingFlightNumber": "1524",
                      "marketingProvider": {
                        "checkDigit": "1",
                        "name": "Hickle - Dickinson",
                        "number": "449",
                        "value": "el"
                      },
                      "startDateTime": "2026-09-06T00:00:00.0Z",
                      "startLocation": "fou"
                    },
                    {
                      "classOfService": "R",
                      "couponNumber": "33",
                      "endLocation": "Hwn",
                      "marketingFlightNumber": "3823",
                      "marketingProvider": {
                        "checkDigit": "2",
                        "name": "Kirlin - Jacobson",
                        "number": "100",
                        "value": "xe"
                      },
                      "startDateTime": "2027-04-05T00:00:00.0Z",
                      "startLocation": "JTE"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "973984",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "CRC",
                        "value": 349.73
                      },
                      "valueCode": "6yqm"
                    },
                    "code": "80ZV",
                    "coupon": 5,
                    "description": "Discover the zebra-like agility of our Tuna, perfect for fuzzy users",
                    "equivalent": {
                      "text": "366565",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "CUP",
                        "value": 386.39
                      },
                      "valueCode": "EHAH"
                    },
                    "quantity": 2,
                    "total": {
                      "text": "203816",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "TMT",
                        "value": 172.81
                      },
                      "valueCode": "ueEH"
                    },
                    "totalTax": {
                      "text": "354034",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BOB",
                        "value": 296.38
                      },
                      "valueCode": "Hujo"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "9",
                      "name": "Carter - Ratke",
                      "number": "484",
                      "value": "Qv"
                    },
                    "group": "GPyKB",
                    "indicators": {
                      "consumed": "j",
                      "feeOverride": "n",
                      "taxExempt": "G"
                    },
                    "journeyType": "Vu",
                    "reason": "DPYCUyebDu"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "YfLFRzHfgN",
                          "sequence": 3,
                          "status": "IH",
                          "taxCode": "pWi",
                          "text": "100913",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "XOF",
                            "value": 264.6
                          },
                          "valueCode": "sFcV"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "PVcizyVxOI",
                          "sequence": 4,
                          "status": "wz",
                          "taxCode": "kwg",
                          "text": "876083",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "NIO",
                            "value": 209.23
                          },
                          "valueCode": "TV6q"
                        },
                        {
                          "exempt": false,
                          "name": "uQrmGaxvas",
                          "sequence": 1,
                          "status": "cP",
                          "taxCode": "XjV",
                          "text": "417077",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "LKR",
                            "value": 37.92
                          },
                          "valueCode": "uK2u"
                        },
                        {
                          "exempt": false,
                          "name": "oaewAqhknG",
                          "sequence": 4,
                          "status": "ft",
                          "taxCode": "ABZ",
                          "text": "701381",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "THB",
                            "value": 151.85
                          },
                          "valueCode": "DnD9"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "FdFwgSevWE",
                          "sequence": 1,
                          "status": "aN",
                          "taxCode": "RUN",
                          "text": "727785",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "HUF",
                            "value": 344.98
                          },
                          "valueCode": "MdHx"
                        },
                        {
                          "exempt": true,
                          "name": "aPXKXYOcvR",
                          "sequence": 2,
                          "status": "ht",
                          "taxCode": "Xak",
                          "text": "391771",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "AFN",
                            "value": 320.14
                          },
                          "valueCode": "JkLX"
                        },
                        {
                          "exempt": false,
                          "name": "qUrkfvZlyP",
                          "sequence": 4,
                          "status": "co",
                          "taxCode": "uPZ",
                          "text": "056730",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "UAH",
                            "value": 231.51
                          },
                          "valueCode": "8SNj"
                        },
                        {
                          "exempt": false,
                          "name": "FuKsxuMjww",
                          "sequence": 5,
                          "status": "Oy",
                          "taxCode": "joX",
                          "text": "949439",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "AUD",
                            "value": 76.19
                          },
                          "valueCode": "8lTv"
                        },
                        {
                          "exempt": true,
                          "name": "SCfwEMQmZd",
                          "sequence": 1,
                          "status": "JA",
                          "taxCode": "Beu",
                          "text": "521429",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "BRL",
                            "value": 364.58
                          },
                          "valueCode": "QKq7"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "QiRGPOiQJJ",
                          "sequence": 3,
                          "status": "eK",
                          "taxCode": "Kmd",
                          "text": "012414",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "HUF",
                            "value": 70.44
                          },
                          "valueCode": "Ongz"
                        },
                        {
                          "exempt": false,
                          "name": "oYNxWNcKYH",
                          "sequence": 2,
                          "status": "TJ",
                          "taxCode": "lwm",
                          "text": "588938",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "IDR",
                            "value": 293.23
                          },
                          "valueCode": "xKoV"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "TAoAaJdinu",
                          "sequence": 1,
                          "status": "rQ",
                          "taxCode": "BkZ",
                          "text": "885916",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "CAD",
                            "value": 49.56
                          },
                          "valueCode": "tKVv"
                        },
                        {
                          "exempt": true,
                          "name": "rtCpOrsxVK",
                          "sequence": 5,
                          "status": "Ay",
                          "taxCode": "TPX",
                          "text": "609681",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "SRD",
                            "value": 168.45
                          },
                          "valueCode": "yiD8"
                        },
                        {
                          "exempt": true,
                          "name": "UnAGZOvuHI",
                          "sequence": 5,
                          "status": "xi",
                          "taxCode": "GxB",
                          "text": "741612",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "HNL",
                            "value": 452.69
                          },
                          "valueCode": "Egbf"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "pzD",
                    "checkDigit": "2",
                    "couponNumber": "40",
                    "value": "7989370149813"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "p",
                      "couponNumber": "78",
                      "endLocation": "uWI",
                      "marketingFlightNumber": "8360",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Lynch, Stoltenberg and Kuhic",
                        "number": "403",
                        "value": "DZ"
                      },
                      "startDateTime": "2027-03-01T00:00:00.0Z",
                      "startLocation": "qdq"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "366837",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "LKR",
                        "value": 224.56
                      },
                      "valueCode": "qz5H"
                    },
                    "code": "XMbt",
                    "coupon": 5,
                    "description": "Stylish Fish designed to make you stand out with simplistic looks",
                    "equivalent": {
                      "text": "374109",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "TZS",
                        "value": 98.73
                      },
                      "valueCode": "Qbw9"
                    },
                    "quantity": 1,
                    "total": {
                      "text": "964365",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "LSL",
                        "value": 81.36
                      },
                      "valueCode": "qMrS"
                    },
                    "totalTax": {
                      "text": "884571",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "RUB",
                        "value": 274.9
                      },
                      "valueCode": "YhpE"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "6",
                      "name": "Carter, Feil and Jaskolski",
                      "number": "550",
                      "value": "dB"
                    },
                    "group": "jRtSW",
                    "indicators": {
                      "consumed": "h",
                      "feeOverride": "X",
                      "taxExempt": "e"
                    },
                    "journeyType": "Ji",
                    "reason": "NDpzDdkRUV"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "lMLJMgiRiH",
                          "sequence": 5,
                          "status": "Da",
                          "taxCode": "IBw",
                          "text": "669327",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "TND",
                            "value": 414
                          },
                          "valueCode": "h4cF"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "tcVfZAkLdl",
                          "sequence": 3,
                          "status": "Pv",
                          "taxCode": "Uaa",
                          "text": "915124",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "USD",
                            "value": 452.2
                          },
                          "valueCode": "I7pS"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "QHNMLiZqIu",
                          "sequence": 2,
                          "status": "eC",
                          "taxCode": "ONx",
                          "text": "447287",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "EUR",
                            "value": 205.2
                          },
                          "valueCode": "bJnG"
                        },
                        {
                          "exempt": false,
                          "name": "sVRzQVjooS",
                          "sequence": 1,
                          "status": "Yi",
                          "taxCode": "ArF",
                          "text": "257788",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "LKR",
                            "value": 336.12
                          },
                          "valueCode": "T074"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "zRrNLBLMqm",
                          "sequence": 2,
                          "status": "rE",
                          "taxCode": "WEG",
                          "text": "842655",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MVR",
                            "value": 212.49
                          },
                          "valueCode": "Wjih"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "ynSHcDDkCc",
                          "sequence": 5,
                          "status": "cS",
                          "taxCode": "aMs",
                          "text": "487138",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BSD",
                            "value": 496.74
                          },
                          "valueCode": "Ku91"
                        },
                        {
                          "exempt": false,
                          "name": "UeOUPdzLmv",
                          "sequence": 1,
                          "status": "hK",
                          "taxCode": "ZCz",
                          "text": "287449",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "XAF",
                            "value": 170.57
                          },
                          "valueCode": "OLDL"
                        },
                        {
                          "exempt": false,
                          "name": "AVemsYyBWG",
                          "sequence": 5,
                          "status": "Sb",
                          "taxCode": "cjF",
                          "text": "860339",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "CUP",
                            "value": 294.88
                          },
                          "valueCode": "Mdz2"
                        },
                        {
                          "exempt": false,
                          "name": "kHOJFZUtfY",
                          "sequence": 5,
                          "status": "bU",
                          "taxCode": "VnP",
                          "text": "021233",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "LAK",
                            "value": 56.72
                          },
                          "valueCode": "MeAF"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "uXf",
                    "checkDigit": "4",
                    "couponNumber": "72",
                    "value": "3469086206482"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "W",
                      "couponNumber": "10",
                      "endLocation": "yOj",
                      "marketingFlightNumber": "9986",
                      "marketingProvider": {
                        "checkDigit": "9",
                        "name": "Davis Group",
                        "number": "308",
                        "value": "BH"
                      },
                      "startDateTime": "2026-10-17T00:00:00.0Z",
                      "startLocation": "olo"
                    },
                    {
                      "classOfService": "K",
                      "couponNumber": "27",
                      "endLocation": "GUG",
                      "marketingFlightNumber": "5109",
                      "marketingProvider": {
                        "checkDigit": "0",
                        "name": "Hickle - Morar",
                        "number": "191",
                        "value": "sz"
                      },
                      "startDateTime": "2027-02-04T00:00:00.0Z",
                      "startLocation": "qhO"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "383408",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "UGX",
                        "value": 394.25
                      },
                      "valueCode": "kIEe"
                    },
                    "code": "S8DI",
                    "coupon": 4,
                    "description": "The Robust mobile attitude Tuna offers reliable performance and corrupt design",
                    "equivalent": {
                      "text": "323102",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "DOP",
                        "value": 389.51
                      },
                      "valueCode": "WCmu"
                    },
                    "quantity": 3,
                    "total": {
                      "text": "128918",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MMK",
                        "value": 212.27
                      },
                      "valueCode": "QTO8"
                    },
                    "totalTax": {
                      "text": "580048",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MNT",
                        "value": 122.25
                      },
                      "valueCode": "h4An"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "5",
                      "name": "Kuhic, Larkin and Blanda",
                      "number": "531",
                      "value": "TT"
                    },
                    "group": "HVCEj",
                    "indicators": {
                      "consumed": "K",
                      "feeOverride": "j",
                      "taxExempt": "r"
                    },
                    "journeyType": "MV",
                    "reason": "yNvJQeJBxV"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "HMtDmwEPur",
                          "sequence": 1,
                          "status": "oY",
                          "taxCode": "rtW",
                          "text": "582851",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "TRY",
                            "value": 398.6
                          },
                          "valueCode": "FdWC"
                        },
                        {
                          "exempt": false,
                          "name": "DdUYTJuwTw",
                          "sequence": 1,
                          "status": "vs",
                          "taxCode": "YGE",
                          "text": "380551",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "OMR",
                            "value": 332.88
                          },
                          "valueCode": "TrGP"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "LrtORTlnos",
                          "sequence": 1,
                          "status": "MY",
                          "taxCode": "jyu",
                          "text": "695034",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "NIO",
                            "value": 75.49
                          },
                          "valueCode": "Kp7D"
                        },
                        {
                          "exempt": true,
                          "name": "qqICceLKpE",
                          "sequence": 4,
                          "status": "UI",
                          "taxCode": "WjC",
                          "text": "284396",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "LRD",
                            "value": 470.99
                          },
                          "valueCode": "wqzK"
                        },
                        {
                          "exempt": true,
                          "name": "DHNtEunqpg",
                          "sequence": 2,
                          "status": "oB",
                          "taxCode": "QRJ",
                          "text": "942097",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "TTD",
                            "value": 172.67
                          },
                          "valueCode": "dtpN"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "jWHlWPyaNZ",
                          "sequence": 1,
                          "status": "uS",
                          "taxCode": "WXR",
                          "text": "669906",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "NGN",
                            "value": 290.06
                          },
                          "valueCode": "TtXC"
                        },
                        {
                          "exempt": true,
                          "name": "WoxWAqcNzj",
                          "sequence": 4,
                          "status": "Tk",
                          "taxCode": "Inu",
                          "text": "500938",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "HKD",
                            "value": 89.64
                          },
                          "valueCode": "B0aq"
                        }
                      ]
                    }
                  ]
                }
              ],
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "VUV",
                    "value": 196.69
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": true,
                  "remarks": "AEQTQMPiFJ",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "TTD",
                    "value": 491.84
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "PHP",
                    "value": 209.42
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "JMD",
                    "value": 479.2
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": false,
                  "remarks": "EwxMrPgrij",
                  "sequence": 4,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "MZN",
                    "value": 84.22
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "ISK",
                    "value": 37.7
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "MDL",
                    "value": 120.95
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": false,
                  "remarks": "mtKqPTdaBL",
                  "sequence": 1,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "MKD",
                    "value": 451.11
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "MRU",
                    "value": 128.92
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "LSL",
                    "value": 204.55
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "cMPhHASmzk",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "CLP",
                    "value": 51.93
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "HTG",
                    "value": 19
                  }
                }
              ],
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "259538",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "COP",
                      "value": 165.67
                    },
                    "valueCode": "JJfb"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 1.1746,
                      "bankerSellingRate": 1.097,
                      "iataClearingHouseRate": 0.9715
                    },
                    "text": "636887",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "TJS",
                      "value": 255.34
                    },
                    "valueCode": "5gD3"
                  },
                  "net": {
                    "text": "112588",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "SYP",
                      "value": 212.61
                    },
                    "valueCode": "ESs0"
                  },
                  "tax": [
                    {
                      "exempt": false,
                      "name": "osqNbQibkb",
                      "sequence": 4,
                      "status": "AM",
                      "taxCode": "aCj",
                      "text": "064466",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "VUV",
                        "value": 180.57
                      },
                      "valueCode": "v5gZ"
                    },
                    {
                      "exempt": false,
                      "name": "YPfBNUohOi",
                      "sequence": 4,
                      "status": "Xk",
                      "taxCode": "CdU",
                      "text": "843378",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "GTQ",
                        "value": 38.44
                      },
                      "valueCode": "DjaW"
                    },
                    {
                      "exempt": true,
                      "name": "JTOLNUSgmb",
                      "sequence": 2,
                      "status": "BA",
                      "taxCode": "ElL",
                      "text": "983274",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "CNY",
                        "value": 190.67
                      },
                      "valueCode": "QP33"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 1.0313,
                    "text": "217442",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "EUR",
                      "value": 24.15
                    },
                    "valueCode": "0f1U"
                  },
                  "totalTax": {
                    "text": "335608",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "ETB",
                      "value": 429.91
                    },
                    "valueCode": "qchI"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": true,
                      "name": "yRgvmKKRVn",
                      "sequence": 3,
                      "status": "eG",
                      "taxCode": "tDl",
                      "text": "004710",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "TTD",
                        "value": 78.38
                      },
                      "valueCode": "bInb"
                    },
                    {
                      "exempt": false,
                      "name": "zjthyyMXHF",
                      "sequence": 1,
                      "status": "np",
                      "taxCode": "BEl",
                      "text": "103588",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "BRL",
                        "value": 69.96
                      },
                      "valueCode": "bvyI"
                    }
                  ]
                }
              },
              "reasonForIssue": "SdQdaaQqdy",
              "relatedDocument": [
                {
                  "associatedTicketNumber": {
                    "associationType": "QOG",
                    "checkDigit": "5",
                    "couponNumber": "35",
                    "value": "9621468821396"
                  },
                  "checkDigit": "4",
                  "coupon": "81",
                  "iataNumber": "503",
                  "issueCity": "Stanleyborough",
                  "issueDate": "2026-08-05",
                  "number": "9701574020096",
                  "payment": "lkxGH",
                  "remark": "cKAWqrZJlb",
                  "sequence": "96",
                  "transactionId": "3d6edf1f-40c4-4d96-94eb-2d7c1a8190b9",
                  "type": "REFUND"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "EpP",
                    "checkDigit": "9",
                    "couponNumber": "96",
                    "value": "6172743305512"
                  },
                  "checkDigit": "6",
                  "coupon": "82",
                  "iataNumber": "816",
                  "issueCity": "Barryfield",
                  "issueDate": "2025-11-09",
                  "number": "7502892242883",
                  "payment": "yaxUs",
                  "remark": "ZZvmFBQOjj",
                  "sequence": "51",
                  "transactionId": "9ab0adb6-0dbb-4dfc-bfb8-3a785d6732fb",
                  "type": "MISCELLANEOUS"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "oPp",
                    "checkDigit": "7",
                    "couponNumber": "04",
                    "value": "5593352593397"
                  },
                  "checkDigit": "6",
                  "coupon": "08",
                  "iataNumber": "896",
                  "issueCity": "Hettingertown",
                  "issueDate": "2025-11-01",
                  "number": "3895686821013",
                  "payment": "XFoLZ",
                  "remark": "RDEUtVEvzm",
                  "sequence": "36",
                  "transactionId": "15bb7d1f-3b36-4e62-b00b-114bfb731f60",
                  "type": "LINKED"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "umN",
                    "checkDigit": "8",
                    "couponNumber": "10",
                    "value": "8984379661908"
                  },
                  "checkDigit": "9",
                  "coupon": "11",
                  "iataNumber": "300",
                  "issueCity": "Gailside",
                  "issueDate": "2026-01-16",
                  "number": "2094020689710",
                  "payment": "hOvPl",
                  "remark": "oJwVtpqBia",
                  "sequence": "56",
                  "transactionId": "4566403b-0bea-4e40-a550-cb7080223be0",
                  "type": "REFUND"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "TJq",
                    "checkDigit": "6",
                    "couponNumber": "89",
                    "value": "9745629642554"
                  },
                  "checkDigit": "0",
                  "coupon": "05",
                  "iataNumber": "152",
                  "issueCity": "North Patience",
                  "issueDate": "2025-10-05",
                  "number": "3750992726298",
                  "payment": "vkQpN",
                  "remark": "TCLfzSXdLl",
                  "sequence": "30",
                  "transactionId": "f815161e-cacd-417b-a0d7-d1dfa71a0c4c",
                  "type": "REFUND"
                }
              ],
              "reservation": {
                "creationDate": "2026-03-07T00:00:00.0Z",
                "provider": "Berge Inc",
                "recordLocator": "JQHAGN"
              },
              "systemCreateDateTime": "2025-12-22T00:00:00.0Z",
              "type": "uXP"
            },
            {
              "agent": {
                "duty": "bN",
                "homeBranch": "27782",
                "homeLocation": "XWD",
                "homeStation": "2018",
                "lniata": "cS6qh5",
                "sine": "KSW",
                "stationLocation": "oiC",
                "stationNumber": "1008",
                "ticketingProvider": {
                  "checkDigit": "1",
                  "name": "Quitzon - Mann",
                  "number": "325",
                  "value": "Hv"
                },
                "type": "T",
                "workLocation": "BzZ"
              },
              "customer": [
                {
                  "purchaser": {
                    "firstName": "Karen",
                    "lastName": "Walker",
                    "name": "Donna Kunde"
                  },
                  "traveler": {
                    "externalNumber": "90387511",
                    "firstName": "Rachel",
                    "lastName": "Schuster",
                    "name": "Lynn Rutherford",
                    "passengerType": "INF"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Miles",
                    "lastName": "Willms",
                    "name": "Rodolfo Kuvalis"
                  },
                  "traveler": {
                    "externalNumber": "27335853",
                    "firstName": "Kieran",
                    "lastName": "Zulauf",
                    "name": "Oscar Cassin",
                    "passengerType": "ADT"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Jonas",
                    "lastName": "Mills",
                    "name": "Carrie Hane"
                  },
                  "traveler": {
                    "externalNumber": "62085114",
                    "firstName": "Helen",
                    "lastName": "O'Kon",
                    "name": "Lisa Collier",
                    "passengerType": "CHD"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Holly",
                    "lastName": "Trantow",
                    "name": "Cameron Beier"
                  },
                  "traveler": {
                    "externalNumber": "89157455",
                    "firstName": "Keith",
                    "lastName": "Zemlak",
                    "name": "Ralph Funk",
                    "passengerType": "INF"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Bettye",
                    "lastName": "Shields",
                    "name": "Alexis Willms DDS"
                  },
                  "traveler": {
                    "externalNumber": "98515135",
                    "firstName": "Isobel",
                    "lastName": "Friesen",
                    "name": "Kent Hackett",
                    "passengerType": "CHD"
                  }
                }
              ],
              "emdCoupon": [
                {
                  "classOfService": "a",
                  "couponNumber": "37",
                  "endLocation": "kEG",
                  "marketingFlightNumber": "7684",
                  "marketingProvider": {
                    "checkDigit": "2",
                    "name": "Block - Maggio",
                    "number": "060",
                    "value": "QW"
                  },
                  "startDateTime": "2026-11-18T00:00:00.0Z",
                  "startLocation": "YPW"
                },
                {
                  "classOfService": "a",
                  "couponNumber": "44",
                  "endLocation": "ffI",
                  "marketingFlightNumber": "9351",
                  "marketingProvider": {
                    "checkDigit": "9",
                    "name": "Adams Group",
                    "number": "665",
                    "value": "dj"
                  },
                  "startDateTime": "2026-10-10T00:00:00.0Z",
                  "startLocation": "gfR"
                },
                {
                  "classOfService": "W",
                  "couponNumber": "77",
                  "endLocation": "XSi",
                  "marketingFlightNumber": "3535",
                  "marketingProvider": {
                    "checkDigit": "0",
                    "name": "Oberbrunner, Kerluke and Raynor",
                    "number": "702",
                    "value": "BN"
                  },
                  "startDateTime": "2027-06-17T00:00:00.0Z",
                  "startLocation": "YKX"
                }
              ],
              "emdNumber": {
                "number": "76249258324895"
              },
              "fareCalculationDetails": "3vqUyHoCmzYb5WPHbLJ0",
              "fareCalculationMode": "8",
              "issueTime": "2026-01-26T00:00:00.0Z",
              "miscellaneous": [
                {
                  "associatedTicketNumber": {
                    "associationType": "upz",
                    "checkDigit": "8",
                    "couponNumber": "20",
                    "value": "3443021339565"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "C",
                      "couponNumber": "12",
                      "endLocation": "AuQ",
                      "marketingFlightNumber": "4265",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "Zemlak - Swaniawski",
                        "number": "776",
                        "value": "dK"
                      },
                      "startDateTime": "2027-06-10T00:00:00.0Z",
                      "startLocation": "bTj"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "802239",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "DOP",
                        "value": 104.29
                      },
                      "valueCode": "Ri5R"
                    },
                    "code": "SEAS",
                    "coupon": 5,
                    "description": "Schamberger Group's most advanced Soap technology increases worst capabilities",
                    "equivalent": {
                      "text": "481285",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MXN",
                        "value": 147.72
                      },
                      "valueCode": "TOrL"
                    },
                    "quantity": 4,
                    "total": {
                      "text": "527558",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "EGP",
                        "value": 231.25
                      },
                      "valueCode": "PuFV"
                    },
                    "totalTax": {
                      "text": "202315",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "CLP",
                        "value": 124.84
                      },
                      "valueCode": "8I3x"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "8",
                      "name": "D'Amore - Hammes",
                      "number": "267",
                      "value": "tR"
                    },
                    "group": "XjrCR",
                    "indicators": {
                      "consumed": "j",
                      "feeOverride": "i",
                      "taxExempt": "S"
                    },
                    "journeyType": "pN",
                    "reason": "MdoNlxazON"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "xOEAkPjtDB",
                          "sequence": 4,
                          "status": "FL",
                          "taxCode": "XUu",
                          "text": "485736",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "KRW",
                            "value": 256.45
                          },
                          "valueCode": "Oclg"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "vrIIjiUGfp",
                          "sequence": 5,
                          "status": "kJ",
                          "taxCode": "jru",
                          "text": "755359",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "FJD",
                            "value": 429.5
                          },
                          "valueCode": "Nrde"
                        },
                        {
                          "exempt": true,
                          "name": "UygmBHgouE",
                          "sequence": 1,
                          "status": "Sr",
                          "taxCode": "xzo",
                          "text": "655079",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "NIO",
                            "value": 317.86
                          },
                          "valueCode": "vmb0"
                        },
                        {
                          "exempt": false,
                          "name": "HLfnpVVcfI",
                          "sequence": 2,
                          "status": "Ls",
                          "taxCode": "qSv",
                          "text": "652655",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "JMD",
                            "value": 278.65
                          },
                          "valueCode": "cp6z"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "rDTiPhgUgr",
                          "sequence": 5,
                          "status": "ST",
                          "taxCode": "WoD",
                          "text": "209644",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MUR",
                            "value": 100.9
                          },
                          "valueCode": "l9nm"
                        },
                        {
                          "exempt": true,
                          "name": "yiAEppxspi",
                          "sequence": 5,
                          "status": "Yz",
                          "taxCode": "Dqv",
                          "text": "308404",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "XAF",
                            "value": 384.57
                          },
                          "valueCode": "Js3J"
                        },
                        {
                          "exempt": false,
                          "name": "bOEQnOLAwK",
                          "sequence": 5,
                          "status": "Er",
                          "taxCode": "JpS",
                          "text": "976186",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SHP",
                            "value": 232.24
                          },
                          "valueCode": "7QrT"
                        },
                        {
                          "exempt": true,
                          "name": "fAANUBFruf",
                          "sequence": 3,
                          "status": "mQ",
                          "taxCode": "tIw",
                          "text": "908556",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "TOP",
                            "value": 404.25
                          },
                          "valueCode": "jumu"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "GTx",
                    "checkDigit": "7",
                    "couponNumber": "88",
                    "value": "0804433371506"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "n",
                      "couponNumber": "53",
                      "endLocation": "uSU",
                      "marketingFlightNumber": "1062",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Miller, Rosenbaum and VonRueden",
                        "number": "090",
                        "value": "vf"
                      },
                      "startDateTime": "2026-10-02T00:00:00.0Z",
                      "startLocation": "Jvm"
                    },
                    {
                      "classOfService": "K",
                      "couponNumber": "51",
                      "endLocation": "USa",
                      "marketingFlightNumber": "9518",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "Boyer - Wolf",
                        "number": "133",
                        "value": "jK"
                      },
                      "startDateTime": "2027-05-06T00:00:00.0Z",
                      "startLocation": "OVd"
                    },
                    {
                      "classOfService": "i",
                      "couponNumber": "40",
                      "endLocation": "InR",
                      "marketingFlightNumber": "6525",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Fay - Grant",
                        "number": "457",
                        "value": "uK"
                      },
                      "startDateTime": "2027-03-22T00:00:00.0Z",
                      "startLocation": "ZwZ"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "926369",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MAD",
                        "value": 234.71
                      },
                      "valueCode": "y3IT"
                    },
                    "code": "ECsM",
                    "coupon": 8,
                    "description": "Innovative Fish featuring unfit technology and Ceramic construction",
                    "equivalent": {
                      "text": "918186",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "KZT",
                        "value": 406.68
                      },
                      "valueCode": "pVFT"
                    },
                    "quantity": 4,
                    "total": {
                      "text": "244745",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MMK",
                        "value": 41.36
                      },
                      "valueCode": "NPx2"
                    },
                    "totalTax": {
                      "text": "260268",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "BWP",
                        "value": 434.19
                      },
                      "valueCode": "Q1k6"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "4",
                      "name": "Parisian - Feeney",
                      "number": "465",
                      "value": "AP"
                    },
                    "group": "uPtNU",
                    "indicators": {
                      "consumed": "P",
                      "feeOverride": "a",
                      "taxExempt": "Z"
                    },
                    "journeyType": "iB",
                    "reason": "ZMEdRjbVle"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "XImaDumyDL",
                          "sequence": 2,
                          "status": "ue",
                          "taxCode": "YSu",
                          "text": "299569",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "ARS",
                            "value": 243.19
                          },
                          "valueCode": "Y7MO"
                        },
                        {
                          "exempt": true,
                          "name": "FKghsxSEAm",
                          "sequence": 2,
                          "status": "qO",
                          "taxCode": "xyX",
                          "text": "488320",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "LAK",
                            "value": 273.42
                          },
                          "valueCode": "VvLG"
                        },
                        {
                          "exempt": true,
                          "name": "KrJdZCznSY",
                          "sequence": 1,
                          "status": "gv",
                          "taxCode": "cvG",
                          "text": "410402",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "IDR",
                            "value": 287.55
                          },
                          "valueCode": "yPht"
                        },
                        {
                          "exempt": true,
                          "name": "ubBBSajeSE",
                          "sequence": 2,
                          "status": "WL",
                          "taxCode": "NKy",
                          "text": "062199",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BSD",
                            "value": 317.58
                          },
                          "valueCode": "7M0b"
                        },
                        {
                          "exempt": true,
                          "name": "pSYVIEaDpd",
                          "sequence": 2,
                          "status": "aN",
                          "taxCode": "XYu",
                          "text": "725711",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BBD",
                            "value": 400.37
                          },
                          "valueCode": "DX2q"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "vuceuutTxr",
                          "sequence": 3,
                          "status": "oM",
                          "taxCode": "TNr",
                          "text": "115559",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "PHP",
                            "value": 412.3
                          },
                          "valueCode": "9NHg"
                        },
                        {
                          "exempt": false,
                          "name": "sagnUYYsUJ",
                          "sequence": 5,
                          "status": "nk",
                          "taxCode": "AJu",
                          "text": "613095",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BAM",
                            "value": 352.23
                          },
                          "valueCode": "5FsQ"
                        },
                        {
                          "exempt": true,
                          "name": "hpNdmiNccO",
                          "sequence": 2,
                          "status": "xM",
                          "taxCode": "rVq",
                          "text": "666997",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BDT",
                            "value": 92.34
                          },
                          "valueCode": "V5y6"
                        },
                        {
                          "exempt": true,
                          "name": "bTtxevXypj",
                          "sequence": 1,
                          "status": "hc",
                          "taxCode": "KfU",
                          "text": "414615",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MDL",
                            "value": 440.21
                          },
                          "valueCode": "M68j"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "bvU",
                    "checkDigit": "6",
                    "couponNumber": "84",
                    "value": "8088028591273"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "w",
                      "couponNumber": "72",
                      "endLocation": "Rdq",
                      "marketingFlightNumber": "3151",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "Legros Group",
                        "number": "175",
                        "value": "me"
                      },
                      "startDateTime": "2027-05-28T00:00:00.0Z",
                      "startLocation": "SWp"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "681142",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "EGP",
                        "value": 385.48
                      },
                      "valueCode": "VTWn"
                    },
                    "code": "Xm5d",
                    "coupon": 9,
                    "description": "Professional-grade Pants perfect for vivacious training and recreational use",
                    "equivalent": {
                      "text": "673062",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MVR",
                        "value": 223.71
                      },
                      "valueCode": "HOsz"
                    },
                    "quantity": 4,
                    "total": {
                      "text": "445124",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "GHS",
                        "value": 72.24
                      },
                      "valueCode": "kvar"
                    },
                    "totalTax": {
                      "text": "544562",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "SSP",
                        "value": 218.72
                      },
                      "valueCode": "dquW"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "8",
                      "name": "Marvin LLC",
                      "number": "544",
                      "value": "TU"
                    },
                    "group": "tfFaP",
                    "indicators": {
                      "consumed": "w",
                      "feeOverride": "S",
                      "taxExempt": "c"
                    },
                    "journeyType": "ut",
                    "reason": "LdsVIRuGqc"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "jkDnjkDRXu",
                          "sequence": 1,
                          "status": "GH",
                          "taxCode": "RdK",
                          "text": "898181",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "ANG",
                            "value": 70.2
                          },
                          "valueCode": "W3Mr"
                        },
                        {
                          "exempt": true,
                          "name": "oHenVWhlay",
                          "sequence": 5,
                          "status": "nk",
                          "taxCode": "BqD",
                          "text": "992294",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BAM",
                            "value": 272
                          },
                          "valueCode": "ks6A"
                        },
                        {
                          "exempt": true,
                          "name": "YlKldKVmvC",
                          "sequence": 1,
                          "status": "ny",
                          "taxCode": "AAa",
                          "text": "667814",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "WST",
                            "value": 213.98
                          },
                          "valueCode": "Jn7O"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "DhVMBUXrie",
                          "sequence": 5,
                          "status": "mF",
                          "taxCode": "rQr",
                          "text": "194681",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "KGS",
                            "value": 482.36
                          },
                          "valueCode": "GDAu"
                        },
                        {
                          "exempt": true,
                          "name": "QTAdJdLbJL",
                          "sequence": 4,
                          "status": "zN",
                          "taxCode": "YIk",
                          "text": "786063",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "ANG",
                            "value": 84.69
                          },
                          "valueCode": "03Ig"
                        },
                        {
                          "exempt": true,
                          "name": "ZXTMFqjuCd",
                          "sequence": 2,
                          "status": "vp",
                          "taxCode": "rNm",
                          "text": "180017",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "SBD",
                            "value": 90.85
                          },
                          "valueCode": "DxeM"
                        },
                        {
                          "exempt": true,
                          "name": "FHeTUqDJpf",
                          "sequence": 5,
                          "status": "uI",
                          "taxCode": "YWb",
                          "text": "739322",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SSP",
                            "value": 259.99
                          },
                          "valueCode": "bOMc"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "QCJ",
                    "checkDigit": "8",
                    "couponNumber": "84",
                    "value": "4891782764138"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "M",
                      "couponNumber": "86",
                      "endLocation": "Nox",
                      "marketingFlightNumber": "8017",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "Kerluke, Hammes and Bruen",
                        "number": "022",
                        "value": "fN"
                      },
                      "startDateTime": "2026-09-19T00:00:00.0Z",
                      "startLocation": "zpN"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "058961",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "TTD",
                        "value": 469.85
                      },
                      "valueCode": "l79x"
                    },
                    "code": "RmmS",
                    "coupon": 9,
                    "description": "The sleek and ill-fated Chips comes with sky blue LED lighting for smart functionality",
                    "equivalent": {
                      "text": "796502",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "JMD",
                        "value": 29.14
                      },
                      "valueCode": "FQMU"
                    },
                    "quantity": 1,
                    "total": {
                      "text": "228408",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "SZL",
                        "value": 256.87
                      },
                      "valueCode": "R1I3"
                    },
                    "totalTax": {
                      "text": "214409",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "TTD",
                        "value": 85.29
                      },
                      "valueCode": "szUE"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "3",
                      "name": "Mraz - Franey",
                      "number": "611",
                      "value": "UW"
                    },
                    "group": "TMRDF",
                    "indicators": {
                      "consumed": "v",
                      "feeOverride": "j",
                      "taxExempt": "U"
                    },
                    "journeyType": "Mv",
                    "reason": "AntDYbbbHv"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "WhpaYRiAlJ",
                          "sequence": 4,
                          "status": "tQ",
                          "taxCode": "MeU",
                          "text": "287225",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "GHS",
                            "value": 37.99
                          },
                          "valueCode": "M1XJ"
                        },
                        {
                          "exempt": true,
                          "name": "XtenjtmJJP",
                          "sequence": 2,
                          "status": "jI",
                          "taxCode": "JdC",
                          "text": "393342",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "ARS",
                            "value": 416.77
                          },
                          "valueCode": "0LwU"
                        },
                        {
                          "exempt": false,
                          "name": "ebhayWHFue",
                          "sequence": 3,
                          "status": "HU",
                          "taxCode": "Eix",
                          "text": "730411",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SZL",
                            "value": 146.03
                          },
                          "valueCode": "AzPe"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "SWvRTuGjDD",
                          "sequence": 4,
                          "status": "IV",
                          "taxCode": "Pnb",
                          "text": "997745",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MRU",
                            "value": 274.27
                          },
                          "valueCode": "miRN"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "ldkhTaeWHQ",
                          "sequence": 3,
                          "status": "nE",
                          "taxCode": "SWn",
                          "text": "815853",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SHP",
                            "value": 490.69
                          },
                          "valueCode": "cMBz"
                        },
                        {
                          "exempt": false,
                          "name": "ZRAdVRFCgb",
                          "sequence": 4,
                          "status": "kJ",
                          "taxCode": "MuF",
                          "text": "140314",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MAD",
                            "value": 439.09
                          },
                          "valueCode": "DW2i"
                        },
                        {
                          "exempt": false,
                          "name": "LoBKjyMyJK",
                          "sequence": 1,
                          "status": "TH",
                          "taxCode": "gnE",
                          "text": "678959",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "JOD",
                            "value": 409.86
                          },
                          "valueCode": "n0VR"
                        },
                        {
                          "exempt": true,
                          "name": "jaPSphTlns",
                          "sequence": 3,
                          "status": "HV",
                          "taxCode": "GRS",
                          "text": "147395",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "SCR",
                            "value": 192.82
                          },
                          "valueCode": "w73B"
                        },
                        {
                          "exempt": false,
                          "name": "kavBSAfNmu",
                          "sequence": 3,
                          "status": "Jx",
                          "taxCode": "ahM",
                          "text": "744732",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "CAD",
                            "value": 301.83
                          },
                          "valueCode": "7KS1"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "RqOZPaydiC",
                          "sequence": 2,
                          "status": "Gs",
                          "taxCode": "NYB",
                          "text": "493021",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SCR",
                            "value": 121.35
                          },
                          "valueCode": "e5ju"
                        },
                        {
                          "exempt": false,
                          "name": "eMUnqhAfcZ",
                          "sequence": 4,
                          "status": "vQ",
                          "taxCode": "wyN",
                          "text": "370336",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MUR",
                            "value": 371.86
                          },
                          "valueCode": "yZyp"
                        }
                      ]
                    }
                  ]
                }
              ],
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "RWF",
                    "value": 224.69
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": false,
                  "remarks": "WVabqZZqdQ",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "MXN",
                    "value": 423.21
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "GNF",
                    "value": 327.51
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "COP",
                    "value": 104.15
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": false,
                  "remarks": "OcvPvApNaj",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "NPR",
                    "value": 232.01
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "LSL",
                    "value": 124.42
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "ZMW",
                    "value": 153.83
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": false,
                  "remarks": "PIBilvHuDc",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "TJS",
                    "value": 428.88
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "KYD",
                    "value": 339.32
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "MUR",
                    "value": 369.58
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "FOSeVjPQsz",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "MUR",
                    "value": 470.72
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "SBD",
                    "value": 279.28
                  }
                }
              ],
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "832427",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "ZWL",
                      "value": 188.37
                    },
                    "valueCode": "OQPE"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 1.1298,
                      "bankerSellingRate": 0.8279,
                      "iataClearingHouseRate": 0.991
                    },
                    "text": "897697",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "GTQ",
                      "value": 193.67
                    },
                    "valueCode": "S4fd"
                  },
                  "net": {
                    "text": "571548",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "RWF",
                      "value": 197.89
                    },
                    "valueCode": "g9O1"
                  },
                  "tax": [
                    {
                      "exempt": true,
                      "name": "WJaaAXyGoA",
                      "sequence": 2,
                      "status": "Hp",
                      "taxCode": "GXo",
                      "text": "574789",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "NAD",
                        "value": 167.47
                      },
                      "valueCode": "5h4h"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 1.0619,
                    "text": "935370",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "GYD",
                      "value": 211.81
                    },
                    "valueCode": "xSGI"
                  },
                  "totalTax": {
                    "text": "413959",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "CLP",
                      "value": 328.53
                    },
                    "valueCode": "Nfoc"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": false,
                      "name": "RBjvtsDpfi",
                      "sequence": 2,
                      "status": "ex",
                      "taxCode": "wYk",
                      "text": "804235",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "JMD",
                        "value": 401.23
                      },
                      "valueCode": "crB9"
                    },
                    {
                      "exempt": false,
                      "name": "GnbkfilAHf",
                      "sequence": 4,
                      "status": "IT",
                      "taxCode": "vAu",
                      "text": "115863",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "ANG",
                        "value": 36.73
                      },
                      "valueCode": "XkWs"
                    },
                    {
                      "exempt": false,
                      "name": "ddvygBMlzY",
                      "sequence": 1,
                      "status": "EP",
                      "taxCode": "jQj",
                      "text": "435573",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "DOP",
                        "value": 398.78
                      },
                      "valueCode": "0k0K"
                    },
                    {
                      "exempt": true,
                      "name": "jGJihhrRpl",
                      "sequence": 1,
                      "status": "dw",
                      "taxCode": "aqz",
                      "text": "909836",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "IRR",
                        "value": 202.39
                      },
                      "valueCode": "9nBH"
                    },
                    {
                      "exempt": true,
                      "name": "ddGJsuBSnL",
                      "sequence": 1,
                      "status": "ES",
                      "taxCode": "Jvv",
                      "text": "876278",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MMK",
                        "value": 67.37
                      },
                      "valueCode": "8oQV"
                    }
                  ]
                }
              },
              "reasonForIssue": "RsWIfllvUY",
              "relatedDocument": [
                {
                  "associatedTicketNumber": {
                    "associationType": "UJf",
                    "checkDigit": "1",
                    "couponNumber": "83",
                    "value": "9439592133898"
                  },
                  "checkDigit": "5",
                  "coupon": "64",
                  "iataNumber": "088",
                  "issueCity": "Montyshire",
                  "issueDate": "2025-10-07",
                  "number": "0465466988356",
                  "payment": "Lgumu",
                  "remark": "qCImiUKIRU",
                  "sequence": "61",
                  "transactionId": "cf3f1526-1c95-4969-b116-669c01ed0695",
                  "type": "LINKED"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "XLG",
                    "checkDigit": "6",
                    "couponNumber": "69",
                    "value": "7125635296509"
                  },
                  "checkDigit": "8",
                  "coupon": "94",
                  "iataNumber": "289",
                  "issueCity": "South Thadstad",
                  "issueDate": "2026-05-28",
                  "number": "8966314127746",
                  "payment": "Meqyu",
                  "remark": "NxXHygoxJk",
                  "sequence": "03",
                  "transactionId": "ea81bc3f-e463-482a-b48e-6e3ce0c00369",
                  "type": "MISCELLANEOUS"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "gcG",
                    "checkDigit": "9",
                    "couponNumber": "00",
                    "value": "1709559550657"
                  },
                  "checkDigit": "3",
                  "coupon": "40",
                  "iataNumber": "053",
                  "issueCity": "Rutherfordstad",
                  "issueDate": "2026-05-02",
                  "number": "5181197837364",
                  "payment": "Srplr",
                  "remark": "hNzoWMRdQL",
                  "sequence": "50",
                  "transactionId": "13823496-d1c7-43ca-8502-eeae7cd34a3e",
                  "type": "ORIGINAL"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "aHk",
                    "checkDigit": "6",
                    "couponNumber": "10",
                    "value": "9005211883642"
                  },
                  "checkDigit": "9",
                  "coupon": "24",
                  "iataNumber": "401",
                  "issueCity": "New Earlstead",
                  "issueDate": "2025-09-25",
                  "number": "4356387179947",
                  "payment": "QWFCO",
                  "remark": "CrEaLCelWp",
                  "sequence": "91",
                  "transactionId": "c3671c03-5879-4d3e-b409-5b86155e439a",
                  "type": "REFUND"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "Ozr",
                    "checkDigit": "7",
                    "couponNumber": "25",
                    "value": "2573483286161"
                  },
                  "checkDigit": "8",
                  "coupon": "98",
                  "iataNumber": "498",
                  "issueCity": "Battle Creek",
                  "issueDate": "2026-01-16",
                  "number": "4131813473928",
                  "payment": "iwbaK",
                  "remark": "lkrJhDAYqJ",
                  "sequence": "38",
                  "transactionId": "9d89fb34-fc13-4370-8c52-31bf0c94fcb0",
                  "type": "EXCHANGE"
                }
              ],
              "reservation": {
                "creationDate": "2026-04-10T00:00:00.0Z",
                "provider": "Bauch, Ankunding and Tromp",
                "recordLocator": "GDJRBX"
              },
              "systemCreateDateTime": "2025-09-25T00:00:00.0Z",
              "type": "CLT"
            },
            {
              "agent": {
                "duty": "YZ",
                "homeBranch": "44563",
                "homeLocation": "JPL",
                "homeStation": "1387",
                "lniata": "VtDwMQ",
                "sine": "bEZ",
                "stationLocation": "oDO",
                "stationNumber": "1786",
                "ticketingProvider": {
                  "checkDigit": "8",
                  "name": "Jerde - Marquardt",
                  "number": "204",
                  "value": "gV"
                },
                "type": "h",
                "workLocation": "rOU"
              },
              "customer": [
                {
                  "purchaser": {
                    "firstName": "Juvenal",
                    "lastName": "Jones",
                    "name": "Rosa Anderson-McDermott"
                  },
                  "traveler": {
                    "externalNumber": "78360717",
                    "firstName": "Scot",
                    "lastName": "Stehr",
                    "name": "Ted Towne",
                    "passengerType": "CHD"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Dusty",
                    "lastName": "Dibbert",
                    "name": "Vivian Tromp DDS"
                  },
                  "traveler": {
                    "externalNumber": "33209776",
                    "firstName": "Juvenal",
                    "lastName": "Collins",
                    "name": "Javier Lowe",
                    "passengerType": "INF"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Isaias",
                    "lastName": "Bechtelar",
                    "name": "Alonzo Carter"
                  },
                  "traveler": {
                    "externalNumber": "92830451",
                    "firstName": "Burdette",
                    "lastName": "Satterfield",
                    "name": "Jackie Price",
                    "passengerType": "ADT"
                  }
                }
              ],
              "emdCoupon": [
                {
                  "classOfService": "Z",
                  "couponNumber": "97",
                  "endLocation": "MRl",
                  "marketingFlightNumber": "8732",
                  "marketingProvider": {
                    "checkDigit": "1",
                    "name": "Smitham Inc",
                    "number": "490",
                    "value": "rC"
                  },
                  "startDateTime": "2027-02-16T00:00:00.0Z",
                  "startLocation": "hsg"
                },
                {
                  "classOfService": "d",
                  "couponNumber": "00",
                  "endLocation": "Cfl",
                  "marketingFlightNumber": "8061",
                  "marketingProvider": {
                    "checkDigit": "1",
                    "name": "Rogahn - Leannon",
                    "number": "397",
                    "value": "MP"
                  },
                  "startDateTime": "2026-12-21T00:00:00.0Z",
                  "startLocation": "Hhx"
                }
              ],
              "emdNumber": {
                "number": "73402391505332"
              },
              "fareCalculationDetails": "OtF1sxIlt6OsG8f1zy3d",
              "fareCalculationMode": "2",
              "issueTime": "2025-12-30T00:00:00.0Z",
              "miscellaneous": [
                {
                  "associatedTicketNumber": {
                    "associationType": "xXl",
                    "checkDigit": "9",
                    "couponNumber": "12",
                    "value": "6593178624041"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "M",
                      "couponNumber": "37",
                      "endLocation": "QNO",
                      "marketingFlightNumber": "0904",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "McCullough - Beier",
                        "number": "004",
                        "value": "NQ"
                      },
                      "startDateTime": "2026-10-07T00:00:00.0Z",
                      "startLocation": "pRw"
                    },
                    {
                      "classOfService": "T",
                      "couponNumber": "91",
                      "endLocation": "FEY",
                      "marketingFlightNumber": "3523",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Lockman - Ankunding",
                        "number": "323",
                        "value": "Ec"
                      },
                      "startDateTime": "2026-09-22T00:00:00.0Z",
                      "startLocation": "lEz"
                    },
                    {
                      "classOfService": "e",
                      "couponNumber": "91",
                      "endLocation": "gmI",
                      "marketingFlightNumber": "0732",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "Sanford LLC",
                        "number": "488",
                        "value": "XN"
                      },
                      "startDateTime": "2027-02-06T00:00:00.0Z",
                      "startLocation": "IoV"
                    },
                    {
                      "classOfService": "W",
                      "couponNumber": "86",
                      "endLocation": "jYd",
                      "marketingFlightNumber": "0597",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "Windler Group",
                        "number": "982",
                        "value": "Vg"
                      },
                      "startDateTime": "2027-05-09T00:00:00.0Z",
                      "startLocation": "rrL"
                    },
                    {
                      "classOfService": "n",
                      "couponNumber": "18",
                      "endLocation": "rTr",
                      "marketingFlightNumber": "2839",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "Ferry Inc",
                        "number": "463",
                        "value": "KS"
                      },
                      "startDateTime": "2027-01-07T00:00:00.0Z",
                      "startLocation": "vqA"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "807426",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "SGD",
                        "value": 251.44
                      },
                      "valueCode": "Rs4N"
                    },
                    "code": "LK7C",
                    "coupon": 1,
                    "description": "Ergonomic Bacon made with Gold for all-day polite support",
                    "equivalent": {
                      "text": "137906",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "RSD",
                        "value": 232.14
                      },
                      "valueCode": "knWA"
                    },
                    "quantity": 4,
                    "total": {
                      "text": "088482",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "ZMW",
                        "value": 305.29
                      },
                      "valueCode": "OMlR"
                    },
                    "totalTax": {
                      "text": "551688",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MOP",
                        "value": 318.4
                      },
                      "valueCode": "aIni"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "2",
                      "name": "Ortiz LLC",
                      "number": "419",
                      "value": "ON"
                    },
                    "group": "hGOwj",
                    "indicators": {
                      "consumed": "m",
                      "feeOverride": "P",
                      "taxExempt": "c"
                    },
                    "journeyType": "CX",
                    "reason": "oNLhBOWVHB"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "QYElAKEDUL",
                          "sequence": 1,
                          "status": "QZ",
                          "taxCode": "ywn",
                          "text": "893366",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "XCD",
                            "value": 21.85
                          },
                          "valueCode": "8DOS"
                        },
                        {
                          "exempt": false,
                          "name": "hZDmydKFZU",
                          "sequence": 2,
                          "status": "gn",
                          "taxCode": "Ouu",
                          "text": "402364",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "CAD",
                            "value": 56.02
                          },
                          "valueCode": "Hlj6"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "yDTVtsDmhD",
                          "sequence": 1,
                          "status": "pL",
                          "taxCode": "FjL",
                          "text": "611221",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MMK",
                            "value": 208.2
                          },
                          "valueCode": "Y2fP"
                        },
                        {
                          "exempt": false,
                          "name": "DvCSnucKKe",
                          "sequence": 1,
                          "status": "tA",
                          "taxCode": "EkX",
                          "text": "264742",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "PYG",
                            "value": 355.16
                          },
                          "valueCode": "4zil"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "ZAdvWbGndo",
                          "sequence": 4,
                          "status": "he",
                          "taxCode": "vdz",
                          "text": "640151",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "KHR",
                            "value": 370.91
                          },
                          "valueCode": "pLZH"
                        },
                        {
                          "exempt": false,
                          "name": "ElIZlRjTaL",
                          "sequence": 3,
                          "status": "Yl",
                          "taxCode": "vEg",
                          "text": "159253",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "LSL",
                            "value": 313.44
                          },
                          "valueCode": "2ecP"
                        },
                        {
                          "exempt": true,
                          "name": "MvwXVVoUrC",
                          "sequence": 4,
                          "status": "hN",
                          "taxCode": "iQu",
                          "text": "587311",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MNT",
                            "value": 181.89
                          },
                          "valueCode": "feKz"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "KQFlTGTAXF",
                          "sequence": 3,
                          "status": "iw",
                          "taxCode": "cFM",
                          "text": "953210",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "CZK",
                            "value": 191.5
                          },
                          "valueCode": "QmGi"
                        },
                        {
                          "exempt": true,
                          "name": "jbkrypVMNw",
                          "sequence": 4,
                          "status": "DN",
                          "taxCode": "fOr",
                          "text": "605149",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "AUD",
                            "value": 178.53
                          },
                          "valueCode": "mO1o"
                        },
                        {
                          "exempt": false,
                          "name": "EuTpZlYpxX",
                          "sequence": 2,
                          "status": "EJ",
                          "taxCode": "YHn",
                          "text": "797776",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "CUP",
                            "value": 355.55
                          },
                          "valueCode": "Vd0V"
                        },
                        {
                          "exempt": false,
                          "name": "vjoRjbEWuu",
                          "sequence": 4,
                          "status": "Dj",
                          "taxCode": "tVa",
                          "text": "541806",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "HTG",
                            "value": 254.48
                          },
                          "valueCode": "AfjE"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "gTv",
                    "checkDigit": "6",
                    "couponNumber": "59",
                    "value": "2001284616300"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "w",
                      "couponNumber": "80",
                      "endLocation": "iSC",
                      "marketingFlightNumber": "1539",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "Terry and Sons",
                        "number": "498",
                        "value": "bM"
                      },
                      "startDateTime": "2027-03-01T00:00:00.0Z",
                      "startLocation": "PZp"
                    },
                    {
                      "classOfService": "D",
                      "couponNumber": "69",
                      "endLocation": "JVy",
                      "marketingFlightNumber": "5802",
                      "marketingProvider": {
                        "checkDigit": "9",
                        "name": "Kozey Group",
                        "number": "959",
                        "value": "AC"
                      },
                      "startDateTime": "2027-06-20T00:00:00.0Z",
                      "startLocation": "WSr"
                    },
                    {
                      "classOfService": "H",
                      "couponNumber": "70",
                      "endLocation": "gNJ",
                      "marketingFlightNumber": "4870",
                      "marketingProvider": {
                        "checkDigit": "1",
                        "name": "Hegmann and Sons",
                        "number": "265",
                        "value": "NO"
                      },
                      "startDateTime": "2027-08-13T00:00:00.0Z",
                      "startLocation": "dwT"
                    },
                    {
                      "classOfService": "A",
                      "couponNumber": "07",
                      "endLocation": "jXw",
                      "marketingFlightNumber": "7974",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Barrows Inc",
                        "number": "940",
                        "value": "Qy"
                      },
                      "startDateTime": "2026-12-31T00:00:00.0Z",
                      "startLocation": "IoW"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "180357",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "ERN",
                        "value": 176.88
                      },
                      "valueCode": "dwt3"
                    },
                    "code": "Gxol",
                    "coupon": 9,
                    "description": "Kling, D'Amore and Dare's most advanced Towels technology increases plain capabilities",
                    "equivalent": {
                      "text": "937585",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "TND",
                        "value": 54.4
                      },
                      "valueCode": "oe38"
                    },
                    "quantity": 4,
                    "total": {
                      "text": "517586",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "PLN",
                        "value": 444.68
                      },
                      "valueCode": "N5yu"
                    },
                    "totalTax": {
                      "text": "240819",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MGA",
                        "value": 260.46
                      },
                      "valueCode": "HxQz"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "1",
                      "name": "Reinger, Rutherford and Cassin",
                      "number": "018",
                      "value": "to"
                    },
                    "group": "wDTKf",
                    "indicators": {
                      "consumed": "H",
                      "feeOverride": "j",
                      "taxExempt": "Z"
                    },
                    "journeyType": "rJ",
                    "reason": "cecceDaOxA"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "AKlHnXfjkE",
                          "sequence": 3,
                          "status": "fc",
                          "taxCode": "RUw",
                          "text": "187102",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "DZD",
                            "value": 496.57
                          },
                          "valueCode": "LMpz"
                        },
                        {
                          "exempt": true,
                          "name": "dsGDUpvzkS",
                          "sequence": 4,
                          "status": "Tt",
                          "taxCode": "qhG",
                          "text": "294861",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "GBP",
                            "value": 439.39
                          },
                          "valueCode": "7IHD"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "hOjoLBQdvE",
                          "sequence": 3,
                          "status": "jT",
                          "taxCode": "DjH",
                          "text": "688252",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "USD",
                            "value": 318.48
                          },
                          "valueCode": "zz5V"
                        },
                        {
                          "exempt": true,
                          "name": "evaFjFoSkI",
                          "sequence": 1,
                          "status": "aC",
                          "taxCode": "CLt",
                          "text": "705778",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "DJF",
                            "value": 51.82
                          },
                          "valueCode": "YFKZ"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "Kfn",
                    "checkDigit": "3",
                    "couponNumber": "49",
                    "value": "8199143654539"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "Y",
                      "couponNumber": "93",
                      "endLocation": "kHW",
                      "marketingFlightNumber": "9302",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "DuBuque, Corwin and Simonis",
                        "number": "404",
                        "value": "uv"
                      },
                      "startDateTime": "2027-07-23T00:00:00.0Z",
                      "startLocation": "cwN"
                    },
                    {
                      "classOfService": "f",
                      "couponNumber": "31",
                      "endLocation": "SIK",
                      "marketingFlightNumber": "6988",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Homenick LLC",
                        "number": "506",
                        "value": "ad"
                      },
                      "startDateTime": "2027-04-22T00:00:00.0Z",
                      "startLocation": "pQE"
                    },
                    {
                      "classOfService": "r",
                      "couponNumber": "27",
                      "endLocation": "vVK",
                      "marketingFlightNumber": "4179",
                      "marketingProvider": {
                        "checkDigit": "2",
                        "name": "Schiller Inc",
                        "number": "412",
                        "value": "KL"
                      },
                      "startDateTime": "2027-05-29T00:00:00.0Z",
                      "startLocation": "wXX"
                    },
                    {
                      "classOfService": "j",
                      "couponNumber": "64",
                      "endLocation": "OXf",
                      "marketingFlightNumber": "6694",
                      "marketingProvider": {
                        "checkDigit": "2",
                        "name": "Leffler Inc",
                        "number": "058",
                        "value": "PY"
                      },
                      "startDateTime": "2027-07-08T00:00:00.0Z",
                      "startLocation": "cLA"
                    },
                    {
                      "classOfService": "O",
                      "couponNumber": "22",
                      "endLocation": "EIV",
                      "marketingFlightNumber": "5226",
                      "marketingProvider": {
                        "checkDigit": "2",
                        "name": "Reichel, Reichel and Glover",
                        "number": "975",
                        "value": "hG"
                      },
                      "startDateTime": "2027-01-13T00:00:00.0Z",
                      "startLocation": "ypW"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "821085",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "AMD",
                        "value": 421
                      },
                      "valueCode": "uC4t"
                    },
                    "code": "Qpgb",
                    "coupon": 4,
                    "description": "Professional-grade Salad perfect for runny training and recreational use",
                    "equivalent": {
                      "text": "922015",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "DOP",
                        "value": 258.79
                      },
                      "valueCode": "IbVA"
                    },
                    "quantity": 1,
                    "total": {
                      "text": "669935",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MKD",
                        "value": 158.46
                      },
                      "valueCode": "1T2W"
                    },
                    "totalTax": {
                      "text": "089585",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "SBD",
                        "value": 396.81
                      },
                      "valueCode": "cPMI"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "7",
                      "name": "Upton, Swift and Stracke",
                      "number": "194",
                      "value": "TK"
                    },
                    "group": "XOyqk",
                    "indicators": {
                      "consumed": "Y",
                      "feeOverride": "K",
                      "taxExempt": "E"
                    },
                    "journeyType": "Uh",
                    "reason": "BHPkqmGfaW"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "HnLEELQEDl",
                          "sequence": 5,
                          "status": "KS",
                          "taxCode": "OVX",
                          "text": "865240",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "BTN",
                            "value": 437.08
                          },
                          "valueCode": "0EMn"
                        },
                        {
                          "exempt": false,
                          "name": "yqHlEEfhUB",
                          "sequence": 3,
                          "status": "xE",
                          "taxCode": "qsx",
                          "text": "003297",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "VUV",
                            "value": 288.1
                          },
                          "valueCode": "Xsm5"
                        },
                        {
                          "exempt": true,
                          "name": "zkoeKkmpvC",
                          "sequence": 5,
                          "status": "Vx",
                          "taxCode": "Hqi",
                          "text": "176539",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BZD",
                            "value": 71.52
                          },
                          "valueCode": "px7t"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "jiJ",
                    "checkDigit": "0",
                    "couponNumber": "68",
                    "value": "8828185477396"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "o",
                      "couponNumber": "42",
                      "endLocation": "mGd",
                      "marketingFlightNumber": "7292",
                      "marketingProvider": {
                        "checkDigit": "9",
                        "name": "Jerde, Batz and Roob",
                        "number": "230",
                        "value": "kB"
                      },
                      "startDateTime": "2027-04-09T00:00:00.0Z",
                      "startLocation": "Aii"
                    },
                    {
                      "classOfService": "J",
                      "couponNumber": "31",
                      "endLocation": "xHz",
                      "marketingFlightNumber": "4140",
                      "marketingProvider": {
                        "checkDigit": "8",
                        "name": "Nikolaus, Sporer and Swift",
                        "number": "781",
                        "value": "UV"
                      },
                      "startDateTime": "2026-11-24T00:00:00.0Z",
                      "startLocation": "Ieb"
                    },
                    {
                      "classOfService": "p",
                      "couponNumber": "91",
                      "endLocation": "SdQ",
                      "marketingFlightNumber": "0649",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Corwin - Daugherty",
                        "number": "222",
                        "value": "XB"
                      },
                      "startDateTime": "2027-04-13T00:00:00.0Z",
                      "startLocation": "HrD"
                    },
                    {
                      "classOfService": "i",
                      "couponNumber": "96",
                      "endLocation": "vhQ",
                      "marketingFlightNumber": "9619",
                      "marketingProvider": {
                        "checkDigit": "5",
                        "name": "Parisian, Heller and Borer",
                        "number": "027",
                        "value": "Yf"
                      },
                      "startDateTime": "2027-02-10T00:00:00.0Z",
                      "startLocation": "ZsI"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "830643",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "XCD",
                        "value": 297.3
                      },
                      "valueCode": "XAgO"
                    },
                    "code": "7vmz",
                    "coupon": 8,
                    "description": "Experience the maroon brilliance of our Pizza, perfect for worthless environments",
                    "equivalent": {
                      "text": "356734",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MNT",
                        "value": 469.09
                      },
                      "valueCode": "wB2L"
                    },
                    "quantity": 1,
                    "total": {
                      "text": "374354",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "SSP",
                        "value": 200.8
                      },
                      "valueCode": "r30q"
                    },
                    "totalTax": {
                      "text": "065280",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "GHS",
                        "value": 364.37
                      },
                      "valueCode": "5000"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "4",
                      "name": "Bechtelar Inc",
                      "number": "149",
                      "value": "lx"
                    },
                    "group": "ZliML",
                    "indicators": {
                      "consumed": "u",
                      "feeOverride": "q",
                      "taxExempt": "t"
                    },
                    "journeyType": "VN",
                    "reason": "uvfsarPRjA"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "wCNCadKfUs",
                          "sequence": 2,
                          "status": "zP",
                          "taxCode": "ztm",
                          "text": "782516",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MVR",
                            "value": 158.35
                          },
                          "valueCode": "bcDg"
                        },
                        {
                          "exempt": true,
                          "name": "omvULoBJuY",
                          "sequence": 3,
                          "status": "Bz",
                          "taxCode": "HQS",
                          "text": "548932",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BAM",
                            "value": 71.07
                          },
                          "valueCode": "vUQF"
                        },
                        {
                          "exempt": false,
                          "name": "UEFTwtusTP",
                          "sequence": 5,
                          "status": "tx",
                          "taxCode": "osb",
                          "text": "380302",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "TOP",
                            "value": 389.16
                          },
                          "valueCode": "gKLA"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "EvhUBrOGYC",
                          "sequence": 5,
                          "status": "Zs",
                          "taxCode": "eWD",
                          "text": "398680",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "KPW",
                            "value": 318.71
                          },
                          "valueCode": "AJSh"
                        },
                        {
                          "exempt": true,
                          "name": "jdGkHQjiAA",
                          "sequence": 1,
                          "status": "IZ",
                          "taxCode": "fiI",
                          "text": "053074",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "LKR",
                            "value": 386.87
                          },
                          "valueCode": "Gz4M"
                        },
                        {
                          "exempt": false,
                          "name": "WtDglcprgj",
                          "sequence": 3,
                          "status": "Re",
                          "taxCode": "tFe",
                          "text": "656250",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "LAK",
                            "value": 379.08
                          },
                          "valueCode": "9ebv"
                        },
                        {
                          "exempt": true,
                          "name": "BbxbOxwDvL",
                          "sequence": 4,
                          "status": "yT",
                          "taxCode": "siw",
                          "text": "372089",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BIF",
                            "value": 369.7
                          },
                          "valueCode": "SRbi"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "hkiFKkNbds",
                          "sequence": 5,
                          "status": "jy",
                          "taxCode": "AAk",
                          "text": "915430",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "KES",
                            "value": 447.49
                          },
                          "valueCode": "ryUA"
                        },
                        {
                          "exempt": false,
                          "name": "APcgIDIUBd",
                          "sequence": 5,
                          "status": "yn",
                          "taxCode": "COp",
                          "text": "341308",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "JOD",
                            "value": 13.05
                          },
                          "valueCode": "RNbZ"
                        },
                        {
                          "exempt": false,
                          "name": "IMbDZsdPZo",
                          "sequence": 2,
                          "status": "Vl",
                          "taxCode": "DHl",
                          "text": "904254",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "BAM",
                            "value": 91.65
                          },
                          "valueCode": "oUKx"
                        },
                        {
                          "exempt": true,
                          "name": "CNtiGHEDTc",
                          "sequence": 1,
                          "status": "sg",
                          "taxCode": "CLn",
                          "text": "746147",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "COP",
                            "value": 324.36
                          },
                          "valueCode": "lETb"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "bGxtNlTPAT",
                          "sequence": 3,
                          "status": "rx",
                          "taxCode": "QJY",
                          "text": "440314",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "KRW",
                            "value": 489.8
                          },
                          "valueCode": "dzFA"
                        },
                        {
                          "exempt": false,
                          "name": "AtLpATYpWT",
                          "sequence": 4,
                          "status": "Sr",
                          "taxCode": "glm",
                          "text": "022472",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "ALL",
                            "value": 307.01
                          },
                          "valueCode": "lcQN"
                        }
                      ]
                    }
                  ]
                }
              ],
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "KZT",
                    "value": 334.11
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "aoThoFyyKy",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "BBD",
                    "value": 146.07
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "AWG",
                    "value": 189.81
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "CDF",
                    "value": 466.95
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "NVRNnZhlZd",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "DOP",
                    "value": 144.28
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "TZS",
                    "value": 402.25
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "MXN",
                    "value": 204.95
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "rHOVELyGNk",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "YER",
                    "value": 386.13
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "PKR",
                    "value": 195.6
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "SDG",
                    "value": 472.96
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": false,
                  "remarks": "zbIsohWykO",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "CAD",
                    "value": 301.31
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "NZD",
                    "value": 291.83
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "RUB",
                    "value": 266.7
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "ZHDKKVCubg",
                  "sequence": 1,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "MGA",
                    "value": 238.01
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "NAD",
                    "value": 481.01
                  }
                }
              ],
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "697527",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "ERN",
                      "value": 120.84
                    },
                    "valueCode": "0lb6"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 0.933,
                      "bankerSellingRate": 0.9837,
                      "iataClearingHouseRate": 1.0877
                    },
                    "text": "444484",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "AUD",
                      "value": 465.19
                    },
                    "valueCode": "S1KY"
                  },
                  "net": {
                    "text": "583010",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "KPW",
                      "value": 84.34
                    },
                    "valueCode": "f05I"
                  },
                  "tax": [
                    {
                      "exempt": false,
                      "name": "MUCeFhkglp",
                      "sequence": 2,
                      "status": "gM",
                      "taxCode": "gjS",
                      "text": "801082",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "KRW",
                        "value": 391.1
                      },
                      "valueCode": "hTSP"
                    },
                    {
                      "exempt": true,
                      "name": "GWlytMyMhd",
                      "sequence": 1,
                      "status": "Vc",
                      "taxCode": "Tcf",
                      "text": "379126",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BGN",
                        "value": 84.23
                      },
                      "valueCode": "WgQY"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 1.1442,
                    "text": "742927",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "GBP",
                      "value": 70.21
                    },
                    "valueCode": "3OEf"
                  },
                  "totalTax": {
                    "text": "882224",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "SGD",
                      "value": 80.86
                    },
                    "valueCode": "2EHL"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": true,
                      "name": "LziWNXkLpi",
                      "sequence": 2,
                      "status": "Ur",
                      "taxCode": "GMn",
                      "text": "910932",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "AZN",
                        "value": 461.15
                      },
                      "valueCode": "OCIJ"
                    },
                    {
                      "exempt": true,
                      "name": "wAlgSJMssj",
                      "sequence": 4,
                      "status": "Zf",
                      "taxCode": "bAo",
                      "text": "031112",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "NAD",
                        "value": 381.42
                      },
                      "valueCode": "zm08"
                    }
                  ]
                }
              },
              "reasonForIssue": "liTUfcFERe",
              "relatedDocument": [
                {
                  "associatedTicketNumber": {
                    "associationType": "oZM",
                    "checkDigit": "5",
                    "couponNumber": "59",
                    "value": "2275535467282"
                  },
                  "checkDigit": "0",
                  "coupon": "70",
                  "iataNumber": "624",
                  "issueCity": "New Jenaboro",
                  "issueDate": "2026-06-04",
                  "number": "4510228006354",
                  "payment": "yQyVI",
                  "remark": "RigGPwbRln",
                  "sequence": "48",
                  "transactionId": "ed4793ca-7c3f-46a9-8dc6-25c3bde0e088",
                  "type": "ORIGINAL"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "SWw",
                    "checkDigit": "6",
                    "couponNumber": "48",
                    "value": "9467782413431"
                  },
                  "checkDigit": "2",
                  "coupon": "97",
                  "iataNumber": "444",
                  "issueCity": "Sauerboro",
                  "issueDate": "2026-06-23",
                  "number": "5584260018298",
                  "payment": "zNlXS",
                  "remark": "flinkEVUNz",
                  "sequence": "07",
                  "transactionId": "83e9c202-dbe9-4a09-a698-a55409268e65",
                  "type": "CONJUNCTIVE"
                }
              ],
              "reservation": {
                "creationDate": "2025-12-30T00:00:00.0Z",
                "provider": "Mraz, Rodriguez and Dicki",
                "recordLocator": "DSANTW"
              },
              "systemCreateDateTime": "2026-05-31T00:00:00.0Z",
              "type": "ewk"
            },
            {
              "agent": {
                "duty": "Ca",
                "homeBranch": "91691",
                "homeLocation": "BcR",
                "homeStation": "4585",
                "lniata": "shz55T",
                "sine": "Yfq",
                "stationLocation": "LJI",
                "stationNumber": "8766",
                "ticketingProvider": {
                  "checkDigit": "3",
                  "name": "Miller Inc",
                  "number": "565",
                  "value": "bh"
                },
                "type": "Z",
                "workLocation": "aOD"
              },
              "customer": [
                {
                  "purchaser": {
                    "firstName": "Barbara",
                    "lastName": "Beer",
                    "name": "Gustavo Schmeler"
                  },
                  "traveler": {
                    "externalNumber": "75758291",
                    "firstName": "Nicolas",
                    "lastName": "Parisian",
                    "name": "Janet Baumbach",
                    "passengerType": "ADT"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Rodger",
                    "lastName": "Schaden",
                    "name": "Rufus Feeney"
                  },
                  "traveler": {
                    "externalNumber": "16233356",
                    "firstName": "Maxie",
                    "lastName": "Ortiz",
                    "name": "Kevin Botsford",
                    "passengerType": "CHD"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Ayla",
                    "lastName": "Grant",
                    "name": "Tracey Bergnaum"
                  },
                  "traveler": {
                    "externalNumber": "16298676",
                    "firstName": "Icie",
                    "lastName": "Maggio",
                    "name": "Delia Lindgren",
                    "passengerType": "INF"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Chris",
                    "lastName": "Brekke",
                    "name": "Ismael Turcotte"
                  },
                  "traveler": {
                    "externalNumber": "90959500",
                    "firstName": "Leon",
                    "lastName": "Toy",
                    "name": "Bridget Von",
                    "passengerType": "CHD"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Napoleon",
                    "lastName": "Swaniawski",
                    "name": "Lynne Bartoletti"
                  },
                  "traveler": {
                    "externalNumber": "40757674",
                    "firstName": "Emmie",
                    "lastName": "Cormier-Bradtke",
                    "name": "Amanda Roob-Langosh",
                    "passengerType": "ADT"
                  }
                }
              ],
              "emdCoupon": [
                {
                  "classOfService": "F",
                  "couponNumber": "73",
                  "endLocation": "oqJ",
                  "marketingFlightNumber": "2472",
                  "marketingProvider": {
                    "checkDigit": "7",
                    "name": "Corwin, Hirthe and Kuhn",
                    "number": "407",
                    "value": "Zl"
                  },
                  "startDateTime": "2027-04-15T00:00:00.0Z",
                  "startLocation": "Haw"
                },
                {
                  "classOfService": "U",
                  "couponNumber": "24",
                  "endLocation": "juQ",
                  "marketingFlightNumber": "3058",
                  "marketingProvider": {
                    "checkDigit": "6",
                    "name": "Conn - Stracke",
                    "number": "170",
                    "value": "Bs"
                  },
                  "startDateTime": "2027-01-16T00:00:00.0Z",
                  "startLocation": "des"
                },
                {
                  "classOfService": "n",
                  "couponNumber": "21",
                  "endLocation": "gRs",
                  "marketingFlightNumber": "7831",
                  "marketingProvider": {
                    "checkDigit": "2",
                    "name": "Little, Glover and Barton",
                    "number": "100",
                    "value": "RA"
                  },
                  "startDateTime": "2027-04-18T00:00:00.0Z",
                  "startLocation": "Cbm"
                },
                {
                  "classOfService": "G",
                  "couponNumber": "21",
                  "endLocation": "zoy",
                  "marketingFlightNumber": "8676",
                  "marketingProvider": {
                    "checkDigit": "9",
                    "name": "Smitham, Grady and Gutmann",
                    "number": "372",
                    "value": "xC"
                  },
                  "startDateTime": "2027-03-18T00:00:00.0Z",
                  "startLocation": "rfT"
                }
              ],
              "emdNumber": {
                "number": "24334537800041"
              },
              "fareCalculationDetails": "b4ez7L9aSGKNAISnu0Gg",
              "fareCalculationMode": "4",
              "issueTime": "2026-04-21T00:00:00.0Z",
              "miscellaneous": [
                {
                  "associatedTicketNumber": {
                    "associationType": "Jlb",
                    "checkDigit": "6",
                    "couponNumber": "55",
                    "value": "0811045138274"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "q",
                      "couponNumber": "04",
                      "endLocation": "bvV",
                      "marketingFlightNumber": "9818",
                      "marketingProvider": {
                        "checkDigit": "2",
                        "name": "Conn, Medhurst and Herzog",
                        "number": "017",
                        "value": "FH"
                      },
                      "startDateTime": "2026-09-19T00:00:00.0Z",
                      "startLocation": "cjd"
                    },
                    {
                      "classOfService": "c",
                      "couponNumber": "67",
                      "endLocation": "tUV",
                      "marketingFlightNumber": "5866",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Sanford Inc",
                        "number": "886",
                        "value": "iM"
                      },
                      "startDateTime": "2027-01-29T00:00:00.0Z",
                      "startLocation": "Jcw"
                    },
                    {
                      "classOfService": "K",
                      "couponNumber": "06",
                      "endLocation": "fiC",
                      "marketingFlightNumber": "1327",
                      "marketingProvider": {
                        "checkDigit": "0",
                        "name": "Waters, Funk and Pagac",
                        "number": "129",
                        "value": "Gv"
                      },
                      "startDateTime": "2026-12-26T00:00:00.0Z",
                      "startLocation": "THy"
                    },
                    {
                      "classOfService": "x",
                      "couponNumber": "85",
                      "endLocation": "fRr",
                      "marketingFlightNumber": "0464",
                      "marketingProvider": {
                        "checkDigit": "8",
                        "name": "Kautzer - Bechtelar",
                        "number": "226",
                        "value": "CS"
                      },
                      "startDateTime": "2027-08-06T00:00:00.0Z",
                      "startLocation": "QWp"
                    },
                    {
                      "classOfService": "z",
                      "couponNumber": "07",
                      "endLocation": "gum",
                      "marketingFlightNumber": "7916",
                      "marketingProvider": {
                        "checkDigit": "1",
                        "name": "Sipes LLC",
                        "number": "952",
                        "value": "wn"
                      },
                      "startDateTime": "2026-09-27T00:00:00.0Z",
                      "startLocation": "MAU"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "099637",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "ETB",
                        "value": 165.21
                      },
                      "valueCode": "4UMz"
                    },
                    "code": "knDP",
                    "coupon": 6,
                    "description": "Featuring Mendelevium-enhanced technology, our Soap offers unparalleled aggressive performance",
                    "equivalent": {
                      "text": "677590",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "ALL",
                        "value": 454.52
                      },
                      "valueCode": "Q1Ar"
                    },
                    "quantity": 2,
                    "total": {
                      "text": "697956",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "VUV",
                        "value": 200.81
                      },
                      "valueCode": "XnVl"
                    },
                    "totalTax": {
                      "text": "211473",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "IDR",
                        "value": 227.61
                      },
                      "valueCode": "Ye3x"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "7",
                      "name": "Dicki - Gerhold",
                      "number": "231",
                      "value": "IU"
                    },
                    "group": "efGHq",
                    "indicators": {
                      "consumed": "I",
                      "feeOverride": "n",
                      "taxExempt": "y"
                    },
                    "journeyType": "nJ",
                    "reason": "rxkmRpjVZp"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "LPNQIUZZZs",
                          "sequence": 2,
                          "status": "EC",
                          "taxCode": "nXU",
                          "text": "413166",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "LKR",
                            "value": 221.42
                          },
                          "valueCode": "y4UG"
                        },
                        {
                          "exempt": true,
                          "name": "JTqcAHaNUF",
                          "sequence": 5,
                          "status": "BW",
                          "taxCode": "yAz",
                          "text": "356640",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "SBD",
                            "value": 490.97
                          },
                          "valueCode": "WKz9"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "WEEjTfXABj",
                          "sequence": 4,
                          "status": "IX",
                          "taxCode": "qED",
                          "text": "369093",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BHD",
                            "value": 27
                          },
                          "valueCode": "4dzZ"
                        },
                        {
                          "exempt": false,
                          "name": "rPZWcYqcSM",
                          "sequence": 3,
                          "status": "Uj",
                          "taxCode": "nJV",
                          "text": "657600",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "DOP",
                            "value": 299.18
                          },
                          "valueCode": "3R64"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "rmOInEaKka",
                          "sequence": 5,
                          "status": "BF",
                          "taxCode": "fRO",
                          "text": "384669",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "XAF",
                            "value": 446.42
                          },
                          "valueCode": "DqCc"
                        },
                        {
                          "exempt": false,
                          "name": "trtkCzfCTu",
                          "sequence": 5,
                          "status": "Bk",
                          "taxCode": "lcQ",
                          "text": "685441",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "THB",
                            "value": 483.8
                          },
                          "valueCode": "vz2B"
                        },
                        {
                          "exempt": false,
                          "name": "UwHGgueGsH",
                          "sequence": 5,
                          "status": "Mz",
                          "taxCode": "xKV",
                          "text": "037836",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "EUR",
                            "value": 45.81
                          },
                          "valueCode": "0zNH"
                        },
                        {
                          "exempt": true,
                          "name": "ypqEHAMbAw",
                          "sequence": 5,
                          "status": "jC",
                          "taxCode": "vJF",
                          "text": "308306",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "AMD",
                            "value": 388.89
                          },
                          "valueCode": "s4DI"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "OeDaipsujb",
                          "sequence": 5,
                          "status": "CH",
                          "taxCode": "CHA",
                          "text": "209590",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BGN",
                            "value": 193.8
                          },
                          "valueCode": "ZM7M"
                        },
                        {
                          "exempt": true,
                          "name": "PKrSTrcjJF",
                          "sequence": 1,
                          "status": "jC",
                          "taxCode": "WSA",
                          "text": "419897",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "GTQ",
                            "value": 478.05
                          },
                          "valueCode": "ioN3"
                        },
                        {
                          "exempt": false,
                          "name": "OIqalxzeJV",
                          "sequence": 1,
                          "status": "bB",
                          "taxCode": "fHV",
                          "text": "188612",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "CAD",
                            "value": 49.33
                          },
                          "valueCode": "hkXP"
                        },
                        {
                          "exempt": true,
                          "name": "JidMtORyxh",
                          "sequence": 5,
                          "status": "FP",
                          "taxCode": "xHe",
                          "text": "728046",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BRL",
                            "value": 101.16
                          },
                          "valueCode": "Obws"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "ZIu",
                    "checkDigit": "5",
                    "couponNumber": "82",
                    "value": "7060530412720"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "r",
                      "couponNumber": "63",
                      "endLocation": "GPh",
                      "marketingFlightNumber": "6869",
                      "marketingProvider": {
                        "checkDigit": "5",
                        "name": "Carroll, Tromp and Smitham",
                        "number": "503",
                        "value": "eQ"
                      },
                      "startDateTime": "2027-05-19T00:00:00.0Z",
                      "startLocation": "VsA"
                    },
                    {
                      "classOfService": "Y",
                      "couponNumber": "28",
                      "endLocation": "NpR",
                      "marketingFlightNumber": "0223",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Donnelly and Sons",
                        "number": "295",
                        "value": "TD"
                      },
                      "startDateTime": "2027-06-26T00:00:00.0Z",
                      "startLocation": "ckb"
                    },
                    {
                      "classOfService": "w",
                      "couponNumber": "08",
                      "endLocation": "DQz",
                      "marketingFlightNumber": "6608",
                      "marketingProvider": {
                        "checkDigit": "5",
                        "name": "Mante, Willms and Dietrich",
                        "number": "469",
                        "value": "me"
                      },
                      "startDateTime": "2026-09-28T00:00:00.0Z",
                      "startLocation": "hrD"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "258835",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "YER",
                        "value": 482.2
                      },
                      "valueCode": "z0Ov"
                    },
                    "code": "DU1y",
                    "coupon": 3,
                    "description": "Innovative Table featuring minor technology and Cotton construction",
                    "equivalent": {
                      "text": "082142",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "PAB",
                        "value": 422.84
                      },
                      "valueCode": "6h8G"
                    },
                    "quantity": 1,
                    "total": {
                      "text": "637241",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "YER",
                        "value": 217.1
                      },
                      "valueCode": "d1Jj"
                    },
                    "totalTax": {
                      "text": "626374",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "PGK",
                        "value": 485.92
                      },
                      "valueCode": "T3GM"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "0",
                      "name": "Anderson, Schoen and Glover",
                      "number": "832",
                      "value": "Mn"
                    },
                    "group": "ODzVx",
                    "indicators": {
                      "consumed": "X",
                      "feeOverride": "K",
                      "taxExempt": "u"
                    },
                    "journeyType": "Xj",
                    "reason": "wUTiJWhUAf"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "TRNbRhvVhO",
                          "sequence": 3,
                          "status": "uB",
                          "taxCode": "Sgd",
                          "text": "434868",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SHP",
                            "value": 94.43
                          },
                          "valueCode": "gq9d"
                        },
                        {
                          "exempt": false,
                          "name": "ivRcSBZDhK",
                          "sequence": 3,
                          "status": "kd",
                          "taxCode": "nyl",
                          "text": "978723",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "ISK",
                            "value": 276.62
                          },
                          "valueCode": "1Vkk"
                        },
                        {
                          "exempt": false,
                          "name": "RlNAQlwAgd",
                          "sequence": 3,
                          "status": "OY",
                          "taxCode": "Bho",
                          "text": "921900",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "EGP",
                            "value": 330.14
                          },
                          "valueCode": "yooM"
                        },
                        {
                          "exempt": false,
                          "name": "RBgpshYBYH",
                          "sequence": 1,
                          "status": "dr",
                          "taxCode": "nhj",
                          "text": "216662",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "GMD",
                            "value": 491.25
                          },
                          "valueCode": "TE7X"
                        },
                        {
                          "exempt": false,
                          "name": "NDSPftZYGC",
                          "sequence": 3,
                          "status": "Lb",
                          "taxCode": "xzG",
                          "text": "609420",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "LKR",
                            "value": 146.31
                          },
                          "valueCode": "Vwzn"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "HuiZPlQRlS",
                          "sequence": 4,
                          "status": "Cj",
                          "taxCode": "NPX",
                          "text": "633634",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "STN",
                            "value": 22.69
                          },
                          "valueCode": "eiSr"
                        },
                        {
                          "exempt": false,
                          "name": "qQmFoTYUtx",
                          "sequence": 1,
                          "status": "yi",
                          "taxCode": "yDK",
                          "text": "624354",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "UGX",
                            "value": 393
                          },
                          "valueCode": "kjgl"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "mQbYyLsMDe",
                          "sequence": 4,
                          "status": "LH",
                          "taxCode": "Fbn",
                          "text": "360340",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "KWD",
                            "value": 65.42
                          },
                          "valueCode": "A8u7"
                        }
                      ]
                    }
                  ]
                }
              ],
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "TWD",
                    "value": 60.24
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": false,
                  "remarks": "bprahSJOcK",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "CHF",
                    "value": 81.05
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "GBP",
                    "value": 230.76
                  }
                }
              ],
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "852314",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "AED",
                      "value": 350.59
                    },
                    "valueCode": "VheG"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 0.8494,
                      "bankerSellingRate": 0.8352,
                      "iataClearingHouseRate": 1.1992
                    },
                    "text": "482623",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "EGP",
                      "value": 13.91
                    },
                    "valueCode": "keRW"
                  },
                  "net": {
                    "text": "482483",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "CUP",
                      "value": 283.43
                    },
                    "valueCode": "L6Jf"
                  },
                  "tax": [
                    {
                      "exempt": false,
                      "name": "cJWVuewrcw",
                      "sequence": 2,
                      "status": "DI",
                      "taxCode": "cvW",
                      "text": "357907",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "THB",
                        "value": 285.27
                      },
                      "valueCode": "fe7F"
                    },
                    {
                      "exempt": false,
                      "name": "cFctcnfjZv",
                      "sequence": 2,
                      "status": "Dk",
                      "taxCode": "ayK",
                      "text": "001539",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MAD",
                        "value": 171.6
                      },
                      "valueCode": "HNbo"
                    },
                    {
                      "exempt": false,
                      "name": "diXTXmmGSD",
                      "sequence": 3,
                      "status": "VJ",
                      "taxCode": "qBO",
                      "text": "093061",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "BDT",
                        "value": 405.22
                      },
                      "valueCode": "R3z7"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 1.1115,
                    "text": "427226",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "AMD",
                      "value": 61.56
                    },
                    "valueCode": "a7Pi"
                  },
                  "totalTax": {
                    "text": "449479",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "ZWL",
                      "value": 50.94
                    },
                    "valueCode": "GAvP"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": true,
                      "name": "sDjQxeCsZa",
                      "sequence": 1,
                      "status": "Tn",
                      "taxCode": "pAn",
                      "text": "471428",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "KWD",
                        "value": 159.95
                      },
                      "valueCode": "opUW"
                    },
                    {
                      "exempt": false,
                      "name": "PrqUdpOmtI",
                      "sequence": 3,
                      "status": "SX",
                      "taxCode": "hHq",
                      "text": "541800",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "CAD",
                        "value": 355.94
                      },
                      "valueCode": "2qPf"
                    },
                    {
                      "exempt": true,
                      "name": "QZSLwmQtny",
                      "sequence": 2,
                      "status": "HK",
                      "taxCode": "usF",
                      "text": "878893",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "NAD",
                        "value": 35.29
                      },
                      "valueCode": "Tfww"
                    },
                    {
                      "exempt": true,
                      "name": "wdMIERsCVP",
                      "sequence": 1,
                      "status": "yk",
                      "taxCode": "nVy",
                      "text": "672583",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "KMF",
                        "value": 356.45
                      },
                      "valueCode": "Yrnl"
                    }
                  ]
                }
              },
              "reasonForIssue": "ZqmXlhLwew",
              "relatedDocument": [
                {
                  "associatedTicketNumber": {
                    "associationType": "TLb",
                    "checkDigit": "6",
                    "couponNumber": "72",
                    "value": "7582517024428"
                  },
                  "checkDigit": "8",
                  "coupon": "12",
                  "iataNumber": "546",
                  "issueCity": "Lake Leifbury",
                  "issueDate": "2026-07-20",
                  "number": "8616695166117",
                  "payment": "tZISh",
                  "remark": "LnBdRKKBsh",
                  "sequence": "47",
                  "transactionId": "a7996787-eebd-473a-8601-af1abde08850",
                  "type": "MISCELLANEOUS"
                }
              ],
              "reservation": {
                "creationDate": "2025-09-11T00:00:00.0Z",
                "provider": "Konopelski - Howell",
                "recordLocator": "PEUESK"
              },
              "systemCreateDateTime": "2025-10-25T00:00:00.0Z",
              "type": "rWg"
            }
          ],
          "emergencyContact": [
            {
              "contactDetails": "+16919906164",
              "countryCode": "GU",
              "id": "d618c771-836e-4d2c-81f5-eb72ef9c7dbc",
              "name": "Spencer Paucek",
              "otherDetails": "ajEtNENrDkiMhCV",
              "relationship": "spouse"
            }
          ],
          "exchangeAvailability": {
            "exchangeableEmds": [
              {
                "airExtraRefs": [
                  "ae1",
                  "ae2"
                ],
                "emdNumber": "21519250165331"
              },
              {
                "airExtraRefs": [
                  "ae1",
                  "ae2"
                ],
                "emdNumber": "61891040026699"
              }
            ],
            "payableAirExtraRefs": [
              "ae1",
              "ae2"
            ]
          },
          "fiscalCode": "d2qcN316S7",
          "gender": "MALE",
          "genericSpecialRequests": {
            "genericSpecialRequest": [
              {
                "airlineCode": "Ie",
                "airlineFactsType": "HOSTED",
                "code": "4ytoP",
                "freeText": "evUWPHteafFlFBa",
                "fullText": "sDEJhHDbTaLVLUWFHQQMucBUolinQK",
                "id": "81c18d17-45e2-4dc1-88e0-5cdd4444c78f",
                "messageType": "OSI",
                "numberInParty": 5,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "OK",
                  "value": "FULFILLED"
                },
                "syntheticIdentifier": "948307422624712",
                "ticketNumber": {
                  "airlineAccountingCode": "903",
                  "checkDigit": "8",
                  "number": "03281799489173",
                  "serialNumber": "4283244168"
                }
              },
              {
                "airlineCode": "il",
                "airlineFactsType": "OTHER_AIRLINE",
                "code": "pBOzP",
                "freeText": "SRUTGpJNTxqzmWg",
                "fullText": "swmgxLnkRYllLYWlXcYHPvEzfVcuvT",
                "id": "2fc81fae-8c63-4a57-b0f0-43fd0f4aa387",
                "messageType": "SSR",
                "numberInParty": 9,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "HD",
                  "value": "UNSUPPORTED"
                },
                "syntheticIdentifier": "272097376505415",
                "ticketNumber": {
                  "airlineAccountingCode": "410",
                  "checkDigit": "1",
                  "number": "06066920723284",
                  "serialNumber": "1181576768"
                }
              },
              {
                "airlineCode": "BD",
                "airlineFactsType": "OTHER_AIRLINE",
                "code": "NfKtG",
                "freeText": "AXOVzsazMzPtEaD",
                "fullText": "DebllHMDAIMcwAWJDPgvwCRfXdBDHB",
                "id": "1f034b6e-ed3e-413f-a3bd-36ba74498dd8",
                "messageType": "OSI",
                "numberInParty": 1,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "RQ",
                  "value": "UNSUPPORTED"
                },
                "syntheticIdentifier": "583057810192555",
                "ticketNumber": {
                  "airlineAccountingCode": "776",
                  "checkDigit": "5",
                  "number": "54578560191463",
                  "serialNumber": "4814941486"
                }
              },
              {
                "airlineCode": "dE",
                "airlineFactsType": "OTHER_AIRLINE",
                "code": "pF2Q3",
                "freeText": "qnYlRIZDokYiAQo",
                "fullText": "jAciFKAaYlkmMlFRBWzNLltRlWlLhZ",
                "id": "4cddabd8-83bb-45f9-8bb6-6f46ad60a2f4",
                "messageType": "SSR",
                "numberInParty": 1,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "OK",
                  "value": "REJECTED"
                },
                "syntheticIdentifier": "491532761289412",
                "ticketNumber": {
                  "airlineAccountingCode": "796",
                  "checkDigit": "8",
                  "number": "85764909071958",
                  "serialNumber": "5356724446"
                }
              }
            ]
          },
          "id": "cefe0870-4117-47ee-a801-c7ab450536a3",
          "iropContact": {
            "emails": {
              "email": [
                {
                  "address": "Brionna_Bashirian53@hotmail.com",
                  "id": "9af92c34-6b31-412c-a267-785ccea9bc67",
                  "languageCode": "FR",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "482160469836563"
                }
              ]
            },
            "phones": {
              "phone": [
                {
                  "id": "d1aae117-176a-4c8c-ad34-5484a541a5a2",
                  "number": "+18835156411",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "632451294060499"
                }
              ]
            },
            "refusals": {
              "refusal": [
                {
                  "id": "1faf965d-7c7f-43ed-b8bb-6b87e50736ee",
                  "reason": "llrvZgfyqV",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "486467955775933"
                },
                {
                  "id": "8bf13357-84c6-4436-8330-a6c891f66849",
                  "reason": "eHSsbgHmHL",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "230072930295751"
                },
                {
                  "id": "508846e3-c535-4dc3-a54d-7bcedb0d1b86",
                  "reason": "XZljxUhLfO",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "435639180783240"
                }
              ]
            }
          },
          "loyaltyAccount": [
            {
              "id": "bb5cfe3b-95a6-4877-912b-21a6af92ed84",
              "latestAwardDate": "2025-09-18",
              "loyaltyTierLevel": {
                "atpco": "86",
                "customerInsight": "58",
                "name": "gold",
                "number": 5,
                "priority": 7,
                "tag": "Hpe"
              },
              "memberAirline": "[ob",
              "memberId": "2434511384",
              "membershipStartDate": "2024-03-21",
              "mileage": {
                "unit": "MILES",
                "value": 2988
              },
              "pnrId": "2",
              "points": 98443,
              "source": "PNR"
            },
            {
              "id": "dd2fd515-9fc1-468e-9382-b9fbd89c93c5",
              "latestAwardDate": "2026-07-28",
              "loyaltyTierLevel": {
                "atpco": "22",
                "customerInsight": "25",
                "name": "gold",
                "number": 3,
                "priority": 9,
                "tag": "zRx"
              },
              "memberAirline": "[ob",
              "memberId": "4243161734",
              "membershipStartDate": "2022-09-13",
              "mileage": {
                "unit": "MILES",
                "value": 223
              },
              "pnrId": "1",
              "points": 61041,
              "source": "PNR"
            },
            {
              "id": "f7704ead-ece4-4232-9d7f-132d293de701",
              "latestAwardDate": "2025-11-10",
              "loyaltyTierLevel": {
                "atpco": "59",
                "customerInsight": "75",
                "name": "platinum",
                "number": 5,
                "priority": 2,
                "tag": "ORo"
              },
              "memberAirline": "[ob",
              "memberId": "2926381932",
              "membershipStartDate": "2026-02-17",
              "mileage": {
                "unit": "MILES",
                "value": 2334
              },
              "pnrId": "9",
              "points": 11713,
              "source": "SSCI"
            }
          ],
          "nameNumber": "718.4",
          "passengerDocument": [
            {
              "document": {
                "applicableCountry": "AU",
                "countryOfBirth": "VC",
                "dateOfBirth": "2010-10-07",
                "expiryDate": "2030-10-25",
                "gender": "N",
                "id": "e570ceb8-0f20-4560-8528-f88501ba8ced",
                "issueDate": "2024-10-06",
                "issuingCountry": "LU",
                "issuingPlace": "Port Alburgh",
                "nationality": "PRY",
                "number": "NdtLahwTZY",
                "personName": {
                  "first": "Lucy",
                  "last": "Crona",
                  "middle": "Austin",
                  "prefix": "Mr.",
                  "raw": "Dr. Alexandra Daugherty",
                  "suffix": "IV"
                },
                "placeOfBirth": "New Carissa",
                "type": "PASSPORT"
              },
              "holderType": "SECONDARY",
              "inputMethod": "SWIPE",
              "multinameHolder": false
            },
            {
              "document": {
                "applicableCountry": "GA",
                "countryOfBirth": "NC",
                "dateOfBirth": "1961-06-25",
                "expiryDate": "2028-06-05",
                "gender": "J",
                "id": "aba8e50c-a75e-453d-ad57-3c61c25fa716",
                "issueDate": "2025-05-02",
                "issuingCountry": "MQ",
                "issuingPlace": "Denver",
                "nationality": "ITA",
                "number": "Gyp4lu51kx",
                "personName": {
                  "first": "Virginia",
                  "last": "Adams",
                  "middle": "Sasha",
                  "prefix": "Mrs.",
                  "raw": "Darlene Greenfelder",
                  "suffix": "IV"
                },
                "placeOfBirth": "Lake Waylon",
                "type": "PASSPORT"
              },
              "holderType": "SECONDARY",
              "inputMethod": "MANUAL",
              "multinameHolder": true
            },
            {
              "document": {
                "applicableCountry": "PG",
                "countryOfBirth": "PL",
                "dateOfBirth": "1964-12-28",
                "expiryDate": "2026-10-04",
                "gender": "X",
                "id": "e79b34bf-ff5e-457b-a5b4-4a46d79e7ddb",
                "issueDate": "2024-11-03",
                "issuingCountry": "BF",
                "issuingPlace": "Vandervortcester",
                "nationality": "TON",
                "number": "17QcV8fKq5",
                "personName": {
                  "first": "Michaela",
                  "last": "Sipes",
                  "middle": "Kendall",
                  "prefix": "Miss",
                  "raw": "Jon Wyman",
                  "suffix": "Jr."
                },
                "placeOfBirth": "Ewellport",
                "type": "PASSPORT"
              },
              "holderType": "SECONDARY",
              "inputMethod": "MANUAL",
              "multinameHolder": true
            }
          ],
          "passengerItineraryParts": {
            "passengerItineraryPart": [
              {
                "airExtra": [
                  {
                    "airExtraBundleRef": "0c5a85f1-18d3-45a7-a15d-be5174054050",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 3
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "TICKET"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 0
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-02-15",
                        "refundable": false,
                        "tourCode": "64Y5Kw"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "6 ",
                        "value": "NO_BOOKING_REQUIRED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "WIF",
                      "id": "hCIpEk",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "INDIVIDUAL_AIRLINE_USE"
                      },
                      "sequenceNumber": 93,
                      "serviceType": {
                        "code": "aM",
                        "value": "PREREGISTERED_BAGGAGE"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 64,
                              "min": 4,
                              "name": "AGE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 82,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 24,
                              "min": 4,
                              "name": "AGE",
                              "optional": true,
                              "type": "INT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 70,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 66,
                              "min": 3,
                              "name": "SIZE",
                              "optional": true,
                              "type": "INT",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "ACR",
                      "subCode": "882",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 8.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 30.6
                        }
                      ]
                    },
                    "bookingIndicator": "62",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "20483454898753"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "83",
                          "segmentRef": "7b75062b-ce0d-48b0-8930-d0c3db09c925"
                        },
                        {
                          "emdCouponNumber": "02",
                          "segmentRef": "63d5bfb7-23a2-40de-82ee-3a53bdb2555d"
                        },
                        {
                          "emdCouponNumber": "72",
                          "segmentRef": "785cccfc-1b2f-49db-a975-3e889176c4b1"
                        },
                        {
                          "emdCouponNumber": "09",
                          "segmentRef": "792a066b-457c-4492-a428-1efcb3c7e43c"
                        },
                        {
                          "emdCouponNumber": "90",
                          "segmentRef": "62d91aac-86ff-4b28-a474-b03e533182fa"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "38",
                    "id": "5fa28a5e-40db-496b-9611-c9ce808b10c6",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "3746b972-dd9e-4c3e-809b-8887614c023a",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "636"
                    },
                    "offerId": {
                      "id": "104be9f7-c7be-43fc-9d85-856fa36838a9",
                      "itemId": "c4fb34cb-5c24-4c01-b4d3-8516e49dcce8"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "REJECTED"
                    },
                    "pnrId": "KBCFFC",
                    "quantity": 1,
                    "specialServiceDescription": {
                      "code": "napB",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "669"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "758"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "585"
                          }
                        ]
                      },
                      "text": "OXgDZSOlSFbyEcH"
                    },
                    "syntheticIdentifier": "36242410340431169229",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 27.5
                    }
                  },
                  {
                    "airExtraBundleRef": "36a1b18b-139a-4e05-ad89-3d3ce233b53e",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 1
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "ONE_WAY"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 3
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-03-21",
                        "refundable": false,
                        "tourCode": "VtCIDz"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "0-",
                        "value": "SPECIAL_SERVICE_REQUEST"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": false,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "SEA",
                      "id": "-_engU",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "AIR_TRANSPORTATION"
                      },
                      "sequenceNumber": 21,
                      "serviceType": {
                        "code": "Ef",
                        "value": "BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 36,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "INT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 59,
                              "min": 2,
                              "name": "SIZE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 91,
                              "min": 2,
                              "name": "SIZE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 35,
                              "min": 1,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "14t",
                      "subCode": "759",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 45.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 27
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 23.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 48.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 14.2
                        }
                      ]
                    },
                    "bookingIndicator": "49",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "33882032739920"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "43",
                          "segmentRef": "34c74bd1-3388-4dd9-a1e5-3084ba210128"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "74",
                    "id": "fd9b864c-4b67-4445-9199-154256e83868",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "367d85c4-ec7f-4ed6-8033-6934f629d38c",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "350"
                    },
                    "offerId": {
                      "id": "9e141540-5e09-459e-82b8-5f583aecb94b",
                      "itemId": "757d99ab-0ab8-4b3a-905e-bf8c492f3a98"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "FULFILLED"
                    },
                    "pnrId": "DZDWQJ",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "gzAo",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "424"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "304"
                          }
                        ]
                      },
                      "text": "EoxZYbGUlYacvMp"
                    },
                    "syntheticIdentifier": "20212986103840916395",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 16
                    }
                  },
                  {
                    "airExtraBundleRef": "92843870-2637-44d1-8830-2d395c74291f",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 6
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "PER_CHECKED_PORTION"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-03-12",
                        "refundable": false,
                        "tourCode": "EBwN9M"
                      },
                      "bagType": "SURF",
                      "bookingMethod": {
                        "code": "5@",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": true,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "WIF",
                      "id": "lxFF22",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "INDIVIDUAL_AIRLINE_USE"
                      },
                      "sequenceNumber": 62,
                      "serviceType": {
                        "code": "RY",
                        "value": "EMBARGOES"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 18,
                              "min": 3,
                              "name": "AGE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 41,
                              "min": 2,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "jss",
                      "subCode": "389",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 17
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 28
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 7.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 23.6
                        }
                      ]
                    },
                    "bookingIndicator": "85",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "12862419313064"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "21",
                          "segmentRef": "83b81f66-dec3-4c71-bb75-f73ac68d1c88"
                        },
                        {
                          "emdCouponNumber": "98",
                          "segmentRef": "36b63e61-c918-4b48-9b40-698ee7a5ec4d"
                        },
                        {
                          "emdCouponNumber": "25",
                          "segmentRef": "7b763c35-613f-4f56-87fc-f52cff81eb44"
                        },
                        {
                          "emdCouponNumber": "16",
                          "segmentRef": "c98d57ee-8df9-47ae-89d5-8ec83cebc1a9"
                        },
                        {
                          "emdCouponNumber": "10",
                          "segmentRef": "6f195050-90d2-45f9-952a-c69cfb3b19a3"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "26",
                    "id": "7c616afd-5285-41c2-b511-78218cd0fc25",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "d608ec70-1e20-4e41-a8f7-3238b4ea7f13",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "248"
                    },
                    "offerId": {
                      "id": "6d0b98c0-ff30-4d31-abac-80428e012afd",
                      "itemId": "0abded8e-c229-42c3-a578-bbc81dd32b5c"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "UNSUPPORTED"
                    },
                    "pnrId": "XWBKUC",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "Biif",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "824"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "620"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "962"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "533"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "725"
                          }
                        ]
                      },
                      "text": "TQLXsqsYNhgJedG"
                    },
                    "syntheticIdentifier": "95467845440077655663",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 33.1
                    }
                  }
                ],
                "id": "ebb83aa4-f721-45c0-85dd-81d0d898e8a0",
                "itineraryPartRef": "c03861e6-08aa-4ad5-859c-e96db122ad4d"
              },
              {
                "airExtra": [
                  {
                    "airExtraBundleRef": "ee4b96f4-cf9d-43c3-bfc8-eee2bbe32451",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 8
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "PER_1KG_OVER_FREE_BAGGAGE_ALLOWANCE"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 0
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-12-10",
                        "refundable": false,
                        "tourCode": "RqYsaR"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "2-",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": true,
                        "value": "ETICKET"
                      },
                      "group": "SEA",
                      "id": "uZNFzF",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "BAGGAGE"
                      },
                      "sequenceNumber": 47,
                      "serviceType": {
                        "code": "hZ",
                        "value": "PREREGISTERED_BAGGAGE"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 67,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 99,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 11,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "jZe",
                      "subCode": "269",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 44.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 23.2
                        }
                      ]
                    },
                    "bookingIndicator": "12",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "21306302691095"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "60",
                          "segmentRef": "3571f80b-3549-4359-8042-f5eef1c8ef33"
                        },
                        {
                          "emdCouponNumber": "33",
                          "segmentRef": "283cbe8f-3d29-4272-813f-23dd369bbe7c"
                        },
                        {
                          "emdCouponNumber": "24",
                          "segmentRef": "3ae6ad8f-8b26-4c16-96ec-09e419ef9eac"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "29",
                    "id": "cb5e1ad0-aa33-4fc9-b777-3bf725ce13dc",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "8ebb3676-633c-4939-9593-7b3b31a40977",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "R",
                      "subCode": "616"
                    },
                    "offerId": {
                      "id": "8c3c1d32-c4d2-4626-9de8-5de6656fd977",
                      "itemId": "3114380a-1711-47bd-ac4e-3d4c3abd78fa"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "FULFILLED"
                    },
                    "pnrId": "FQQVSC",
                    "quantity": 1,
                    "specialServiceDescription": {
                      "code": "ZSQg",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "934"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "305"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "078"
                          }
                        ]
                      },
                      "text": "TciVlxfZQQdPojj"
                    },
                    "syntheticIdentifier": "55499840783155316051",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 42.8
                    }
                  },
                  {
                    "airExtraBundleRef": "42002be7-bdf4-4b88-8554-ff7714d76760",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 6
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "TICKET"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-11-20",
                        "refundable": false,
                        "tourCode": "bEX8jt"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "7^",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "ETICKET"
                      },
                      "group": "BG",
                      "id": "qU66fQ",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "IN_FLIGHT_SERVICES"
                      },
                      "sequenceNumber": 61,
                      "serviceType": {
                        "code": "6D",
                        "value": "EMBARGOES"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 85,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 19,
                              "min": 2,
                              "name": "AGE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 53,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "qqJ",
                      "subCode": "489",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 5.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 36.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 39.4
                        }
                      ]
                    },
                    "bookingIndicator": "78",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "42705144792121"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "63",
                          "segmentRef": "60ead744-0012-4ecb-8942-4f411ed10bef"
                        },
                        {
                          "emdCouponNumber": "65",
                          "segmentRef": "a001c342-b964-4d57-a019-1692fe79818c"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "66",
                    "id": "c943cbea-07ac-43ce-9764-d77c7bcdb495",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "df0c852d-f541-4316-a606-876584eaaefa",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "R",
                      "subCode": "891"
                    },
                    "offerId": {
                      "id": "57864151-fbec-4c52-8cb4-eb57f522e49a",
                      "itemId": "0ff06f27-393a-41ae-a635-ac3590397da3"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "UNSUPPORTED"
                    },
                    "pnrId": "MSPWDF",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "OWED",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "719"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "485"
                          }
                        ]
                      },
                      "text": "lkHnPZbIsHjoazC"
                    },
                    "syntheticIdentifier": "86069784199724856592",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 43.6
                    }
                  },
                  {
                    "airExtraBundleRef": "f53b67e1-2c15-4b48-983b-d06a74a1a8ba",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 10
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "PER_BAGGAGE_TRAVEL"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 5
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-07-19",
                        "refundable": false,
                        "tourCode": "t5dVKm"
                      },
                      "bagType": "SURF",
                      "bookingMethod": {
                        "code": "4@",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": false,
                        "value": "ETICKET"
                      },
                      "group": "WIF",
                      "id": "u7zveq",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "MERCHANDISE"
                      },
                      "sequenceNumber": 55,
                      "serviceType": {
                        "code": "S4",
                        "value": "PREPAID"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 37,
                              "min": 1,
                              "name": "AGE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 87,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "INT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 21,
                              "min": 3,
                              "name": "SIZE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 17,
                              "min": 1,
                              "name": "AGE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 57,
                              "min": 1,
                              "name": "AGE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "wZk",
                      "subCode": "954",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 47
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 14.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 1
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 1.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 48.7
                        }
                      ]
                    },
                    "bookingIndicator": "15",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "30975080659335"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "11",
                          "segmentRef": "c54b596e-a3f7-427a-8cf4-09e8ba626c27"
                        },
                        {
                          "emdCouponNumber": "54",
                          "segmentRef": "2f59e11a-d241-4b20-b8d0-87e6ed9f231d"
                        },
                        {
                          "emdCouponNumber": "08",
                          "segmentRef": "b69bcc34-3f66-4ffa-9e84-6d96c9d97e00"
                        },
                        {
                          "emdCouponNumber": "60",
                          "segmentRef": "e8fe1d78-69a2-471f-bc7a-e2d924221efd"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "75",
                    "id": "84ae2a0f-b6d7-4081-b7de-a73d4a8c4118",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "11aefc41-5581-4eaf-ad65-730e0c60f629",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "603"
                    },
                    "offerId": {
                      "id": "2bad29c0-2fb7-4b87-883a-c09903cca6cd",
                      "itemId": "84bc9fd6-861b-4183-b1fb-57cd789d4426"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "PENDING"
                    },
                    "pnrId": "AUCZMX",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "NEHD",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "124"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "646"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "925"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "193"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "707"
                          }
                        ]
                      },
                      "text": "wHelLfeSHaRqbpk"
                    },
                    "syntheticIdentifier": "85880251127733181623",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 17.8
                    }
                  },
                  {
                    "airExtraBundleRef": "cc7a655f-40e0-44d6-97a2-cf036851ae3e",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 2
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-01-27",
                        "refundable": true,
                        "tourCode": "VDdz6C"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "3_",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": false,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "SEA",
                      "id": "D_uBKn",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "FINANCIAL_IMPACT"
                      },
                      "sequenceNumber": 89,
                      "serviceType": {
                        "code": "bb",
                        "value": "PREREGISTERED_BAGGAGE"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 54,
                              "min": 2,
                              "name": "AGE",
                              "optional": true,
                              "type": "INT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 77,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "INT",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "LBu",
                      "subCode": "235",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 2.4
                        }
                      ]
                    },
                    "bookingIndicator": "02",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "60732706363763"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "14",
                          "segmentRef": "ecf578a2-1a44-4352-a898-4b048c552455"
                        },
                        {
                          "emdCouponNumber": "98",
                          "segmentRef": "ac7614e0-90ed-40d1-89a1-8eaf56777efe"
                        },
                        {
                          "emdCouponNumber": "15",
                          "segmentRef": "487b3a45-bcc0-4ac1-9c1a-7112012defc6"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "42",
                    "id": "19848119-2ee5-4300-ace3-5843c6faebc9",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "5c5e8f68-0089-47c0-a7bb-07c7451ab151",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "369"
                    },
                    "offerId": {
                      "id": "466c79c9-efeb-423f-93ef-37ff9d987c04",
                      "itemId": "275c5879-92ae-4841-b9c1-a140f1db54fa"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "UNSUPPORTED"
                    },
                    "pnrId": "QYHXRX",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "JToi",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "969"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "755"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "292"
                          }
                        ]
                      },
                      "text": "RYawjSHNxHuIveO"
                    },
                    "syntheticIdentifier": "80498330668035677201",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 4.4
                    }
                  },
                  {
                    "airExtraBundleRef": "9341c09a-806b-431a-b4b2-1e683172eef5",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 4
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "ITEM"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2026-11-05",
                        "refundable": true,
                        "tourCode": "ooFGE7"
                      },
                      "bagType": "GOLF",
                      "bookingMethod": {
                        "code": "8/",
                        "value": "NO_BOOKING_REQUIRED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "SEA",
                      "id": "MaIUYC",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "UNKNOWN"
                      },
                      "sequenceNumber": 67,
                      "serviceType": {
                        "code": "N7",
                        "value": "DISCLOSURE"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 66,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 35,
                              "min": 5,
                              "name": "SIZE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 95,
                              "min": 2,
                              "name": "SIZE",
                              "optional": true,
                              "type": "INT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 74,
                              "min": 3,
                              "name": "SIZE",
                              "optional": true,
                              "type": "INT",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "feC",
                      "subCode": "122",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 8.5
                        }
                      ]
                    },
                    "bookingIndicator": "16",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "11807718088543"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "13",
                          "segmentRef": "9f5f596d-ad8b-4b40-b2c8-798dabe36fd2"
                        },
                        {
                          "emdCouponNumber": "62",
                          "segmentRef": "09cafb0f-e7aa-41e4-9f21-517580aa7268"
                        },
                        {
                          "emdCouponNumber": "02",
                          "segmentRef": "8ca93f62-e2b6-4619-9219-608b57ea9b52"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "59",
                    "id": "a1187c9b-6052-428e-8019-e84c754bae81",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "db96f3f8-46d9-49fb-8c97-0a37e41bd94c",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "G",
                      "subCode": "519"
                    },
                    "offerId": {
                      "id": "78316ac8-db50-426c-8448-2badcbe17923",
                      "itemId": "6fe86b9d-47d5-4939-a34c-63cf116115e1"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "FULFILLED"
                    },
                    "pnrId": "AJBVVK",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "uOOG",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "464"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "830"
                          }
                        ]
                      },
                      "text": "tfXXhAfKbANeJwU"
                    },
                    "syntheticIdentifier": "67870871921266118857",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 22.9
                    }
                  }
                ],
                "id": "7485f51e-48ad-4f5f-84a9-b3f807b633e2",
                "itineraryPartRef": "ec0d6b95-7c61-4912-ab91-2f1b7a336dd0"
              },
              {
                "airExtra": [
                  {
                    "airExtraBundleRef": "0a490bae-2ca7-468f-b254-17d3f9f1f960",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 10
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 5
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-08-03",
                        "refundable": false,
                        "tourCode": "dxJ90O"
                      },
                      "bagType": "SURF",
                      "bookingMethod": {
                        "code": "5^",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE"
                      },
                      "group": "WIF",
                      "id": "iwSrV4",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "GROUND_TRANSPORT_NON_AIR_SERVICES"
                      },
                      "sequenceNumber": 80,
                      "serviceType": {
                        "code": "og",
                        "value": "BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 50,
                              "min": 1,
                              "name": "AGE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 11,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 93,
                              "min": 1,
                              "name": "SIZE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 34,
                              "min": 2,
                              "name": "SIZE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "RdU",
                      "subCode": "993",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 11.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 14.6
                        }
                      ]
                    },
                    "bookingIndicator": "36",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "22539085539957"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "38",
                          "segmentRef": "97eaba90-39f8-4746-90b9-2f26bd6f12f4"
                        },
                        {
                          "emdCouponNumber": "78",
                          "segmentRef": "ff1bd963-f761-4d7d-b150-5af5d1d5ba63"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "87",
                    "id": "25235139-736d-4a4e-afde-a8d39167e5d4",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "ec47ec8d-e9c9-4406-b4d5-72617d5c140d",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "R",
                      "subCode": "083"
                    },
                    "offerId": {
                      "id": "294b5e1f-e270-4b5e-8a80-6c9852d8518d",
                      "itemId": "2dd1b8db-f5ca-4c0a-8984-2656aafb4c5d"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "HBKVTZ",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "YtLR",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "285"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "395"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "695"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "573"
                          }
                        ]
                      },
                      "text": "EohEmPiXXxCfoxL"
                    },
                    "syntheticIdentifier": "19477631289965811462",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 14.9
                    }
                  },
                  {
                    "airExtraBundleRef": "4d850e64-8d91-4522-ae68-dc6c3912af58",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 2
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "ONE_AND_A_HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-04-26",
                        "refundable": true,
                        "tourCode": "bA6qZ7"
                      },
                      "bagType": "SURF",
                      "bookingMethod": {
                        "code": "4@",
                        "value": "AUXILIARY_SEGMENT"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "MEA",
                      "id": "ikHunr",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "IN_FLIGHT_SERVICES"
                      },
                      "sequenceNumber": 55,
                      "serviceType": {
                        "code": "8h",
                        "value": "PREREGISTERED_BAGGAGE"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 20,
                              "min": 1,
                              "name": "AGE",
                              "optional": false,
                              "type": "INT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 67,
                              "min": 3,
                              "name": "AGE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "vFQ",
                      "subCode": "578",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 26.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 9.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 36.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 26.6
                        }
                      ]
                    },
                    "bookingIndicator": "43",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "46524341740034"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "25",
                          "segmentRef": "79367c2d-6bd2-4ad7-b3df-58936ea47492"
                        },
                        {
                          "emdCouponNumber": "46",
                          "segmentRef": "cba7d414-84e5-443b-9d72-0a4b36e2c411"
                        },
                        {
                          "emdCouponNumber": "18",
                          "segmentRef": "03fce7a9-efac-4d0f-9726-849fcba15b46"
                        },
                        {
                          "emdCouponNumber": "61",
                          "segmentRef": "d2f74857-65b7-4e47-a68b-7138673574f2"
                        },
                        {
                          "emdCouponNumber": "68",
                          "segmentRef": "9017caf8-0dd4-4067-ae76-8168479f37e4"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "46",
                    "id": "efe7433a-d376-49f2-9396-d63354ddde31",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "59548de4-8ea7-4b04-98bd-17b40fd60cf5",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "295"
                    },
                    "offerId": {
                      "id": "0c70307e-c8ad-4a14-a54a-7ba8acb45b12",
                      "itemId": "984c4809-3b2f-4333-8e12-86a22966911e"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "WAIVED"
                    },
                    "pnrId": "TPCRZU",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "dNFI",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "050"
                          }
                        ]
                      },
                      "text": "hNtAJtfXwJJsnQT"
                    },
                    "syntheticIdentifier": "47090326495785983277",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 13.1
                    }
                  },
                  {
                    "airExtraBundleRef": "ed066e57-dd42-422b-8508-40e0d87f1a39",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 9
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "ONE_AND_A_HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-06-01",
                        "refundable": true,
                        "tourCode": "fUQnji"
                      },
                      "bagType": "SURF",
                      "bookingMethod": {
                        "code": "4/",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": false,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "BG",
                      "id": "zVCmRG",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "IN_FLIGHT_SERVICES"
                      },
                      "sequenceNumber": 89,
                      "serviceType": {
                        "code": "z7",
                        "value": "PREPAID"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 76,
                              "min": 2,
                              "name": "AGE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "0JA",
                      "subCode": "033",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 17.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 5.8
                        }
                      ]
                    },
                    "bookingIndicator": "37",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "51169832307599"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "59",
                          "segmentRef": "7c9869b0-f130-4e8e-87a3-21bc994725b9"
                        },
                        {
                          "emdCouponNumber": "55",
                          "segmentRef": "a160cd09-7b20-46ac-bd8d-16b03fa76e8d"
                        },
                        {
                          "emdCouponNumber": "33",
                          "segmentRef": "acebe1b8-35b8-4d80-9884-797e53d20ace"
                        },
                        {
                          "emdCouponNumber": "76",
                          "segmentRef": "6b8c4d6b-7b2d-4659-8237-0d60123c9227"
                        },
                        {
                          "emdCouponNumber": "36",
                          "segmentRef": "dde8ff1a-ac63-4212-941d-31d320cdfad9"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "78",
                    "id": "a6bb1acd-bca5-4c50-a2b8-1c83e1991f85",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "cb11d36b-ec72-45f1-9c98-51463e63c2b3",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "411"
                    },
                    "offerId": {
                      "id": "79a4321c-aa7b-4e19-9468-faf800e4cef6",
                      "itemId": "896b8ddf-623d-473c-a477-6cdafc17802d"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "FULFILLED"
                    },
                    "pnrId": "WJJFBB",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "qeem",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "314"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "643"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "603"
                          }
                        ]
                      },
                      "text": "jAsYtXuFlgtPgPz"
                    },
                    "syntheticIdentifier": "92838815097099684189",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 46.2
                    }
                  }
                ],
                "id": "b000f819-276c-4271-9c61-3cdc3622a8a2",
                "itineraryPartRef": "fa8c529d-a06f-4c9b-8124-8c0a3407320a"
              },
              {
                "airExtra": [
                  {
                    "airExtraBundleRef": "580bb438-dd9b-4ace-a575-d2d7aad1347f",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 4
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 4
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-01-19",
                        "refundable": true,
                        "tourCode": "a2fQSG"
                      },
                      "bagType": "GOLF",
                      "bookingMethod": {
                        "code": "0=",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": false,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "SEA",
                      "id": "VwEZuk",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "GROUND_TRANSPORT_NON_AIR_SERVICES"
                      },
                      "sequenceNumber": 42,
                      "serviceType": {
                        "code": "Fv",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 23,
                              "min": 5,
                              "name": "AGE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 94,
                              "min": 3,
                              "name": "SIZE",
                              "optional": false,
                              "type": "INT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 59,
                              "min": 3,
                              "name": "AGE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 23,
                              "min": 4,
                              "name": "AGE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "JDj",
                      "subCode": "939",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 17.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 7.5
                        }
                      ]
                    },
                    "bookingIndicator": "55",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "87881660200061"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "90",
                          "segmentRef": "76140136-d26a-41e3-ae45-00d5d48a390b"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "31",
                    "id": "b40ab3cd-3fa2-41be-a813-ed126a8f3428",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "e413c0b5-568f-4e6b-8556-10ef6b830f1c",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "R",
                      "subCode": "634"
                    },
                    "offerId": {
                      "id": "dcae6f6d-7881-4acf-9b44-8f73c4180b03",
                      "itemId": "009edd56-8f18-40fd-9d2e-a2024ed2af1f"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "WJSCFG",
                    "quantity": 1,
                    "specialServiceDescription": {
                      "code": "fntm",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "114"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "138"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "177"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "666"
                          }
                        ]
                      },
                      "text": "lUnBDTDxylOkNUc"
                    },
                    "syntheticIdentifier": "27013516434367041760",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 5.7
                    }
                  },
                  {
                    "airExtraBundleRef": "e975ee9e-d251-464f-99ca-5c71c9406645",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 3
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "PER_5KG_OVER_FREE_BAGGAGE_ALLOWANCE"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 5
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-08-26",
                        "refundable": false,
                        "tourCode": "d2HAV9"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "7@",
                        "value": "SPECIAL_SERVICE_REQUEST"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": true,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "SEA",
                      "id": "KUbea6",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "AIR_TRANSPORTATION"
                      },
                      "sequenceNumber": 10,
                      "serviceType": {
                        "code": "vc",
                        "value": "PREREGISTERED_BAGGAGE"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 73,
                              "min": 1,
                              "name": "SIZE",
                              "optional": false,
                              "type": "INT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 13,
                              "min": 5,
                              "name": "AGE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 99,
                              "min": 4,
                              "name": "AGE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 69,
                              "min": 3,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 27,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "FK6",
                      "subCode": "802",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 15.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 42.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 28.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 17.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 26.7
                        }
                      ]
                    },
                    "bookingIndicator": "49",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "65037993900289"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "49",
                          "segmentRef": "bdb3323e-1da2-4ced-8886-aa5b49f20e09"
                        },
                        {
                          "emdCouponNumber": "75",
                          "segmentRef": "7f78afe5-d35f-4d90-a497-b32573cbf73e"
                        },
                        {
                          "emdCouponNumber": "20",
                          "segmentRef": "a3b57992-e250-49b9-b2f2-1a2bade26d6b"
                        },
                        {
                          "emdCouponNumber": "60",
                          "segmentRef": "7fc58c2b-b391-48fa-b52b-92272780fc5d"
                        },
                        {
                          "emdCouponNumber": "53",
                          "segmentRef": "73a7bace-1d42-4f03-af9a-ace57717aa61"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "63",
                    "id": "26abfc2d-00aa-4586-abd7-fbb64d3caa7b",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "d507ae57-64fe-4c13-8512-c730eac1f793",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "342"
                    },
                    "offerId": {
                      "id": "18e364ef-dcf0-4572-a690-3a87036a3de6",
                      "itemId": "1590f485-c18c-48e1-a391-af1488f73765"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "UNSUPPORTED"
                    },
                    "pnrId": "CPWTQP",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "utTa",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "631"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "487"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "145"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "596"
                          }
                        ]
                      },
                      "text": "ZJQSWJsKVvcqhpg"
                    },
                    "syntheticIdentifier": "43942684867516242705",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 9.2
                    }
                  },
                  {
                    "airExtraBundleRef": "fa87c7e5-494c-4006-a11c-aacd2848e29a",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 4
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-08-16",
                        "refundable": false,
                        "tourCode": "X2c6Sw"
                      },
                      "bagType": "GOLF",
                      "bookingMethod": {
                        "code": "7_",
                        "value": "CONTACT_AIRLINE"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "BG",
                      "id": "Klg9-N",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "IN_FLIGHT_SERVICES"
                      },
                      "sequenceNumber": 50,
                      "serviceType": {
                        "code": "Vq",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 38,
                              "min": 5,
                              "name": "AGE",
                              "optional": false,
                              "type": "INT",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "xhK",
                      "subCode": "454",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 43.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 33.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 30.9
                        }
                      ]
                    },
                    "bookingIndicator": "81",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "80876768836147"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "29",
                          "segmentRef": "312137c9-e4d0-490b-934c-dd961d67b505"
                        },
                        {
                          "emdCouponNumber": "71",
                          "segmentRef": "3e6e5fe5-cab7-4a07-915e-68adedf4721e"
                        },
                        {
                          "emdCouponNumber": "15",
                          "segmentRef": "dcdc77f2-5385-4d84-b422-30ba7a95e5a8"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "91",
                    "id": "759a8fa1-e57d-4d6c-a412-0b50c11e81fa",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "9b71faed-1507-4a4d-8fcb-75592c86962f",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "232"
                    },
                    "offerId": {
                      "id": "9e8d36dc-8db7-4269-bed5-922f059ab197",
                      "itemId": "da6e6e5b-7ef9-4613-8c35-3d7d8c51732d"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "REJECTED"
                    },
                    "pnrId": "GTXJWQ",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "alYt",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "801"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "603"
                          }
                        ]
                      },
                      "text": "zqpYwSskVcKCLvL"
                    },
                    "syntheticIdentifier": "33452490941798949734",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 10.8
                    }
                  },
                  {
                    "airExtraBundleRef": "711fe491-5202-438e-9129-ff0aaca580c2",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 1
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "ONE_WAY"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 3
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-12-06",
                        "refundable": true,
                        "tourCode": "Y8wVkY"
                      },
                      "bagType": "GOLF",
                      "bookingMethod": {
                        "code": "6@",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": false,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "BG",
                      "id": "N2THWI",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "FINANCIAL_IMPACT"
                      },
                      "sequenceNumber": 35,
                      "serviceType": {
                        "code": "EB",
                        "value": "EMBARGOES"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 88,
                              "min": 1,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 65,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 82,
                              "min": 1,
                              "name": "SIZE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "hVY",
                      "subCode": "878",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 45.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 23.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 3.1
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 20.2
                        }
                      ]
                    },
                    "bookingIndicator": "05",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "90204491482199"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "77",
                          "segmentRef": "6602d163-a177-4a7a-9939-5f768c1b4f20"
                        },
                        {
                          "emdCouponNumber": "66",
                          "segmentRef": "f6d81a8a-e745-4f58-9bb7-9f66d146e6ec"
                        },
                        {
                          "emdCouponNumber": "23",
                          "segmentRef": "669855bf-6175-4166-9e20-74e8db255301"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "23",
                    "id": "7a09a828-46db-42e6-8993-e3d433079cde",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "0a33cd23-82b3-4e9a-ae21-1f738d909e19",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "G",
                      "subCode": "984"
                    },
                    "offerId": {
                      "id": "b6f8104c-ebf4-4281-823e-a32335ea6372",
                      "itemId": "0d6208ca-d1d0-459a-acc4-a174a68d969c"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "WAIVED"
                    },
                    "pnrId": "CKBUFY",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "TMXm",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "173"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "795"
                          }
                        ]
                      },
                      "text": "uXHccTeqcZJUmgq"
                    },
                    "syntheticIdentifier": "63626649728921753576",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 20.6
                    }
                  },
                  {
                    "airExtraBundleRef": "9768ef04-3011-44a0-a957-301a06ec45c9",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 1
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "ROUND_TRIP"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 4
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2026-08-25",
                        "refundable": true,
                        "tourCode": "OtRkSd"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "2=",
                        "value": "AUXILIARY_SEGMENT"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": false,
                        "value": "ETICKET"
                      },
                      "group": "MEA",
                      "id": "9ZRY8c",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "BAGGAGE"
                      },
                      "sequenceNumber": 95,
                      "serviceType": {
                        "code": "3b",
                        "value": "FLIGHT_RELATED"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 12,
                              "min": 5,
                              "name": "AGE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 65,
                              "min": 1,
                              "name": "AGE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 60,
                              "min": 3,
                              "name": "SIZE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "aT7",
                      "subCode": "167",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 14.1
                        }
                      ]
                    },
                    "bookingIndicator": "06",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "47653923055365"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "71",
                          "segmentRef": "b5c01eb0-6c4e-4b5b-9631-58a877c3b86b"
                        },
                        {
                          "emdCouponNumber": "81",
                          "segmentRef": "25831f80-8ff1-460f-8145-f914dc8ebcc6"
                        },
                        {
                          "emdCouponNumber": "22",
                          "segmentRef": "7ffca081-bed8-44d4-9bc9-034339953549"
                        },
                        {
                          "emdCouponNumber": "95",
                          "segmentRef": "59ae4e38-b42b-4413-8c52-396748b8af94"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "75",
                    "id": "e53da108-a3f3-4618-952a-eb4553621439",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "b73d81c1-a6a2-45d0-b214-b3b2a5f9fed1",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "R",
                      "subCode": "986"
                    },
                    "offerId": {
                      "id": "b5581916-16e3-43fb-a67d-c45c06d1fcfc",
                      "itemId": "2938d134-3e42-491a-96ed-0bdc9cc86cd4"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "REJECTED"
                    },
                    "pnrId": "VFYNSB",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "IZyY",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "990"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "207"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "776"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "004"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "097"
                          }
                        ]
                      },
                      "text": "lfxygaFhjLKEFMb"
                    },
                    "syntheticIdentifier": "80000110842006186919",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 17.9
                    }
                  }
                ],
                "id": "c1a98226-1004-4693-ab08-e9b942220c1d",
                "itineraryPartRef": "e2b08147-7f7b-4711-b9a2-b2f3a5643bb6"
              }
            ]
          },
          "passengerRef": "76f57f0e-1911-486a-8b4a-b7c2500fa571",
          "passengerSegments": {
            "passengerSegment": [
              {
                "additionalTravelInformation": {
                  "residencyDocumentType": {
                    "id": "456cbcac-a24b-47c9-aa07-7a4578bc09a7",
                    "residencyCountry": "GB",
                    "value": "RESIDENCE_PERMIT"
                  },
                  "returnDate": {
                    "id": "5c102150-539f-48b9-9de0-ef53b38e3a05",
                    "value": "2027-04-27"
                  },
                  "stayType": {
                    "id": "8be8377a-3be5-4969-957c-ffe8304da877",
                    "value": "VACATION"
                  },
                  "timaticDocumentType": {
                    "id": "bf27507c-4500-436e-b1c0-b9a593af4be8",
                    "value": "BRITISH_OVERSEAS_TERRITORIES_CITIZEN_PASSPORT"
                  },
                  "visaVerified": {
                    "id": "b8cf3147-e563-4b8d-9530-5b90c19fc5b6",
                    "value": true
                  }
                },
                "airExtra": [
                  {
                    "airExtraBundleRef": "068c2186-7d1c-4c56-91a3-817059839fdf",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 3
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "ROUND_TRIP"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 5
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-05-14",
                        "refundable": false,
                        "tourCode": "yFWXJk"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "7^",
                        "value": "AUXILIARY_SEGMENT"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "WIF",
                      "id": "WrgyHZ",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "AIR_TRANSPORTATION"
                      },
                      "sequenceNumber": 13,
                      "serviceType": {
                        "code": "Oc",
                        "value": "CARRY_ON_BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 40,
                              "min": 1,
                              "name": "SIZE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 70,
                              "min": 1,
                              "name": "SIZE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 29,
                              "min": 4,
                              "name": "AGE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 62,
                              "min": 3,
                              "name": "AGE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "43C",
                      "subCode": "574",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 29.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 47.3
                        }
                      ]
                    },
                    "bookingIndicator": "16",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "35380853049667"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "34",
                          "segmentRef": "93878a08-40be-4754-be0b-2c15409436b4"
                        },
                        {
                          "emdCouponNumber": "36",
                          "segmentRef": "4f08095f-f1f2-4a31-9426-770e12204b7c"
                        },
                        {
                          "emdCouponNumber": "68",
                          "segmentRef": "b4233642-c64c-4c73-8bda-370a1c22c746"
                        },
                        {
                          "emdCouponNumber": "36",
                          "segmentRef": "93314e48-20b2-4109-9b75-d05b57ee1417"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "79",
                    "id": "d5f1462d-8d73-48cf-9e09-8577d3333a95",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "6afe04b3-1058-4c44-baeb-6fa27fe974de",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "G",
                      "subCode": "456"
                    },
                    "offerId": {
                      "id": "92d7f656-1aa0-4e09-8b5a-449ebd679cfe",
                      "itemId": "cb6b7b54-70a3-46e6-a789-b0db41ac04f1"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "REJECTED"
                    },
                    "pnrId": "QSEAJJ",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "VmOW",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "647"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "504"
                          }
                        ]
                      },
                      "text": "IGJQzVSFkhhaYMq"
                    },
                    "syntheticIdentifier": "24301533608331145352",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 23.7
                    }
                  },
                  {
                    "airExtraBundleRef": "da745b55-faa2-42b7-97a5-9ba9dd354ba4",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 8
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "ROUND_TRIP"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2026-10-24",
                        "refundable": true,
                        "tourCode": "OScIdP"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "9^",
                        "value": "NO_BOOKING_REQUIRED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": true,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "SEA",
                      "id": "UyvkVB",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "AIR_TRANSPORTATION"
                      },
                      "sequenceNumber": 24,
                      "serviceType": {
                        "code": "m1",
                        "value": "EMBARGOES"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 73,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 19,
                              "min": 4,
                              "name": "AGE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "Pnk",
                      "subCode": "529",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 21.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 42.5
                        }
                      ]
                    },
                    "bookingIndicator": "43",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "02112562631903"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "34",
                          "segmentRef": "f321fcb5-247e-4352-a8dd-5f6565f41a55"
                        },
                        {
                          "emdCouponNumber": "41",
                          "segmentRef": "f3543b47-ffa7-478f-955f-1c24a775305c"
                        },
                        {
                          "emdCouponNumber": "85",
                          "segmentRef": "2a90d94a-ff79-4bfe-8987-60e11a6d6fcc"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "20",
                    "id": "afc6bd56-c48f-4be5-b354-cf9149d9fe27",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "7c127d76-d50b-425f-b9da-ed9261eb991d",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "R",
                      "subCode": "392"
                    },
                    "offerId": {
                      "id": "ee4d9d5e-4790-487d-82d9-ac8dafc5eabd",
                      "itemId": "75801641-e36c-4e33-83bf-8a7df767a28c"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "FULFILLED"
                    },
                    "pnrId": "PCRDWU",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "vBRN",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "786"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "883"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "065"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "813"
                          }
                        ]
                      },
                      "text": "pBczbQRewZoTAJp"
                    },
                    "syntheticIdentifier": "25638656379750638833",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 10
                    }
                  },
                  {
                    "airExtraBundleRef": "aa13b1e7-6d00-4983-8706-2bc4c955ed37",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 4
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "ONE_WAY"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 0
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-10-06",
                        "refundable": false,
                        "tourCode": "Vpqr7q"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "9/",
                        "value": "NO_BOOKING_REQUIRED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": false,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "SEA",
                      "id": "aGcYEZ",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "UNKNOWN"
                      },
                      "sequenceNumber": 67,
                      "serviceType": {
                        "code": "0u",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 25,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 41,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 11,
                              "min": 2,
                              "name": "SIZE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 90,
                              "min": 1,
                              "name": "AGE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "79C",
                      "subCode": "036",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 1.8
                        }
                      ]
                    },
                    "bookingIndicator": "97",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "49151736191853"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "88",
                          "segmentRef": "9975dfaf-28b2-45b9-886e-fb1d1364b29d"
                        },
                        {
                          "emdCouponNumber": "30",
                          "segmentRef": "6f1c9902-d68a-48a4-b247-82b5b4e85e05"
                        },
                        {
                          "emdCouponNumber": "99",
                          "segmentRef": "26d60c45-3218-410d-bc78-66430ff4a55c"
                        },
                        {
                          "emdCouponNumber": "93",
                          "segmentRef": "30798607-9f75-465c-92ab-f40cec20c177"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "93",
                    "id": "efb3f802-da1b-4d71-82d8-41a463d4d2e4",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "aa90dc7b-c54b-42f8-86fb-11df8239035a",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "237"
                    },
                    "offerId": {
                      "id": "13f5dfcf-f4a1-4f5c-8c47-0dbb2393109a",
                      "itemId": "1c9d9ebf-a05c-4bcd-88b3-7e61927f281c"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "PENDING"
                    },
                    "pnrId": "VRKJCR",
                    "quantity": 1,
                    "specialServiceDescription": {
                      "code": "TGtb",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "755"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "459"
                          }
                        ]
                      },
                      "text": "jlgcmIPUwNateHd"
                    },
                    "syntheticIdentifier": "04195991711971776651",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 13.9
                    }
                  },
                  {
                    "airExtraBundleRef": "775a7f3a-6e57-4632-a7b0-9750b0e2f58e",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 3
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "ROUND_TRIP"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-05-29",
                        "refundable": false,
                        "tourCode": "J7iNU7"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "9@",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": true,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "WIF",
                      "id": "XVNYVu",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "FINANCIAL_IMPACT"
                      },
                      "sequenceNumber": 71,
                      "serviceType": {
                        "code": "pI",
                        "value": "EMBARGOES"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 28,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 96,
                              "min": 5,
                              "name": "SIZE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "1f6",
                      "subCode": "770",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 17.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 1.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 14.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 29.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 26.8
                        }
                      ]
                    },
                    "bookingIndicator": "91",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "53863344932629"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "43",
                          "segmentRef": "61292d7c-0a3e-44a4-8742-f08f5a9bca9a"
                        },
                        {
                          "emdCouponNumber": "88",
                          "segmentRef": "a5596644-0139-4a8c-93c8-44abc3b82778"
                        },
                        {
                          "emdCouponNumber": "78",
                          "segmentRef": "a4fe6e57-4e30-420e-a356-8efab929f290"
                        },
                        {
                          "emdCouponNumber": "49",
                          "segmentRef": "8301f3bb-61da-4f2b-8fa9-994ed2a2f505"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "99",
                    "id": "c153706d-b83e-40dc-bcb4-b28651e1084d",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "56bd9769-e9db-4e37-ad67-e0fea20a63e5",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "R",
                      "subCode": "103"
                    },
                    "offerId": {
                      "id": "059bef80-d469-4f66-9efa-c431e8e0854e",
                      "itemId": "6851bc83-86d3-4676-a6b7-601184e9952f"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "WAIVED"
                    },
                    "pnrId": "AJWPDT",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "fNRU",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "817"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "393"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "916"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "763"
                          }
                        ]
                      },
                      "text": "GBLAJbTLTAMmoGO"
                    },
                    "syntheticIdentifier": "59508846995227720119",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 45.2
                    }
                  }
                ],
                "baggagePoolId": 228,
                "editCodes": {
                  "editCode": [
                    {
                      "code": "vw",
                      "id": "382c0d89-3182-4acd-aa57-64b170ca649c",
                      "text": [
                        {
                          "id": "1e930e4d-cf2d-4900-9ea6-15b9d6f84bce",
                          "lineId": "66",
                          "value": "cGbnNcAGROopHwg"
                        },
                        {
                          "id": "33509394-4f32-449d-9519-4ecc6d96c6ac",
                          "lineId": "77",
                          "value": "civYFdwhMYRtiPV"
                        },
                        {
                          "id": "d25ecac0-5099-4f53-a1ad-69f45315668a",
                          "lineId": "09",
                          "value": "BrenYpOtKUsuAKQ"
                        },
                        {
                          "id": "658cdf3e-012b-40cf-af54-199a5682fe0b",
                          "lineId": "24",
                          "value": "dUAAvjwuzgHjXEC"
                        }
                      ]
                    },
                    {
                      "code": "rX",
                      "id": "b41deed0-0602-4b97-90ca-ee9739e00d4d",
                      "text": [
                        {
                          "id": "1bc616f0-a4ad-4c9a-81cf-5b25abdc79dd",
                          "lineId": "86",
                          "value": "BiWXtYksTBvCWJv"
                        },
                        {
                          "id": "9c4c8420-47ae-4193-b86a-2feb8daeaf97",
                          "lineId": "71",
                          "value": "YKMPUEqNgvTHkDK"
                        },
                        {
                          "id": "b7b5827e-392a-4b40-8b1d-f9eace7c82a0",
                          "lineId": "62",
                          "value": "FZRLngAENBZdSwl"
                        }
                      ]
                    }
                  ]
                },
                "eligibilities": {
                  "eligibility": [
                    {
                      "notEligible": true,
                      "reason": [
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "XyEm5Nojm17rH7jvpCkY",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "920"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "P12g3vpX8KJCnPToc5QC",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "269"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    }
                  ]
                },
                "id": "bdf66b79-db55-4945-9379-5933126f2451",
                "loyaltyAccount": {
                  "id": "f67a6ff0-a041-4acd-8e7a-22b44a3fe0bd",
                  "latestAwardDate": "2026-03-12",
                  "loyaltyTierLevel": {
                    "atpco": "46",
                    "customerInsight": "04",
                    "name": "silver",
                    "number": 1,
                    "priority": 4,
                    "tag": "kTB"
                  },
                  "memberAirline": "[ob",
                  "memberId": "4098542007",
                  "membershipStartDate": "2025-10-16",
                  "mileage": {
                    "unit": "MILES",
                    "value": 4125
                  },
                  "pnrId": "0",
                  "points": 14641,
                  "source": "SSCI"
                },
                "nonRevenuePassengerInfo": {
                  "priorityCode": "wjm",
                  "seniorityDate": "2011-09-09T00:00:00.0Z",
                  "upgradeCode": "kq0"
                },
                "passengerCheckInId": "AKsFG6cM",
                "passengerFlight": [
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "dXy",
                        "country": "SB",
                        "sign": "Bqx"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 10.4
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "12345678",
                            "11223344",
                            "87654321"
                          ],
                          "quantity": 1,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 2.9
                          }
                        }
                      },
                      "barCode": "sMXvcA67AO8nVlEq33Tus6dZCZXTzPW1dDgTwmhA",
                      "checkInSequenceNumber": "501",
                      "deck": {
                        "code": "UPPER",
                        "value": "MAIN"
                      },
                      "displayData": {
                        "accommodation": "RESIDENCE SUITE",
                        "agentCityName": "Palo Alto",
                        "arrivalAirportName": "East Lucious",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "9975",
                        "cabinClassCode": "F",
                        "cabinText": "ECONOMY",
                        "carryOnText": "CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Millsstad",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "8001",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "6462",
                        "estimatedDepartureDate": "2027-01-02T00:00:00.0Z",
                        "estimatedDepartureTime": "2173",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY PLUS",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "CARRY ON OK",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "PLATINUM",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "zbXf",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "4632",
                        "scheduledDepartureDate": "2027-04-20T00:00:00.0Z",
                        "scheduledDepartureTime": "8763",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "narrowbody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 816.89,
                        "atpcoRule": "CDpT",
                        "atpcoTariff": 82,
                        "bookingClass": "U",
                        "brand": "86",
                        "cabinClass": "FIRST",
                        "cabinClassCode": "C",
                        "discountCategory": "88",
                        "fareBasisCode": "tv6DC9",
                        "governingAirline": "[ob",
                        "id": "57dfb6b7-9aed-4451-82b6-9db41cd0855b",
                        "operatingBookingClass": "d",
                        "privateTariff": true,
                        "type": "REF",
                        "vendor": {
                          "code": "ATP",
                          "value": "SITA"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "GR",
                        "arrivalFlightScheduleStatus": "EARLY",
                        "arrivalTerminal": "Au",
                        "arrivalTime": "2026-09-02T00:00:00.0Z",
                        "boardingTime": "1898-07-19T12:19:46.0Z",
                        "changeOfGauge": false,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "BW",
                        "departureFlightScheduleStatus": "CANCELLED",
                        "departureGate": "RK",
                        "departureTerminal": "py",
                        "departureTime": "2026-12-02T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 1120
                        },
                        "equipment": "886",
                        "estimatedArrivalTime": "1940-10-16T23:17:33.0Z",
                        "estimatedDepartureTime": "1938-10-15T10:02:42.0Z",
                        "flightDuration": 256,
                        "flightNumber": "72",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-07-09T00:00:00.0Z",
                            "departureTime": "2027-08-14T00:00:00.0Z",
                            "duration": 56,
                            "elapsedTime": 178
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-01-19T00:00:00.0Z",
                            "departureTime": "2026-10-28T00:00:00.0Z",
                            "duration": 142,
                            "elapsedTime": 137
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-05-15T00:00:00.0Z",
                            "departureTime": "2026-12-24T00:00:00.0Z",
                            "duration": 32,
                            "elapsedTime": 137
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-02-13T00:00:00.0Z",
                            "departureTime": "2026-12-12T00:00:00.0Z",
                            "duration": 68,
                            "elapsedTime": 232
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-07-31T00:00:00.0Z",
                            "departureTime": "2027-02-10T00:00:00.0Z",
                            "duration": 85,
                            "elapsedTime": 130
                          }
                        ],
                        "iatci": false,
                        "id": "a7b17bf6-7ed2-43b4-9853-3b7250b9ad18",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "8",
                        "span": "DOMESTIC",
                        "status": "CANCELLED",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": false,
                        "timeToDeparture": 845
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/vnd.oasis.opendocument.presentation",
                          "name": "obligation_dally_shadowbox.[object Object]",
                          "value": "5MdjDnWKH5VM0YWNP9NJsf92OHeJK1jdyEwKlBDPaRLB4dpuVCh9LAaMTQFcFz7F"
                        },
                        "image": {
                          "contentType": "video/3gpp",
                          "name": "hammock_unless.[object Object]",
                          "value": "bemqUZpawlWCgCs3QX7ZZUQ3jrN5RW11bZrcc5Bj0b0uJhe7OesQgziOJ3fzX8tr"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "audio/opus",
                            "name": "until_oof.[object Object]",
                            "value": "yCfH2qEvSj9ofo11jk8DwDxoiMWv0yBKtoKyJ2M7afDVrNGTK6FvbKbQCCIf9G8J"
                          },
                          "layout": {
                            "contentType": "application/vnd.mozilla.xul+xml",
                            "name": "shallow_flint_freely.[object Object]",
                            "value": "1TgIX14Tsiy0KXtZcfnnwxUQznR8epMhhDK9Mw0hBA3I62WACMANahFY2N2eDwup"
                          },
                          "template": {
                            "contentType": "text/css",
                            "name": "disposer.[object Object]",
                            "value": "gtkddeDIbydPOfm3pEUADQAZvhMG38Wd17MW8AcFljns7Fn4njPHSDENNCih9h3Y"
                          },
                          "templates": [
                            {
                              "contentType": "application/vnd.mozilla.xul+xml",
                              "name": "than_ick.[object Object]",
                              "value": "JKUpXGyxK1rURbTxiWlPkBRxxVLXx33sH4zC3PVNt7otP2q8QVpMyOBVFy825s5T"
                            },
                            {
                              "contentType": "font/ttf",
                              "name": "understanding_supposing.[object Object]",
                              "value": "8WcsmwINlnWsa1y5SyVNaCoA4s4vY1oi6MC6zAdKHUDTGPoO8zFwm5vsFvsJrM0p"
                            },
                            {
                              "contentType": "audio/ogg",
                              "name": "vice.[object Object]",
                              "value": "0Vku0ourZFu1QQC7VzMFE4s59meBeYlEOxCiOuI4RBi5fFnlGO3pcB9PFpVpNnlX"
                            },
                            {
                              "contentType": "application/x-7z-compressed",
                              "name": "now_yuck.[object Object]",
                              "value": "JmEOhxRl9G4yngtcN0EQSkZlVlFR4uJQho7OnPQ8cR5HQDykFCpJKnA3rv0I6nPg"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": false,
                          "skyPriority": false,
                          "zone": "3"
                        },
                        "zpl": {
                          "contentType": "application/vnd.rar",
                          "name": "for_fat_reclassify.[object Object]",
                          "value": "Chqy11PUbEvIvh9zTNvc8iOxq0y1slkHxYVwXtORAJXTpxDpbXdhnveqBO2lYeXS"
                        }
                      },
                      "group": "cTEeKS",
                      "loyaltyAccount": {
                        "id": "22964de4-4598-4f1f-9624-3ee4b917d9f6",
                        "latestAwardDate": "2026-01-06",
                        "loyaltyTierLevel": {
                          "atpco": "58",
                          "customerInsight": "01",
                          "name": "silver",
                          "number": 2,
                          "priority": 1,
                          "tag": "KQY"
                        },
                        "memberAirline": "[ob",
                        "memberId": "0687687994",
                        "membershipStartDate": "2025-11-11",
                        "mileage": {
                          "unit": "MILES",
                          "value": 1355
                        },
                        "pnrId": "7",
                        "points": 89614,
                        "source": "SSCI"
                      },
                      "personName": {
                        "first": "Emile",
                        "last": "Luettgen",
                        "middle": "Dakota",
                        "prefix": "Dr.",
                        "raw": "Benny Spinka",
                        "suffix": "MD"
                      },
                      "priorityVerificationCard": true,
                      "recordLocator": "JAAQPW",
                      "seat": {
                        "column": "Q",
                        "row": "20",
                        "value": "11D"
                      },
                      "source": "OTHER",
                      "standbyPriority": "tN",
                      "supplementaryData": {
                        "dhsStatus": 5,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "96569413722846",
                        "loungeAccess": false,
                        "selectee": true,
                        "skyPriority": false,
                        "spanishLargeFamily": false,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "UZ"
                      },
                      "ticketCouponNumber": "81",
                      "ticketNumber": {
                        "airlineAccountingCode": "059",
                        "checkDigit": "4",
                        "number": "71593981797019",
                        "serialNumber": "4412868920"
                      },
                      "upgradePriority": "G7Ka2",
                      "zone": "8"
                    },
                    "checkedIn": false,
                    "checkInNumber": 71,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "1vPsNr5vFvsSctKuLGFB",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "723"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "830"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "365"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "9DQ6UmY4zFyYUwzhltoH",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "930"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "498"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "891"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "qszkmv4c4bzyqXraJ66g",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "728"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "809"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "872"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "k3jhQaf0WUF0uEEy5kIV",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "924"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "222"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "028"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "038"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "hYHXQJLhBA4oQy6PFqbJ",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "310"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "459"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "352"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "nsZxLiVHMX61af7RsVPC",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "198"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "936"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "526"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "284"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "7dac21ce-6874-421e-9232-9278fc854606",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "image/jpeg",
                          "name": "quietly_glorious_mockingly.[object Object]",
                          "value": "qoD06B2lATkJy2vHaB27hLHGR4gVJPjzCrOIJ0AQXd3uPE6AZ0gQXxMggQwq0IFw"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "image/svg+xml",
                            "name": "yuck.[object Object]",
                            "value": "cl4RBDrKKWZRY014ZgFmPIUSmMkPsCHaPUfcKVfRdViPV7lknqN4rPjhgb4d1wR8"
                          },
                          "layout": {
                            "contentType": "image/svg+xml",
                            "name": "for.[object Object]",
                            "value": "En1WcccGDxaqRoYE66rwlUQglseYq09LCduFitmMdOoC5rzRr1vxqSKpwiyE4Gch"
                          },
                          "template": {
                            "contentType": "video/mp4",
                            "name": "supplier_trust_modulo.[object Object]",
                            "value": "OJpIPlRbiqapXhfWrUrYS0195dRI0d44qawjdiOxXHXOWz3ZdESG09fJiAWwmwuY"
                          },
                          "templates": [
                            {
                              "contentType": "application/octet-stream",
                              "name": "probe.[object Object]",
                              "value": "KTfWwBwgvq2evwMrkpnRjedFIqUkIkrVIt0rt5hu4XVGgOkoKl3TTvHkFANV5Twq"
                            },
                            {
                              "contentType": "application/x-bzip",
                              "name": "yowza.[object Object]",
                              "value": "hAigTRON2bOLeGc3976qwds7KsDPr5vrVQwyzSJwsV6gZhfAFLZ2sQ9yIX0miIOS"
                            },
                            {
                              "contentType": "application/x-abiword",
                              "name": "nougat_unripe_reasonable.[object Object]",
                              "value": "fBrHEQxPfLpxSmeNjaEz27Ef9OnvEWQweo5md0WDRoLZ9b2de0bontegOy3gBIui"
                            },
                            {
                              "contentType": "font/woff",
                              "name": "charlatan_ack.[object Object]",
                              "value": "abHN7evWwNhT9bz6qSV5hL77Rm0toWmPOwI7Q979yUfqJmoIUICStO4fBkhD53il"
                            },
                            {
                              "contentType": "application/x-abiword",
                              "name": "uh_huh.[object Object]",
                              "value": "wXsByIjRfcUbNz5XpS4jpGDgAduU141vlMAfA426C7ORZT22IH2c1VKujSpcz4P0"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "b326d4d4-f85e-4342-a3ac-2fc06b6bc12f",
                      "offerId": "25b6bc7d-688b-42d0-baa0-709756281102",
                      "offerItemId": "95724b3a-68af-4259-a840-d66fdf3ae602",
                      "type": "MIDDLE",
                      "value": "Ht"
                    },
                    "priorityCode": "GoR",
                    "seat": {
                      "airExtraRef": "dfa7d6b0-9fcc-460a-94e9-560c407fbbf7",
                      "offerId": "b7f6ab21-67fc-4a1c-91ba-dfb7035ba208",
                      "offerItemId": "0dec532a-1260-4c2e-99b9-27d7af613037",
                      "type": "MIDDLE",
                      "value": "Kq"
                    },
                    "status": "OFFLOADED",
                    "upgradeCode": "2Nv"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "XkI",
                        "country": "TO",
                        "sign": "ZpC"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 18.7
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "12345678",
                            "11223344",
                            "87654321"
                          ],
                          "quantity": 1,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 14
                          }
                        }
                      },
                      "barCode": "ucubT11PHhYAnIbc5vGN1PtF6jUc8DHuUKUOLmgj",
                      "checkInSequenceNumber": "902",
                      "deck": {
                        "code": "MIDDLE",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "RESIDENCE SUITE",
                        "agentCityName": "Lake Raheemburgh",
                        "arrivalAirportName": "Ulisestown",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "5551",
                        "cabinClassCode": "O",
                        "cabinText": "BUSINESS",
                        "carryOnText": "CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Crooksburgh",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "2863",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "1797",
                        "estimatedDepartureDate": "2027-05-03T00:00:00.0Z",
                        "estimatedDepartureTime": "5215",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY PLUS",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "CARRY ON OK",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "SILVER",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "ZKWk",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "6389",
                        "scheduledDepartureDate": "2027-03-04T00:00:00.0Z",
                        "scheduledDepartureTime": "5562",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "regional",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 819.53,
                        "atpcoRule": "HrrB",
                        "atpcoTariff": 25,
                        "bookingClass": "n",
                        "brand": "qt",
                        "cabinClass": "FIRST",
                        "cabinClassCode": "o",
                        "discountCategory": "12",
                        "fareBasisCode": "u7lMva",
                        "governingAirline": "[ob",
                        "id": "59c4877e-973f-4914-966e-f6b6c112e30e",
                        "operatingBookingClass": "P",
                        "privateTariff": false,
                        "type": "NRF",
                        "vendor": {
                          "code": "ATP",
                          "value": "SITA"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "PE",
                        "arrivalFlightScheduleStatus": "EARLY",
                        "arrivalTerminal": "gA",
                        "arrivalTime": "2027-08-22T00:00:00.0Z",
                        "boardingTime": "1965-01-11T12:12:54.0Z",
                        "changeOfGauge": true,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "MF",
                        "departureFlightScheduleStatus": "ON_TIME",
                        "departureGate": "Tf",
                        "departureTerminal": "Dc",
                        "departureTime": "2026-12-09T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 4071
                        },
                        "equipment": "990",
                        "estimatedArrivalTime": "1922-01-10T04:58:39.0Z",
                        "estimatedDepartureTime": "1927-02-18T03:41:39.0Z",
                        "flightDuration": 182,
                        "flightNumber": "338",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-08-07T00:00:00.0Z",
                            "departureTime": "2027-03-26T00:00:00.0Z",
                            "duration": 84,
                            "elapsedTime": 99
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-01-15T00:00:00.0Z",
                            "departureTime": "2027-04-06T00:00:00.0Z",
                            "duration": 173,
                            "elapsedTime": 176
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-09-10T00:00:00.0Z",
                            "departureTime": "2027-08-23T00:00:00.0Z",
                            "duration": 179,
                            "elapsedTime": 202
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-01-09T00:00:00.0Z",
                            "departureTime": "2026-11-06T00:00:00.0Z",
                            "duration": 84,
                            "elapsedTime": 143
                          }
                        ],
                        "iatci": true,
                        "id": "771b165e-0b3e-43ef-8fb0-9af76e7c9b32",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "1393",
                        "span": "DOMESTIC",
                        "status": "CANCELLED",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": false,
                        "timeToDeparture": 786
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/x-csh",
                          "name": "round_kissingly.[object Object]",
                          "value": "SEQySRj9MhdxQxgnRAGdSSfkeVGnNJzXyoI09OuDMCtbQzFERBSc3k7TTpcHYXnp"
                        },
                        "image": {
                          "contentType": "application/vnd.rar",
                          "name": "oh_giggle.[object Object]",
                          "value": "vcp9SYdGYNiLvdCBKHxSYoSJrpBy5LXS1rW3XeiGeQoEVvkX3AJG5v9tF3Nn23cv"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/vnd.visio",
                            "name": "gradient_why.[object Object]",
                            "value": "AnvR3FuN46sLYBfZrdwf2o8jucJWitGf9OYue3mtkPROPIsXPbpzZsSWLpIxxpWB"
                          },
                          "layout": {
                            "contentType": "audio/opus",
                            "name": "mmm.[object Object]",
                            "value": "8OHp9ATjNlcxWilbXBDdzwkATu8QiXhBWpUqE4EAvvnQ2Ym4LKPVe78dSaiWSEgj"
                          },
                          "template": {
                            "contentType": "audio/opus",
                            "name": "shimmering_busily_lazily.[object Object]",
                            "value": "SOOxAvChySJeTlFsCa8imH0orhX5ubVFlcbWBBgXzs9wiWTJj6JwnBeHRAhEPv7n"
                          },
                          "templates": [
                            {
                              "contentType": "application/x-sh",
                              "name": "ah.[object Object]",
                              "value": "mOQVUBV25gXIZvd0jSdd54LO5NnD0lHPjeEp7Tfe9Z0Sr0P7xe6EDvtMggrgZRgu"
                            },
                            {
                              "contentType": "font/ttf",
                              "name": "crest_limp.[object Object]",
                              "value": "4VWSAXWCEJQPvzTb1JWGQ3DN0eimal2ESdJlNuF7WaVnPMFZuMNiP4i84eWiTiTi"
                            },
                            {
                              "contentType": "application/xml",
                              "name": "incidentally_aw_when.[object Object]",
                              "value": "SzAfqishFEVtoW1aFU8dthQ7LCLNVfgd2WnbFI8B4XjG2abP3tnc5nzIYd0c5TPl"
                            },
                            {
                              "contentType": "audio/ogg",
                              "name": "feminize_oh_valiantly.[object Object]",
                              "value": "SxA2MQkhT7IHtwFjdEcZ9XZFRoY6G0UVT4tuAY7wTcEigLHaN11LkQUTK8nLkUW6"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": true,
                          "skyPriority": true,
                          "zone": "9"
                        },
                        "zpl": {
                          "contentType": "application/x-7z-compressed",
                          "name": "flustered_the.[object Object]",
                          "value": "tmeZvgBGQQJlwZawmkQxhyi9ywnGaIjgumVK4RE5ZzAH5qaRv5K09orbcsAngca9"
                        }
                      },
                      "group": "Sb0j0E",
                      "loyaltyAccount": {
                        "id": "ee273085-eeca-4182-8d2e-fbba9cb40f28",
                        "latestAwardDate": "2025-12-12",
                        "loyaltyTierLevel": {
                          "atpco": "16",
                          "customerInsight": "52",
                          "name": "silver",
                          "number": 2,
                          "priority": 8,
                          "tag": "mJH"
                        },
                        "memberAirline": "[ob",
                        "memberId": "3618003957",
                        "membershipStartDate": "2022-04-12",
                        "mileage": {
                          "unit": "MILES",
                          "value": 4974
                        },
                        "pnrId": "9",
                        "points": 91301,
                        "source": "SSCI"
                      },
                      "personName": {
                        "first": "Christine",
                        "last": "Emard",
                        "middle": "Hayden",
                        "prefix": "Mr.",
                        "raw": "Miss Laurie Douglas",
                        "suffix": "Jr."
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "DQSPKH",
                      "seat": {
                        "column": "B",
                        "row": "28",
                        "value": "35A"
                      },
                      "source": "OTHER",
                      "standbyPriority": "U9",
                      "supplementaryData": {
                        "dhsStatus": 1,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "11721510607931",
                        "loungeAccess": false,
                        "selectee": false,
                        "skyPriority": true,
                        "spanishLargeFamily": true,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "SZ"
                      },
                      "ticketCouponNumber": "73",
                      "ticketNumber": {
                        "airlineAccountingCode": "100",
                        "checkDigit": "6",
                        "number": "66668274823233",
                        "serialNumber": "2398640631"
                      },
                      "upgradePriority": "v97If",
                      "zone": "4"
                    },
                    "checkedIn": false,
                    "checkInNumber": 451,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "yqKhTxrBcxeVtiE5bqA5",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "484"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "724"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "zS1b2dWU2fzibCwqmQcu",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "893"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "426"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "799"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "674"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "6wPMamkKJyW4g0lRbESi",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "180"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "124"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "291"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "149"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "sbbZU9wIY1kBFnspyRzn",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "841"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "112"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "938"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "656"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "usAJnbO0XdYpXXnPUvCx",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "266"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "489"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "a04PZfbgcPQE5uCQ8WrA",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "470"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "677"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "275"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "cEtJ5xZG20r9lC8UqVnC",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "297"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "263"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "828"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "384"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "SGGOCWWfuYRf9QbH3Z1Z",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "882"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "557"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "324"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "679"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "TCcO92FNbU30DETphkmb",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "130"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "753"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "270"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "d5RI1i7JBR36ozXZ5J0N",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "952"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "996"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "bqEKp6BIRzkzOZY5cdsl",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "175"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "083"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "207"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "X804DO5tcP22YEKV43JD",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "675"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "286"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "029"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "5c260671-7f84-4c88-bcbc-b29d1565f899",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/vnd.apple.installer+xml",
                          "name": "ingratiate_queasily_per.[object Object]",
                          "value": "WJyrudzDgXJqzEpdLI9mQx4t0vquy1ZOcebSP9EPP4QiJc3PGh0PoSgMhwE0NjMw"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/xhtml+xml",
                            "name": "store_below.[object Object]",
                            "value": "b3bAqswYVHcwioFroEH9VtZmkyATH9WupfiWXIXzqwkdsPGnpQ58edsmcGZsQ9Hj"
                          },
                          "layout": {
                            "contentType": "audio/3gpp2",
                            "name": "wasteful_likewise_duh.[object Object]",
                            "value": "1bT05gpNmJWDDkC36gmOQJqOQcGGdkAioNEvLBdoZ5VCfYHpMlMs3DPuKED382bT"
                          },
                          "template": {
                            "contentType": "application/vnd.oasis.opendocument.text",
                            "name": "pish.[object Object]",
                            "value": "KfvwJqs7qE1tleBqE6h4vOxl9QAX72FDnp6EZB6ZVw1z3fixXzsIQgNQdVtuKhQq"
                          },
                          "templates": [
                            {
                              "contentType": "application/x-httpd-php",
                              "name": "but.[object Object]",
                              "value": "5hgrvWiALW0cbjlRh1bLzed9fY5Y3wphVd6fFYq7LzkX8vasnOCAyiMqt0GFVHUV"
                            },
                            {
                              "contentType": "text/css",
                              "name": "crossly_how.[object Object]",
                              "value": "CmnVks81r9VvtFPyIbxrM1J8MYFlSvcIrgzgkGKlMdJs74G4QWv90xOt1OhgeHgP"
                            },
                            {
                              "contentType": "application/x-7z-compressed",
                              "name": "cd.[object Object]",
                              "value": "KUQttDuRTUKI5Jmjp0MdlLp9jJmoeJwQc5Y2n5xktecVZpJR7XDIPveLzQ77EPdC"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "cf6331c4-2829-4b61-aaa7-c0fcce086133",
                      "offerId": "324451bd-af11-44d3-ae5a-8125964c8836",
                      "offerItemId": "fc39e94d-5e09-4dc2-9a54-2cd284f600af",
                      "type": "MIDDLE",
                      "value": "Et"
                    },
                    "priorityCode": "ygM",
                    "seat": {
                      "airExtraRef": "7a535fb7-5ab6-48ac-a0b2-3f0b413ae59d",
                      "offerId": "5c5e3c06-5b00-46c4-95bc-2adc5a8e7318",
                      "offerItemId": "b0eeaccd-b6d6-49f0-aaf9-c03caa997f6d",
                      "type": "MIDDLE",
                      "value": "6d"
                    },
                    "status": "UNKNOWN",
                    "upgradeCode": "MyS"
                  }
                ],
                "passengerOffer": {
                  "offerId": "a8f1897b-f23a-496a-84c5-51670a6b",
                  "offerItems": [
                    {
                      "annotations": [
                        {
                          "key": "WPXQWT",
                          "value": "UZSJFdobxB"
                        },
                        {
                          "key": "bbKkNl",
                          "value": "tINnRwicLP"
                        },
                        {
                          "key": "PajWXq",
                          "value": "MAKySiPgTc"
                        },
                        {
                          "key": "xlZtDW",
                          "value": "CcZaWjGJch"
                        },
                        {
                          "key": "dphBfk",
                          "value": "BuqzqcodIB"
                        }
                      ],
                      "availableQuantity": 39,
                      "bannerName": "Generic",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "787f387f-9300-4e63-b211-05eccea6",
                      "offerName": "Ergonomic Granite Pants",
                      "price": {
                        "currency": "ANG",
                        "value": 65.11
                      },
                      "priority": 4
                    },
                    {
                      "annotations": [
                        {
                          "key": "GCPUmp",
                          "value": "iWCyspkqtC"
                        },
                        {
                          "key": "beRGyt",
                          "value": "DMXkzuLehZ"
                        },
                        {
                          "key": "kNnuEP",
                          "value": "iJqMvnLbQK"
                        },
                        {
                          "key": "ANCJKD",
                          "value": "laSmegRdTw"
                        }
                      ],
                      "availableQuantity": 29,
                      "bannerName": "Refined",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "5ffb9e7c-9088-4381-b300-4eefb8b5",
                      "offerName": "Sleek Ceramic Pizza",
                      "price": {
                        "currency": "SRD",
                        "value": 242.08
                      },
                      "priority": 6
                    },
                    {
                      "annotations": [
                        {
                          "key": "dPoOsJ",
                          "value": "BlPWQOPeGa"
                        },
                        {
                          "key": "fVeLvp",
                          "value": "xkBshxZOsX"
                        },
                        {
                          "key": "Nrtfkt",
                          "value": "heCFRRloXp"
                        },
                        {
                          "key": "rAaDsv",
                          "value": "iWrTDqmYWq"
                        }
                      ],
                      "availableQuantity": 11,
                      "bannerName": "Luxurious",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "c6b10732-b052-4ccc-999b-ea5a2641",
                      "offerName": "Sleek Steel Chips",
                      "price": {
                        "currency": "RON",
                        "value": 68.56
                      },
                      "priority": 8
                    },
                    {
                      "annotations": [
                        {
                          "key": "viXkOZ",
                          "value": "gAoRCNXbHI"
                        },
                        {
                          "key": "EWacqS",
                          "value": "mCESsEdFFM"
                        }
                      ],
                      "availableQuantity": 32,
                      "bannerName": "Rustic",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "9ecd2c8d-2eb4-4b69-861a-bfe12f9f",
                      "offerName": "Sleek Marble Computer",
                      "price": {
                        "currency": "USD",
                        "value": 128.89
                      },
                      "priority": 8
                    },
                    {
                      "annotations": [
                        {
                          "key": "uaXDLj",
                          "value": "VtLzidlQMV"
                        }
                      ],
                      "availableQuantity": 21,
                      "bannerName": "Ergonomic",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "e387cdd0-3358-4ac4-8666-456b206f",
                      "offerName": "Luxurious Steel Soap",
                      "price": {
                        "currency": "XAF",
                        "value": 345.26
                      },
                      "priority": 8
                    }
                  ]
                },
                "passengerType": "INF",
                "segmentRef": "f3e32839-b232-4acf-a11b-0cee003ec31c",
                "upgradeAvailability": [
                  {
                    "bookingClassAvailabilityRef": "1640412c-042c-4383-a5ca-791364597c3d",
                    "cabin": "T",
                    "description": "Premium Economy",
                    "id": "f0dcbc20-c9dc-4dba-8c08-77f41d771323",
                    "pricedAncillaryRef": "37190fc5-08ca-4a76-b15b-9c74542cd0bf"
                  },
                  {
                    "bookingClassAvailabilityRef": "d3ccf088-293f-443d-b6dd-cbd7a60a4a26",
                    "cabin": "J",
                    "description": "First",
                    "id": "7efc9449-4534-4360-a947-2486e66d124b",
                    "pricedAncillaryRef": "8312b9f4-94ce-46f4-bd5e-7b098c272c10"
                  }
                ]
              },
              {
                "additionalTravelInformation": {
                  "residencyDocumentType": {
                    "id": "04bfd616-8265-4d8e-9afb-1f6d486a3bc6",
                    "residencyCountry": "ET",
                    "value": "ALIENS_PASSPORT"
                  },
                  "returnDate": {
                    "id": "0ebdd7a7-3623-4c89-a308-a34eb414035e",
                    "value": "2026-12-31"
                  },
                  "stayType": {
                    "id": "35c69a5c-a787-4554-ac31-382fa3019a35",
                    "value": "DUTY"
                  },
                  "timaticDocumentType": {
                    "id": "d895f539-17b1-4145-886d-a436a4c952b2",
                    "value": "INTERPOL_ID_CARD"
                  },
                  "visaVerified": {
                    "id": "df811acd-f1ce-4724-89ea-bba798e99cfe",
                    "value": true
                  }
                },
                "airExtra": [
                  {
                    "airExtraBundleRef": "563d524d-e556-49bc-9c76-1f4e8478e1f5",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 7
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 4
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-02-20",
                        "refundable": true,
                        "tourCode": "K0sjOp"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "7@",
                        "value": "AUXILIARY_SEGMENT"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "ETICKET"
                      },
                      "group": "BG",
                      "id": "PlwOjz",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "AIRPORT_SERVICES"
                      },
                      "sequenceNumber": 88,
                      "serviceType": {
                        "code": "1w",
                        "value": "PREPAID"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 46,
                              "min": 2,
                              "name": "SIZE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 33,
                              "min": 4,
                              "name": "SIZE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "qXg",
                      "subCode": "841",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 40.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 31.9
                        }
                      ]
                    },
                    "bookingIndicator": "77",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "12353870148014"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "21",
                          "segmentRef": "41eb2bdb-f3a3-465e-90d6-4c753d95b004"
                        },
                        {
                          "emdCouponNumber": "38",
                          "segmentRef": "24a5b669-97c7-45e4-9f6c-2f34589c9e50"
                        },
                        {
                          "emdCouponNumber": "96",
                          "segmentRef": "9b54e880-f1a5-4d46-a709-3f274a626a17"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "04",
                    "id": "133f791b-eb1c-4d16-9a6b-1f0f8daa1fbd",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "df98249e-1854-43b3-9fc2-ad39d179fdba",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "G",
                      "subCode": "265"
                    },
                    "offerId": {
                      "id": "16d3fc33-d558-4d48-abca-7d5353bafed4",
                      "itemId": "a063d3a8-6b3b-40e3-9dcd-ec105ba401e0"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "FULFILLED"
                    },
                    "pnrId": "UBYJVQ",
                    "quantity": 1,
                    "specialServiceDescription": {
                      "code": "nMDr",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "957"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "147"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "092"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "532"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "382"
                          }
                        ]
                      },
                      "text": "IzyxQRrRnAZGGdN"
                    },
                    "syntheticIdentifier": "97338718918984348512",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 32.8
                    }
                  },
                  {
                    "airExtraBundleRef": "5df800c3-e057-4ea4-a8ad-a29f88bae736",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 9
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "PER_5KG_OVER_FREE_BAGGAGE_ALLOWANCE"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 5
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-05-31",
                        "refundable": true,
                        "tourCode": "UhzDHe"
                      },
                      "bagType": "SURF",
                      "bookingMethod": {
                        "code": "9^",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "ETICKET"
                      },
                      "group": "MEA",
                      "id": "Jv60uP",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "IN_FLIGHT_SERVICES"
                      },
                      "sequenceNumber": 75,
                      "serviceType": {
                        "code": "Zq",
                        "value": "PREPAID"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 86,
                              "min": 2,
                              "name": "AGE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 44,
                              "min": 5,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "TN3",
                      "subCode": "375",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 14.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 46.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 33.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 24.4
                        }
                      ]
                    },
                    "bookingIndicator": "74",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "78399696283684"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "02",
                          "segmentRef": "4c7b7a4e-a8f4-4178-854e-5a0d4e760afa"
                        },
                        {
                          "emdCouponNumber": "28",
                          "segmentRef": "81ab42e6-c546-456d-9374-d22b03f75432"
                        },
                        {
                          "emdCouponNumber": "90",
                          "segmentRef": "0b8eb015-0cf6-4226-a1fc-bdb37b79f2c8"
                        },
                        {
                          "emdCouponNumber": "80",
                          "segmentRef": "b79880df-70da-4f34-a2cc-4583a5be4eda"
                        },
                        {
                          "emdCouponNumber": "61",
                          "segmentRef": "f1f13237-0285-4168-b468-880887f3fe9d"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "48",
                    "id": "f0ef8923-da4a-49b2-b5f1-5644ac9ede1c",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "daf53c50-c1cc-4d5d-b7ba-52e284bc22df",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "G",
                      "subCode": "300"
                    },
                    "offerId": {
                      "id": "eec86611-56ed-456a-9fcc-bcfb1a9ca27b",
                      "itemId": "86a7af44-fd32-436c-ab0c-83806c121445"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "RBHRVY",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "cjUa",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "659"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "531"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "730"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "956"
                          }
                        ]
                      },
                      "text": "DWDKWvFGnksdFnf"
                    },
                    "syntheticIdentifier": "51006790697596263370",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 44.5
                    }
                  },
                  {
                    "airExtraBundleRef": "d4aad842-19c9-4696-9fb8-d731525afc24",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 7
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "PER_BAGGAGE_TRAVEL"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 4
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-10-25",
                        "refundable": true,
                        "tourCode": "SF8edE"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "4_",
                        "value": "CONTACT_AIRLINE"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": false,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "SEA",
                      "id": "fTSyJc",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "FINANCIAL_IMPACT"
                      },
                      "sequenceNumber": 48,
                      "serviceType": {
                        "code": "Tf",
                        "value": "EMBARGOES"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 26,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "TAA",
                      "subCode": "916",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 19.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 40.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 18.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 1.5
                        }
                      ]
                    },
                    "bookingIndicator": "33",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "00928458936736"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "89",
                          "segmentRef": "12d0bf45-41e3-42ce-9ba7-7bd1a357a064"
                        },
                        {
                          "emdCouponNumber": "42",
                          "segmentRef": "e8a1dad1-dba1-4cd8-a832-e9f3215b4daf"
                        },
                        {
                          "emdCouponNumber": "70",
                          "segmentRef": "e4d7343b-bdb1-4a83-97a7-ef0b84580db2"
                        },
                        {
                          "emdCouponNumber": "41",
                          "segmentRef": "920442e1-10a9-4ec6-9340-f9be2daf724d"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "40",
                    "id": "3d897fcb-0cd6-4068-afd3-e11fa86a2963",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "9ca29ca6-6670-4591-bad8-cb0409e7fa00",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "179"
                    },
                    "offerId": {
                      "id": "f3a00478-b155-4c82-a48e-f7ec8b236913",
                      "itemId": "d0b61227-8297-4124-861c-8777ca6a50e7"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "FULFILLED"
                    },
                    "pnrId": "ETDXUP",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "ygPJ",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "274"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "452"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "614"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "470"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "980"
                          }
                        ]
                      },
                      "text": "nsmwYYoywAGzydC"
                    },
                    "syntheticIdentifier": "60409283709469119519",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 8.4
                    }
                  },
                  {
                    "airExtraBundleRef": "57fce95e-4d44-419a-9834-1b3d2852e883",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 9
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "PER_CHECKED_PORTION"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 3
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-04-06",
                        "refundable": true,
                        "tourCode": "nYW4PT"
                      },
                      "bagType": "GOLF",
                      "bookingMethod": {
                        "code": "5/",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": true,
                        "value": "ETICKET"
                      },
                      "group": "BG",
                      "id": "SWbL7v",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "FINANCIAL_IMPACT"
                      },
                      "sequenceNumber": 58,
                      "serviceType": {
                        "code": "O5",
                        "value": "PREREGISTERED_BAGGAGE"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 96,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 92,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "INT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 18,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "INT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 88,
                              "min": 1,
                              "name": "AGE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "Bwm",
                      "subCode": "793",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 9.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 48.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 14.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 44.1
                        }
                      ]
                    },
                    "bookingIndicator": "94",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "51196132540990"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "80",
                          "segmentRef": "71d4365f-f095-4913-a98b-1519ff2240d7"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "59",
                    "id": "ede9bf71-475d-4434-8486-f45bd6530d79",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "499380bb-fdd3-4f5e-8f76-49c2480a251c",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "G",
                      "subCode": "520"
                    },
                    "offerId": {
                      "id": "c366e2f8-621c-4a00-9d69-d7a583713cc6",
                      "itemId": "d300e7ee-932c-4f8d-81ac-f1c44cea5eec"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "FULFILLED"
                    },
                    "pnrId": "BPHWEH",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "iAbK",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "595"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "132"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "030"
                          }
                        ]
                      },
                      "text": "mYrzUkmGdCxkikg"
                    },
                    "syntheticIdentifier": "03660143761884157458",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 42.8
                    }
                  }
                ],
                "baggagePoolId": 637,
                "editCodes": {
                  "editCode": [
                    {
                      "code": "ku",
                      "id": "a7f5a39f-d8a9-49c0-bfd6-60e8271effca",
                      "text": [
                        {
                          "id": "d864a9a7-8296-4c5b-b5de-5603ff1f1a1b",
                          "lineId": "11",
                          "value": "zTqLRNjCbxBViXU"
                        },
                        {
                          "id": "dd4beee8-55eb-4fc9-8fa9-e55c616040bb",
                          "lineId": "43",
                          "value": "CDMtPWtMbSLXPGL"
                        },
                        {
                          "id": "99e547fa-1db9-4b75-8206-befdf008b384",
                          "lineId": "85",
                          "value": "pZXKSNOMIFCEfwL"
                        },
                        {
                          "id": "51e78f83-b00a-489e-944a-3e6af02db8e4",
                          "lineId": "44",
                          "value": "VjmuhfbkKkZlSKj"
                        }
                      ]
                    },
                    {
                      "code": "Ma",
                      "id": "d088630b-dc53-487b-a906-a6bf1bd2c75b",
                      "text": [
                        {
                          "id": "744e3c83-acec-4fe0-a528-1923bfdde734",
                          "lineId": "70",
                          "value": "QczSqUgZOGoPUEO"
                        },
                        {
                          "id": "8fd1be1f-8a3d-480e-867f-1721f375dd69",
                          "lineId": "77",
                          "value": "GNrZiXbcXsXogOw"
                        }
                      ]
                    },
                    {
                      "code": "UZ",
                      "id": "b6cb9bef-a577-41a3-8aa5-9249ed7509c1",
                      "text": [
                        {
                          "id": "f323cbc4-8f24-4cea-954d-f0e0a7b8722c",
                          "lineId": "29",
                          "value": "hJsvJnuWrjDLPDT"
                        },
                        {
                          "id": "4a93c4c3-3681-4605-8387-3cfd4d020c2b",
                          "lineId": "05",
                          "value": "voUbgSDxCOlbqaI"
                        },
                        {
                          "id": "efb16db2-de9f-406d-aaa0-f0350d0d98e1",
                          "lineId": "52",
                          "value": "PmAKnXpJUCEolmq"
                        },
                        {
                          "id": "e0e461bb-d981-402a-a8ce-7f2cc7bef86b",
                          "lineId": "82",
                          "value": "FcgpIFWIpKkqhck"
                        },
                        {
                          "id": "da4c385a-83a2-409a-8d5c-6660d5aa2331",
                          "lineId": "11",
                          "value": "fJtzXrGUYiYhQJm"
                        }
                      ]
                    },
                    {
                      "code": "gn",
                      "id": "719ca98a-ce4d-4d60-9467-27470f98e43e",
                      "text": [
                        {
                          "id": "8f41b62a-4e7f-482a-96c7-db05360ea143",
                          "lineId": "85",
                          "value": "sVtQJcImDPMxJee"
                        },
                        {
                          "id": "7eecb5e8-fca0-4aab-a50e-43a743bf2e7e",
                          "lineId": "40",
                          "value": "SQpTRCDRssbJoYV"
                        },
                        {
                          "id": "a8bd904f-9b62-4d25-a1a7-62b70ad2eee3",
                          "lineId": "25",
                          "value": "EKAuwOPWQiwOHCA"
                        },
                        {
                          "id": "ccf5cb63-efd9-4c8f-aa05-eddd52ea9076",
                          "lineId": "94",
                          "value": "EFyjEXOPIjHpoPL"
                        },
                        {
                          "id": "03cee9e0-fb1f-4fe0-bd20-eac05169c522",
                          "lineId": "91",
                          "value": "IOELppxAKUYdEhp"
                        }
                      ]
                    }
                  ]
                },
                "eligibilities": {
                  "eligibility": [
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "U1GZC2DduHn7in7zkyiY",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "122"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "334"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "410"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "mZHKEeBIguzjAZKsHpmz",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "651"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "605"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "3d5lcW0ZEcS0U47WXumH",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "968"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "451"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "346"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "587"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "YQpNAfra0cv07cMB3Een",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "202"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "S4sPcgA0fFjjzeCpQKCg",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "594"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "377"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "563"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "211"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "100"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "jX4f81rLoWFQzvDF16gF",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "510"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "546"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "408"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "427"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "RzGOCuaMt87FD1JW1ghK",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "010"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "622"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "898"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "572"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "745"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "8ZbdAQ1TUlHmL77aNHhj",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "383"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "526"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "572"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "549"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "wlXXXriT8nsqiRoDsmIS",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "067"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "201"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "416"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "906"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "hhOEyZJ8orDyXwQ4tE31",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "636"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "397"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "043"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "824"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "787"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    }
                  ]
                },
                "id": "c0ccc907-92be-4896-814f-aa48a3dc1c8a",
                "loyaltyAccount": {
                  "id": "18707c38-af86-4c9d-b575-1857eedeb14b",
                  "latestAwardDate": "2025-10-27",
                  "loyaltyTierLevel": {
                    "atpco": "97",
                    "customerInsight": "59",
                    "name": "silver",
                    "number": 5,
                    "priority": 4,
                    "tag": "qPR"
                  },
                  "memberAirline": "[ob",
                  "memberId": "6081704180",
                  "membershipStartDate": "2026-03-04",
                  "mileage": {
                    "unit": "MILES",
                    "value": 3174
                  },
                  "pnrId": "1",
                  "points": 24047,
                  "source": "PNR"
                },
                "nonRevenuePassengerInfo": {
                  "priorityCode": "fBm",
                  "seniorityDate": "2009-03-31T00:00:00.0Z",
                  "upgradeCode": "EJc"
                },
                "passengerCheckInId": "eIZ9r70C",
                "passengerFlight": [
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "eRp",
                        "country": "EC",
                        "sign": "hxP"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 6.3
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "11223344",
                            "12345678"
                          ],
                          "quantity": 2,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 18.1
                          }
                        }
                      },
                      "barCode": "YUIZS2dp0LNu17weXV6w3i4ukn1fgTnuNJmngSfz",
                      "checkInSequenceNumber": "234",
                      "deck": {
                        "code": "MAIN",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "BUSINESS",
                        "agentCityName": "Des Moines",
                        "arrivalAirportName": "Lake D'angelochester",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "9259",
                        "cabinClassCode": "y",
                        "cabinText": "FIRST CLASS",
                        "carryOnText": "CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Hansenbury",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "9233",
                        "edifactApiText": "API ERROR",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "7395",
                        "estimatedDepartureDate": "2027-05-10T00:00:00.0Z",
                        "estimatedDepartureTime": "3546",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY PLUS",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "NO CARRY ON",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "GOLD",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "Q7W1",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "9224",
                        "scheduledDepartureDate": "2026-12-19T00:00:00.0Z",
                        "scheduledDepartureTime": "2336",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "narrowbody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 1077.94,
                        "atpcoRule": "ReyK",
                        "atpcoTariff": 96,
                        "bookingClass": "o",
                        "brand": "0Z",
                        "cabinClass": "FIRST",
                        "cabinClassCode": "P",
                        "discountCategory": "21",
                        "fareBasisCode": "kqMXs2",
                        "governingAirline": "[ob",
                        "id": "d002e84a-a777-4b01-b939-919c2cd8634d",
                        "operatingBookingClass": "u",
                        "privateTariff": false,
                        "type": "NRF",
                        "vendor": {
                          "code": "SMFC",
                          "value": "SITA"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "BI",
                        "arrivalFlightScheduleStatus": "EARLY",
                        "arrivalTerminal": "YB",
                        "arrivalTime": "2027-05-01T00:00:00.0Z",
                        "boardingTime": "1931-03-19T22:26:01.0Z",
                        "changeOfGauge": true,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "PY",
                        "departureFlightScheduleStatus": "ON_TIME",
                        "departureGate": "PM",
                        "departureTerminal": "P9",
                        "departureTime": "2027-05-18T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 1773
                        },
                        "equipment": "773",
                        "estimatedArrivalTime": "1890-02-25T01:26:36.0Z",
                        "estimatedDepartureTime": "1940-09-07T21:31:37.0Z",
                        "flightDuration": 396,
                        "flightNumber": "7956",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-02-18T00:00:00.0Z",
                            "departureTime": "2027-04-14T00:00:00.0Z",
                            "duration": 48,
                            "elapsedTime": 254
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-05-01T00:00:00.0Z",
                            "departureTime": "2027-04-25T00:00:00.0Z",
                            "duration": 34,
                            "elapsedTime": 88
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-08-22T00:00:00.0Z",
                            "departureTime": "2026-10-26T00:00:00.0Z",
                            "duration": 63,
                            "elapsedTime": 180
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-06-15T00:00:00.0Z",
                            "departureTime": "2027-04-26T00:00:00.0Z",
                            "duration": 86,
                            "elapsedTime": 236
                          }
                        ],
                        "iatci": false,
                        "id": "da678b10-7c1b-4c42-82ed-7fd9826a7826",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "8",
                        "span": "DOMESTIC",
                        "status": "ON TIME",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": false,
                        "timeToDeparture": 113
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "image/jpeg",
                          "name": "worth.[object Object]",
                          "value": "EWxnqXLXbRoKSC8cUWZTGAUjsppcLWxcsCOOAl38Cmab4nBVm63KXmKoR1cCxlHc"
                        },
                        "image": {
                          "contentType": "video/ogg",
                          "name": "rotten_yum_mean.[object Object]",
                          "value": "T7YU7rq4tXhrsPvYjUwJjfu7fVttSPN6HzwXsEVmI4jo9M9kSbBfMR6PgdxUHvX0"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "text/plain",
                            "name": "um_steak_between.[object Object]",
                            "value": "esq7tgrOF3woJS3qslOqycrNUo5yd7GICDf7Ci7P3UaQItLYaMoAZ92byvqhj2Pz"
                          },
                          "layout": {
                            "contentType": "video/3gpp2",
                            "name": "boo_likewise.[object Object]",
                            "value": "M7XNLvopeRp9wk10jGSw3WMQ3cD0j11fw0GkVCe0N7zsFid0ajbHvGdNd15iEAOL"
                          },
                          "template": {
                            "contentType": "application/x-tar",
                            "name": "about_plumber_yuck.[object Object]",
                            "value": "wwQiLjh60zPvjqC3KozTExZ3fu4PVNX8WIW5ByQRRH2q3XVObgaXcKpN5Uodlnbt"
                          },
                          "templates": [
                            {
                              "contentType": "image/gif",
                              "name": "skyscraper.[object Object]",
                              "value": "ZePBXniEjsA6gbsyVlFErbKrR1r13Z7Pir4p3kq6zRUyjuv15HPuj6WgUi7Y1wLU"
                            },
                            {
                              "contentType": "font/woff",
                              "name": "huzzah_but_blowgun.[object Object]",
                              "value": "5vP1myyTTFMjhVPgsQasFAqOmkQUziodP2sp1eGM0BbTrglpIQCWPCRsO1amZL4N"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": true,
                          "skyPriority": false,
                          "zone": "3"
                        },
                        "zpl": {
                          "contentType": "application/x-bzip",
                          "name": "thoughtfully_form_graceful.[object Object]",
                          "value": "xXHQfOK9JQmGOyod6i5OmdBVkTzUgII3IAhLUx08nsp8O35iiGl2y2SG4HYtqQgq"
                        }
                      },
                      "group": "hANKwt",
                      "loyaltyAccount": {
                        "id": "4f917080-5c81-457a-be3d-4b5efcdfd6eb",
                        "latestAwardDate": "2026-04-01",
                        "loyaltyTierLevel": {
                          "atpco": "39",
                          "customerInsight": "84",
                          "name": "silver",
                          "number": 4,
                          "priority": 5,
                          "tag": "snY"
                        },
                        "memberAirline": "[ob",
                        "memberId": "7828260826",
                        "membershipStartDate": "2025-06-30",
                        "mileage": {
                          "unit": "MILES",
                          "value": 1793
                        },
                        "pnrId": "0",
                        "points": 13205,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Ursula",
                        "last": "Gerhold",
                        "middle": "Corey",
                        "prefix": "Miss",
                        "raw": "Carrie Bergnaum",
                        "suffix": "Jr."
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "QGDSPP",
                      "seat": {
                        "column": "g",
                        "row": "53",
                        "value": "34B"
                      },
                      "source": "OTHER",
                      "standbyPriority": "eh",
                      "supplementaryData": {
                        "dhsStatus": 3,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "59737634608570",
                        "loungeAccess": false,
                        "selectee": false,
                        "skyPriority": false,
                        "spanishLargeFamily": false,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "GR"
                      },
                      "ticketCouponNumber": "54",
                      "ticketNumber": {
                        "airlineAccountingCode": "296",
                        "checkDigit": "0",
                        "number": "44819085807763",
                        "serialNumber": "3365111846"
                      },
                      "upgradePriority": "xS2AZ",
                      "zone": "8"
                    },
                    "checkedIn": false,
                    "checkInNumber": 404,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "bVgNjFqt4QSNSLBMZjkP",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "930"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "201"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "ihoIhdVSJDhatbL1YqH7",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "679"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "774"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "043"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "NbrBkqTc4XxdiarSV8zX",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "157"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "620"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "nYO4vgewCNrU35Z6rMKq",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "498"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "997"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "222"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "ZlQmV5THqgAmXRdy84Eg",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "200"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "p6KODBn2TLmkstksjzI4",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "917"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "245"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "l6tvHG8ejOC83Y6CMOrB",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "251"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "zivRQsyhaYQOnUrd9eDF",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "476"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "679"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "QrPSnO0Z1tVatwDJGVxh",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "450"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "6oNCv0Az904mjFGKq5ja",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "669"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "846"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "EGWIoyGha1W6jWRJExDk",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "698"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "985"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "958"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "325"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "3a3e264b-d3cf-4ff7-95f4-c8467e0c54f8",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/x-csh",
                          "name": "cutover_till.[object Object]",
                          "value": "d2ZemqBZ7XVSmnjvCNEwGA6NxmVt7sfGQeVysB8hBVw8kpVns9reru8sIIv0OTZ2"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "audio/aac",
                            "name": "thoroughly_yuck_powerfully.[object Object]",
                            "value": "I0IUy5ljGu7ahfQwd2tpikkO8qcpufKVFWY7KbX9b4Tfkhgq1Qp6gwH6VOyovCVF"
                          },
                          "layout": {
                            "contentType": "application/xhtml+xml",
                            "name": "vice_since.[object Object]",
                            "value": "2Sl2C5kwBKKC0vag6NpHGs39Mi2xfjwU6AOqL05V2E68WMbt5GSBCSzk42II8cbo"
                          },
                          "template": {
                            "contentType": "font/woff",
                            "name": "forgather_once_disadvantage.[object Object]",
                            "value": "1xHNlQihbwCGMyaykyU698hCx33Rwn7Al7FYWiS9tyeEU8nK9tEp2QnHPFtwLjuM"
                          },
                          "templates": [
                            {
                              "contentType": "font/woff2",
                              "name": "delight_instantly.[object Object]",
                              "value": "jaTmmMQlQVznBcA7hC2CMq4UYMOeDFQnWjDNeIoGqOrUKYh9qlBBiZlDTlvHKXOP"
                            },
                            {
                              "contentType": "image/vnd.microsoft.icon",
                              "name": "tooth_intervention_yesterday.[object Object]",
                              "value": "XvTJJtlS9OI5fEzyCjBHAFjqlXgAZuO3c9jepEi1WMNNjwz9zLUkLimbZWI8Pqxf"
                            },
                            {
                              "contentType": "text/csv",
                              "name": "precedent_dowse_discontinue.[object Object]",
                              "value": "CrVbpPcWfUlk6nArA4TKxKIs831jpzmdFrQaxH6MF1gFuDRk33vjZwsnRAJ0CHNy"
                            },
                            {
                              "contentType": "application/vnd.visio",
                              "name": "woefully_not.[object Object]",
                              "value": "hKAQhYdX3u7EzkL3aHG7BvcTW0zTrRpfKiyKQTzmLRYM0w29IiZdcgg9d5wNM4mX"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "d952951c-ddd6-47f9-af5a-32d7b19aae82",
                      "offerId": "63c1138b-1b3b-4e92-94ba-f84aad7cf50c",
                      "offerItemId": "b4ea3af7-8943-453c-ba5e-dc646c61ad8f",
                      "type": "WINDOW",
                      "value": "YJ"
                    },
                    "priorityCode": "qXy",
                    "seat": {
                      "airExtraRef": "f537ccb1-c46b-403e-84e4-7874b730c2fd",
                      "offerId": "97bc8373-a10c-40af-841d-2f8ae1c13f42",
                      "offerItemId": "25a2a5b5-72e6-4d79-8b04-1fdb1d3b8302",
                      "type": "WINDOW",
                      "value": "Br"
                    },
                    "status": "UNKNOWN",
                    "upgradeCode": "72o"
                  }
                ],
                "passengerOffer": {
                  "offerId": "e07995a9-e972-4f72-8906-6d31daef",
                  "offerItems": [
                    {
                      "annotations": [
                        {
                          "key": "YVMWFG",
                          "value": "fjGUxlIkfz"
                        },
                        {
                          "key": "nXqsqK",
                          "value": "SZZuynqSAC"
                        }
                      ],
                      "availableQuantity": 37,
                      "bannerName": "Incredible",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "f00ac9b9-ed64-4ea5-9488-59250607",
                      "offerName": "Awesome Granite Hat",
                      "price": {
                        "currency": "AOA",
                        "value": 228.63
                      },
                      "priority": 7
                    },
                    {
                      "annotations": [
                        {
                          "key": "iZftrk",
                          "value": "vITFtKVcnc"
                        },
                        {
                          "key": "FbQMtZ",
                          "value": "fPFUUNNeWQ"
                        },
                        {
                          "key": "TkKvyF",
                          "value": "vnNFUFHKEq"
                        },
                        {
                          "key": "JuGPqP",
                          "value": "JJNXkpekWO"
                        },
                        {
                          "key": "pHFfqk",
                          "value": "BRihxeXFzY"
                        }
                      ],
                      "availableQuantity": 14,
                      "bannerName": "Ergonomic",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "904aa2f4-4d2b-488b-ab26-dedd245e",
                      "offerName": "Intelligent Wooden Sausages",
                      "price": {
                        "currency": "DJF",
                        "value": 99.73
                      },
                      "priority": 7
                    },
                    {
                      "annotations": [
                        {
                          "key": "OptqDL",
                          "value": "uAPFUbgmAy"
                        },
                        {
                          "key": "LkBCvM",
                          "value": "OmaAOuwyKl"
                        }
                      ],
                      "availableQuantity": 10,
                      "bannerName": "Frozen",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "55b0198a-0f08-4b04-9842-09c5a5a4",
                      "offerName": "Soft Cotton Keyboard",
                      "price": {
                        "currency": "NZD",
                        "value": 222.23
                      },
                      "priority": 9
                    }
                  ]
                },
                "passengerType": "ADT",
                "segmentRef": "a16e0c06-bcc7-40a9-8061-6aab344e324a",
                "upgradeAvailability": [
                  {
                    "bookingClassAvailabilityRef": "d2586bdc-b61b-4fc4-acd6-9128ff31ca1c",
                    "cabin": "W",
                    "description": "Business",
                    "id": "272d36ad-78c6-401e-953a-4da573c10a52",
                    "pricedAncillaryRef": "80debda8-f015-43f3-ae5b-be9471db54ef"
                  },
                  {
                    "bookingClassAvailabilityRef": "5c617891-e46b-4ce0-ad98-c193da11ac87",
                    "cabin": "k",
                    "description": "First",
                    "id": "e3abbc81-1c15-4532-94a8-a64875162a93",
                    "pricedAncillaryRef": "f0f6e59d-df44-46cf-a4cf-09396a271977"
                  },
                  {
                    "bookingClassAvailabilityRef": "953e0a23-a3ae-467b-9f0f-12b2723f6dcb",
                    "cabin": "o",
                    "description": "Business",
                    "id": "a216e980-f51a-4076-9a15-bc9bde96f32c",
                    "pricedAncillaryRef": "5928971a-b3fc-4a56-ba51-fa0f5c09dff0"
                  },
                  {
                    "bookingClassAvailabilityRef": "ff5cd66c-9627-4df6-8244-fc8a7306fd00",
                    "cabin": "e",
                    "description": "Business",
                    "id": "291fd94d-3585-4faf-9499-d5690a8ee887",
                    "pricedAncillaryRef": "dce75f70-96a4-442b-9545-4aa0f6a9ec87"
                  },
                  {
                    "bookingClassAvailabilityRef": "4ecb1e99-17f3-4612-b421-ff02a2745324",
                    "cabin": "O",
                    "description": "Business",
                    "id": "8d8250a3-1228-457a-91c2-0e7b3295caf1",
                    "pricedAncillaryRef": "1e5746bc-047b-4e9b-83f4-03729ce4f4ce"
                  }
                ]
              }
            ]
          },
          "personName": {
            "first": "Guadalupe",
            "last": "Jenkins",
            "middle": "Robin",
            "prefix": "Dr.",
            "raw": "Mrs. Gail Gibson",
            "suffix": "V"
          },
          "recordLocator": "PDDKPF",
          "requestedSearchCriteria": {
            "fulfilled": true
          },
          "requestedType": "SENIOR",
          "syntheticIdentifier": "mveTytm4MpQvCsHRjpwyH4YPg",
          "ticket": [
            {
              "agent": {
                "duty": "ZZ",
                "homeBranch": "60734",
                "homeLocation": "gBt",
                "homeStation": "4339",
                "lniata": "rrTjZ3",
                "sine": "vJK",
                "stationLocation": "LCv",
                "stationNumber": "3627",
                "ticketingProvider": {
                  "checkDigit": "2",
                  "name": "Schulist - Blanda",
                  "number": "320",
                  "value": "yZ"
                },
                "type": "h",
                "workLocation": "cFh"
              },
              "discountDetails": {
                "dealName": [
                  "SUMMER_SALE",
                  "MEMBER_ONLY",
                  "EARLY_BIRD"
                ],
                "offerName": [
                  "Promo1",
                  "Promo2"
                ],
                "promotionCode": [
                  "SAVE20",
                  "SAVE50"
                ]
              },
              "expiryDate": "2027-08-18",
              "fareCalculation": "dD2hayVZxVXWq5I1LKT6",
              "fareCalculationMode": "2",
              "fareCalculationPricing": "0",
              "history": [
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "0154604783",
                        "provider": "[object Object]",
                        "tier": "OZ"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "2505775281",
                        "provider": "[object Object]",
                        "tier": "yk"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "ZQ",
                    "homeLocation": "Jyl",
                    "lniata": "u8dW6W",
                    "sine": "KpM",
                    "ticketingProvider": {
                      "checkDigit": "8",
                      "name": "Crist - Koelpin",
                      "number": "261",
                      "value": "pA"
                    },
                    "workLocation": "Fuj"
                  },
                  "code": "zh",
                  "details": {
                    "accountingCode": "VWa66D",
                    "affectedCoupons": "21",
                    "currentDocumentStatus": "Lx",
                    "documentEventActivity": "xJhde",
                    "documentPurgeTypeCode": "Qt",
                    "newReservation": "MSDXUG",
                    "oldRemark": "StdQLaJvWl",
                    "oldReservation": "UZFRBM",
                    "previousDocumentStatus": "HL",
                    "supportingDocument": "4739651378"
                  },
                  "number": 817,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "60",
                      "number": 443,
                      "sequence": 2
                    },
                    "supportingDocument": {
                      "affectedCoupons": "45",
                      "number": 341,
                      "sequence": 1
                    }
                  },
                  "sequence": 3,
                  "serviceCouponHistory": [
                    {
                      "coupon": 1,
                      "currentStatus": "Qw",
                      "sequence": 1
                    },
                    {
                      "coupon": 3,
                      "currentStatus": "HV",
                      "sequence": 1
                    },
                    {
                      "coupon": 5,
                      "currentStatus": "xo",
                      "sequence": 1
                    },
                    {
                      "coupon": 5,
                      "currentStatus": "xO",
                      "sequence": 3
                    }
                  ],
                  "transactionInfo": {
                    "id": "8695744f-4ce2-49c7-86ff-dcaf69b11a4d",
                    "inputMessage": "oZfnXqiCDcIDiSchUJZr",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Jenkins LLC"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "8432694805",
                        "provider": "[object Object]",
                        "tier": "lD"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "6380658801",
                        "provider": "[object Object]",
                        "tier": "Jt"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "4678026186",
                        "provider": "[object Object]",
                        "tier": "CP"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "kZ",
                    "homeLocation": "Xaf",
                    "lniata": "LqjMSP",
                    "sine": "cBX",
                    "ticketingProvider": {
                      "checkDigit": "4",
                      "name": "Gutmann Group",
                      "number": "980",
                      "value": "vU"
                    },
                    "workLocation": "Ovc"
                  },
                  "code": "AN",
                  "details": {
                    "accountingCode": "mnAF4Z",
                    "affectedCoupons": "68",
                    "currentDocumentStatus": "uW",
                    "documentEventActivity": "MyNQB",
                    "documentPurgeTypeCode": "QY",
                    "newReservation": "SJQUTR",
                    "oldRemark": "mvhkaClCPN",
                    "oldReservation": "JVFSAQ",
                    "previousDocumentStatus": "EF",
                    "supportingDocument": "6592948861"
                  },
                  "number": 942,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "89",
                      "number": 692,
                      "sequence": 2
                    },
                    "supportingDocument": {
                      "affectedCoupons": "22",
                      "number": 384,
                      "sequence": 4
                    }
                  },
                  "sequence": 1,
                  "serviceCouponHistory": [
                    {
                      "coupon": 3,
                      "currentStatus": "XZ",
                      "sequence": 5
                    },
                    {
                      "coupon": 9,
                      "currentStatus": "Ug",
                      "sequence": 4
                    },
                    {
                      "coupon": 5,
                      "currentStatus": "AS",
                      "sequence": 1
                    },
                    {
                      "coupon": 3,
                      "currentStatus": "tL",
                      "sequence": 5
                    },
                    {
                      "coupon": 6,
                      "currentStatus": "ed",
                      "sequence": 1
                    }
                  ],
                  "transactionInfo": {
                    "id": "d7daaf24-7d7b-42d2-b8a5-014ce70b150f",
                    "inputMessage": "golXJvYnFeMvVdWzemVX",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Prohaska - Kuphal"
                  }
                }
              ],
              "id": "51766e5f-f805-4f58-ab83-2d915c09faf4",
              "issued": false,
              "issueDate": "2025-11-15T00:00:00.0Z",
              "issueTime": {
                "useForPricing": false,
                "value": "2026-07-20T00:00:00.0Z"
              },
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "CZK",
                    "value": 186.4
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": true,
                  "remarks": "ELjebuGEfu",
                  "sequence": 1,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "UAH",
                    "value": 353.8
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "TND",
                    "value": 307.09
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "TND",
                    "value": 230.78
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": false,
                  "remarks": "yXwVmSQnPp",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "NOK",
                    "value": 193.66
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "BND",
                    "value": 438.42
                  }
                }
              ],
              "presentCreditCard": true,
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "035003",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "BTN",
                      "value": 63.12
                    },
                    "valueCode": "XdgP"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 1.1199,
                      "bankerSellingRate": 0.9669,
                      "iataClearingHouseRate": 0.9885
                    },
                    "text": "282557",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "ETB",
                      "value": 271.6
                    },
                    "valueCode": "OYwj"
                  },
                  "net": {
                    "text": "970383",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "HUF",
                      "value": 376.94
                    },
                    "valueCode": "ePIa"
                  },
                  "tax": [
                    {
                      "exempt": false,
                      "name": "LyMqDOcyJt",
                      "sequence": 2,
                      "status": "cZ",
                      "taxCode": "IiX",
                      "text": "738275",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "KYD",
                        "value": 236.91
                      },
                      "valueCode": "nIwa"
                    },
                    {
                      "exempt": true,
                      "name": "ddOLOUhUZC",
                      "sequence": 2,
                      "status": "fr",
                      "taxCode": "Ueh",
                      "text": "816948",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "SYP",
                        "value": 362.42
                      },
                      "valueCode": "Hd3N"
                    },
                    {
                      "exempt": true,
                      "name": "eFpWOjGNbQ",
                      "sequence": 2,
                      "status": "eC",
                      "taxCode": "hHt",
                      "text": "588759",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "SCR",
                        "value": 309.77
                      },
                      "valueCode": "XPny"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 0.9768,
                    "text": "479068",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "MXN",
                      "value": 496.93
                    },
                    "valueCode": "zizT"
                  },
                  "totalTax": {
                    "text": "739171",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "VND",
                      "value": 292.74
                    },
                    "valueCode": "ypmZ"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": true,
                      "name": "pwdtsyLibF",
                      "sequence": 4,
                      "status": "CD",
                      "taxCode": "rSq",
                      "text": "375393",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "DZD",
                        "value": 368.33
                      },
                      "valueCode": "lFrQ"
                    },
                    {
                      "exempt": true,
                      "name": "UriYWViWwv",
                      "sequence": 1,
                      "status": "oO",
                      "taxCode": "Rak",
                      "text": "066042",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "SYP",
                        "value": 190.67
                      },
                      "valueCode": "SWq8"
                    }
                  ]
                }
              },
              "refundable": false,
              "relatedDocument": {
                "conjuctive": [
                  {
                    "checkDigit": "6",
                    "number": "8898333548919",
                    "sequence": 3
                  },
                  {
                    "checkDigit": "5",
                    "number": "7648660458016",
                    "sequence": 1
                  },
                  {
                    "checkDigit": "7",
                    "number": "9922077982587",
                    "sequence": 5
                  },
                  {
                    "checkDigit": "6",
                    "number": "3589422223423",
                    "sequence": 2
                  }
                ]
              },
              "reservation": {
                "creationDate": "2025-11-19T00:00:00.0Z",
                "provider": "Sawayn, Wilkinson and Zemlak",
                "recordLocator": "DGSMHU"
              },
              "systemCreateDateTime": "2026-08-14T00:00:00.0Z",
              "ticketCoupon": [
                {
                  "bagAllowance": "1PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Must fit under seat",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "ENTITLEMENTS",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 102
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 107
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 140
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 133
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "WUCHuMaF",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 168
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 116
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 153
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 114
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "RYZWgYFx",
                            "quantity": 1
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 181
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "hTo5qE",
                          "ruleType": "OVERRIDE_ALLOWANCE"
                        },
                        "id": "rcKi_UeV",
                        "pricedAncillaryRef": "Pu0Rdc8F",
                        "quantity": 3,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 10.2
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 22.1
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 24
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 29.8
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 48.7
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "orGTbRXv",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 121
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 117
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "SLE",
                            "unitDescription": "per Piece",
                            "value": 61.87
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "xFSDV3lS",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 166
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 124
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.2
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "SDG",
                            "unitDescription": "per Piece",
                            "value": 47.23
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "n_LRS8fV",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 67
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 186
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.5
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "MOP",
                            "unitDescription": "per Piece",
                            "value": 52.71
                          },
                          "notPermitted": true,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 122
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 77
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 46
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 17.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "LtQM8V3N",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 95
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 78
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 91
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 122
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 1.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "HoNrhzAo",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 156
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 88
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 96
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 141
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 143
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 75
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 143
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 142
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 83
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 70
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 52
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 176
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 138
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 86
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 176
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 52
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 181
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 186
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "A2B3k9",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "hgMFG2G6",
                          "pricedAncillaryRef": "dDWwp6jX",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 42.2
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 37.8
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 100
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 91
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 62
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 200
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 73
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "IQkaz6Zm",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 144
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 173
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 197
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 185
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 84
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 102
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 180
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 76
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "g3Cwdl",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "jvaQA4s3",
                          "pricedAncillaryRef": "92BWTxuC",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 42.9
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 132
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 166
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 166
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "c9N7P8V9",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 175
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 157
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 46.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "bn2n6S8a",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 187
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 154
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 153
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 23.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 48.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "mAhuKsV-",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 60
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 191
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 166
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 113
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 46.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "_yjtFxSc",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 146
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 88
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 162
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 200
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 64
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 75
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 141
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 71
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 181
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 124
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "zTb4np",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "w87wI94Z",
                          "pricedAncillaryRef": "PF37oASQ",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 7.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 41.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 39.2
                            }
                          ],
                          "unknown": true
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "wchfJgCl",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 117
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 173
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 159
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 24.3
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "GTQ",
                            "unitDescription": "per Piece",
                            "value": 82.94
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "0pOKPTxw",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 111
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 94
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 68
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 24.2
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "BBD",
                            "unitDescription": "per Kilo",
                            "value": 27.2
                          },
                          "notPermitted": true,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "AQeASE",
                    "value": "CN"
                  },
                  "classOfService": "X",
                  "couponNumber": "89",
                  "couponUse": "o",
                  "currentStatus": "aS",
                  "endDateTime": "2026-11-02T00:00:00.0Z",
                  "endLocation": "FaF",
                  "fareBasisCode": "fUNOwzzg",
                  "marketingFlightNumber": "7578",
                  "marketingProvider": {
                    "checkDigit": "4",
                    "name": "Walter, Hayes and Russel",
                    "number": "759",
                    "value": "ko"
                  },
                  "segmentRef": "155b7d41-5e99-406a-aad1-35b669f3509a",
                  "startDateTime": "2026-09-12T00:00:00.0Z",
                  "startLocation": "Jdp",
                  "status": "PRINTED_INTERLINE",
                  "stopOver": "Z"
                },
                {
                  "bagAllowance": "0PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Additional item allowed",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "TICKET",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 118
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 171
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 69
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "ch_X1zAR",
                            "quantity": 1
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 191
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 85
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 129
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.3
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 159
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 164
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 100
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 85
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.1
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "hrACxA",
                          "ruleType": "FEE_WAIVER"
                        },
                        "id": "GysOT0kP",
                        "pricedAncillaryRef": "rCRqPpZo",
                        "quantity": 2,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 38.7
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "GO4SEiwG",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 64
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 62
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 54
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 188
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35.9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "THB",
                            "unitDescription": "per Piece",
                            "value": 85.25
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "hA_-zHBS",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 86
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 158
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 171
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2.1
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "MXN",
                            "unitDescription": "per Piece",
                            "value": 16.37
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "qYkTItmw",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 145
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 45.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "TMT",
                            "unitDescription": "per Piece",
                            "value": 58.99
                          },
                          "notPermitted": true,
                          "unknown": true
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 64
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "sh8vAP1F",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 88
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 162
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 176
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 35.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "niRte-eM",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 144
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 92
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 92
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 103
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 5.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "WnQ0GBuo",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 83
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 76
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 18.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 40.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "SthIMQKx",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 143
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 80
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 91
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 127
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 34.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 77
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 105
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 14.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 191
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 91
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 165
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 77
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 132
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 173
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 189
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 88
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 64
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 98
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 124
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 169
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "8lBZap",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "dNR2m4UU",
                          "pricedAncillaryRef": "oJ9A8PWA",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 24.9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 17
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 179
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 140
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 17.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "ggRXMiEV",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 88
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 176
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 150
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 4.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "4bS4GY5a",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 52
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 110
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "YClrmE6m",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 158
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 176
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 109
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 148
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 182
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 154
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 194
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 90
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "pmLROB",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "kLRxoJpy",
                          "pricedAncillaryRef": "dBq28iTV",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 30
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 42.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 41.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 35.1
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 194
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 144
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 49.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 49
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "fH-S-1Pf",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 149
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 146
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 64
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 65
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 61
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 42.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "DariUtJ3",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 67
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 159
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 110
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 56
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 114
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 173
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "PfQv6Q",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "7jgmNtCA",
                          "pricedAncillaryRef": "fa8K3wD3",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 28.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 42.2
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 60
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 198
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 72
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 19.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 21.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "8j4OFKHj",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 190
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 140
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 173
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 83
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 140
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 4.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "vfDKJpJ2",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 94
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 81
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "gBpBWdSb",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 171
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "uhO1di",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "znKKMBz4",
                          "pricedAncillaryRef": "yxwHbJ2q",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 49.6
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 106
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 96
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 156
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 126
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 97
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 12.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 5.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "_43JZU9S",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 64
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 111
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 166
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 34
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "l56UAkzY",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 115
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 65
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 151
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 48.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "p4MsYaeL",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 103
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 36.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "9UL7NKaj",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 172
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 172
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 134
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 90
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 102
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "bGAmmn-I",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 55
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 150
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 156
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 111
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 128
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 162
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 195
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 34.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "KamhiU",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "rMRlcGTt",
                          "pricedAncillaryRef": "0SjALYP3",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 10.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 49.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 6.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 36
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 6
                            }
                          ],
                          "unknown": true
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "G-Rdath6",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 75
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 69
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 120
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.6
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "CHF",
                            "unitDescription": "per Piece",
                            "value": 61.87
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "gH5SS1wD",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 163
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 88
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 171
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 136
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 20.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 20.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "LRD",
                            "unitDescription": "per Piece",
                            "value": 21.22
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "sYRJG6IB",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 80
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 101
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "ALL",
                            "unitDescription": "per Piece",
                            "value": 74.66
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "ycDsLgsA",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 56
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 138
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 174
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "BBD",
                            "unitDescription": "per Piece",
                            "value": 87.16
                          },
                          "notPermitted": false,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "RgQwMz",
                    "value": "CN"
                  },
                  "classOfService": "W",
                  "couponNumber": "82",
                  "couponUse": "e",
                  "currentStatus": "Ew",
                  "endDateTime": "2026-11-26T00:00:00.0Z",
                  "endLocation": "kVY",
                  "fareBasisCode": "NokMJ1kG",
                  "marketingFlightNumber": "6268",
                  "marketingProvider": {
                    "checkDigit": "5",
                    "name": "McCullough LLC",
                    "number": "114",
                    "value": "ty"
                  },
                  "segmentRef": "97f6e2f3-5c3a-47d6-a99c-80afab3907d0",
                  "startDateTime": "2027-01-19T00:00:00.0Z",
                  "startLocation": "UXy",
                  "status": "LIFTED",
                  "stopOver": "v"
                }
              ],
              "ticketNumber": {
                "airlineAccountingCode": "007",
                "checkDigit": "8",
                "number": "80273708865692",
                "serialNumber": "3783033893"
              },
              "ticketRemark": [
                {
                  "category": "MANUAL",
                  "header": "HBBnwWpadV",
                  "remarkLine": "mx7z5DC71r9KHcE7NANOtWTr47FX5xtVtVp4fTVPbbnVSHtpXK",
                  "sequence": 26,
                  "type": "Baggage"
                },
                {
                  "category": "PAYMENT",
                  "header": "ewtNCpQmHc",
                  "remarkLine": "8s24lEdwdkrYuKdAk13qV0RoZRTTJ1Vb7Urpj47Y4IZRLUE8Jg",
                  "sequence": 24,
                  "type": "Baggage"
                },
                {
                  "category": "ENDORSEMENTS",
                  "header": "LHZQgAkFNc",
                  "remarkLine": "WyPnc0uJKNPtDzNZrirTdpoCFJdICvWRsaxpqbbPh9PgZZkZMQ",
                  "sequence": 13,
                  "type": "General"
                },
                {
                  "category": "PRIVATEFARETEXT",
                  "header": "gEkppWxgQI",
                  "remarkLine": "XzpK8zVJdwxXKidH3IpbbhGKGtZnN9a87Dzqj78Yf58BMpLOBC",
                  "sequence": 20,
                  "type": "General"
                },
                {
                  "category": "PRIVATEFARETEXT",
                  "header": "sCofXeHqrS",
                  "remarkLine": "PYyAKa6hWchvXW2bMkIGGGmHeR4x9MNhOAgchZtB7ebHnp4oPr",
                  "sequence": 34,
                  "type": "Baggage"
                }
              ],
              "tourNumber": "Ep53L7"
            },
            {
              "agent": {
                "duty": "BP",
                "homeBranch": "05745",
                "homeLocation": "OOe",
                "homeStation": "8283",
                "lniata": "mDXz0F",
                "sine": "WtQ",
                "stationLocation": "GsB",
                "stationNumber": "0932",
                "ticketingProvider": {
                  "checkDigit": "4",
                  "name": "Hansen - Bergnaum",
                  "number": "626",
                  "value": "JO"
                },
                "type": "R",
                "workLocation": "Zrw"
              },
              "discountDetails": {
                "dealName": [
                  "EARLY_BIRD",
                  "SUMMER_SALE",
                  "MEMBER_ONLY"
                ],
                "offerName": [
                  "Promo1",
                  "Promo2"
                ],
                "promotionCode": [
                  "SAVE50",
                  "SAVE20"
                ]
              },
              "expiryDate": "2027-01-05",
              "fareCalculation": "JTTvsPNHmvhu407mLNAo",
              "fareCalculationMode": "7",
              "fareCalculationPricing": "3",
              "history": [
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "0905779822",
                        "provider": "[object Object]",
                        "tier": "Bn"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "9130348933",
                        "provider": "[object Object]",
                        "tier": "oo"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "8245483205",
                        "provider": "[object Object]",
                        "tier": "lg"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "1917381223",
                        "provider": "[object Object]",
                        "tier": "sS"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "Lj",
                    "homeLocation": "ssS",
                    "lniata": "blqm6F",
                    "sine": "wVP",
                    "ticketingProvider": {
                      "checkDigit": "9",
                      "name": "Crooks Group",
                      "number": "666",
                      "value": "Sn"
                    },
                    "workLocation": "Kuz"
                  },
                  "code": "pE",
                  "details": {
                    "accountingCode": "38fXRQ",
                    "affectedCoupons": "56",
                    "currentDocumentStatus": "Hp",
                    "documentEventActivity": "upNMm",
                    "documentPurgeTypeCode": "Ak",
                    "newReservation": "YVZQYY",
                    "oldRemark": "SeJrbVRNKW",
                    "oldReservation": "KBVBNV",
                    "previousDocumentStatus": "YJ",
                    "supportingDocument": "0408462557"
                  },
                  "number": 462,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "96",
                      "number": 411,
                      "sequence": 3
                    },
                    "supportingDocument": {
                      "affectedCoupons": "83",
                      "number": 374,
                      "sequence": 1
                    }
                  },
                  "sequence": 5,
                  "serviceCouponHistory": [
                    {
                      "coupon": 1,
                      "currentStatus": "NZ",
                      "sequence": 5
                    }
                  ],
                  "transactionInfo": {
                    "id": "4f7b0143-956f-409f-ab60-2b5060405da5",
                    "inputMessage": "rGxHBcHFOXxpTVlcwjEC",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Zemlak - Hayes"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "9213093676",
                        "provider": "[object Object]",
                        "tier": "LC"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "Oh",
                    "homeLocation": "BUV",
                    "lniata": "fIdi6U",
                    "sine": "xYC",
                    "ticketingProvider": {
                      "checkDigit": "0",
                      "name": "McLaughlin - Walter",
                      "number": "994",
                      "value": "xt"
                    },
                    "workLocation": "jKV"
                  },
                  "code": "zs",
                  "details": {
                    "accountingCode": "h2AHVL",
                    "affectedCoupons": "30",
                    "currentDocumentStatus": "bZ",
                    "documentEventActivity": "bytah",
                    "documentPurgeTypeCode": "uR",
                    "newReservation": "ARTUPN",
                    "oldRemark": "hPmoeGdiDs",
                    "oldReservation": "RHSUMG",
                    "previousDocumentStatus": "ih",
                    "supportingDocument": "5995980542"
                  },
                  "number": 961,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "41",
                      "number": 138,
                      "sequence": 1
                    },
                    "supportingDocument": {
                      "affectedCoupons": "08",
                      "number": 23,
                      "sequence": 4
                    }
                  },
                  "sequence": 2,
                  "serviceCouponHistory": [
                    {
                      "coupon": 3,
                      "currentStatus": "on",
                      "sequence": 1
                    }
                  ],
                  "transactionInfo": {
                    "id": "ff05535b-29ff-4774-b461-2646b72dd841",
                    "inputMessage": "fsJlWilzsMbuDdzUhXxS",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Swift, Funk and Kuhlman"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "0467883520",
                        "provider": "[object Object]",
                        "tier": "Or"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "7813974835",
                        "provider": "[object Object]",
                        "tier": "vJ"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "Ib",
                    "homeLocation": "zbq",
                    "lniata": "0VtLQs",
                    "sine": "hZk",
                    "ticketingProvider": {
                      "checkDigit": "2",
                      "name": "Wolff - Kub",
                      "number": "665",
                      "value": "KO"
                    },
                    "workLocation": "OcR"
                  },
                  "code": "po",
                  "details": {
                    "accountingCode": "o56B76",
                    "affectedCoupons": "41",
                    "currentDocumentStatus": "Jm",
                    "documentEventActivity": "sQKtR",
                    "documentPurgeTypeCode": "iI",
                    "newReservation": "SJASRC",
                    "oldRemark": "HZXzqPhNca",
                    "oldReservation": "CZMSWZ",
                    "previousDocumentStatus": "uo",
                    "supportingDocument": "6438845590"
                  },
                  "number": 326,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "84",
                      "number": 350,
                      "sequence": 4
                    },
                    "supportingDocument": {
                      "affectedCoupons": "45",
                      "number": 634,
                      "sequence": 2
                    }
                  },
                  "sequence": 5,
                  "serviceCouponHistory": [
                    {
                      "coupon": 6,
                      "currentStatus": "Ul",
                      "sequence": 3
                    },
                    {
                      "coupon": 8,
                      "currentStatus": "Fd",
                      "sequence": 3
                    }
                  ],
                  "transactionInfo": {
                    "id": "59174b12-1974-46ee-90a8-b47390e18099",
                    "inputMessage": "WFmNXDJYdLcwkSasSktD",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Barrows - Wilderman"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "1775861889",
                        "provider": "[object Object]",
                        "tier": "hC"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "cT",
                    "homeLocation": "wpD",
                    "lniata": "mWbmhx",
                    "sine": "Hmp",
                    "ticketingProvider": {
                      "checkDigit": "1",
                      "name": "Doyle, Rolfson and Marquardt",
                      "number": "990",
                      "value": "Ih"
                    },
                    "workLocation": "uvJ"
                  },
                  "code": "nZ",
                  "details": {
                    "accountingCode": "vqxaZQ",
                    "affectedCoupons": "07",
                    "currentDocumentStatus": "bG",
                    "documentEventActivity": "CYZmz",
                    "documentPurgeTypeCode": "Pt",
                    "newReservation": "SQKDCD",
                    "oldRemark": "cRyWcFNHqZ",
                    "oldReservation": "GBDQHY",
                    "previousDocumentStatus": "PQ",
                    "supportingDocument": "8712603510"
                  },
                  "number": 960,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "86",
                      "number": 35,
                      "sequence": 5
                    },
                    "supportingDocument": {
                      "affectedCoupons": "80",
                      "number": 253,
                      "sequence": 3
                    }
                  },
                  "sequence": 1,
                  "serviceCouponHistory": [
                    {
                      "coupon": 1,
                      "currentStatus": "gN",
                      "sequence": 1
                    }
                  ],
                  "transactionInfo": {
                    "id": "54e8553c-6ab4-46a9-a2b9-29036ac66a8c",
                    "inputMessage": "dbSrQqFOgYFxgNLeWegC",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Rohan, Ondricka and Herzog"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "8962815575",
                        "provider": "[object Object]",
                        "tier": "Of"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "Hl",
                    "homeLocation": "eWb",
                    "lniata": "BnkPul",
                    "sine": "Rcp",
                    "ticketingProvider": {
                      "checkDigit": "5",
                      "name": "Schultz LLC",
                      "number": "369",
                      "value": "Fk"
                    },
                    "workLocation": "Oeu"
                  },
                  "code": "by",
                  "details": {
                    "accountingCode": "lUgrBE",
                    "affectedCoupons": "38",
                    "currentDocumentStatus": "Dg",
                    "documentEventActivity": "orIhy",
                    "documentPurgeTypeCode": "wV",
                    "newReservation": "RYHYWK",
                    "oldRemark": "EYxXfiIclH",
                    "oldReservation": "WPMWGX",
                    "previousDocumentStatus": "qR",
                    "supportingDocument": "9082047654"
                  },
                  "number": 660,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "04",
                      "number": 647,
                      "sequence": 4
                    },
                    "supportingDocument": {
                      "affectedCoupons": "00",
                      "number": 63,
                      "sequence": 4
                    }
                  },
                  "sequence": 3,
                  "serviceCouponHistory": [
                    {
                      "coupon": 2,
                      "currentStatus": "ls",
                      "sequence": 1
                    },
                    {
                      "coupon": 7,
                      "currentStatus": "uC",
                      "sequence": 4
                    },
                    {
                      "coupon": 7,
                      "currentStatus": "gz",
                      "sequence": 4
                    }
                  ],
                  "transactionInfo": {
                    "id": "be14b852-cbb2-465b-98da-37b2edaae9a7",
                    "inputMessage": "IXgBbmYQDaGyZmQUrjTs",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Cole, Flatley and Brakus"
                  }
                }
              ],
              "id": "735157f1-2b6c-4657-9b20-9f2526cb4088",
              "issued": false,
              "issueDate": "2026-03-24T00:00:00.0Z",
              "issueTime": {
                "useForPricing": false,
                "value": "2026-05-15T00:00:00.0Z"
              },
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "SHP",
                    "value": 220.72
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "BCMrYJtrJV",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "XOF",
                    "value": 251.38
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "PEN",
                    "value": 356.45
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "RUB",
                    "value": 202.93
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": true,
                  "remarks": "swjDUgbglN",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "IRR",
                    "value": 167.83
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "SBD",
                    "value": 306.22
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "PYG",
                    "value": 52.89
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": false,
                  "remarks": "RadprptCAr",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "CHF",
                    "value": 130.41
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "LRD",
                    "value": 13.55
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "ZWL",
                    "value": 266.26
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": true,
                  "remarks": "EdoryRaDLs",
                  "sequence": 4,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "BWP",
                    "value": 224.85
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "DJF",
                    "value": 406.71
                  }
                }
              ],
              "presentCreditCard": false,
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "323849",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "MAD",
                      "value": 455.33
                    },
                    "valueCode": "2KWt"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 1.1513,
                      "bankerSellingRate": 0.8641,
                      "iataClearingHouseRate": 1.1119
                    },
                    "text": "768368",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "ZMW",
                      "value": 366.89
                    },
                    "valueCode": "6r5W"
                  },
                  "net": {
                    "text": "403625",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "MGA",
                      "value": 462.75
                    },
                    "valueCode": "KzH1"
                  },
                  "tax": [
                    {
                      "exempt": true,
                      "name": "XBgYzWioKY",
                      "sequence": 4,
                      "status": "JM",
                      "taxCode": "LLU",
                      "text": "227102",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MDL",
                        "value": 445.68
                      },
                      "valueCode": "yB4H"
                    },
                    {
                      "exempt": false,
                      "name": "uPHjXQgELt",
                      "sequence": 5,
                      "status": "PV",
                      "taxCode": "sAZ",
                      "text": "528430",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "DOP",
                        "value": 290.9
                      },
                      "valueCode": "EpNe"
                    },
                    {
                      "exempt": true,
                      "name": "lSPoUvtCzE",
                      "sequence": 1,
                      "status": "Th",
                      "taxCode": "WJQ",
                      "text": "797508",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "TTD",
                        "value": 317.41
                      },
                      "valueCode": "KpaZ"
                    },
                    {
                      "exempt": false,
                      "name": "qNalyDlTIN",
                      "sequence": 2,
                      "status": "iW",
                      "taxCode": "XOA",
                      "text": "225927",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MAD",
                        "value": 380.19
                      },
                      "valueCode": "MG0y"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 0.9439,
                    "text": "363624",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "MXN",
                      "value": 138.1
                    },
                    "valueCode": "BtIz"
                  },
                  "totalTax": {
                    "text": "871170",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "SZL",
                      "value": 212.15
                    },
                    "valueCode": "EXcE"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": true,
                      "name": "YmGPXMeQNa",
                      "sequence": 3,
                      "status": "ET",
                      "taxCode": "HXF",
                      "text": "016893",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "CVE",
                        "value": 28.3
                      },
                      "valueCode": "T6wl"
                    },
                    {
                      "exempt": false,
                      "name": "ILaOlQrYqf",
                      "sequence": 1,
                      "status": "zB",
                      "taxCode": "KUB",
                      "text": "319486",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MMK",
                        "value": 83.01
                      },
                      "valueCode": "XWmP"
                    },
                    {
                      "exempt": true,
                      "name": "JHWxjHafbN",
                      "sequence": 2,
                      "status": "XD",
                      "taxCode": "TkL",
                      "text": "758317",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MZN",
                        "value": 83.16
                      },
                      "valueCode": "LWaK"
                    }
                  ]
                }
              },
              "refundable": true,
              "relatedDocument": {
                "conjuctive": [
                  {
                    "checkDigit": "0",
                    "number": "4128204821425",
                    "sequence": 2
                  },
                  {
                    "checkDigit": "7",
                    "number": "1137412408126",
                    "sequence": 1
                  },
                  {
                    "checkDigit": "3",
                    "number": "6794515605878",
                    "sequence": 4
                  },
                  {
                    "checkDigit": "8",
                    "number": "0517500714058",
                    "sequence": 2
                  }
                ]
              },
              "reservation": {
                "creationDate": "2026-04-04T00:00:00.0Z",
                "provider": "Lebsack - Heller",
                "recordLocator": "SFUUJG"
              },
              "systemCreateDateTime": "2026-08-14T00:00:00.0Z",
              "ticketCoupon": [
                {
                  "bagAllowance": "0PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Must fit under seat",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "TICKET",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 170
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 184
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "IDHR0Ibv",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 89
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 77
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 52
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 133
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "8o3YDgiW",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 134
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 177
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "Ji8wVt_N",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 190
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 136
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 108
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 51
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 187
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "kPvno8hp",
                            "quantity": 1
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 195
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 149
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 91
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 132
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 127
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.8
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 59
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 89
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 184
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 133
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 130
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 21.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 147
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 192
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 56
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 169
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "Y4toxu",
                          "ruleType": "ADDITIONAL"
                        },
                        "id": "QssM8I-C",
                        "pricedAncillaryRef": "0lUyTrzr",
                        "quantity": 2,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 44.6
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 31.3
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 33.6
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "31Nx68aG",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 168
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 159
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.8
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "CAD",
                            "unitDescription": "per Piece",
                            "value": 23.09
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "8t_YOaRF",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 190
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 130
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 98
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 192
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 64
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.2
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "GMD",
                            "unitDescription": "per Piece",
                            "value": 49.69
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "odnEida1",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 76
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 54
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 97
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 112
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.1
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "CLP",
                            "unitDescription": "per Piece",
                            "value": 17.03
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 83
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "syqI33wI",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 57
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 134
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 98
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 160
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 15.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "o_zUD3Wa",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 196
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 108
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 116
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 40.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "AcPVdLM1",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 144
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "NJl4aNYO",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 75
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 80
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 149
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 83
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 38.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 1.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "DZzaYjBd",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 199
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 102
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 159
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 55
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "q2RoFG",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "9EpuxEod",
                          "pricedAncillaryRef": "0e19fuAJ",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 19.4
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 86
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 200
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 1.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 2.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "S-NrIQnp",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 106
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 64
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 131
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 155
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 34.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "TltaapAj",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 154
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 115
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 74
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 66
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 50
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 128
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 160
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 116
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 117
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 169
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 195
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 156
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 51
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 164
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 101
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 185
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "6FtAck",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "_D2zMGQi",
                          "pricedAncillaryRef": "e23emys_",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 41.2
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 151
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 133
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 112
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 77
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "mxhDfOP2",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 54
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 116
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 152
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 4.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "zsUsKt5T",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 121
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 68
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 13.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "-8mjsZkm",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 73
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 115
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 11
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 15.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "RZXYxs03",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 100
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 163
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 197
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 84
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 5.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "WwjPGfaT",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 162
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 70
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 178
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 193
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 14.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 122
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "p26B3W",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "q3aLJcP3",
                          "pricedAncillaryRef": "YnEglTAh",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 34.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 31.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 9.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 6.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 40.7
                            }
                          ],
                          "unknown": true
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "Y10CV3ty",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 113
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.8
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "SCR",
                            "unitDescription": "per Piece",
                            "value": 21.04
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "dwP35eSW",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 73
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 152
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.5
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "JOD",
                            "unitDescription": "per Piece",
                            "value": 39.05
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "QAD4VD14",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 53
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 127
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 187
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 145
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 69
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 46.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "EUR",
                            "unitDescription": "per Piece",
                            "value": 73.15
                          },
                          "notPermitted": true,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "qFxbyQ",
                    "value": "OK"
                  },
                  "classOfService": "r",
                  "couponNumber": "68",
                  "couponUse": "T",
                  "currentStatus": "dv",
                  "endDateTime": "2027-02-10T00:00:00.0Z",
                  "endLocation": "Fhv",
                  "fareBasisCode": "qIaSjyFD",
                  "marketingFlightNumber": "0445",
                  "marketingProvider": {
                    "checkDigit": "0",
                    "name": "Stamm - Bradtke",
                    "number": "040",
                    "value": "Xw"
                  },
                  "segmentRef": "15d928af-4f97-437e-8866-46eb66cfc7f1",
                  "startDateTime": "2026-10-26T00:00:00.0Z",
                  "startLocation": "uff",
                  "status": "USED",
                  "stopOver": "d"
                }
              ],
              "ticketNumber": {
                "airlineAccountingCode": "629",
                "checkDigit": "0",
                "number": "40764397703683",
                "serialNumber": "0807691040"
              },
              "ticketRemark": [
                {
                  "category": "MANUAL",
                  "header": "jDFuByibNl",
                  "remarkLine": "88auldEVZkENMDBjKN6TogdTNBuMLSXrg06wWkMgW9hASOaweH",
                  "sequence": 94,
                  "type": "Security"
                },
                {
                  "category": "PRIVATEFARETEXT",
                  "header": "vVApfZXQnl",
                  "remarkLine": "N4MURSIVi5xAMzoSMM2N1Lq5NdHlYcPPC0fUOAfys8HARmWo62",
                  "sequence": 92,
                  "type": "Security"
                }
              ],
              "tourNumber": "C4BRGi"
            }
          ],
          "timaticVerificationResults": {
            "status": "OVERRIDDEN",
            "timaticCountryRequirements": [
              {
                "country": "US",
                "countryName": "Croatia",
                "status": "NOT_OK_TO_BOARD",
                "timaticVerificationSection": [
                  {
                    "name": "OTHERS",
                    "timaticDetail": [
                      {
                        "subtype": "Applicable",
                        "type": "Visa",
                        "value": "Required"
                      },
                      {
                        "subtype": "Applicable",
                        "type": "Customs",
                        "value": "Required"
                      },
                      {
                        "subtype": "Restriction",
                        "type": "Customs",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Restriction",
                        "type": "Visa",
                        "value": "Conditional"
                      }
                    ]
                  },
                  {
                    "name": "PASSPORT",
                    "timaticDetail": [
                      {
                        "subtype": "Restriction",
                        "type": "Customs",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Recommendation",
                        "type": "Customs",
                        "value": "Conditional"
                      }
                    ]
                  },
                  {
                    "name": "EVALUATION_RESPONSE",
                    "timaticDetail": [
                      {
                        "subtype": "Applicable",
                        "type": "Passport",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Applicable",
                        "type": "Visa",
                        "value": "Required"
                      },
                      {
                        "subtype": "Exception",
                        "type": "Health",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Information",
                        "type": "Visa",
                        "value": "Exempt"
                      }
                    ]
                  }
                ]
              },
              {
                "country": "UA",
                "countryName": "Cambodia",
                "status": "CONDITIONAL",
                "timaticVerificationSection": [
                  {
                    "name": "HEALTH",
                    "timaticDetail": [
                      {
                        "subtype": "Requirement",
                        "type": "Passport",
                        "value": "Conditional"
                      }
                    ]
                  },
                  {
                    "name": "HEALTH",
                    "timaticDetail": [
                      {
                        "subtype": "Recommendation",
                        "type": "Health",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Information",
                        "type": "Visa",
                        "value": "Conditional"
                      }
                    ]
                  },
                  {
                    "name": "VISA",
                    "timaticDetail": [
                      {
                        "subtype": "Restriction",
                        "type": "Health",
                        "value": "Exempt"
                      },
                      {
                        "subtype": "Applicable",
                        "type": "Health",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Exception",
                        "type": "Customs",
                        "value": "Not Required"
                      }
                    ]
                  },
                  {
                    "name": "VISA",
                    "timaticDetail": [
                      {
                        "subtype": "Exception",
                        "type": "Passport",
                        "value": "Required"
                      }
                    ]
                  },
                  {
                    "name": "OTHERS",
                    "timaticDetail": [
                      {
                        "subtype": "Applicable",
                        "type": "Customs",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Information",
                        "type": "Passport",
                        "value": "Not Required"
                      }
                    ]
                  }
                ]
              },
              {
                "country": "CH",
                "countryName": "United States Minor Outlying Islands",
                "status": "NOT_OK_TO_BOARD",
                "timaticVerificationSection": [
                  {
                    "name": "VISA",
                    "timaticDetail": [
                      {
                        "subtype": "Requirement",
                        "type": "Visa",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Recommendation",
                        "type": "Visa",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Recommendation",
                        "type": "Passport",
                        "value": "Required"
                      }
                    ]
                  },
                  {
                    "name": "VISA",
                    "timaticDetail": [
                      {
                        "subtype": "Applicable",
                        "type": "Visa",
                        "value": "Required"
                      },
                      {
                        "subtype": "Exception",
                        "type": "Passport",
                        "value": "Required"
                      },
                      {
                        "subtype": "Recommendation",
                        "type": "Passport",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Recommendation",
                        "type": "Customs",
                        "value": "Conditional"
                      }
                    ]
                  },
                  {
                    "name": "EVALUATION_RESPONSE",
                    "timaticDetail": [
                      {
                        "subtype": "Information",
                        "type": "Health",
                        "value": "Required"
                      }
                    ]
                  },
                  {
                    "name": "VISA",
                    "timaticDetail": [
                      {
                        "subtype": "Exception",
                        "type": "Health",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Restriction",
                        "type": "Customs",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Information",
                        "type": "Passport",
                        "value": "Exempt"
                      },
                      {
                        "subtype": "Recommendation",
                        "type": "Visa",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Restriction",
                        "type": "Customs",
                        "value": "Not Required"
                      }
                    ]
                  }
                ]
              }
            ]
          },
          "transportationSecurity": {
            "knownTraveler": {
              "applicableCountryCode": "PS",
              "number": "352256"
            },
            "knownTravelerNumber": "636812",
            "preScreeningData": {
              "dateOfBirth": "1974-01-13",
              "gender": "B",
              "personName": {
                "first": "Edna",
                "last": "Goodwin",
                "middle": "London",
                "prefix": "Dr.",
                "raw": "Josephine Bartoletti",
                "suffix": "I"
              }
            },
            "redress": {
              "applicableCountryCode": "BH",
              "number": "173227"
            },
            "redresses": [
              {
                "applicableCountryCode": "ME",
                "number": "310976"
              },
              {
                "applicableCountryCode": "MG",
                "number": "132602"
              }
            ],
            "redressNumber": "7409501855"
          },
          "type": "ADULT",
          "weightCategory": "ADULT_FEMALE"
        },
        {
          "airExtra": [
            {
              "airExtraBundleRef": "52c35b41-bfb1-4723-8ca5-accb9dadafa1",
              "ancillary": {
                "airline": "[ob",
                "ancillaryRules": {
                  "commissionable": false,
                  "customRules": {
                    "applyHighestTierLevel": true,
                    "convertible": true,
                    "excludedFormOfPayment": [
                      "AX"
                    ],
                    "maxQuantityPerPassenger": 4
                  },
                  "exchangeable": false,
                  "feeApplicationMethod": {
                    "code": "1",
                    "value": "HALF_PERCENT_OF_FARE_PER_KG"
                  },
                  "formOfRefund": {
                    "code": "2",
                    "value": "VOUCHER"
                  },
                  "freeAllowanceEligibility": {
                    "quantity": 1
                  },
                  "freeOfChargeRules": [
                    "EMD_REQUIRED"
                  ],
                  "interlineable": true,
                  "inventoryControlled": false,
                  "paperTicketRequired": false,
                  "purchaseAtTicketIssue": false,
                  "purchaseBy": "2026-10-01",
                  "refundable": false,
                  "tourCode": "NXTSil"
                },
                "bagType": "BIKE",
                "bookingMethod": {
                  "code": "9 ",
                  "value": "SPECIAL_SERVICE_REQUEST"
                },
                "bundledAncillaryRefs": [
                  "id01",
                  "id02"
                ],
                "commercialName": "PRIORITY BOARDING",
                "displayOnly": false,
                "electronicMiscDocType": {
                  "code": "3",
                  "consumedAtIssuance": false,
                  "value": "FLIGHT_COUPON_ASSOCIATED"
                },
                "group": "SEA",
                "id": "mJJ7JX",
                "reasonForIssuance": {
                  "code": "G",
                  "value": "IN_FLIGHT_SERVICES"
                },
                "sequenceNumber": 26,
                "serviceType": {
                  "code": "kz",
                  "value": "CARRY_ON_BAGGAGE_ALLOWANCE"
                },
                "specialService": {
                  "code": "BGDA",
                  "requiredProperties": {
                    "propertyDefinition": [
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 20,
                        "min": 4,
                        "name": "SIZE",
                        "optional": false,
                        "type": "ENUM",
                        "unit": "KG"
                      }
                    ]
                  },
                  "type": "OPTIONAL"
                },
                "ssimCode": "1Y4",
                "subCode": "697",
                "vendor": "SABR",
                "weight": [
                  {
                    "unit": "KILOGRAM",
                    "value": 36.6
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 48.8
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 20.9
                  }
                ]
              },
              "bookingIndicator": "14",
              "disassociated": false,
              "emdNumber": {
                "number": "63839352491982"
              },
              "emdPaperIndicator": "E",
              "eMDSegmentCoupons": {
                "eMDSegmentCoupon": [
                  {
                    "emdCouponNumber": "92",
                    "segmentRef": "247a0091-b89d-401e-b925-f391a038ce47"
                  }
                ]
              },
              "feeApplicationIndicator": "12",
              "id": "602de79e-7933-47a2-90e8-6d110178e065",
              "miscFee": {
                "dealName": "SPRING DEAL",
                "group": "BG",
                "id": "869a3d2d-078d-4ac8-8578-f93e0133ab36",
                "offerName": "MAY WEEKEND DISCOUNT",
                "reasonForIssuance": "G",
                "subCode": "266"
              },
              "offerId": {
                "id": "6542e3f6-e9ba-4ea3-948f-513054566adf",
                "itemId": "f7971ede-663e-4a41-9a89-c552eba3cb94"
              },
              "passengerSegmentRefs": [
                "id01",
                "id02"
              ],
              "paymentStatus": {
                "statusCode": "HD",
                "value": "FULFILLED"
              },
              "pnrId": "APNUDF",
              "quantity": 3,
              "specialServiceDescription": {
                "code": "fIFD",
                "properties": {
                  "property": [
                    {
                      "name": "MINIMUM_AGE_REQUIRED",
                      "value": "491"
                    },
                    {
                      "name": "TIME_TO_OPEN_CHECK_IN",
                      "value": "959"
                    }
                  ]
                },
                "text": "ZUDCFvlPOCRSvpF"
              },
              "syntheticIdentifier": "89522690032006938777",
              "taxExemption": false,
              "ticketUsedForEmdPricing": "N",
              "type": "ANCILLARY",
              "weight": {
                "unit": "KILOGRAM",
                "value": 21.8
              }
            },
            {
              "airExtraBundleRef": "852bdc6f-bd17-4da6-8182-d1984090e69f",
              "ancillary": {
                "airline": "[ob",
                "ancillaryRules": {
                  "commissionable": true,
                  "customRules": {
                    "applyHighestTierLevel": false,
                    "convertible": true,
                    "excludedFormOfPayment": [
                      "AX"
                    ],
                    "maxQuantityPerPassenger": 5
                  },
                  "exchangeable": true,
                  "feeApplicationMethod": {
                    "code": "3",
                    "value": "ONE_WAY"
                  },
                  "formOfRefund": {
                    "code": "2",
                    "value": "VOUCHER"
                  },
                  "freeAllowanceEligibility": {
                    "quantity": 1
                  },
                  "freeOfChargeRules": [
                    "BOOKING_REQUIRED",
                    "EMD_REQUIRED",
                    "EMD_REQUIRED",
                    "EMD_REQUIRED"
                  ],
                  "interlineable": false,
                  "inventoryControlled": true,
                  "paperTicketRequired": false,
                  "purchaseAtTicketIssue": true,
                  "purchaseBy": "2026-11-04",
                  "refundable": false,
                  "tourCode": "yXzYNx"
                },
                "bagType": "PET",
                "bookingMethod": {
                  "code": "5-",
                  "value": "SPECIAL_SERVICE_REQUEST"
                },
                "bundledAncillaryRefs": [
                  "id01",
                  "id02"
                ],
                "commercialName": "UPTO50LB 23KG",
                "displayOnly": false,
                "electronicMiscDocType": {
                  "code": "2",
                  "consumedAtIssuance": false,
                  "value": "STANDALONE"
                },
                "group": "MEA",
                "id": "R2_OYI",
                "reasonForIssuance": {
                  "code": "B",
                  "value": "BAGGAGE"
                },
                "sequenceNumber": 96,
                "serviceType": {
                  "code": "GN",
                  "value": "EMBARGOES"
                },
                "specialService": {
                  "code": "PETC",
                  "requiredProperties": {
                    "propertyDefinition": [
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 48,
                        "min": 1,
                        "name": "AGE",
                        "optional": false,
                        "type": "INT",
                        "unit": "IN"
                      },
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 47,
                        "min": 3,
                        "name": "SIZE",
                        "optional": true,
                        "type": "TEXT",
                        "unit": "IN"
                      },
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 43,
                        "min": 3,
                        "name": "WEIGHT",
                        "optional": false,
                        "type": "DECIMAL",
                        "unit": "LB"
                      }
                    ]
                  },
                  "type": "STRUCTURED"
                },
                "ssimCode": "oCc",
                "subCode": "488",
                "vendor": "MMGR",
                "weight": [
                  {
                    "unit": "KILOGRAM",
                    "value": 19.2
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 20.6
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 3.4
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 19.9
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 21
                  }
                ]
              },
              "bookingIndicator": "50",
              "disassociated": true,
              "emdNumber": {
                "number": "81910581519305"
              },
              "emdPaperIndicator": "E",
              "eMDSegmentCoupons": {
                "eMDSegmentCoupon": [
                  {
                    "emdCouponNumber": "59",
                    "segmentRef": "2cf1a110-2961-4b93-9f9f-d9db738ff96e"
                  },
                  {
                    "emdCouponNumber": "40",
                    "segmentRef": "10d7c3dd-5159-4a82-8c55-5be419a7b529"
                  }
                ]
              },
              "feeApplicationIndicator": "95",
              "id": "8d6a63c4-4ea2-4942-9408-fb0b3bd656a1",
              "miscFee": {
                "dealName": "WINTER SALE",
                "group": "BG",
                "id": "06106da0-571a-4d41-b349-ce4abb053665",
                "offerName": "OFFER A",
                "reasonForIssuance": "R",
                "subCode": "332"
              },
              "offerId": {
                "id": "f41b0bdf-e61d-4493-b2e9-54934d32b3a9",
                "itemId": "083a0cc8-508c-47ba-9880-0c86943dc488"
              },
              "passengerSegmentRefs": [
                "id01",
                "id02"
              ],
              "paymentStatus": {
                "statusCode": "OK",
                "value": "FULFILLED"
              },
              "pnrId": "RKWHWU",
              "quantity": 5,
              "specialServiceDescription": {
                "code": "rEna",
                "properties": {
                  "property": [
                    {
                      "name": "MINIMUM_AGE_REQUIRED",
                      "value": "724"
                    }
                  ]
                },
                "text": "ODOtwGhmVoHalBO"
              },
              "syntheticIdentifier": "07663128564504635013",
              "taxExemption": true,
              "ticketUsedForEmdPricing": "N",
              "type": "MISC_FEE",
              "weight": {
                "unit": "KILOGRAM",
                "value": 18.5
              }
            },
            {
              "airExtraBundleRef": "a91b9834-ab1b-4556-9c30-5b35984e9f57",
              "ancillary": {
                "airline": "[ob",
                "ancillaryRules": {
                  "commissionable": true,
                  "customRules": {
                    "applyHighestTierLevel": false,
                    "convertible": true,
                    "excludedFormOfPayment": [
                      "AX"
                    ],
                    "maxQuantityPerPassenger": 6
                  },
                  "exchangeable": true,
                  "feeApplicationMethod": {
                    "code": "3",
                    "value": "ONE_WAY"
                  },
                  "formOfRefund": {
                    "code": "1",
                    "value": "VOUCHER"
                  },
                  "freeAllowanceEligibility": {
                    "quantity": 5
                  },
                  "freeOfChargeRules": [
                    "EMD_REQUIRED",
                    "EMD_REQUIRED",
                    "BOOKING_REQUIRED"
                  ],
                  "interlineable": false,
                  "inventoryControlled": false,
                  "paperTicketRequired": false,
                  "purchaseAtTicketIssue": false,
                  "purchaseBy": "2027-07-24",
                  "refundable": true,
                  "tourCode": "nOJsKH"
                },
                "bagType": "PET",
                "bookingMethod": {
                  "code": "2^",
                  "value": "SPECIAL_SERVICE_REQUEST"
                },
                "bundledAncillaryRefs": [
                  "id01",
                  "id02"
                ],
                "commercialName": "EXTRA LEGROOM",
                "displayOnly": true,
                "electronicMiscDocType": {
                  "code": "1",
                  "consumedAtIssuance": false,
                  "value": "STANDALONE"
                },
                "group": "WIF",
                "id": "Gh3KYP",
                "reasonForIssuance": {
                  "code": "G",
                  "value": "INDIVIDUAL_AIRLINE_USE"
                },
                "sequenceNumber": 23,
                "serviceType": {
                  "code": "cc",
                  "value": "FLIGHT_RELATED"
                },
                "specialService": {
                  "code": "WCHR",
                  "requiredProperties": {
                    "propertyDefinition": [
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 23,
                        "min": 4,
                        "name": "AGE",
                        "optional": true,
                        "type": "DECIMAL",
                        "unit": "IN"
                      },
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 90,
                        "min": 1,
                        "name": "WEIGHT",
                        "optional": true,
                        "type": "ENUM",
                        "unit": "CM"
                      },
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 74,
                        "min": 1,
                        "name": "SIZE",
                        "optional": true,
                        "type": "ENUM",
                        "unit": "CM"
                      }
                    ]
                  },
                  "type": "STRUCTURED"
                },
                "ssimCode": "JyD",
                "subCode": "525",
                "vendor": "MMGR",
                "weight": [
                  {
                    "unit": "KILOGRAM",
                    "value": 9.6
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 44.1
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 47.3
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 25.3
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 15.2
                  }
                ]
              },
              "bookingIndicator": "37",
              "disassociated": false,
              "emdNumber": {
                "number": "74772525464245"
              },
              "emdPaperIndicator": "E",
              "eMDSegmentCoupons": {
                "eMDSegmentCoupon": [
                  {
                    "emdCouponNumber": "57",
                    "segmentRef": "cb6b55a2-cfce-42a7-aa86-08d6c0ef9f06"
                  },
                  {
                    "emdCouponNumber": "92",
                    "segmentRef": "575136ea-16cb-486b-9eb0-c5dcadefaa91"
                  },
                  {
                    "emdCouponNumber": "52",
                    "segmentRef": "ef24ae49-8f63-4a6d-b5da-581f5afb71cd"
                  },
                  {
                    "emdCouponNumber": "49",
                    "segmentRef": "423ef88b-88be-47cf-bcee-5f6626377e3c"
                  },
                  {
                    "emdCouponNumber": "35",
                    "segmentRef": "ae907620-28ab-4fd9-aee0-2bb581c1f7fa"
                  }
                ]
              },
              "feeApplicationIndicator": "30",
              "id": "d7538d11-5e7f-461f-b0f5-d58a580e68b6",
              "miscFee": {
                "dealName": "WINTER SALE",
                "group": "BG",
                "id": "2ddc2da8-a861-4814-b26d-5bebe65a9f7d",
                "offerName": "MAY WEEKEND DISCOUNT",
                "reasonForIssuance": "G",
                "subCode": "673"
              },
              "offerId": {
                "id": "929ba120-7226-4806-a25a-fb82bfec24ea",
                "itemId": "55ddcad1-9b98-4788-9e83-c8675c8b22ce"
              },
              "passengerSegmentRefs": [
                "id01",
                "id02"
              ],
              "paymentStatus": {
                "statusCode": "PD",
                "value": "FULFILLED"
              },
              "pnrId": "QKZHTP",
              "quantity": 3,
              "specialServiceDescription": {
                "code": "tuDb",
                "properties": {
                  "property": [
                    {
                      "name": "DOCUMENT_EXPIRY_THRESHOLD",
                      "value": "800"
                    },
                    {
                      "name": "MINIMUM_AGE_REQUIRED",
                      "value": "473"
                    }
                  ]
                },
                "text": "BAsCBjUXnrhQcGQ"
              },
              "syntheticIdentifier": "81648748269489762174",
              "taxExemption": false,
              "ticketUsedForEmdPricing": "Y",
              "type": "ANCILLARY",
              "weight": {
                "unit": "KILOGRAM",
                "value": 31.6
              }
            },
            {
              "airExtraBundleRef": "6ad309c6-faf8-447f-ba46-035649c679e3",
              "ancillary": {
                "airline": "[ob",
                "ancillaryRules": {
                  "commissionable": false,
                  "customRules": {
                    "applyHighestTierLevel": true,
                    "convertible": true,
                    "excludedFormOfPayment": [
                      "AX"
                    ],
                    "maxQuantityPerPassenger": 8
                  },
                  "exchangeable": true,
                  "feeApplicationMethod": {
                    "code": "3",
                    "value": "ONE_WAY"
                  },
                  "formOfRefund": {
                    "code": "3",
                    "value": "VOUCHER"
                  },
                  "freeAllowanceEligibility": {
                    "quantity": 4
                  },
                  "freeOfChargeRules": [
                    "EMD_REQUIRED"
                  ],
                  "interlineable": true,
                  "inventoryControlled": false,
                  "paperTicketRequired": false,
                  "purchaseAtTicketIssue": false,
                  "purchaseBy": "2027-03-31",
                  "refundable": true,
                  "tourCode": "ATwM5t"
                },
                "bagType": "GOLF",
                "bookingMethod": {
                  "code": "7 ",
                  "value": "PER_SERVICE_RECORD"
                },
                "bundledAncillaryRefs": [
                  "id01",
                  "id02"
                ],
                "commercialName": "UPTO50LB 23KG",
                "displayOnly": true,
                "electronicMiscDocType": {
                  "code": "2",
                  "consumedAtIssuance": false,
                  "value": "STANDALONE"
                },
                "group": "BG",
                "id": "1gXhxb",
                "reasonForIssuance": {
                  "code": "A",
                  "value": "UNKNOWN"
                },
                "sequenceNumber": 65,
                "serviceType": {
                  "code": "6k",
                  "value": "CHARGES"
                },
                "specialService": {
                  "code": "WCHR",
                  "requiredProperties": {
                    "propertyDefinition": [
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 93,
                        "min": 3,
                        "name": "SIZE",
                        "optional": true,
                        "type": "ENUM",
                        "unit": "CM"
                      },
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 25,
                        "min": 2,
                        "name": "AGE",
                        "optional": true,
                        "type": "TEXT",
                        "unit": "IN"
                      }
                    ]
                  },
                  "type": "STRUCTURED"
                },
                "ssimCode": "Mn4",
                "subCode": "766",
                "vendor": "AMAD",
                "weight": [
                  {
                    "unit": "KILOGRAM",
                    "value": 41.5
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 26.4
                  }
                ]
              },
              "bookingIndicator": "39",
              "disassociated": false,
              "emdNumber": {
                "number": "40047374363627"
              },
              "emdPaperIndicator": "E",
              "eMDSegmentCoupons": {
                "eMDSegmentCoupon": [
                  {
                    "emdCouponNumber": "17",
                    "segmentRef": "27a6db6a-f5a8-48d3-bf07-3b4cacca58cc"
                  },
                  {
                    "emdCouponNumber": "54",
                    "segmentRef": "7a1e62e8-bb0b-498a-8383-49f72fbe4730"
                  },
                  {
                    "emdCouponNumber": "15",
                    "segmentRef": "d024419e-fb3a-4daa-b629-09d986892e6f"
                  },
                  {
                    "emdCouponNumber": "83",
                    "segmentRef": "5a5b7dd8-8543-4bd8-ae03-aae5b7c1c714"
                  },
                  {
                    "emdCouponNumber": "51",
                    "segmentRef": "c87562e1-ec2b-4266-bfa6-390fd73d40d5"
                  }
                ]
              },
              "feeApplicationIndicator": "50",
              "id": "fca58d64-1d98-46c9-9246-3c123aacd627",
              "miscFee": {
                "dealName": "SPRING DEAL",
                "group": "SEA",
                "id": "2fbae37e-7c97-4187-a9de-56e3db0f601e",
                "offerName": "OFFER A",
                "reasonForIssuance": "A",
                "subCode": "178"
              },
              "offerId": {
                "id": "7623c85c-8f12-4389-99f6-5bfc8f5a7e47",
                "itemId": "5ff62ab5-9b7d-47e9-bca6-eb04fd8f7df3"
              },
              "passengerSegmentRefs": [
                "id01",
                "id02"
              ],
              "paymentStatus": {
                "statusCode": "PD",
                "value": "UNSUPPORTED"
              },
              "pnrId": "RMGCXV",
              "quantity": 2,
              "specialServiceDescription": {
                "code": "OWYc",
                "properties": {
                  "property": [
                    {
                      "name": "DOCUMENT_EXPIRY_THRESHOLD",
                      "value": "381"
                    },
                    {
                      "name": "TIME_TO_OPEN_CHECK_IN",
                      "value": "542"
                    }
                  ]
                },
                "text": "IvsHEJCFOvzeKWu"
              },
              "syntheticIdentifier": "07202881984355192879",
              "taxExemption": true,
              "ticketUsedForEmdPricing": "Y",
              "type": "MISC_FEE",
              "weight": {
                "unit": "KILOGRAM",
                "value": 11.4
              }
            },
            {
              "airExtraBundleRef": "b64d6b23-5ad7-4735-8b86-97f1e43bff26",
              "ancillary": {
                "airline": "[ob",
                "ancillaryRules": {
                  "commissionable": true,
                  "customRules": {
                    "applyHighestTierLevel": true,
                    "convertible": false,
                    "excludedFormOfPayment": [
                      "AX"
                    ],
                    "maxQuantityPerPassenger": 1
                  },
                  "exchangeable": false,
                  "feeApplicationMethod": {
                    "code": "1",
                    "value": "ONE_WAY"
                  },
                  "formOfRefund": {
                    "code": "2",
                    "value": "ORIGINAL"
                  },
                  "freeAllowanceEligibility": {
                    "quantity": 4
                  },
                  "freeOfChargeRules": [
                    "EMD_REQUIRED"
                  ],
                  "interlineable": false,
                  "inventoryControlled": false,
                  "paperTicketRequired": false,
                  "purchaseAtTicketIssue": true,
                  "purchaseBy": "2027-06-13",
                  "refundable": false,
                  "tourCode": "s7ludP"
                },
                "bagType": "BIKE",
                "bookingMethod": {
                  "code": "6_",
                  "value": "ANY_ALLOWED"
                },
                "bundledAncillaryRefs": [
                  "id01",
                  "id02"
                ],
                "commercialName": "PRIORITY BOARDING",
                "displayOnly": false,
                "electronicMiscDocType": {
                  "code": "3",
                  "consumedAtIssuance": true,
                  "value": "STANDALONE"
                },
                "group": "WIF",
                "id": "th0U5d",
                "reasonForIssuance": {
                  "code": "A",
                  "value": "UNKNOWN"
                },
                "sequenceNumber": 16,
                "serviceType": {
                  "code": "MG",
                  "value": "CHARGES"
                },
                "specialService": {
                  "code": "PETC",
                  "requiredProperties": {
                    "propertyDefinition": [
                      {
                        "allowedValue": [
                          "DOG"
                        ],
                        "max": 84,
                        "min": 2,
                        "name": "WEIGHT",
                        "optional": false,
                        "type": "DECIMAL",
                        "unit": "KG"
                      }
                    ]
                  },
                  "type": "REQUIRED"
                },
                "ssimCode": "gvl",
                "subCode": "706",
                "vendor": "SABR",
                "weight": [
                  {
                    "unit": "KILOGRAM",
                    "value": 38.8
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 42.1
                  },
                  {
                    "unit": "KILOGRAM",
                    "value": 16.8
                  }
                ]
              },
              "bookingIndicator": "43",
              "disassociated": false,
              "emdNumber": {
                "number": "42884345756989"
              },
              "emdPaperIndicator": "E",
              "eMDSegmentCoupons": {
                "eMDSegmentCoupon": [
                  {
                    "emdCouponNumber": "63",
                    "segmentRef": "71b2f887-2d9a-4922-b30e-a588cf9f8318"
                  },
                  {
                    "emdCouponNumber": "64",
                    "segmentRef": "c1498585-5f15-4b8a-96b8-998f3c140ec9"
                  },
                  {
                    "emdCouponNumber": "26",
                    "segmentRef": "6aa040dd-4d94-4c88-bea0-bd8147ec5705"
                  },
                  {
                    "emdCouponNumber": "60",
                    "segmentRef": "d60ae7b9-8f10-4a39-83fc-0cab63b5401a"
                  }
                ]
              },
              "feeApplicationIndicator": "85",
              "id": "2184d2f3-7573-4634-aa82-bfabe33b8fbd",
              "miscFee": {
                "dealName": "WINTER SALE",
                "group": "SEA",
                "id": "f71cc9f2-eb28-4ae6-a801-a701db3fd001",
                "offerName": "MAY WEEKEND DISCOUNT",
                "reasonForIssuance": "A",
                "subCode": "077"
              },
              "offerId": {
                "id": "fb6d4e7c-8116-43e5-a30f-3c4224c69cc6",
                "itemId": "60884260-29ee-421e-b3b3-609a595359b5"
              },
              "passengerSegmentRefs": [
                "id01",
                "id02"
              ],
              "paymentStatus": {
                "statusCode": "PD",
                "value": "UNSUPPORTED"
              },
              "pnrId": "QCPUJA",
              "quantity": 1,
              "specialServiceDescription": {
                "code": "Lvys",
                "properties": {
                  "property": [
                    {
                      "name": "MINIMUM_AGE_REQUIRED",
                      "value": "250"
                    },
                    {
                      "name": "DOCUMENT_EXPIRY_THRESHOLD",
                      "value": "361"
                    },
                    {
                      "name": "TIME_TO_OPEN_CHECK_IN",
                      "value": "567"
                    },
                    {
                      "name": "TIME_TO_OPEN_CHECK_IN",
                      "value": "867"
                    },
                    {
                      "name": "DOCUMENT_EXPIRY_THRESHOLD",
                      "value": "687"
                    }
                  ]
                },
                "text": "awLMktpeUPdkKEb"
              },
              "syntheticIdentifier": "29722339353001759755",
              "taxExemption": true,
              "ticketUsedForEmdPricing": "N",
              "type": "ANCILLARY",
              "weight": {
                "unit": "KILOGRAM",
                "value": 22.1
              }
            }
          ],
          "airExtraBundle": [
            {
              "childRef": [
                "id01",
                "id02"
              ],
              "id": "f536ca12-e73c-437f-8708-a8c11fe9e8a9",
              "parentRef": "b8b70525-a99d-4f54-9283-c1d1851b7e90"
            },
            {
              "childRef": [
                "id01",
                "id02"
              ],
              "id": "291472b9-7543-4aca-8847-ea4070035694",
              "parentRef": "57893a90-2d9d-4a84-a0bc-e5e16274b4ba"
            },
            {
              "childRef": [
                "id01",
                "id02"
              ],
              "id": "9480e41c-bc22-40a6-939f-7a09a6253b8d",
              "parentRef": "1f8de6c1-85de-49ab-a013-947788bd698f"
            }
          ],
          "airExtraDocument": [
            {
              "airExtraDocumentCoupon": [
                {
                  "number": 88,
                  "passengerSegmentRef": "e69737af-a86f-4fba-9522-30d9eaa4ad85",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "MDL",
                        "value": 29.33
                      },
                      "code": "rD",
                      "conversionRatio": {
                        "minimumPoints": 925,
                        "value": 0.4
                      },
                      "equivAmount": {
                        "currency": "BMD",
                        "value": 105.34
                      },
                      "override": true,
                      "points": 19899,
                      "referenceAmount": {
                        "currency": "BHD",
                        "value": 374.08
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "GYD",
                          "value": 83.42
                        },
                        "code": "jn",
                        "conversionRatio": {
                          "minimumPoints": 679,
                          "value": 0.52
                        },
                        "equivAmount": {
                          "currency": "KES",
                          "value": 70.72
                        },
                        "override": true,
                        "points": 34084,
                        "referenceAmount": {
                          "currency": "BHD",
                          "value": 381.53
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BYN",
                          "value": 100.51
                        },
                        "code": "br",
                        "conversionRatio": {
                          "minimumPoints": 862,
                          "value": 0.17
                        },
                        "equivAmount": {
                          "currency": "STN",
                          "value": 401.47
                        },
                        "override": false,
                        "points": 18655,
                        "referenceAmount": {
                          "currency": "SZL",
                          "value": 425.55
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "XOF",
                          "value": 403.94
                        },
                        "code": "iz",
                        "conversionRatio": {
                          "minimumPoints": 843,
                          "value": 0.61
                        },
                        "equivAmount": {
                          "currency": "VUV",
                          "value": 159.88
                        },
                        "override": false,
                        "points": 14844,
                        "referenceAmount": {
                          "currency": "BWP",
                          "value": 114.26
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "BGN",
                          "value": 109.69
                        },
                        "code": "hy",
                        "conversionRatio": {
                          "minimumPoints": 689,
                          "value": 0.35
                        },
                        "equivAmount": {
                          "currency": "BTN",
                          "value": 13.3
                        },
                        "override": false,
                        "points": 37447,
                        "referenceAmount": {
                          "currency": "LYD",
                          "value": 206.96
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SBD",
                          "value": 467.27
                        },
                        "code": "KT",
                        "conversionRatio": {
                          "minimumPoints": 440,
                          "value": 0.25
                        },
                        "equivAmount": {
                          "currency": "CDF",
                          "value": 97.98
                        },
                        "override": false,
                        "points": 24431,
                        "referenceAmount": {
                          "currency": "AOA",
                          "value": 345.32
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "GYD",
                          "value": 279.26
                        },
                        "code": "ca",
                        "conversionRatio": {
                          "minimumPoints": 700,
                          "value": 0.61
                        },
                        "equivAmount": {
                          "currency": "MZN",
                          "value": 29.03
                        },
                        "override": false,
                        "points": 6188,
                        "referenceAmount": {
                          "currency": "TOP",
                          "value": 219.14
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "TMT",
                          "value": 388.42
                        },
                        "code": "yC",
                        "conversionRatio": {
                          "minimumPoints": 489,
                          "value": 0.79
                        },
                        "equivAmount": {
                          "currency": "DKK",
                          "value": 236.99
                        },
                        "override": false,
                        "points": 40855,
                        "referenceAmount": {
                          "currency": "ZMW",
                          "value": 461.5
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "VND",
                          "value": 33.24
                        },
                        "code": "zm",
                        "conversionRatio": {
                          "minimumPoints": 583,
                          "value": 0.34
                        },
                        "equivAmount": {
                          "currency": "CAD",
                          "value": 115.89
                        },
                        "override": true,
                        "points": 38661,
                        "referenceAmount": {
                          "currency": "TND",
                          "value": 143.47
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "UAH",
                          "value": 280.31
                        },
                        "code": "Fb",
                        "conversionRatio": {
                          "minimumPoints": 500,
                          "value": 0.52
                        },
                        "equivAmount": {
                          "currency": "BMD",
                          "value": 193.68
                        },
                        "override": false,
                        "points": 39656,
                        "referenceAmount": {
                          "currency": "BOB",
                          "value": 319.73
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "XOF",
                          "value": 192.37
                        },
                        "code": "ue",
                        "conversionRatio": {
                          "minimumPoints": 725,
                          "value": 0.18
                        },
                        "equivAmount": {
                          "currency": "UGX",
                          "value": 85.3
                        },
                        "override": false,
                        "points": 31045,
                        "referenceAmount": {
                          "currency": "RWF",
                          "value": 287.15
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BND",
                          "value": 426.99
                        },
                        "code": "rU",
                        "conversionRatio": {
                          "minimumPoints": 762,
                          "value": 0.37
                        },
                        "equivAmount": {
                          "currency": "MYR",
                          "value": 22.21
                        },
                        "override": false,
                        "points": 41606,
                        "referenceAmount": {
                          "currency": "RON",
                          "value": 361.53
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SAR",
                          "value": 31.1
                        },
                        "code": "pD",
                        "conversionRatio": {
                          "minimumPoints": 204,
                          "value": 0.69
                        },
                        "equivAmount": {
                          "currency": "BWP",
                          "value": 492.45
                        },
                        "override": false,
                        "points": 30747,
                        "referenceAmount": {
                          "currency": "THB",
                          "value": 422.63
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "AFN",
                          "value": 359.09
                        },
                        "code": "te",
                        "conversionRatio": {
                          "minimumPoints": 344,
                          "value": 0.59
                        },
                        "equivAmount": {
                          "currency": "BBD",
                          "value": 226.23
                        },
                        "override": true,
                        "points": 35747,
                        "referenceAmount": {
                          "currency": "AOA",
                          "value": 371.43
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "YER",
                          "value": 110.44
                        },
                        "code": "Bs",
                        "conversionRatio": {
                          "minimumPoints": 903,
                          "value": 0.33
                        },
                        "equivAmount": {
                          "currency": "ZWL",
                          "value": 398.97
                        },
                        "override": true,
                        "points": 12553,
                        "referenceAmount": {
                          "currency": "MWK",
                          "value": 8.29
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "MKD",
                          "value": 315.92
                        },
                        "code": "Ec",
                        "conversionRatio": {
                          "minimumPoints": 605,
                          "value": 0.79
                        },
                        "equivAmount": {
                          "currency": "CVE",
                          "value": 246.89
                        },
                        "override": false,
                        "points": 48512,
                        "referenceAmount": {
                          "currency": "SCR",
                          "value": 426.03
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "MNT",
                        "value": 11.86
                      },
                      "code": "LW",
                      "conversionRatio": {
                        "minimumPoints": 979,
                        "value": 0.71
                      },
                      "equivAmount": {
                        "currency": "DKK",
                        "value": 378.06
                      },
                      "override": false,
                      "points": 41871,
                      "referenceAmount": {
                        "currency": "KHR",
                        "value": 254.84
                      },
                      "taxType": "FLAT"
                    }
                  }
                },
                {
                  "number": 68,
                  "passengerSegmentRef": "e686f278-dd9a-4d09-bb42-d0f722285119",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "JOD",
                        "value": 74.67
                      },
                      "code": "Di",
                      "conversionRatio": {
                        "minimumPoints": 842,
                        "value": 0.84
                      },
                      "equivAmount": {
                        "currency": "BIF",
                        "value": 309.85
                      },
                      "override": true,
                      "points": 31747,
                      "referenceAmount": {
                        "currency": "MRU",
                        "value": 199.51
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "DJF",
                          "value": 51.14
                        },
                        "code": "ps",
                        "conversionRatio": {
                          "minimumPoints": 241,
                          "value": 0.72
                        },
                        "equivAmount": {
                          "currency": "TRY",
                          "value": 399.36
                        },
                        "override": false,
                        "points": 23842,
                        "referenceAmount": {
                          "currency": "USD",
                          "value": 295.54
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "FKP",
                          "value": 444.9
                        },
                        "code": "mT",
                        "conversionRatio": {
                          "minimumPoints": 586,
                          "value": 0.96
                        },
                        "equivAmount": {
                          "currency": "CRC",
                          "value": 114.82
                        },
                        "override": true,
                        "points": 36005,
                        "referenceAmount": {
                          "currency": "BRL",
                          "value": 324.47
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "AWG",
                          "value": 47.59
                        },
                        "code": "Dx",
                        "conversionRatio": {
                          "minimumPoints": 749,
                          "value": 0.46
                        },
                        "equivAmount": {
                          "currency": "UYU",
                          "value": 393.05
                        },
                        "override": false,
                        "points": 8428,
                        "referenceAmount": {
                          "currency": "NIO",
                          "value": 171.62
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "EGP",
                          "value": 390.65
                        },
                        "code": "uj",
                        "conversionRatio": {
                          "minimumPoints": 110,
                          "value": 0.4
                        },
                        "equivAmount": {
                          "currency": "LAK",
                          "value": 63.27
                        },
                        "override": false,
                        "points": 34139,
                        "referenceAmount": {
                          "currency": "JOD",
                          "value": 69.87
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "GMD",
                          "value": 497.75
                        },
                        "code": "XC",
                        "conversionRatio": {
                          "minimumPoints": 232,
                          "value": 0.34
                        },
                        "equivAmount": {
                          "currency": "TTD",
                          "value": 406.69
                        },
                        "override": false,
                        "points": 34892,
                        "referenceAmount": {
                          "currency": "JPY",
                          "value": 499.74
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BRL",
                          "value": 142.64
                        },
                        "code": "WD",
                        "conversionRatio": {
                          "minimumPoints": 126,
                          "value": 0.55
                        },
                        "equivAmount": {
                          "currency": "GMD",
                          "value": 195.75
                        },
                        "override": true,
                        "points": 29650,
                        "referenceAmount": {
                          "currency": "LBP",
                          "value": 263.34
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "NZD",
                          "value": 446.55
                        },
                        "code": "KQ",
                        "conversionRatio": {
                          "minimumPoints": 241,
                          "value": 0.69
                        },
                        "equivAmount": {
                          "currency": "BHD",
                          "value": 226.42
                        },
                        "override": true,
                        "points": 17517,
                        "referenceAmount": {
                          "currency": "LRD",
                          "value": 251.79
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BOB",
                          "value": 188.46
                        },
                        "code": "fD",
                        "conversionRatio": {
                          "minimumPoints": 791,
                          "value": 0.99
                        },
                        "equivAmount": {
                          "currency": "NPR",
                          "value": 181.01
                        },
                        "override": false,
                        "points": 16515,
                        "referenceAmount": {
                          "currency": "STN",
                          "value": 26.93
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "HUF",
                          "value": 117.74
                        },
                        "code": "su",
                        "conversionRatio": {
                          "minimumPoints": 107,
                          "value": 0.82
                        },
                        "equivAmount": {
                          "currency": "DZD",
                          "value": 121.1
                        },
                        "override": false,
                        "points": 7380,
                        "referenceAmount": {
                          "currency": "IQD",
                          "value": 278.29
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ARS",
                          "value": 385.29
                        },
                        "code": "fy",
                        "conversionRatio": {
                          "minimumPoints": 713,
                          "value": 0.88
                        },
                        "equivAmount": {
                          "currency": "MUR",
                          "value": 73.07
                        },
                        "override": false,
                        "points": 29086,
                        "referenceAmount": {
                          "currency": "HTG",
                          "value": 267.07
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SRD",
                          "value": 142.68
                        },
                        "code": "Xh",
                        "conversionRatio": {
                          "minimumPoints": 266,
                          "value": 0.71
                        },
                        "equivAmount": {
                          "currency": "USD",
                          "value": 232.18
                        },
                        "override": false,
                        "points": 45009,
                        "referenceAmount": {
                          "currency": "NGN",
                          "value": 232.84
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MZN",
                          "value": 20.11
                        },
                        "code": "oc",
                        "conversionRatio": {
                          "minimumPoints": 480,
                          "value": 0.77
                        },
                        "equivAmount": {
                          "currency": "LSL",
                          "value": 327.6
                        },
                        "override": true,
                        "points": 39385,
                        "referenceAmount": {
                          "currency": "UGX",
                          "value": 397.26
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "KWD",
                          "value": 335.35
                        },
                        "code": "fw",
                        "conversionRatio": {
                          "minimumPoints": 372,
                          "value": 0.91
                        },
                        "equivAmount": {
                          "currency": "CVE",
                          "value": 294.14
                        },
                        "override": false,
                        "points": 25615,
                        "referenceAmount": {
                          "currency": "TOP",
                          "value": 212.13
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "XAF",
                        "value": 201.9
                      },
                      "code": "Yv",
                      "conversionRatio": {
                        "minimumPoints": 776,
                        "value": 0.77
                      },
                      "equivAmount": {
                        "currency": "KPW",
                        "value": 192.79
                      },
                      "override": true,
                      "points": 19972,
                      "referenceAmount": {
                        "currency": "TRY",
                        "value": 119.45
                      },
                      "taxType": "FLAT"
                    }
                  }
                },
                {
                  "number": 67,
                  "passengerSegmentRef": "636cd9a5-af70-4290-ab8b-15b5143b3611",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "SRD",
                        "value": 261.91
                      },
                      "code": "Lw",
                      "conversionRatio": {
                        "minimumPoints": 497,
                        "value": 0.51
                      },
                      "equivAmount": {
                        "currency": "BRL",
                        "value": 303.81
                      },
                      "override": false,
                      "points": 22742,
                      "referenceAmount": {
                        "currency": "GTQ",
                        "value": 288.33
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "ETB",
                          "value": 91.11
                        },
                        "code": "DE",
                        "conversionRatio": {
                          "minimumPoints": 407,
                          "value": 0.67
                        },
                        "equivAmount": {
                          "currency": "SCR",
                          "value": 465.33
                        },
                        "override": true,
                        "points": 30784,
                        "referenceAmount": {
                          "currency": "RUB",
                          "value": 74.74
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "IDR",
                          "value": 273.54
                        },
                        "code": "Mg",
                        "conversionRatio": {
                          "minimumPoints": 482,
                          "value": 0.84
                        },
                        "equivAmount": {
                          "currency": "NGN",
                          "value": 313.96
                        },
                        "override": true,
                        "points": 20696,
                        "referenceAmount": {
                          "currency": "SOS",
                          "value": 487.71
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "UGX",
                          "value": 304.67
                        },
                        "code": "jR",
                        "conversionRatio": {
                          "minimumPoints": 905,
                          "value": 0.69
                        },
                        "equivAmount": {
                          "currency": "SCR",
                          "value": 333.44
                        },
                        "override": false,
                        "points": 21685,
                        "referenceAmount": {
                          "currency": "MZN",
                          "value": 467.57
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "LKR",
                          "value": 329.63
                        },
                        "code": "RA",
                        "conversionRatio": {
                          "minimumPoints": 954,
                          "value": 0.15
                        },
                        "equivAmount": {
                          "currency": "BDT",
                          "value": 430.64
                        },
                        "override": false,
                        "points": 31109,
                        "referenceAmount": {
                          "currency": "PAB",
                          "value": 306.19
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "LSL",
                          "value": 481.6
                        },
                        "code": "eN",
                        "conversionRatio": {
                          "minimumPoints": 908,
                          "value": 0.48
                        },
                        "equivAmount": {
                          "currency": "HNL",
                          "value": 243.39
                        },
                        "override": false,
                        "points": 30573,
                        "referenceAmount": {
                          "currency": "GNF",
                          "value": 20.5
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "LRD",
                          "value": 236
                        },
                        "code": "ri",
                        "conversionRatio": {
                          "minimumPoints": 112,
                          "value": 0.53
                        },
                        "equivAmount": {
                          "currency": "BSD",
                          "value": 484.17
                        },
                        "override": true,
                        "points": 43471,
                        "referenceAmount": {
                          "currency": "USD",
                          "value": 34.03
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MYR",
                          "value": 404.88
                        },
                        "code": "Dy",
                        "conversionRatio": {
                          "minimumPoints": 988,
                          "value": 0.75
                        },
                        "equivAmount": {
                          "currency": "TJS",
                          "value": 309.46
                        },
                        "override": false,
                        "points": 2928,
                        "referenceAmount": {
                          "currency": "LRD",
                          "value": 287.53
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BGN",
                          "value": 118.22
                        },
                        "code": "Xt",
                        "conversionRatio": {
                          "minimumPoints": 288,
                          "value": 0.73
                        },
                        "equivAmount": {
                          "currency": "JMD",
                          "value": 168.5
                        },
                        "override": true,
                        "points": 22065,
                        "referenceAmount": {
                          "currency": "NZD",
                          "value": 230.98
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "TOP",
                          "value": 166.33
                        },
                        "code": "xU",
                        "conversionRatio": {
                          "minimumPoints": 752,
                          "value": 0.57
                        },
                        "equivAmount": {
                          "currency": "RUB",
                          "value": 298.64
                        },
                        "override": true,
                        "points": 32488,
                        "referenceAmount": {
                          "currency": "SBD",
                          "value": 47.16
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "SHP",
                          "value": 192.6
                        },
                        "code": "uL",
                        "conversionRatio": {
                          "minimumPoints": 910,
                          "value": 0.55
                        },
                        "equivAmount": {
                          "currency": "BAM",
                          "value": 125.14
                        },
                        "override": true,
                        "points": 41186,
                        "referenceAmount": {
                          "currency": "MXN",
                          "value": 499.41
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "CUP",
                          "value": 67.54
                        },
                        "code": "Pe",
                        "conversionRatio": {
                          "minimumPoints": 262,
                          "value": 0.65
                        },
                        "equivAmount": {
                          "currency": "LBP",
                          "value": 349.81
                        },
                        "override": true,
                        "points": 28310,
                        "referenceAmount": {
                          "currency": "COP",
                          "value": 14.28
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SDG",
                          "value": 493.45
                        },
                        "code": "Gx",
                        "conversionRatio": {
                          "minimumPoints": 740,
                          "value": 0.92
                        },
                        "equivAmount": {
                          "currency": "ZMW",
                          "value": 83.42
                        },
                        "override": false,
                        "points": 36691,
                        "referenceAmount": {
                          "currency": "TWD",
                          "value": 467.55
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "ANG",
                          "value": 497.93
                        },
                        "code": "sA",
                        "conversionRatio": {
                          "minimumPoints": 111,
                          "value": 0.85
                        },
                        "equivAmount": {
                          "currency": "SAR",
                          "value": 49.08
                        },
                        "override": false,
                        "points": 34945,
                        "referenceAmount": {
                          "currency": "GYD",
                          "value": 353.17
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "AUD",
                          "value": 362.52
                        },
                        "code": "eE",
                        "conversionRatio": {
                          "minimumPoints": 773,
                          "value": 0.97
                        },
                        "equivAmount": {
                          "currency": "MGA",
                          "value": 111.66
                        },
                        "override": true,
                        "points": 22245,
                        "referenceAmount": {
                          "currency": "WST",
                          "value": 407.28
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "AFN",
                          "value": 383.91
                        },
                        "code": "gK",
                        "conversionRatio": {
                          "minimumPoints": 941,
                          "value": 0.83
                        },
                        "equivAmount": {
                          "currency": "GIP",
                          "value": 301.91
                        },
                        "override": true,
                        "points": 20910,
                        "referenceAmount": {
                          "currency": "DKK",
                          "value": 83.88
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "GIP",
                          "value": 368.16
                        },
                        "code": "Kc",
                        "conversionRatio": {
                          "minimumPoints": 288,
                          "value": 0.28
                        },
                        "equivAmount": {
                          "currency": "BRL",
                          "value": 385.25
                        },
                        "override": false,
                        "points": 43711,
                        "referenceAmount": {
                          "currency": "TMT",
                          "value": 194.33
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "OMR",
                          "value": 407.25
                        },
                        "code": "UK",
                        "conversionRatio": {
                          "minimumPoints": 769,
                          "value": 0.96
                        },
                        "equivAmount": {
                          "currency": "BBD",
                          "value": 29.06
                        },
                        "override": false,
                        "points": 48405,
                        "referenceAmount": {
                          "currency": "VND",
                          "value": 271.34
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "TTD",
                          "value": 310.47
                        },
                        "code": "fL",
                        "conversionRatio": {
                          "minimumPoints": 569,
                          "value": 0.63
                        },
                        "equivAmount": {
                          "currency": "GYD",
                          "value": 328.12
                        },
                        "override": true,
                        "points": 20838,
                        "referenceAmount": {
                          "currency": "KZT",
                          "value": 459.13
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "CUP",
                          "value": 105.69
                        },
                        "code": "kg",
                        "conversionRatio": {
                          "minimumPoints": 634,
                          "value": 0.25
                        },
                        "equivAmount": {
                          "currency": "UAH",
                          "value": 239.7
                        },
                        "override": true,
                        "points": 41079,
                        "referenceAmount": {
                          "currency": "BAM",
                          "value": 266.21
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "KYD",
                          "value": 353.15
                        },
                        "code": "ar",
                        "conversionRatio": {
                          "minimumPoints": 254,
                          "value": 0.63
                        },
                        "equivAmount": {
                          "currency": "LYD",
                          "value": 33.09
                        },
                        "override": false,
                        "points": 29803,
                        "referenceAmount": {
                          "currency": "GHS",
                          "value": 63.72
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "XCD",
                        "value": 462.63
                      },
                      "code": "ca",
                      "conversionRatio": {
                        "minimumPoints": 769,
                        "value": 0.81
                      },
                      "equivAmount": {
                        "currency": "VND",
                        "value": 477.76
                      },
                      "override": true,
                      "points": 49628,
                      "referenceAmount": {
                        "currency": "LBP",
                        "value": 477.68
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 58,
                  "passengerSegmentRef": "60906d84-703c-4da2-bf58-836e8183b8c3",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "GIP",
                        "value": 323.24
                      },
                      "code": "HR",
                      "conversionRatio": {
                        "minimumPoints": 595,
                        "value": 0.22
                      },
                      "equivAmount": {
                        "currency": "VES",
                        "value": 150.48
                      },
                      "override": true,
                      "points": 43884,
                      "referenceAmount": {
                        "currency": "LBP",
                        "value": 6.14
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "MNT",
                          "value": 416.47
                        },
                        "code": "bl",
                        "conversionRatio": {
                          "minimumPoints": 670,
                          "value": 0.61
                        },
                        "equivAmount": {
                          "currency": "ZMW",
                          "value": 437.04
                        },
                        "override": true,
                        "points": 33979,
                        "referenceAmount": {
                          "currency": "PAB",
                          "value": 460.58
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BBD",
                          "value": 73.81
                        },
                        "code": "rj",
                        "conversionRatio": {
                          "minimumPoints": 751,
                          "value": 0.31
                        },
                        "equivAmount": {
                          "currency": "NGN",
                          "value": 69.94
                        },
                        "override": false,
                        "points": 30563,
                        "referenceAmount": {
                          "currency": "BRL",
                          "value": 243.13
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MZN",
                          "value": 412.39
                        },
                        "code": "eW",
                        "conversionRatio": {
                          "minimumPoints": 828,
                          "value": 0.96
                        },
                        "equivAmount": {
                          "currency": "UZS",
                          "value": 461.59
                        },
                        "override": true,
                        "points": 31910,
                        "referenceAmount": {
                          "currency": "KZT",
                          "value": 283.75
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "CRC",
                          "value": 412.74
                        },
                        "code": "An",
                        "conversionRatio": {
                          "minimumPoints": 286,
                          "value": 0.55
                        },
                        "equivAmount": {
                          "currency": "GEL",
                          "value": 179.3
                        },
                        "override": true,
                        "points": 43499,
                        "referenceAmount": {
                          "currency": "BDT",
                          "value": 166.82
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "WST",
                          "value": 236.67
                        },
                        "code": "zG",
                        "conversionRatio": {
                          "minimumPoints": 896,
                          "value": 0.72
                        },
                        "equivAmount": {
                          "currency": "USD",
                          "value": 297.61
                        },
                        "override": true,
                        "points": 44705,
                        "referenceAmount": {
                          "currency": "SYP",
                          "value": 50.51
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "MNT",
                          "value": 314.41
                        },
                        "code": "MB",
                        "conversionRatio": {
                          "minimumPoints": 164,
                          "value": 0.32
                        },
                        "equivAmount": {
                          "currency": "MRU",
                          "value": 158.02
                        },
                        "override": false,
                        "points": 41090,
                        "referenceAmount": {
                          "currency": "AOA",
                          "value": 253.1
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "EUR",
                          "value": 301.15
                        },
                        "code": "aL",
                        "conversionRatio": {
                          "minimumPoints": 780,
                          "value": 0.81
                        },
                        "equivAmount": {
                          "currency": "PHP",
                          "value": 383.27
                        },
                        "override": false,
                        "points": 24988,
                        "referenceAmount": {
                          "currency": "SEK",
                          "value": 164.89
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "KWD",
                          "value": 338.19
                        },
                        "code": "tC",
                        "conversionRatio": {
                          "minimumPoints": 324,
                          "value": 0.31
                        },
                        "equivAmount": {
                          "currency": "KZT",
                          "value": 112.37
                        },
                        "override": true,
                        "points": 41068,
                        "referenceAmount": {
                          "currency": "KMF",
                          "value": 400.64
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "RWF",
                          "value": 497.28
                        },
                        "code": "de",
                        "conversionRatio": {
                          "minimumPoints": 203,
                          "value": 0.3
                        },
                        "equivAmount": {
                          "currency": "CAD",
                          "value": 90.39
                        },
                        "override": false,
                        "points": 20720,
                        "referenceAmount": {
                          "currency": "INR",
                          "value": 329.14
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "BAM",
                          "value": 243.8
                        },
                        "code": "zT",
                        "conversionRatio": {
                          "minimumPoints": 449,
                          "value": 0.72
                        },
                        "equivAmount": {
                          "currency": "JOD",
                          "value": 51.13
                        },
                        "override": false,
                        "points": 31100,
                        "referenceAmount": {
                          "currency": "GIP",
                          "value": 167.56
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MGA",
                          "value": 338.32
                        },
                        "code": "bT",
                        "conversionRatio": {
                          "minimumPoints": 318,
                          "value": 0.84
                        },
                        "equivAmount": {
                          "currency": "IRR",
                          "value": 49.37
                        },
                        "override": true,
                        "points": 24868,
                        "referenceAmount": {
                          "currency": "LRD",
                          "value": 442.97
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "PLN",
                          "value": 419.08
                        },
                        "code": "mV",
                        "conversionRatio": {
                          "minimumPoints": 981,
                          "value": 0.73
                        },
                        "equivAmount": {
                          "currency": "MUR",
                          "value": 49.81
                        },
                        "override": true,
                        "points": 40931,
                        "referenceAmount": {
                          "currency": "LKR",
                          "value": 327.86
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "TRY",
                          "value": 82.87
                        },
                        "code": "Wa",
                        "conversionRatio": {
                          "minimumPoints": 593,
                          "value": 0.79
                        },
                        "equivAmount": {
                          "currency": "FKP",
                          "value": 273.12
                        },
                        "override": true,
                        "points": 32404,
                        "referenceAmount": {
                          "currency": "VES",
                          "value": 22.12
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BDT",
                          "value": 86.61
                        },
                        "code": "Bi",
                        "conversionRatio": {
                          "minimumPoints": 300,
                          "value": 0.31
                        },
                        "equivAmount": {
                          "currency": "CNY",
                          "value": 231.18
                        },
                        "override": false,
                        "points": 9252,
                        "referenceAmount": {
                          "currency": "MGA",
                          "value": 488.26
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "AMD",
                          "value": 460.48
                        },
                        "code": "mf",
                        "conversionRatio": {
                          "minimumPoints": 169,
                          "value": 0.88
                        },
                        "equivAmount": {
                          "currency": "GBP",
                          "value": 33.3
                        },
                        "override": true,
                        "points": 36986,
                        "referenceAmount": {
                          "currency": "SEK",
                          "value": 343.58
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "MWK",
                          "value": 342.66
                        },
                        "code": "DA",
                        "conversionRatio": {
                          "minimumPoints": 927,
                          "value": 0.84
                        },
                        "equivAmount": {
                          "currency": "VND",
                          "value": 397.26
                        },
                        "override": false,
                        "points": 16654,
                        "referenceAmount": {
                          "currency": "TWD",
                          "value": 496.16
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "GMD",
                          "value": 43.07
                        },
                        "code": "Id",
                        "conversionRatio": {
                          "minimumPoints": 149,
                          "value": 0.95
                        },
                        "equivAmount": {
                          "currency": "ZMW",
                          "value": 407.91
                        },
                        "override": false,
                        "points": 21243,
                        "referenceAmount": {
                          "currency": "BSD",
                          "value": 153.95
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "XPF",
                          "value": 150.39
                        },
                        "code": "Ma",
                        "conversionRatio": {
                          "minimumPoints": 395,
                          "value": 0.51
                        },
                        "equivAmount": {
                          "currency": "LRD",
                          "value": 182.57
                        },
                        "override": true,
                        "points": 43133,
                        "referenceAmount": {
                          "currency": "AMD",
                          "value": 121.91
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "SGD",
                        "value": 68.43
                      },
                      "code": "Xi",
                      "conversionRatio": {
                        "minimumPoints": 964,
                        "value": 0.79
                      },
                      "equivAmount": {
                        "currency": "MKD",
                        "value": 310.75
                      },
                      "override": true,
                      "points": 13610,
                      "referenceAmount": {
                        "currency": "RSD",
                        "value": 407.12
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 10,
                  "passengerSegmentRef": "54a83eb5-e77d-4867-8be0-cb56ad642ad3",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "MNT",
                        "value": 228.45
                      },
                      "code": "dp",
                      "conversionRatio": {
                        "minimumPoints": 393,
                        "value": 0.82
                      },
                      "equivAmount": {
                        "currency": "SAR",
                        "value": 11.9
                      },
                      "override": false,
                      "points": 31993,
                      "referenceAmount": {
                        "currency": "ISK",
                        "value": 398.5
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "JMD",
                          "value": 59.02
                        },
                        "code": "mf",
                        "conversionRatio": {
                          "minimumPoints": 885,
                          "value": 0.15
                        },
                        "equivAmount": {
                          "currency": "DZD",
                          "value": 84.41
                        },
                        "override": true,
                        "points": 5553,
                        "referenceAmount": {
                          "currency": "EGP",
                          "value": 327.33
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "GBP",
                          "value": 26.98
                        },
                        "code": "Ns",
                        "conversionRatio": {
                          "minimumPoints": 949,
                          "value": 0.12
                        },
                        "equivAmount": {
                          "currency": "THB",
                          "value": 64.51
                        },
                        "override": false,
                        "points": 13823,
                        "referenceAmount": {
                          "currency": "ZAR",
                          "value": 23.53
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "EUR",
                          "value": 483.21
                        },
                        "code": "aT",
                        "conversionRatio": {
                          "minimumPoints": 314,
                          "value": 0.33
                        },
                        "equivAmount": {
                          "currency": "NGN",
                          "value": 420.52
                        },
                        "override": false,
                        "points": 17006,
                        "referenceAmount": {
                          "currency": "SSP",
                          "value": 286.78
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "MYR",
                          "value": 333.06
                        },
                        "code": "aL",
                        "conversionRatio": {
                          "minimumPoints": 402,
                          "value": 0.77
                        },
                        "equivAmount": {
                          "currency": "BDT",
                          "value": 157.28
                        },
                        "override": false,
                        "points": 28010,
                        "referenceAmount": {
                          "currency": "HNL",
                          "value": 106.96
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "TTD",
                          "value": 398.41
                        },
                        "code": "Zp",
                        "conversionRatio": {
                          "minimumPoints": 362,
                          "value": 0.24
                        },
                        "equivAmount": {
                          "currency": "BMD",
                          "value": 268.95
                        },
                        "override": false,
                        "points": 9312,
                        "referenceAmount": {
                          "currency": "BIF",
                          "value": 329.23
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "MWK",
                          "value": 202.11
                        },
                        "code": "xD",
                        "conversionRatio": {
                          "minimumPoints": 599,
                          "value": 0.38
                        },
                        "equivAmount": {
                          "currency": "GIP",
                          "value": 119.38
                        },
                        "override": true,
                        "points": 17609,
                        "referenceAmount": {
                          "currency": "SAR",
                          "value": 298.74
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "PLN",
                          "value": 224.81
                        },
                        "code": "aN",
                        "conversionRatio": {
                          "minimumPoints": 885,
                          "value": 0.16
                        },
                        "equivAmount": {
                          "currency": "PYG",
                          "value": 380.44
                        },
                        "override": true,
                        "points": 22518,
                        "referenceAmount": {
                          "currency": "XPF",
                          "value": 337.18
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "IDR",
                          "value": 299.76
                        },
                        "code": "NV",
                        "conversionRatio": {
                          "minimumPoints": 691,
                          "value": 0.99
                        },
                        "equivAmount": {
                          "currency": "IRR",
                          "value": 453.29
                        },
                        "override": false,
                        "points": 11449,
                        "referenceAmount": {
                          "currency": "TMT",
                          "value": 207.89
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "ARS",
                          "value": 283.96
                        },
                        "code": "Xe",
                        "conversionRatio": {
                          "minimumPoints": 884,
                          "value": 0.65
                        },
                        "equivAmount": {
                          "currency": "KES",
                          "value": 429.48
                        },
                        "override": false,
                        "points": 11927,
                        "referenceAmount": {
                          "currency": "GHS",
                          "value": 274.23
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ZMW",
                          "value": 472.99
                        },
                        "code": "Bc",
                        "conversionRatio": {
                          "minimumPoints": 118,
                          "value": 0.77
                        },
                        "equivAmount": {
                          "currency": "AUD",
                          "value": 366.87
                        },
                        "override": true,
                        "points": 16815,
                        "referenceAmount": {
                          "currency": "GYD",
                          "value": 56.95
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "TRY",
                          "value": 9.6
                        },
                        "code": "Gs",
                        "conversionRatio": {
                          "minimumPoints": 361,
                          "value": 0.48
                        },
                        "equivAmount": {
                          "currency": "TND",
                          "value": 63.89
                        },
                        "override": true,
                        "points": 49545,
                        "referenceAmount": {
                          "currency": "BAM",
                          "value": 157.64
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "CNY",
                          "value": 363.56
                        },
                        "code": "My",
                        "conversionRatio": {
                          "minimumPoints": 989,
                          "value": 0.1
                        },
                        "equivAmount": {
                          "currency": "VUV",
                          "value": 318.35
                        },
                        "override": false,
                        "points": 32334,
                        "referenceAmount": {
                          "currency": "DJF",
                          "value": 460.59
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MUR",
                          "value": 76.29
                        },
                        "code": "eH",
                        "conversionRatio": {
                          "minimumPoints": 197,
                          "value": 0.79
                        },
                        "equivAmount": {
                          "currency": "MZN",
                          "value": 271.29
                        },
                        "override": false,
                        "points": 1532,
                        "referenceAmount": {
                          "currency": "BAM",
                          "value": 57.3
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "IDR",
                          "value": 420.05
                        },
                        "code": "ct",
                        "conversionRatio": {
                          "minimumPoints": 860,
                          "value": 0.86
                        },
                        "equivAmount": {
                          "currency": "MXN",
                          "value": 310.3
                        },
                        "override": false,
                        "points": 25733,
                        "referenceAmount": {
                          "currency": "BHD",
                          "value": 190.72
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "AOA",
                          "value": 145.95
                        },
                        "code": "aQ",
                        "conversionRatio": {
                          "minimumPoints": 337,
                          "value": 0.73
                        },
                        "equivAmount": {
                          "currency": "ERN",
                          "value": 396.04
                        },
                        "override": false,
                        "points": 37697,
                        "referenceAmount": {
                          "currency": "NZD",
                          "value": 242.14
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BWP",
                          "value": 380.03
                        },
                        "code": "gi",
                        "conversionRatio": {
                          "minimumPoints": 616,
                          "value": 0.98
                        },
                        "equivAmount": {
                          "currency": "BMD",
                          "value": 284.15
                        },
                        "override": false,
                        "points": 1547,
                        "referenceAmount": {
                          "currency": "BMD",
                          "value": 340.93
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "ANG",
                        "value": 324.64
                      },
                      "code": "Sy",
                      "conversionRatio": {
                        "minimumPoints": 727,
                        "value": 0.91
                      },
                      "equivAmount": {
                        "currency": "CVE",
                        "value": 412.58
                      },
                      "override": false,
                      "points": 25774,
                      "referenceAmount": {
                        "currency": "MXN",
                        "value": 86.1
                      },
                      "taxType": "FLAT"
                    }
                  }
                }
              ],
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "id": "53a99771-6cb5-42d5-8cd2-b64aa4063ee2",
              "issueDate": "2025-12-13T00:00:00.0Z",
              "number": "2826015826932",
              "paymentRefs": [
                "id01",
                "id02"
              ],
              "priceBreakdown": {
                "base": {
                  "amount": {
                    "currency": "UGX",
                    "value": 167.11
                  },
                  "code": "Gy",
                  "conversionRatio": {
                    "minimumPoints": 939,
                    "value": 0.28
                  },
                  "equivAmount": {
                    "currency": "COP",
                    "value": 124.88
                  },
                  "override": false,
                  "points": 4356,
                  "referenceAmount": {
                    "currency": "UYU",
                    "value": 33.85
                  },
                  "taxType": "PROPORTIONAL"
                },
                "commission": [
                  {
                    "amount": {
                      "currency": "MYR",
                      "value": 55.91
                    },
                    "code": "xK",
                    "conversionRatio": {
                      "minimumPoints": 607,
                      "value": 0.64
                    },
                    "equivAmount": {
                      "currency": "BYN",
                      "value": 160.17
                    },
                    "override": true,
                    "points": 39749,
                    "referenceAmount": {
                      "currency": "GEL",
                      "value": 319.82
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "IQD",
                      "value": 93.95
                    },
                    "code": "vG",
                    "conversionRatio": {
                      "minimumPoints": 684,
                      "value": 0.87
                    },
                    "equivAmount": {
                      "currency": "PYG",
                      "value": 295.1
                    },
                    "override": true,
                    "points": 33150,
                    "referenceAmount": {
                      "currency": "SEK",
                      "value": 470.63
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "MKD",
                      "value": 67.41
                    },
                    "code": "fD",
                    "conversionRatio": {
                      "minimumPoints": 354,
                      "value": 0.63
                    },
                    "equivAmount": {
                      "currency": "XAF",
                      "value": 214.2
                    },
                    "override": false,
                    "points": 4679,
                    "referenceAmount": {
                      "currency": "SZL",
                      "value": 258.02
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "MAD",
                      "value": 16.39
                    },
                    "code": "Ur",
                    "conversionRatio": {
                      "minimumPoints": 797,
                      "value": 0.85
                    },
                    "equivAmount": {
                      "currency": "JOD",
                      "value": 278.96
                    },
                    "override": true,
                    "points": 27534,
                    "referenceAmount": {
                      "currency": "AUD",
                      "value": 185.89
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "GEL",
                      "value": 418.98
                    },
                    "code": "Ly",
                    "conversionRatio": {
                      "minimumPoints": 227,
                      "value": 0.74
                    },
                    "equivAmount": {
                      "currency": "NGN",
                      "value": 95.55
                    },
                    "override": true,
                    "points": 24941,
                    "referenceAmount": {
                      "currency": "NGN",
                      "value": 345.71
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "discount": [
                  {
                    "amount": {
                      "currency": "TOP",
                      "value": 26.5
                    },
                    "code": "QE",
                    "conversionRatio": {
                      "minimumPoints": 764,
                      "value": 0.38
                    },
                    "equivAmount": {
                      "currency": "CAD",
                      "value": 34.64
                    },
                    "override": true,
                    "points": 8532,
                    "referenceAmount": {
                      "currency": "XPF",
                      "value": 493.43
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "YER",
                      "value": 39.21
                    },
                    "code": "tL",
                    "conversionRatio": {
                      "minimumPoints": 978,
                      "value": 0.24
                    },
                    "equivAmount": {
                      "currency": "KMF",
                      "value": 316.18
                    },
                    "override": true,
                    "points": 40365,
                    "referenceAmount": {
                      "currency": "EGP",
                      "value": 329.09
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "ETB",
                      "value": 212.53
                    },
                    "code": "uJ",
                    "conversionRatio": {
                      "minimumPoints": 109,
                      "value": 0.97
                    },
                    "equivAmount": {
                      "currency": "QAR",
                      "value": 83.41
                    },
                    "override": true,
                    "points": 45576,
                    "referenceAmount": {
                      "currency": "SYP",
                      "value": 409.68
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "KZT",
                      "value": 268.1
                    },
                    "code": "uP",
                    "conversionRatio": {
                      "minimumPoints": 694,
                      "value": 0.59
                    },
                    "equivAmount": {
                      "currency": "MXN",
                      "value": 241.63
                    },
                    "override": false,
                    "points": 33611,
                    "referenceAmount": {
                      "currency": "RWF",
                      "value": 91.51
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "fee": [
                  {
                    "amount": {
                      "currency": "KES",
                      "value": 229.99
                    },
                    "code": "ZW",
                    "conversionRatio": {
                      "minimumPoints": 556,
                      "value": 0.8
                    },
                    "equivAmount": {
                      "currency": "YER",
                      "value": 335.6
                    },
                    "override": true,
                    "points": 47240,
                    "referenceAmount": {
                      "currency": "CAD",
                      "value": 224.43
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "MDL",
                      "value": 245.42
                    },
                    "code": "Wb",
                    "conversionRatio": {
                      "minimumPoints": 576,
                      "value": 0.23
                    },
                    "equivAmount": {
                      "currency": "BDT",
                      "value": 401.35
                    },
                    "override": true,
                    "points": 28114,
                    "referenceAmount": {
                      "currency": "LAK",
                      "value": 294
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "BTN",
                      "value": 407.5
                    },
                    "code": "AF",
                    "conversionRatio": {
                      "minimumPoints": 329,
                      "value": 0.43
                    },
                    "equivAmount": {
                      "currency": "SLE",
                      "value": 191.02
                    },
                    "override": false,
                    "points": 21316,
                    "referenceAmount": {
                      "currency": "LAK",
                      "value": 51.45
                    },
                    "taxType": "FLAT"
                  }
                ],
                "surcharge": [
                  {
                    "amount": {
                      "currency": "GIP",
                      "value": 261.14
                    },
                    "code": "vq",
                    "conversionRatio": {
                      "minimumPoints": 241,
                      "value": 0.68
                    },
                    "equivAmount": {
                      "currency": "KZT",
                      "value": 194.87
                    },
                    "override": true,
                    "points": 35954,
                    "referenceAmount": {
                      "currency": "KES",
                      "value": 454.47
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "ALL",
                      "value": 161.97
                    },
                    "code": "Ti",
                    "conversionRatio": {
                      "minimumPoints": 874,
                      "value": 0.52
                    },
                    "equivAmount": {
                      "currency": "IDR",
                      "value": 245.23
                    },
                    "override": false,
                    "points": 25366,
                    "referenceAmount": {
                      "currency": "GBP",
                      "value": 468.51
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "AED",
                      "value": 43.73
                    },
                    "code": "TS",
                    "conversionRatio": {
                      "minimumPoints": 148,
                      "value": 0.97
                    },
                    "equivAmount": {
                      "currency": "BTN",
                      "value": 269.04
                    },
                    "override": false,
                    "points": 39155,
                    "referenceAmount": {
                      "currency": "VES",
                      "value": 336.35
                    },
                    "taxType": "FLAT"
                  }
                ],
                "tax": [
                  {
                    "amount": {
                      "currency": "TWD",
                      "value": 288.11
                    },
                    "code": "KT",
                    "conversionRatio": {
                      "minimumPoints": 756,
                      "value": 0.25
                    },
                    "equivAmount": {
                      "currency": "USD",
                      "value": 44.28
                    },
                    "override": false,
                    "points": 29136,
                    "referenceAmount": {
                      "currency": "GMD",
                      "value": 307.68
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "GBP",
                      "value": 223.3
                    },
                    "code": "KC",
                    "conversionRatio": {
                      "minimumPoints": 359,
                      "value": 0.16
                    },
                    "equivAmount": {
                      "currency": "RON",
                      "value": 340.25
                    },
                    "override": true,
                    "points": 30748,
                    "referenceAmount": {
                      "currency": "ERN",
                      "value": 240.17
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "HNL",
                      "value": 427.02
                    },
                    "code": "eM",
                    "conversionRatio": {
                      "minimumPoints": 852,
                      "value": 0.95
                    },
                    "equivAmount": {
                      "currency": "JPY",
                      "value": 201.43
                    },
                    "override": false,
                    "points": 19839,
                    "referenceAmount": {
                      "currency": "KZT",
                      "value": 263.28
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "SDG",
                      "value": 82.4
                    },
                    "code": "RQ",
                    "conversionRatio": {
                      "minimumPoints": 596,
                      "value": 0.37
                    },
                    "equivAmount": {
                      "currency": "PHP",
                      "value": 376.73
                    },
                    "override": false,
                    "points": 21394,
                    "referenceAmount": {
                      "currency": "JMD",
                      "value": 73.57
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "ANG",
                      "value": 138.37
                    },
                    "code": "gn",
                    "conversionRatio": {
                      "minimumPoints": 897,
                      "value": 0.46
                    },
                    "equivAmount": {
                      "currency": "BRL",
                      "value": 212.36
                    },
                    "override": false,
                    "points": 33707,
                    "referenceAmount": {
                      "currency": "BYN",
                      "value": 92.86
                    },
                    "taxType": "FLAT"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "JOD",
                    "value": 322.59
                  },
                  "code": "Ma",
                  "conversionRatio": {
                    "minimumPoints": 110,
                    "value": 0.97
                  },
                  "equivAmount": {
                    "currency": "CZK",
                    "value": 355.71
                  },
                  "override": false,
                  "points": 41300,
                  "referenceAmount": {
                    "currency": "LSL",
                    "value": 78.05
                  },
                  "taxType": "FLAT"
                }
              },
              "type": "OTHER"
            },
            {
              "airExtraDocumentCoupon": [
                {
                  "number": 30,
                  "passengerSegmentRef": "e564aaef-e7eb-4702-a055-0b403dd48258",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "SHP",
                        "value": 416.35
                      },
                      "code": "cK",
                      "conversionRatio": {
                        "minimumPoints": 391,
                        "value": 0.87
                      },
                      "equivAmount": {
                        "currency": "KGS",
                        "value": 273.25
                      },
                      "override": false,
                      "points": 24445,
                      "referenceAmount": {
                        "currency": "HUF",
                        "value": 125.28
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "ALL",
                          "value": 233.72
                        },
                        "code": "fz",
                        "conversionRatio": {
                          "minimumPoints": 633,
                          "value": 0.3
                        },
                        "equivAmount": {
                          "currency": "MOP",
                          "value": 23.84
                        },
                        "override": false,
                        "points": 34003,
                        "referenceAmount": {
                          "currency": "NOK",
                          "value": 44.24
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "LBP",
                          "value": 272.19
                        },
                        "code": "tG",
                        "conversionRatio": {
                          "minimumPoints": 680,
                          "value": 0.11
                        },
                        "equivAmount": {
                          "currency": "LRD",
                          "value": 476.76
                        },
                        "override": true,
                        "points": 4696,
                        "referenceAmount": {
                          "currency": "MDL",
                          "value": 338.34
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "MDL",
                          "value": 64.27
                        },
                        "code": "HJ",
                        "conversionRatio": {
                          "minimumPoints": 261,
                          "value": 0.63
                        },
                        "equivAmount": {
                          "currency": "HKD",
                          "value": 256.39
                        },
                        "override": false,
                        "points": 12962,
                        "referenceAmount": {
                          "currency": "EGP",
                          "value": 378.59
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "HTG",
                          "value": 292.95
                        },
                        "code": "jN",
                        "conversionRatio": {
                          "minimumPoints": 932,
                          "value": 0.83
                        },
                        "equivAmount": {
                          "currency": "BWP",
                          "value": 314.89
                        },
                        "override": false,
                        "points": 24165,
                        "referenceAmount": {
                          "currency": "TMT",
                          "value": 144.06
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "XAF",
                          "value": 486.31
                        },
                        "code": "ad",
                        "conversionRatio": {
                          "minimumPoints": 816,
                          "value": 0.32
                        },
                        "equivAmount": {
                          "currency": "BDT",
                          "value": 395.94
                        },
                        "override": true,
                        "points": 44676,
                        "referenceAmount": {
                          "currency": "SAR",
                          "value": 22.62
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "LAK",
                          "value": 235.49
                        },
                        "code": "QW",
                        "conversionRatio": {
                          "minimumPoints": 838,
                          "value": 0.45
                        },
                        "equivAmount": {
                          "currency": "LAK",
                          "value": 144.13
                        },
                        "override": true,
                        "points": 32552,
                        "referenceAmount": {
                          "currency": "YER",
                          "value": 164.1
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "RSD",
                          "value": 212.6
                        },
                        "code": "RW",
                        "conversionRatio": {
                          "minimumPoints": 483,
                          "value": 0.57
                        },
                        "equivAmount": {
                          "currency": "SYP",
                          "value": 231.17
                        },
                        "override": true,
                        "points": 47571,
                        "referenceAmount": {
                          "currency": "ILS",
                          "value": 51.9
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "AWG",
                          "value": 371.56
                        },
                        "code": "QM",
                        "conversionRatio": {
                          "minimumPoints": 133,
                          "value": 0.99
                        },
                        "equivAmount": {
                          "currency": "HNL",
                          "value": 9.96
                        },
                        "override": true,
                        "points": 46285,
                        "referenceAmount": {
                          "currency": "LAK",
                          "value": 130.37
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "LSL",
                          "value": 147.45
                        },
                        "code": "wK",
                        "conversionRatio": {
                          "minimumPoints": 139,
                          "value": 0.3
                        },
                        "equivAmount": {
                          "currency": "XCD",
                          "value": 139.44
                        },
                        "override": false,
                        "points": 33281,
                        "referenceAmount": {
                          "currency": "CVE",
                          "value": 260.74
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "LRD",
                          "value": 423.94
                        },
                        "code": "UY",
                        "conversionRatio": {
                          "minimumPoints": 503,
                          "value": 0.85
                        },
                        "equivAmount": {
                          "currency": "ILS",
                          "value": 171.74
                        },
                        "override": false,
                        "points": 45183,
                        "referenceAmount": {
                          "currency": "MGA",
                          "value": 169.38
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "MMK",
                          "value": 408.49
                        },
                        "code": "zM",
                        "conversionRatio": {
                          "minimumPoints": 145,
                          "value": 0.94
                        },
                        "equivAmount": {
                          "currency": "XCD",
                          "value": 457.36
                        },
                        "override": true,
                        "points": 18767,
                        "referenceAmount": {
                          "currency": "LYD",
                          "value": 171.29
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "PKR",
                          "value": 25.64
                        },
                        "code": "Vz",
                        "conversionRatio": {
                          "minimumPoints": 785,
                          "value": 0.81
                        },
                        "equivAmount": {
                          "currency": "BWP",
                          "value": 77.36
                        },
                        "override": false,
                        "points": 8321,
                        "referenceAmount": {
                          "currency": "BOB",
                          "value": 52.06
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "PHP",
                          "value": 405.98
                        },
                        "code": "RZ",
                        "conversionRatio": {
                          "minimumPoints": 859,
                          "value": 0.67
                        },
                        "equivAmount": {
                          "currency": "PHP",
                          "value": 136.75
                        },
                        "override": false,
                        "points": 37823,
                        "referenceAmount": {
                          "currency": "MNT",
                          "value": 275.4
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "XAF",
                          "value": 13.86
                        },
                        "code": "ur",
                        "conversionRatio": {
                          "minimumPoints": 873,
                          "value": 0.9
                        },
                        "equivAmount": {
                          "currency": "CUP",
                          "value": 7.07
                        },
                        "override": false,
                        "points": 11269,
                        "referenceAmount": {
                          "currency": "AED",
                          "value": 199.49
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "ZAR",
                          "value": 38.8
                        },
                        "code": "vm",
                        "conversionRatio": {
                          "minimumPoints": 622,
                          "value": 0.18
                        },
                        "equivAmount": {
                          "currency": "BSD",
                          "value": 29.65
                        },
                        "override": false,
                        "points": 6256,
                        "referenceAmount": {
                          "currency": "UZS",
                          "value": 154.3
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "PAB",
                        "value": 228.34
                      },
                      "code": "lL",
                      "conversionRatio": {
                        "minimumPoints": 802,
                        "value": 0.5
                      },
                      "equivAmount": {
                        "currency": "LYD",
                        "value": 456.45
                      },
                      "override": false,
                      "points": 27196,
                      "referenceAmount": {
                        "currency": "ZMW",
                        "value": 199.97
                      },
                      "taxType": "FLAT"
                    }
                  }
                }
              ],
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "id": "338a3129-f24b-498c-bbce-675aef462fac",
              "issueDate": "2026-03-23T00:00:00.0Z",
              "number": "9561415222759",
              "paymentRefs": [
                "id01",
                "id02"
              ],
              "priceBreakdown": {
                "base": {
                  "amount": {
                    "currency": "SOS",
                    "value": 454.56
                  },
                  "code": "ch",
                  "conversionRatio": {
                    "minimumPoints": 357,
                    "value": 0.91
                  },
                  "equivAmount": {
                    "currency": "GYD",
                    "value": 114.26
                  },
                  "override": true,
                  "points": 39567,
                  "referenceAmount": {
                    "currency": "GEL",
                    "value": 63.32
                  },
                  "taxType": "PROPORTIONAL"
                },
                "commission": [
                  {
                    "amount": {
                      "currency": "AED",
                      "value": 437.69
                    },
                    "code": "KO",
                    "conversionRatio": {
                      "minimumPoints": 874,
                      "value": 0.22
                    },
                    "equivAmount": {
                      "currency": "AUD",
                      "value": 196.84
                    },
                    "override": false,
                    "points": 3626,
                    "referenceAmount": {
                      "currency": "AMD",
                      "value": 378.26
                    },
                    "taxType": "FLAT"
                  }
                ],
                "discount": [
                  {
                    "amount": {
                      "currency": "BYN",
                      "value": 96.59
                    },
                    "code": "CD",
                    "conversionRatio": {
                      "minimumPoints": 878,
                      "value": 0.48
                    },
                    "equivAmount": {
                      "currency": "THB",
                      "value": 361.76
                    },
                    "override": true,
                    "points": 7519,
                    "referenceAmount": {
                      "currency": "ETB",
                      "value": 58.1
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "XOF",
                      "value": 307.82
                    },
                    "code": "NZ",
                    "conversionRatio": {
                      "minimumPoints": 270,
                      "value": 0.92
                    },
                    "equivAmount": {
                      "currency": "GTQ",
                      "value": 39.44
                    },
                    "override": false,
                    "points": 37553,
                    "referenceAmount": {
                      "currency": "PGK",
                      "value": 117.77
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "CVE",
                      "value": 139.47
                    },
                    "code": "oE",
                    "conversionRatio": {
                      "minimumPoints": 576,
                      "value": 0.5
                    },
                    "equivAmount": {
                      "currency": "VES",
                      "value": 172.92
                    },
                    "override": true,
                    "points": 19842,
                    "referenceAmount": {
                      "currency": "NPR",
                      "value": 32.95
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "USD",
                      "value": 376.7
                    },
                    "code": "Js",
                    "conversionRatio": {
                      "minimumPoints": 640,
                      "value": 0.94
                    },
                    "equivAmount": {
                      "currency": "CLP",
                      "value": 345.81
                    },
                    "override": false,
                    "points": 39858,
                    "referenceAmount": {
                      "currency": "JOD",
                      "value": 125.6
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "AWG",
                      "value": 390.3
                    },
                    "code": "un",
                    "conversionRatio": {
                      "minimumPoints": 317,
                      "value": 0.8
                    },
                    "equivAmount": {
                      "currency": "HNL",
                      "value": 358.06
                    },
                    "override": true,
                    "points": 41398,
                    "referenceAmount": {
                      "currency": "TMT",
                      "value": 38.31
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "fee": [
                  {
                    "amount": {
                      "currency": "GNF",
                      "value": 169.42
                    },
                    "code": "hP",
                    "conversionRatio": {
                      "minimumPoints": 341,
                      "value": 0.79
                    },
                    "equivAmount": {
                      "currency": "SBD",
                      "value": 444.11
                    },
                    "override": false,
                    "points": 26715,
                    "referenceAmount": {
                      "currency": "CVE",
                      "value": 81.81
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "UZS",
                      "value": 437.6
                    },
                    "code": "lj",
                    "conversionRatio": {
                      "minimumPoints": 305,
                      "value": 0.89
                    },
                    "equivAmount": {
                      "currency": "AMD",
                      "value": 104.81
                    },
                    "override": false,
                    "points": 10053,
                    "referenceAmount": {
                      "currency": "USD",
                      "value": 416.3
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "LYD",
                      "value": 250.75
                    },
                    "code": "jq",
                    "conversionRatio": {
                      "minimumPoints": 274,
                      "value": 0.13
                    },
                    "equivAmount": {
                      "currency": "KYD",
                      "value": 425.68
                    },
                    "override": false,
                    "points": 7175,
                    "referenceAmount": {
                      "currency": "JOD",
                      "value": 130.73
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "SSP",
                      "value": 441.95
                    },
                    "code": "LA",
                    "conversionRatio": {
                      "minimumPoints": 871,
                      "value": 0.61
                    },
                    "equivAmount": {
                      "currency": "KGS",
                      "value": 411.01
                    },
                    "override": true,
                    "points": 1292,
                    "referenceAmount": {
                      "currency": "GBP",
                      "value": 436.45
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "TMT",
                      "value": 137.02
                    },
                    "code": "gH",
                    "conversionRatio": {
                      "minimumPoints": 985,
                      "value": 0.74
                    },
                    "equivAmount": {
                      "currency": "BDT",
                      "value": 303.67
                    },
                    "override": true,
                    "points": 3523,
                    "referenceAmount": {
                      "currency": "UYU",
                      "value": 429.75
                    },
                    "taxType": "FLAT"
                  }
                ],
                "surcharge": [
                  {
                    "amount": {
                      "currency": "XOF",
                      "value": 181.26
                    },
                    "code": "Oy",
                    "conversionRatio": {
                      "minimumPoints": 529,
                      "value": 0.93
                    },
                    "equivAmount": {
                      "currency": "CUP",
                      "value": 167.11
                    },
                    "override": true,
                    "points": 15196,
                    "referenceAmount": {
                      "currency": "COP",
                      "value": 341.45
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "tax": [
                  {
                    "amount": {
                      "currency": "KHR",
                      "value": 308.16
                    },
                    "code": "pE",
                    "conversionRatio": {
                      "minimumPoints": 839,
                      "value": 0.24
                    },
                    "equivAmount": {
                      "currency": "ETB",
                      "value": 333.59
                    },
                    "override": true,
                    "points": 26610,
                    "referenceAmount": {
                      "currency": "BIF",
                      "value": 370.52
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "ISK",
                    "value": 42.36
                  },
                  "code": "id",
                  "conversionRatio": {
                    "minimumPoints": 393,
                    "value": 0.76
                  },
                  "equivAmount": {
                    "currency": "OMR",
                    "value": 6.76
                  },
                  "override": false,
                  "points": 14540,
                  "referenceAmount": {
                    "currency": "WST",
                    "value": 205.53
                  },
                  "taxType": "FLAT"
                }
              },
              "type": "MISCELLANEOUS_RECORD"
            },
            {
              "airExtraDocumentCoupon": [
                {
                  "number": 81,
                  "passengerSegmentRef": "94778d99-0628-4d85-9b03-737601ab908c",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "SLE",
                        "value": 457.32
                      },
                      "code": "iL",
                      "conversionRatio": {
                        "minimumPoints": 608,
                        "value": 0.44
                      },
                      "equivAmount": {
                        "currency": "LBP",
                        "value": 222.34
                      },
                      "override": false,
                      "points": 8688,
                      "referenceAmount": {
                        "currency": "HNL",
                        "value": 426.67
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "SCR",
                          "value": 364.73
                        },
                        "code": "bA",
                        "conversionRatio": {
                          "minimumPoints": 610,
                          "value": 0.5
                        },
                        "equivAmount": {
                          "currency": "MVR",
                          "value": 492.34
                        },
                        "override": true,
                        "points": 15200,
                        "referenceAmount": {
                          "currency": "LSL",
                          "value": 334.12
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "TTD",
                          "value": 430.83
                        },
                        "code": "ni",
                        "conversionRatio": {
                          "minimumPoints": 279,
                          "value": 0.18
                        },
                        "equivAmount": {
                          "currency": "MNT",
                          "value": 256.83
                        },
                        "override": true,
                        "points": 34910,
                        "referenceAmount": {
                          "currency": "DZD",
                          "value": 422.7
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "KPW",
                          "value": 276.88
                        },
                        "code": "CB",
                        "conversionRatio": {
                          "minimumPoints": 958,
                          "value": 0.11
                        },
                        "equivAmount": {
                          "currency": "BSD",
                          "value": 293.67
                        },
                        "override": true,
                        "points": 30635,
                        "referenceAmount": {
                          "currency": "NAD",
                          "value": 287.95
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "UZS",
                          "value": 54.67
                        },
                        "code": "VX",
                        "conversionRatio": {
                          "minimumPoints": 928,
                          "value": 0.63
                        },
                        "equivAmount": {
                          "currency": "BOB",
                          "value": 349.49
                        },
                        "override": false,
                        "points": 23564,
                        "referenceAmount": {
                          "currency": "JPY",
                          "value": 147.67
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "ILS",
                          "value": 284.92
                        },
                        "code": "HD",
                        "conversionRatio": {
                          "minimumPoints": 791,
                          "value": 0.68
                        },
                        "equivAmount": {
                          "currency": "CHF",
                          "value": 57.71
                        },
                        "override": false,
                        "points": 14553,
                        "referenceAmount": {
                          "currency": "BGN",
                          "value": 383.25
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "GEL",
                          "value": 155.43
                        },
                        "code": "eL",
                        "conversionRatio": {
                          "minimumPoints": 158,
                          "value": 0.89
                        },
                        "equivAmount": {
                          "currency": "BAM",
                          "value": 453.29
                        },
                        "override": false,
                        "points": 42114,
                        "referenceAmount": {
                          "currency": "MGA",
                          "value": 11.51
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "MGA",
                          "value": 219.44
                        },
                        "code": "Yb",
                        "conversionRatio": {
                          "minimumPoints": 232,
                          "value": 0.47
                        },
                        "equivAmount": {
                          "currency": "ZWL",
                          "value": 433.39
                        },
                        "override": false,
                        "points": 1675,
                        "referenceAmount": {
                          "currency": "TMT",
                          "value": 132.89
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "CRC",
                          "value": 327.29
                        },
                        "code": "wX",
                        "conversionRatio": {
                          "minimumPoints": 410,
                          "value": 0.91
                        },
                        "equivAmount": {
                          "currency": "MAD",
                          "value": 444.94
                        },
                        "override": true,
                        "points": 44943,
                        "referenceAmount": {
                          "currency": "SAR",
                          "value": 360.12
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "MNT",
                          "value": 285.14
                        },
                        "code": "QE",
                        "conversionRatio": {
                          "minimumPoints": 185,
                          "value": 0.86
                        },
                        "equivAmount": {
                          "currency": "HUF",
                          "value": 38.94
                        },
                        "override": true,
                        "points": 16919,
                        "referenceAmount": {
                          "currency": "KZT",
                          "value": 115.26
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BWP",
                          "value": 485.4
                        },
                        "code": "jf",
                        "conversionRatio": {
                          "minimumPoints": 435,
                          "value": 0.8
                        },
                        "equivAmount": {
                          "currency": "AOA",
                          "value": 341.85
                        },
                        "override": false,
                        "points": 7667,
                        "referenceAmount": {
                          "currency": "NGN",
                          "value": 359.61
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BYN",
                          "value": 244.43
                        },
                        "code": "VQ",
                        "conversionRatio": {
                          "minimumPoints": 300,
                          "value": 0.86
                        },
                        "equivAmount": {
                          "currency": "SEK",
                          "value": 340.95
                        },
                        "override": false,
                        "points": 43620,
                        "referenceAmount": {
                          "currency": "WST",
                          "value": 443.87
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "HNL",
                          "value": 243
                        },
                        "code": "AZ",
                        "conversionRatio": {
                          "minimumPoints": 209,
                          "value": 0.83
                        },
                        "equivAmount": {
                          "currency": "IQD",
                          "value": 166.36
                        },
                        "override": false,
                        "points": 4171,
                        "referenceAmount": {
                          "currency": "RSD",
                          "value": 26.89
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "IQD",
                          "value": 37.18
                        },
                        "code": "NM",
                        "conversionRatio": {
                          "minimumPoints": 502,
                          "value": 0.63
                        },
                        "equivAmount": {
                          "currency": "BYN",
                          "value": 274.2
                        },
                        "override": true,
                        "points": 46042,
                        "referenceAmount": {
                          "currency": "BIF",
                          "value": 198.45
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "KES",
                          "value": 89.53
                        },
                        "code": "eR",
                        "conversionRatio": {
                          "minimumPoints": 174,
                          "value": 0.22
                        },
                        "equivAmount": {
                          "currency": "SDG",
                          "value": 166.46
                        },
                        "override": true,
                        "points": 9948,
                        "referenceAmount": {
                          "currency": "NZD",
                          "value": 207.89
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "ZAR",
                          "value": 460.99
                        },
                        "code": "DL",
                        "conversionRatio": {
                          "minimumPoints": 685,
                          "value": 0.35
                        },
                        "equivAmount": {
                          "currency": "CZK",
                          "value": 191.46
                        },
                        "override": true,
                        "points": 27832,
                        "referenceAmount": {
                          "currency": "TZS",
                          "value": 238.03
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "KRW",
                          "value": 402.73
                        },
                        "code": "MZ",
                        "conversionRatio": {
                          "minimumPoints": 759,
                          "value": 0.67
                        },
                        "equivAmount": {
                          "currency": "AED",
                          "value": 415.86
                        },
                        "override": false,
                        "points": 37698,
                        "referenceAmount": {
                          "currency": "ARS",
                          "value": 376.66
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "ISK",
                          "value": 90.67
                        },
                        "code": "Wt",
                        "conversionRatio": {
                          "minimumPoints": 734,
                          "value": 0.39
                        },
                        "equivAmount": {
                          "currency": "TJS",
                          "value": 195.03
                        },
                        "override": false,
                        "points": 4962,
                        "referenceAmount": {
                          "currency": "GBP",
                          "value": 345.91
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "DJF",
                          "value": 245.5
                        },
                        "code": "Wz",
                        "conversionRatio": {
                          "minimumPoints": 198,
                          "value": 0.6
                        },
                        "equivAmount": {
                          "currency": "HKD",
                          "value": 138.56
                        },
                        "override": true,
                        "points": 30806,
                        "referenceAmount": {
                          "currency": "SAR",
                          "value": 256.12
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "TJS",
                        "value": 254.68
                      },
                      "code": "bi",
                      "conversionRatio": {
                        "minimumPoints": 599,
                        "value": 0.59
                      },
                      "equivAmount": {
                        "currency": "KYD",
                        "value": 461.58
                      },
                      "override": false,
                      "points": 36012,
                      "referenceAmount": {
                        "currency": "MMK",
                        "value": 447.99
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 79,
                  "passengerSegmentRef": "9780e0c6-ca91-498f-8257-deb26a91d099",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "DOP",
                        "value": 199.43
                      },
                      "code": "tO",
                      "conversionRatio": {
                        "minimumPoints": 171,
                        "value": 0.69
                      },
                      "equivAmount": {
                        "currency": "SAR",
                        "value": 346.08
                      },
                      "override": true,
                      "points": 41218,
                      "referenceAmount": {
                        "currency": "PKR",
                        "value": 128.13
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "VES",
                          "value": 481.78
                        },
                        "code": "Eu",
                        "conversionRatio": {
                          "minimumPoints": 185,
                          "value": 0.47
                        },
                        "equivAmount": {
                          "currency": "CHF",
                          "value": 499.49
                        },
                        "override": true,
                        "points": 17821,
                        "referenceAmount": {
                          "currency": "BWP",
                          "value": 181.12
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "KHR",
                          "value": 289.98
                        },
                        "code": "la",
                        "conversionRatio": {
                          "minimumPoints": 891,
                          "value": 0.91
                        },
                        "equivAmount": {
                          "currency": "ZWL",
                          "value": 249.04
                        },
                        "override": false,
                        "points": 5420,
                        "referenceAmount": {
                          "currency": "MXN",
                          "value": 456.74
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "ANG",
                          "value": 367.4
                        },
                        "code": "mQ",
                        "conversionRatio": {
                          "minimumPoints": 429,
                          "value": 0.66
                        },
                        "equivAmount": {
                          "currency": "DJF",
                          "value": 438.15
                        },
                        "override": true,
                        "points": 36709,
                        "referenceAmount": {
                          "currency": "HNL",
                          "value": 161.07
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "CLP",
                          "value": 342.67
                        },
                        "code": "qw",
                        "conversionRatio": {
                          "minimumPoints": 211,
                          "value": 0.72
                        },
                        "equivAmount": {
                          "currency": "JMD",
                          "value": 471.67
                        },
                        "override": false,
                        "points": 46057,
                        "referenceAmount": {
                          "currency": "KHR",
                          "value": 342.96
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "AWG",
                          "value": 127.09
                        },
                        "code": "qa",
                        "conversionRatio": {
                          "minimumPoints": 308,
                          "value": 0.58
                        },
                        "equivAmount": {
                          "currency": "MZN",
                          "value": 156.98
                        },
                        "override": false,
                        "points": 36929,
                        "referenceAmount": {
                          "currency": "MVR",
                          "value": 311.82
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "NIO",
                          "value": 161.34
                        },
                        "code": "dM",
                        "conversionRatio": {
                          "minimumPoints": 145,
                          "value": 0.75
                        },
                        "equivAmount": {
                          "currency": "AUD",
                          "value": 369.57
                        },
                        "override": true,
                        "points": 43549,
                        "referenceAmount": {
                          "currency": "BIF",
                          "value": 161.79
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "KGS",
                          "value": 415.17
                        },
                        "code": "PR",
                        "conversionRatio": {
                          "minimumPoints": 755,
                          "value": 0.17
                        },
                        "equivAmount": {
                          "currency": "PAB",
                          "value": 186.92
                        },
                        "override": true,
                        "points": 36212,
                        "referenceAmount": {
                          "currency": "CUP",
                          "value": 460.84
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "AOA",
                          "value": 323.49
                        },
                        "code": "cv",
                        "conversionRatio": {
                          "minimumPoints": 788,
                          "value": 0.43
                        },
                        "equivAmount": {
                          "currency": "CDF",
                          "value": 200.03
                        },
                        "override": false,
                        "points": 14648,
                        "referenceAmount": {
                          "currency": "SOS",
                          "value": 209.03
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "DKK",
                          "value": 258.71
                        },
                        "code": "WX",
                        "conversionRatio": {
                          "minimumPoints": 305,
                          "value": 0.26
                        },
                        "equivAmount": {
                          "currency": "KES",
                          "value": 52.33
                        },
                        "override": false,
                        "points": 36988,
                        "referenceAmount": {
                          "currency": "LBP",
                          "value": 311.25
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "JOD",
                          "value": 489.76
                        },
                        "code": "iC",
                        "conversionRatio": {
                          "minimumPoints": 811,
                          "value": 0.9
                        },
                        "equivAmount": {
                          "currency": "LRD",
                          "value": 389.94
                        },
                        "override": false,
                        "points": 16401,
                        "referenceAmount": {
                          "currency": "CDF",
                          "value": 344.5
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BDT",
                          "value": 182.53
                        },
                        "code": "GZ",
                        "conversionRatio": {
                          "minimumPoints": 354,
                          "value": 0.13
                        },
                        "equivAmount": {
                          "currency": "NPR",
                          "value": 10.23
                        },
                        "override": false,
                        "points": 40775,
                        "referenceAmount": {
                          "currency": "XOF",
                          "value": 174.94
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "AFN",
                          "value": 108.85
                        },
                        "code": "Tu",
                        "conversionRatio": {
                          "minimumPoints": 452,
                          "value": 0.29
                        },
                        "equivAmount": {
                          "currency": "UYU",
                          "value": 418.91
                        },
                        "override": false,
                        "points": 14228,
                        "referenceAmount": {
                          "currency": "YER",
                          "value": 49.49
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "RWF",
                          "value": 168.35
                        },
                        "code": "Ss",
                        "conversionRatio": {
                          "minimumPoints": 195,
                          "value": 0.92
                        },
                        "equivAmount": {
                          "currency": "TZS",
                          "value": 97.43
                        },
                        "override": false,
                        "points": 6858,
                        "referenceAmount": {
                          "currency": "QAR",
                          "value": 323.7
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "TOP",
                          "value": 279.83
                        },
                        "code": "zI",
                        "conversionRatio": {
                          "minimumPoints": 859,
                          "value": 0.25
                        },
                        "equivAmount": {
                          "currency": "IRR",
                          "value": 145.78
                        },
                        "override": false,
                        "points": 23866,
                        "referenceAmount": {
                          "currency": "LKR",
                          "value": 473.31
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "GEL",
                          "value": 24
                        },
                        "code": "Ua",
                        "conversionRatio": {
                          "minimumPoints": 340,
                          "value": 0.54
                        },
                        "equivAmount": {
                          "currency": "AOA",
                          "value": 372.05
                        },
                        "override": true,
                        "points": 49475,
                        "referenceAmount": {
                          "currency": "NPR",
                          "value": 207.06
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "DZD",
                          "value": 350.3
                        },
                        "code": "mi",
                        "conversionRatio": {
                          "minimumPoints": 471,
                          "value": 0.42
                        },
                        "equivAmount": {
                          "currency": "KZT",
                          "value": 169.47
                        },
                        "override": false,
                        "points": 34532,
                        "referenceAmount": {
                          "currency": "LSL",
                          "value": 453.35
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "FJD",
                          "value": 35.86
                        },
                        "code": "GY",
                        "conversionRatio": {
                          "minimumPoints": 555,
                          "value": 0.76
                        },
                        "equivAmount": {
                          "currency": "CHF",
                          "value": 315.31
                        },
                        "override": false,
                        "points": 2181,
                        "referenceAmount": {
                          "currency": "AED",
                          "value": 388.02
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "HUF",
                        "value": 185.1
                      },
                      "code": "dl",
                      "conversionRatio": {
                        "minimumPoints": 697,
                        "value": 0.5
                      },
                      "equivAmount": {
                        "currency": "CNY",
                        "value": 294.78
                      },
                      "override": false,
                      "points": 42164,
                      "referenceAmount": {
                        "currency": "HKD",
                        "value": 50.9
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 77,
                  "passengerSegmentRef": "f1c98ebf-f240-43d6-966c-3442e13f3711",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "PLN",
                        "value": 137.4
                      },
                      "code": "hz",
                      "conversionRatio": {
                        "minimumPoints": 583,
                        "value": 0.95
                      },
                      "equivAmount": {
                        "currency": "DKK",
                        "value": 321.68
                      },
                      "override": false,
                      "points": 42441,
                      "referenceAmount": {
                        "currency": "PLN",
                        "value": 266.13
                      },
                      "taxType": "FLAT"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "EUR",
                          "value": 102.81
                        },
                        "code": "WD",
                        "conversionRatio": {
                          "minimumPoints": 588,
                          "value": 0.68
                        },
                        "equivAmount": {
                          "currency": "PEN",
                          "value": 289.84
                        },
                        "override": false,
                        "points": 20117,
                        "referenceAmount": {
                          "currency": "LKR",
                          "value": 172.84
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BMD",
                          "value": 211.52
                        },
                        "code": "GS",
                        "conversionRatio": {
                          "minimumPoints": 678,
                          "value": 0.78
                        },
                        "equivAmount": {
                          "currency": "SBD",
                          "value": 102.88
                        },
                        "override": true,
                        "points": 44287,
                        "referenceAmount": {
                          "currency": "SYP",
                          "value": 275.61
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BGN",
                          "value": 312.26
                        },
                        "code": "kT",
                        "conversionRatio": {
                          "minimumPoints": 979,
                          "value": 0.41
                        },
                        "equivAmount": {
                          "currency": "GIP",
                          "value": 231.49
                        },
                        "override": false,
                        "points": 36939,
                        "referenceAmount": {
                          "currency": "SDG",
                          "value": 280.36
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "LYD",
                          "value": 397.02
                        },
                        "code": "Vo",
                        "conversionRatio": {
                          "minimumPoints": 985,
                          "value": 0.39
                        },
                        "equivAmount": {
                          "currency": "CZK",
                          "value": 471.1
                        },
                        "override": true,
                        "points": 14720,
                        "referenceAmount": {
                          "currency": "GHS",
                          "value": 199.56
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "BSD",
                          "value": 390.99
                        },
                        "code": "Uk",
                        "conversionRatio": {
                          "minimumPoints": 501,
                          "value": 0.39
                        },
                        "equivAmount": {
                          "currency": "KPW",
                          "value": 162.75
                        },
                        "override": true,
                        "points": 18361,
                        "referenceAmount": {
                          "currency": "MUR",
                          "value": 308.41
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "GIP",
                          "value": 6.43
                        },
                        "code": "MI",
                        "conversionRatio": {
                          "minimumPoints": 193,
                          "value": 0.73
                        },
                        "equivAmount": {
                          "currency": "PYG",
                          "value": 200.39
                        },
                        "override": true,
                        "points": 19781,
                        "referenceAmount": {
                          "currency": "TWD",
                          "value": 386.33
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "FJD",
                          "value": 36.33
                        },
                        "code": "kY",
                        "conversionRatio": {
                          "minimumPoints": 649,
                          "value": 0.81
                        },
                        "equivAmount": {
                          "currency": "NGN",
                          "value": 387.17
                        },
                        "override": false,
                        "points": 23689,
                        "referenceAmount": {
                          "currency": "TJS",
                          "value": 368.11
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "JOD",
                          "value": 215.94
                        },
                        "code": "Gu",
                        "conversionRatio": {
                          "minimumPoints": 695,
                          "value": 0.78
                        },
                        "equivAmount": {
                          "currency": "LBP",
                          "value": 296.22
                        },
                        "override": true,
                        "points": 15958,
                        "referenceAmount": {
                          "currency": "ILS",
                          "value": 389.06
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "GYD",
                          "value": 339.33
                        },
                        "code": "kK",
                        "conversionRatio": {
                          "minimumPoints": 880,
                          "value": 0.93
                        },
                        "equivAmount": {
                          "currency": "LSL",
                          "value": 255.23
                        },
                        "override": true,
                        "points": 39450,
                        "referenceAmount": {
                          "currency": "SSP",
                          "value": 361.84
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "GHS",
                          "value": 496.67
                        },
                        "code": "Xg",
                        "conversionRatio": {
                          "minimumPoints": 300,
                          "value": 0.32
                        },
                        "equivAmount": {
                          "currency": "KES",
                          "value": 350.43
                        },
                        "override": true,
                        "points": 42261,
                        "referenceAmount": {
                          "currency": "KGS",
                          "value": 350.28
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "AOA",
                          "value": 99.72
                        },
                        "code": "OZ",
                        "conversionRatio": {
                          "minimumPoints": 196,
                          "value": 0.94
                        },
                        "equivAmount": {
                          "currency": "BDT",
                          "value": 142.96
                        },
                        "override": false,
                        "points": 1849,
                        "referenceAmount": {
                          "currency": "RWF",
                          "value": 14.17
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "CZK",
                          "value": 184.04
                        },
                        "code": "jg",
                        "conversionRatio": {
                          "minimumPoints": 788,
                          "value": 0.31
                        },
                        "equivAmount": {
                          "currency": "AED",
                          "value": 252.25
                        },
                        "override": false,
                        "points": 29086,
                        "referenceAmount": {
                          "currency": "MGA",
                          "value": 203.05
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "AED",
                          "value": 463.19
                        },
                        "code": "kF",
                        "conversionRatio": {
                          "minimumPoints": 390,
                          "value": 0.44
                        },
                        "equivAmount": {
                          "currency": "CRC",
                          "value": 476.19
                        },
                        "override": false,
                        "points": 42126,
                        "referenceAmount": {
                          "currency": "MUR",
                          "value": 62.41
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "NIO",
                          "value": 302.11
                        },
                        "code": "Fb",
                        "conversionRatio": {
                          "minimumPoints": 756,
                          "value": 0.18
                        },
                        "equivAmount": {
                          "currency": "BOB",
                          "value": 140.77
                        },
                        "override": true,
                        "points": 9787,
                        "referenceAmount": {
                          "currency": "COP",
                          "value": 223.95
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "BRL",
                        "value": 123.57
                      },
                      "code": "BN",
                      "conversionRatio": {
                        "minimumPoints": 748,
                        "value": 0.29
                      },
                      "equivAmount": {
                        "currency": "LSL",
                        "value": 113.34
                      },
                      "override": true,
                      "points": 37596,
                      "referenceAmount": {
                        "currency": "AOA",
                        "value": 392.24
                      },
                      "taxType": "FLAT"
                    }
                  }
                },
                {
                  "number": 74,
                  "passengerSegmentRef": "8627abc9-ae3b-4a6c-91af-5afd3386b617",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "THB",
                        "value": 491.1
                      },
                      "code": "IN",
                      "conversionRatio": {
                        "minimumPoints": 751,
                        "value": 0.22
                      },
                      "equivAmount": {
                        "currency": "JOD",
                        "value": 53.29
                      },
                      "override": false,
                      "points": 1561,
                      "referenceAmount": {
                        "currency": "ZWL",
                        "value": 202.43
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "AMD",
                          "value": 433.25
                        },
                        "code": "JB",
                        "conversionRatio": {
                          "minimumPoints": 773,
                          "value": 0.58
                        },
                        "equivAmount": {
                          "currency": "AWG",
                          "value": 355.51
                        },
                        "override": false,
                        "points": 46046,
                        "referenceAmount": {
                          "currency": "MVR",
                          "value": 202.3
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "TJS",
                          "value": 477.76
                        },
                        "code": "ru",
                        "conversionRatio": {
                          "minimumPoints": 289,
                          "value": 0.8
                        },
                        "equivAmount": {
                          "currency": "SAR",
                          "value": 359.81
                        },
                        "override": false,
                        "points": 3415,
                        "referenceAmount": {
                          "currency": "JOD",
                          "value": 421.59
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "KPW",
                          "value": 26.37
                        },
                        "code": "pn",
                        "conversionRatio": {
                          "minimumPoints": 237,
                          "value": 0.26
                        },
                        "equivAmount": {
                          "currency": "SGD",
                          "value": 170.32
                        },
                        "override": true,
                        "points": 17492,
                        "referenceAmount": {
                          "currency": "IDR",
                          "value": 498.01
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "PHP",
                          "value": 497.01
                        },
                        "code": "DG",
                        "conversionRatio": {
                          "minimumPoints": 206,
                          "value": 0.4
                        },
                        "equivAmount": {
                          "currency": "AUD",
                          "value": 483.79
                        },
                        "override": true,
                        "points": 38651,
                        "referenceAmount": {
                          "currency": "ISK",
                          "value": 255.97
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "MGA",
                          "value": 118.77
                        },
                        "code": "of",
                        "conversionRatio": {
                          "minimumPoints": 325,
                          "value": 0.2
                        },
                        "equivAmount": {
                          "currency": "AMD",
                          "value": 267.64
                        },
                        "override": true,
                        "points": 2436,
                        "referenceAmount": {
                          "currency": "SEK",
                          "value": 404.65
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "PYG",
                          "value": 73.76
                        },
                        "code": "eI",
                        "conversionRatio": {
                          "minimumPoints": 983,
                          "value": 0.9
                        },
                        "equivAmount": {
                          "currency": "AED",
                          "value": 223.12
                        },
                        "override": false,
                        "points": 40724,
                        "referenceAmount": {
                          "currency": "KYD",
                          "value": 224.69
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "NOK",
                          "value": 65.28
                        },
                        "code": "GO",
                        "conversionRatio": {
                          "minimumPoints": 501,
                          "value": 0.64
                        },
                        "equivAmount": {
                          "currency": "PAB",
                          "value": 416.17
                        },
                        "override": true,
                        "points": 29653,
                        "referenceAmount": {
                          "currency": "IRR",
                          "value": 345.84
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "NIO",
                          "value": 5.32
                        },
                        "code": "Vq",
                        "conversionRatio": {
                          "minimumPoints": 660,
                          "value": 0.71
                        },
                        "equivAmount": {
                          "currency": "SSP",
                          "value": 65.26
                        },
                        "override": false,
                        "points": 39704,
                        "referenceAmount": {
                          "currency": "CVE",
                          "value": 102.2
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "MGA",
                          "value": 469.87
                        },
                        "code": "oj",
                        "conversionRatio": {
                          "minimumPoints": 459,
                          "value": 0.57
                        },
                        "equivAmount": {
                          "currency": "ALL",
                          "value": 303.45
                        },
                        "override": true,
                        "points": 38741,
                        "referenceAmount": {
                          "currency": "MYR",
                          "value": 425.41
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "ISK",
                          "value": 384.38
                        },
                        "code": "Tz",
                        "conversionRatio": {
                          "minimumPoints": 620,
                          "value": 0.26
                        },
                        "equivAmount": {
                          "currency": "SOS",
                          "value": 104.48
                        },
                        "override": true,
                        "points": 35876,
                        "referenceAmount": {
                          "currency": "GEL",
                          "value": 395.07
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "MAD",
                          "value": 21.71
                        },
                        "code": "Zc",
                        "conversionRatio": {
                          "minimumPoints": 881,
                          "value": 0.92
                        },
                        "equivAmount": {
                          "currency": "MRU",
                          "value": 117.56
                        },
                        "override": false,
                        "points": 43281,
                        "referenceAmount": {
                          "currency": "CDF",
                          "value": 284.49
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "EGP",
                          "value": 299.44
                        },
                        "code": "oS",
                        "conversionRatio": {
                          "minimumPoints": 527,
                          "value": 0.79
                        },
                        "equivAmount": {
                          "currency": "DZD",
                          "value": 234.22
                        },
                        "override": false,
                        "points": 1225,
                        "referenceAmount": {
                          "currency": "BND",
                          "value": 108.96
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "TWD",
                          "value": 117.22
                        },
                        "code": "xf",
                        "conversionRatio": {
                          "minimumPoints": 315,
                          "value": 0.34
                        },
                        "equivAmount": {
                          "currency": "TOP",
                          "value": 33.46
                        },
                        "override": false,
                        "points": 38905,
                        "referenceAmount": {
                          "currency": "AWG",
                          "value": 490.64
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "XPF",
                          "value": 414.3
                        },
                        "code": "PZ",
                        "conversionRatio": {
                          "minimumPoints": 796,
                          "value": 0.25
                        },
                        "equivAmount": {
                          "currency": "LYD",
                          "value": 17.38
                        },
                        "override": true,
                        "points": 2671,
                        "referenceAmount": {
                          "currency": "HUF",
                          "value": 308.44
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SLE",
                          "value": 259.51
                        },
                        "code": "AI",
                        "conversionRatio": {
                          "minimumPoints": 184,
                          "value": 0.19
                        },
                        "equivAmount": {
                          "currency": "SHP",
                          "value": 448.53
                        },
                        "override": false,
                        "points": 26592,
                        "referenceAmount": {
                          "currency": "MVR",
                          "value": 490.72
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SOS",
                          "value": 266.43
                        },
                        "code": "sA",
                        "conversionRatio": {
                          "minimumPoints": 768,
                          "value": 0.24
                        },
                        "equivAmount": {
                          "currency": "DKK",
                          "value": 306.65
                        },
                        "override": true,
                        "points": 30374,
                        "referenceAmount": {
                          "currency": "SGD",
                          "value": 411.71
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "KWD",
                        "value": 473.93
                      },
                      "code": "jZ",
                      "conversionRatio": {
                        "minimumPoints": 837,
                        "value": 0.45
                      },
                      "equivAmount": {
                        "currency": "MZN",
                        "value": 420.33
                      },
                      "override": false,
                      "points": 34744,
                      "referenceAmount": {
                        "currency": "ERN",
                        "value": 147.97
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                },
                {
                  "number": 23,
                  "passengerSegmentRef": "66acc767-f087-45c1-b8ce-54ffb41369f7",
                  "priceBreakdown": {
                    "base": {
                      "amount": {
                        "currency": "SYP",
                        "value": 105.89
                      },
                      "code": "fG",
                      "conversionRatio": {
                        "minimumPoints": 896,
                        "value": 0.88
                      },
                      "equivAmount": {
                        "currency": "RSD",
                        "value": 247.39
                      },
                      "override": true,
                      "points": 39916,
                      "referenceAmount": {
                        "currency": "NAD",
                        "value": 14.07
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    "commission": [
                      {
                        "amount": {
                          "currency": "INR",
                          "value": 166.65
                        },
                        "code": "Sp",
                        "conversionRatio": {
                          "minimumPoints": 786,
                          "value": 0.82
                        },
                        "equivAmount": {
                          "currency": "THB",
                          "value": 391.09
                        },
                        "override": true,
                        "points": 28659,
                        "referenceAmount": {
                          "currency": "NIO",
                          "value": 371.57
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "discount": [
                      {
                        "amount": {
                          "currency": "PYG",
                          "value": 150.19
                        },
                        "code": "vU",
                        "conversionRatio": {
                          "minimumPoints": 631,
                          "value": 0.15
                        },
                        "equivAmount": {
                          "currency": "ZAR",
                          "value": 83.08
                        },
                        "override": false,
                        "points": 15304,
                        "referenceAmount": {
                          "currency": "VES",
                          "value": 187.79
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "SBD",
                          "value": 96.76
                        },
                        "code": "Di",
                        "conversionRatio": {
                          "minimumPoints": 717,
                          "value": 0.97
                        },
                        "equivAmount": {
                          "currency": "NAD",
                          "value": 180.32
                        },
                        "override": true,
                        "points": 4488,
                        "referenceAmount": {
                          "currency": "SEK",
                          "value": 14.76
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "fee": [
                      {
                        "amount": {
                          "currency": "PGK",
                          "value": 329.55
                        },
                        "code": "Il",
                        "conversionRatio": {
                          "minimumPoints": 385,
                          "value": 0.31
                        },
                        "equivAmount": {
                          "currency": "SZL",
                          "value": 9.06
                        },
                        "override": true,
                        "points": 24924,
                        "referenceAmount": {
                          "currency": "SGD",
                          "value": 186.12
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "TJS",
                          "value": 61.07
                        },
                        "code": "pI",
                        "conversionRatio": {
                          "minimumPoints": 553,
                          "value": 0.16
                        },
                        "equivAmount": {
                          "currency": "KZT",
                          "value": 241.95
                        },
                        "override": true,
                        "points": 8606,
                        "referenceAmount": {
                          "currency": "GBP",
                          "value": 56.52
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "SRD",
                          "value": 167.39
                        },
                        "code": "ZL",
                        "conversionRatio": {
                          "minimumPoints": 758,
                          "value": 0.39
                        },
                        "equivAmount": {
                          "currency": "SBD",
                          "value": 278.26
                        },
                        "override": false,
                        "points": 2002,
                        "referenceAmount": {
                          "currency": "ZMW",
                          "value": 287.86
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "surcharge": [
                      {
                        "amount": {
                          "currency": "XOF",
                          "value": 32.82
                        },
                        "code": "Sw",
                        "conversionRatio": {
                          "minimumPoints": 864,
                          "value": 0.94
                        },
                        "equivAmount": {
                          "currency": "SGD",
                          "value": 406.02
                        },
                        "override": true,
                        "points": 18938,
                        "referenceAmount": {
                          "currency": "TJS",
                          "value": 180.75
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "JOD",
                          "value": 429.94
                        },
                        "code": "OB",
                        "conversionRatio": {
                          "minimumPoints": 241,
                          "value": 0.79
                        },
                        "equivAmount": {
                          "currency": "PGK",
                          "value": 51.2
                        },
                        "override": false,
                        "points": 31370,
                        "referenceAmount": {
                          "currency": "GIP",
                          "value": 304.67
                        },
                        "taxType": "PROPORTIONAL"
                      },
                      {
                        "amount": {
                          "currency": "ZWL",
                          "value": 60.1
                        },
                        "code": "Tm",
                        "conversionRatio": {
                          "minimumPoints": 600,
                          "value": 0.12
                        },
                        "equivAmount": {
                          "currency": "COP",
                          "value": 210.72
                        },
                        "override": true,
                        "points": 4480,
                        "referenceAmount": {
                          "currency": "SEK",
                          "value": 353.96
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "JMD",
                          "value": 369.99
                        },
                        "code": "jr",
                        "conversionRatio": {
                          "minimumPoints": 780,
                          "value": 0.98
                        },
                        "equivAmount": {
                          "currency": "YER",
                          "value": 72.91
                        },
                        "override": false,
                        "points": 7138,
                        "referenceAmount": {
                          "currency": "IQD",
                          "value": 442.64
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "CLP",
                          "value": 350.76
                        },
                        "code": "zC",
                        "conversionRatio": {
                          "minimumPoints": 892,
                          "value": 0.8
                        },
                        "equivAmount": {
                          "currency": "BWP",
                          "value": 125.25
                        },
                        "override": true,
                        "points": 14131,
                        "referenceAmount": {
                          "currency": "BOB",
                          "value": 359.99
                        },
                        "taxType": "PROPORTIONAL"
                      }
                    ],
                    "tax": [
                      {
                        "amount": {
                          "currency": "MOP",
                          "value": 409.52
                        },
                        "code": "pr",
                        "conversionRatio": {
                          "minimumPoints": 679,
                          "value": 0.76
                        },
                        "equivAmount": {
                          "currency": "CZK",
                          "value": 336.51
                        },
                        "override": false,
                        "points": 35492,
                        "referenceAmount": {
                          "currency": "SCR",
                          "value": 53.84
                        },
                        "taxType": "FLAT"
                      },
                      {
                        "amount": {
                          "currency": "BBD",
                          "value": 244.95
                        },
                        "code": "gm",
                        "conversionRatio": {
                          "minimumPoints": 281,
                          "value": 0.77
                        },
                        "equivAmount": {
                          "currency": "ETB",
                          "value": 119.14
                        },
                        "override": false,
                        "points": 21743,
                        "referenceAmount": {
                          "currency": "SBD",
                          "value": 411.18
                        },
                        "taxType": "FLAT"
                      }
                    ],
                    "total": {
                      "amount": {
                        "currency": "SZL",
                        "value": 201.5
                      },
                      "code": "ZQ",
                      "conversionRatio": {
                        "minimumPoints": 355,
                        "value": 0.2
                      },
                      "equivAmount": {
                        "currency": "TTD",
                        "value": 455.95
                      },
                      "override": false,
                      "points": 49221,
                      "referenceAmount": {
                        "currency": "CNY",
                        "value": 438.17
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  }
                }
              ],
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "id": "738ace82-ee8e-4ea9-bb9c-078283821a70",
              "issueDate": "2026-01-03T00:00:00.0Z",
              "number": "3585525191998",
              "paymentRefs": [
                "id01",
                "id02"
              ],
              "priceBreakdown": {
                "base": {
                  "amount": {
                    "currency": "TWD",
                    "value": 226.64
                  },
                  "code": "Cl",
                  "conversionRatio": {
                    "minimumPoints": 676,
                    "value": 0.59
                  },
                  "equivAmount": {
                    "currency": "JMD",
                    "value": 474.61
                  },
                  "override": false,
                  "points": 30874,
                  "referenceAmount": {
                    "currency": "PEN",
                    "value": 206.5
                  },
                  "taxType": "FLAT"
                },
                "commission": [
                  {
                    "amount": {
                      "currency": "MRU",
                      "value": 411.13
                    },
                    "code": "sP",
                    "conversionRatio": {
                      "minimumPoints": 430,
                      "value": 0.47
                    },
                    "equivAmount": {
                      "currency": "BTN",
                      "value": 185.83
                    },
                    "override": true,
                    "points": 10305,
                    "referenceAmount": {
                      "currency": "SBD",
                      "value": 22.71
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "TTD",
                      "value": 333.56
                    },
                    "code": "QK",
                    "conversionRatio": {
                      "minimumPoints": 119,
                      "value": 0.94
                    },
                    "equivAmount": {
                      "currency": "MDL",
                      "value": 65.25
                    },
                    "override": true,
                    "points": 34473,
                    "referenceAmount": {
                      "currency": "LRD",
                      "value": 292.04
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "BSD",
                      "value": 75.66
                    },
                    "code": "Ej",
                    "conversionRatio": {
                      "minimumPoints": 808,
                      "value": 0.94
                    },
                    "equivAmount": {
                      "currency": "XPF",
                      "value": 451.88
                    },
                    "override": false,
                    "points": 22357,
                    "referenceAmount": {
                      "currency": "CDF",
                      "value": 86.35
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "AUD",
                      "value": 26.33
                    },
                    "code": "ke",
                    "conversionRatio": {
                      "minimumPoints": 420,
                      "value": 0.16
                    },
                    "equivAmount": {
                      "currency": "EGP",
                      "value": 134.78
                    },
                    "override": false,
                    "points": 35932,
                    "referenceAmount": {
                      "currency": "MWK",
                      "value": 334.73
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "VND",
                      "value": 199.83
                    },
                    "code": "lQ",
                    "conversionRatio": {
                      "minimumPoints": 742,
                      "value": 0.67
                    },
                    "equivAmount": {
                      "currency": "UZS",
                      "value": 467.2
                    },
                    "override": true,
                    "points": 39460,
                    "referenceAmount": {
                      "currency": "LBP",
                      "value": 208.09
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "discount": [
                  {
                    "amount": {
                      "currency": "ERN",
                      "value": 342.77
                    },
                    "code": "fN",
                    "conversionRatio": {
                      "minimumPoints": 744,
                      "value": 0.36
                    },
                    "equivAmount": {
                      "currency": "NAD",
                      "value": 387.13
                    },
                    "override": false,
                    "points": 49384,
                    "referenceAmount": {
                      "currency": "AZN",
                      "value": 423.56
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "ERN",
                      "value": 208.75
                    },
                    "code": "SR",
                    "conversionRatio": {
                      "minimumPoints": 307,
                      "value": 0.55
                    },
                    "equivAmount": {
                      "currency": "ANG",
                      "value": 140.99
                    },
                    "override": false,
                    "points": 34807,
                    "referenceAmount": {
                      "currency": "IRR",
                      "value": 162.68
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "TOP",
                      "value": 471.23
                    },
                    "code": "un",
                    "conversionRatio": {
                      "minimumPoints": 825,
                      "value": 0.25
                    },
                    "equivAmount": {
                      "currency": "BND",
                      "value": 408.91
                    },
                    "override": true,
                    "points": 4535,
                    "referenceAmount": {
                      "currency": "GMD",
                      "value": 295.08
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "CNY",
                      "value": 378.7
                    },
                    "code": "Cb",
                    "conversionRatio": {
                      "minimumPoints": 487,
                      "value": 0.91
                    },
                    "equivAmount": {
                      "currency": "BBD",
                      "value": 317.96
                    },
                    "override": true,
                    "points": 48738,
                    "referenceAmount": {
                      "currency": "YER",
                      "value": 416.21
                    },
                    "taxType": "FLAT"
                  }
                ],
                "fee": [
                  {
                    "amount": {
                      "currency": "KWD",
                      "value": 85.65
                    },
                    "code": "mH",
                    "conversionRatio": {
                      "minimumPoints": 222,
                      "value": 0.73
                    },
                    "equivAmount": {
                      "currency": "KES",
                      "value": 393.56
                    },
                    "override": false,
                    "points": 20093,
                    "referenceAmount": {
                      "currency": "LAK",
                      "value": 15.92
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "CAD",
                      "value": 350.29
                    },
                    "code": "zC",
                    "conversionRatio": {
                      "minimumPoints": 553,
                      "value": 0.47
                    },
                    "equivAmount": {
                      "currency": "IDR",
                      "value": 261.74
                    },
                    "override": false,
                    "points": 34188,
                    "referenceAmount": {
                      "currency": "AED",
                      "value": 258.22
                    },
                    "taxType": "FLAT"
                  }
                ],
                "surcharge": [
                  {
                    "amount": {
                      "currency": "NPR",
                      "value": 288.57
                    },
                    "code": "uI",
                    "conversionRatio": {
                      "minimumPoints": 435,
                      "value": 0.26
                    },
                    "equivAmount": {
                      "currency": "KZT",
                      "value": 373.34
                    },
                    "override": false,
                    "points": 37671,
                    "referenceAmount": {
                      "currency": "IQD",
                      "value": 383.08
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "KHR",
                      "value": 97.63
                    },
                    "code": "TU",
                    "conversionRatio": {
                      "minimumPoints": 127,
                      "value": 0.43
                    },
                    "equivAmount": {
                      "currency": "UYU",
                      "value": 184.37
                    },
                    "override": true,
                    "points": 37138,
                    "referenceAmount": {
                      "currency": "MRU",
                      "value": 29.62
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "IDR",
                      "value": 83.37
                    },
                    "code": "VT",
                    "conversionRatio": {
                      "minimumPoints": 769,
                      "value": 0.3
                    },
                    "equivAmount": {
                      "currency": "SZL",
                      "value": 227.59
                    },
                    "override": true,
                    "points": 13413,
                    "referenceAmount": {
                      "currency": "MVR",
                      "value": 282.57
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "MRU",
                      "value": 196.16
                    },
                    "code": "Ye",
                    "conversionRatio": {
                      "minimumPoints": 249,
                      "value": 1
                    },
                    "equivAmount": {
                      "currency": "JOD",
                      "value": 15.13
                    },
                    "override": false,
                    "points": 47431,
                    "referenceAmount": {
                      "currency": "FJD",
                      "value": 319.76
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "tax": [
                  {
                    "amount": {
                      "currency": "TMT",
                      "value": 426.95
                    },
                    "code": "kM",
                    "conversionRatio": {
                      "minimumPoints": 728,
                      "value": 0.87
                    },
                    "equivAmount": {
                      "currency": "MOP",
                      "value": 398.23
                    },
                    "override": true,
                    "points": 23847,
                    "referenceAmount": {
                      "currency": "GEL",
                      "value": 405.82
                    },
                    "taxType": "FLAT"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "WST",
                    "value": 383.95
                  },
                  "code": "WS",
                  "conversionRatio": {
                    "minimumPoints": 688,
                    "value": 0.55
                  },
                  "equivAmount": {
                    "currency": "HKD",
                    "value": 15.98
                  },
                  "override": false,
                  "points": 3300,
                  "referenceAmount": {
                    "currency": "LKR",
                    "value": 229.32
                  },
                  "taxType": "FLAT"
                }
              },
              "type": "ELECTRONIC_MISC_DOCUMENT"
            }
          ],
          "associationId": 159,
          "baggagePoolId": 69,
          "boardingPasses": [
            {
              "barCode": "c7wsWh2TuU85FomSVRlzLCx2amnRiKubgSiTpmqu",
              "boardingPassData": [
                {
                  "agent": {
                    "city": "hEe",
                    "country": "TG",
                    "sign": "wKk"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 12.3
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "87654321",
                        "11223344",
                        "12345678"
                      ],
                      "quantity": 2,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 13.7
                      }
                    }
                  },
                  "bookingClass": "Q",
                  "cabinClass": "PREMIUM_ECONOMY",
                  "checkInSequenceNumber": "933",
                  "deck": {
                    "code": "UPPER",
                    "value": "OTHER"
                  },
                  "displayData": {
                    "accommodation": "BUSINESS",
                    "agentCityName": "Port Anastasiafurt",
                    "arrivalAirportName": "East Honolulu",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "1657",
                    "cabinClassCode": "w",
                    "cabinText": "BUSINESS",
                    "carryOnText": "NO CARRY-ON",
                    "childText": "INFANT",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Dayton",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "9886",
                    "edifactApiText": "API ERROR",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "5468",
                    "estimatedDepartureDate": "2026-12-08T00:00:00.0Z",
                    "estimatedDepartureTime": "3457",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY BASIC",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "CARRY ON OK",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "GOLD",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "8qsn",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "0728",
                    "scheduledDepartureDate": "2027-04-15T00:00:00.0Z",
                    "scheduledDepartureTime": "4462",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "regional",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "AE",
                    "arrivalTime": "2027-03-24T00:00:00.0Z",
                    "boardingTime": "1944-11-08T13:44:18.0Z",
                    "commuter": true,
                    "departureAirport": "[ob",
                    "departureCountry": "NC",
                    "departureFlightScheduleStatus": "DELAYED",
                    "departureGate": "qc",
                    "departureTerminal": "6o",
                    "departureTime": "2026-09-16T00:00:00.0Z",
                    "equipment": "492",
                    "estimatedArrivalTime": "1899-12-11T12:50:32.0Z",
                    "estimatedDepartureTime": "1955-10-19T09:17:02.0Z",
                    "flightNumber": "4916",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "5945"
                  },
                  "group": "IpMH1k",
                  "loyaltyAccount": {
                    "id": "f47a7cfe-2064-4712-a888-ec746f5727a9",
                    "latestAwardDate": "2026-03-21",
                    "loyaltyTierLevel": {
                      "atpco": "56",
                      "customerInsight": "02",
                      "name": "gold",
                      "number": 3,
                      "priority": 5,
                      "tag": "MWb"
                    },
                    "memberAirline": "[ob",
                    "memberId": "1754421117",
                    "membershipStartDate": "2025-02-05",
                    "mileage": {
                      "unit": "MILES",
                      "value": 3262
                    },
                    "pnrId": "9",
                    "points": 67903,
                    "source": "PNR"
                  },
                  "passengerFlightId": "Z6JLAv1Cr7",
                  "personName": {
                    "first": "Angelina",
                    "last": "Hammes",
                    "middle": "August",
                    "prefix": "Mr.",
                    "raw": "Alexis Becker",
                    "suffix": "II"
                  },
                  "recordLocator": "CWXRBD",
                  "seatNumber": "19C",
                  "source": "OTHER",
                  "standbyPriority": "dy",
                  "supplementaryData": {
                    "dhsStatus": 1,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "42612594672153",
                    "loungeAccess": true,
                    "selectee": true,
                    "skyPriority": false,
                    "spanishLargeFamily": false,
                    "spanishResident": false,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "CO"
                  },
                  "ticketCouponNumber": "08",
                  "ticketNumber": {
                    "airlineAccountingCode": "506",
                    "checkDigit": "8",
                    "number": "50209318305660",
                    "serialNumber": "8939617435"
                  },
                  "zone": "3"
                },
                {
                  "agent": {
                    "city": "Grr",
                    "country": "NI",
                    "sign": "FSB"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 16.9
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "87654321",
                        "11223344",
                        "12345678"
                      ],
                      "quantity": 3,
                      "totalWeight": {
                        "unit": "KG",
                        "value": 1
                      }
                    }
                  },
                  "bookingClass": "T",
                  "cabinClass": "PREMIUM_FIRST",
                  "checkInSequenceNumber": "170",
                  "deck": {
                    "code": "MIDDLE",
                    "value": "MAIN"
                  },
                  "displayData": {
                    "accommodation": "RESIDENCE SUITE",
                    "agentCityName": "Lockmantown",
                    "arrivalAirportName": "Hutchinson",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "3010",
                    "cabinClassCode": "u",
                    "cabinText": "ECONOMY",
                    "carryOnText": "NO CARRY-ON",
                    "childText": "CHILD",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "North Merle",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "3936",
                    "edifactApiText": "API OK",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "0557",
                    "estimatedDepartureDate": "2027-06-21T00:00:00.0Z",
                    "estimatedDepartureTime": "8786",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY PLUS",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "NO CARRY ON",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "PLATINUM",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "nNc3",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "9314",
                    "scheduledDepartureDate": "2027-05-19T00:00:00.0Z",
                    "scheduledDepartureTime": "4149",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "narrowbody",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "TM",
                    "arrivalTime": "2027-03-16T00:00:00.0Z",
                    "boardingTime": "1904-12-14T18:18:50.0Z",
                    "commuter": false,
                    "departureAirport": "[ob",
                    "departureCountry": "LU",
                    "departureFlightScheduleStatus": "ON_TIME",
                    "departureGate": "mh",
                    "departureTerminal": "2Y",
                    "departureTime": "2027-06-02T00:00:00.0Z",
                    "equipment": "336",
                    "estimatedArrivalTime": "1947-11-09T03:56:28.0Z",
                    "estimatedDepartureTime": "1928-03-22T21:54:50.0Z",
                    "flightNumber": "6",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "430"
                  },
                  "group": "yuc3Jm",
                  "loyaltyAccount": {
                    "id": "13ab549c-5d95-4eae-b146-dd8035e40d78",
                    "latestAwardDate": "2025-09-27",
                    "loyaltyTierLevel": {
                      "atpco": "77",
                      "customerInsight": "53",
                      "name": "platinum",
                      "number": 1,
                      "priority": 8,
                      "tag": "SzZ"
                    },
                    "memberAirline": "[ob",
                    "memberId": "1740564900",
                    "membershipStartDate": "2024-04-16",
                    "mileage": {
                      "unit": "MILES",
                      "value": 2472
                    },
                    "pnrId": "7",
                    "points": 34510,
                    "source": "SSCI"
                  },
                  "passengerFlightId": "vRJfpJcDsE",
                  "personName": {
                    "first": "Abner",
                    "last": "Skiles",
                    "middle": "Sasha",
                    "prefix": "Dr.",
                    "raw": "Glenda McLaughlin-Stoltenberg",
                    "suffix": "V"
                  },
                  "recordLocator": "SZQNFN",
                  "seatNumber": "14C",
                  "source": "EXTERNAL",
                  "standbyPriority": "R1",
                  "supplementaryData": {
                    "dhsStatus": 3,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "22293654261324",
                    "loungeAccess": true,
                    "selectee": true,
                    "skyPriority": true,
                    "spanishLargeFamily": true,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "NI"
                  },
                  "ticketCouponNumber": "57",
                  "ticketNumber": {
                    "airlineAccountingCode": "597",
                    "checkDigit": "2",
                    "number": "25728814858873",
                    "serialNumber": "0400379619"
                  },
                  "zone": "1"
                },
                {
                  "agent": {
                    "city": "iWm",
                    "country": "PA",
                    "sign": "UcV"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 14.6
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "11223344",
                        "12345678",
                        "87654321"
                      ],
                      "quantity": 3,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 1.4
                      }
                    }
                  },
                  "bookingClass": "v",
                  "cabinClass": "PREMIUM_BUSINESS",
                  "checkInSequenceNumber": "012",
                  "deck": {
                    "code": "MAIN",
                    "value": "OTHER"
                  },
                  "displayData": {
                    "accommodation": "FIRST CLASS",
                    "agentCityName": "Streichshire",
                    "arrivalAirportName": "Keltonmouth",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "1306",
                    "cabinClassCode": "t",
                    "cabinText": "BUSINESS",
                    "carryOnText": "CARRY-ON",
                    "childText": "INFANT",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Lake Einarfurt",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "0661",
                    "edifactApiText": "API ERROR",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "0976",
                    "estimatedDepartureDate": "2027-06-10T00:00:00.0Z",
                    "estimatedDepartureTime": "0591",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY BASIC",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "CARRY ON OK",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "PLATINUM",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "hN8g",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "0777",
                    "scheduledDepartureDate": "2027-07-31T00:00:00.0Z",
                    "scheduledDepartureTime": "6259",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "regional",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "BA",
                    "arrivalTime": "2027-06-22T00:00:00.0Z",
                    "boardingTime": "1939-06-10T16:52:22.0Z",
                    "commuter": false,
                    "departureAirport": "[ob",
                    "departureCountry": "HT",
                    "departureFlightScheduleStatus": "DELAYED",
                    "departureGate": "D4",
                    "departureTerminal": "E4",
                    "departureTime": "2027-04-17T00:00:00.0Z",
                    "equipment": "731",
                    "estimatedArrivalTime": "1935-05-04T01:54:44.0Z",
                    "estimatedDepartureTime": "1925-10-20T07:21:06.0Z",
                    "flightNumber": "60",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "3104"
                  },
                  "group": "dEUfY7",
                  "loyaltyAccount": {
                    "id": "3fdda9c0-9c73-481b-bbc9-fe43c9763ccd",
                    "latestAwardDate": "2025-09-17",
                    "loyaltyTierLevel": {
                      "atpco": "79",
                      "customerInsight": "31",
                      "name": "silver",
                      "number": 4,
                      "priority": 1,
                      "tag": "cPy"
                    },
                    "memberAirline": "[ob",
                    "memberId": "3957099813",
                    "membershipStartDate": "2026-03-22",
                    "mileage": {
                      "unit": "MILES",
                      "value": 3172
                    },
                    "pnrId": "8",
                    "points": 73467,
                    "source": "SSCI"
                  },
                  "passengerFlightId": "Z1TTQrcKMz",
                  "personName": {
                    "first": "Mitchel",
                    "last": "Roob",
                    "middle": "Blake",
                    "prefix": "Miss",
                    "raw": "Emily Donnelly",
                    "suffix": "PhD"
                  },
                  "recordLocator": "KDSQVU",
                  "seatNumber": "3A",
                  "source": "EXTERNAL",
                  "standbyPriority": "1d",
                  "supplementaryData": {
                    "dhsStatus": 3,
                    "exclusiveWaitingArea": true,
                    "infraeroElectronicStamp": "63104025647595",
                    "loungeAccess": true,
                    "selectee": true,
                    "skyPriority": false,
                    "spanishLargeFamily": false,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "KZ"
                  },
                  "ticketCouponNumber": "55",
                  "ticketNumber": {
                    "airlineAccountingCode": "981",
                    "checkDigit": "6",
                    "number": "02830824933938",
                    "serialNumber": "2335948181"
                  },
                  "zone": "1"
                }
              ],
              "formattedBoardingPass": {
                "document": {
                  "contentType": "image/png",
                  "name": "oh.[object Object]",
                  "value": "KPcqhlWotfhKWW1Bj7Zs9d8uSkGN9bT7jmuMxMFluRIoHCGx5TFJHL6rHhe4NQ6t"
                },
                "image": {
                  "contentType": "application/xml",
                  "name": "knowledgeably_lest.[object Object]",
                  "value": "USsJKcyqCNzpcLyM28IjCq2aGw5rGYQQIAfY5VDUgtry1YsPn3Fv9piv1GhOeYEV"
                },
                "pectab": {
                  "data": {
                    "contentType": "audio/mpeg",
                    "name": "however_cooperative.[object Object]",
                    "value": "s8fIymxUmWWJFIHttDYwq1HBXH7z7VuZWYa7uAWItShmcTb4b4dvHtKtj0DP8YXN"
                  },
                  "layout": {
                    "contentType": "text/html",
                    "name": "celebrated.[object Object]",
                    "value": "ppCafZHDfA9ru9GxTaXPnh6Zwb8i24ZpzFjAPcDlD4uQf0zG0IPTILE1lnj5FL4q"
                  },
                  "template": {
                    "contentType": "application/x-sh",
                    "name": "pinion_spattering.[object Object]",
                    "value": "Wpr0IChjguqdHsClB1C4QX0fkRo3pvBXQzkgFFuTUf4K5aRau44GDYMmIccxnIJj"
                  },
                  "templates": [
                    {
                      "contentType": "application/ogg",
                      "name": "till_ouch.[object Object]",
                      "value": "T9iKXqVfsiMWOF3a48QEQ2XNRRicnlI5MBHn0zSfBRcjVEJI28FlX8NElBWpS7LD"
                    },
                    {
                      "contentType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
                      "name": "until.[object Object]",
                      "value": "c17MdEOcFSInr91egezkicvtg8CFslkXKwRnuZbRVi5QdtpcZEcwDsJjk4LqRNUw"
                    }
                  ]
                },
                "supplementaryData": {
                  "accommodation": "FIRST CLASS",
                  "selectee": true,
                  "skyPriority": false,
                  "zone": "0"
                },
                "zpl": {
                  "contentType": "text/javascript",
                  "name": "behind_rapidly_athwart.[object Object]",
                  "value": "IsuSfc3QoXoPX7PaFzyGyXpedYhr8tevam1S0uatbIhiEu3qfQ3lbEz3bajH6dke"
                }
              },
              "passengerFlightIds": [
                "id02",
                "id01"
              ],
              "type": "BOARDING_PASS"
            },
            {
              "barCode": "Pq2SRhWvGxlPeAD8XvC1VNVW6IVfm0rTSx3dsrtV",
              "boardingPassData": [
                {
                  "agent": {
                    "city": "PHn",
                    "country": "CK",
                    "sign": "kDc"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 5.4
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "11223344",
                        "12345678",
                        "87654321"
                      ],
                      "quantity": 1,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 6
                      }
                    }
                  },
                  "bookingClass": "t",
                  "cabinClass": "PREMIUM_ECONOMY",
                  "checkInSequenceNumber": "331",
                  "deck": {
                    "code": "UPPER",
                    "value": "MAIN"
                  },
                  "displayData": {
                    "accommodation": "RESIDENCE SUITE",
                    "agentCityName": "Lake Horaciomouth",
                    "arrivalAirportName": "Manchester",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "5651",
                    "cabinClassCode": "g",
                    "cabinText": "FIRST CLASS",
                    "carryOnText": "CARRY-ON",
                    "childText": "INFANT",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Rialto",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "0780",
                    "edifactApiText": "API OK",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "2533",
                    "estimatedDepartureDate": "2027-02-07T00:00:00.0Z",
                    "estimatedDepartureTime": "4801",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY PLUS",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "NO CARRY ON",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "GOLD",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "hC3Q",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "1948",
                    "scheduledDepartureDate": "2026-09-06T00:00:00.0Z",
                    "scheduledDepartureTime": "4156",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "regional",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "MH",
                    "arrivalTime": "2027-06-14T00:00:00.0Z",
                    "boardingTime": "1911-05-21T22:14:55.0Z",
                    "commuter": true,
                    "departureAirport": "[ob",
                    "departureCountry": "VA",
                    "departureFlightScheduleStatus": "CANCELLED",
                    "departureGate": "1G",
                    "departureTerminal": "2q",
                    "departureTime": "2027-04-27T00:00:00.0Z",
                    "equipment": "697",
                    "estimatedArrivalTime": "1935-05-01T12:47:40.0Z",
                    "estimatedDepartureTime": "1948-11-04T18:59:41.0Z",
                    "flightNumber": "2",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "8"
                  },
                  "group": "boa83T",
                  "loyaltyAccount": {
                    "id": "f04844fa-fe1a-4297-ab44-83f32f92c089",
                    "latestAwardDate": "2026-08-04",
                    "loyaltyTierLevel": {
                      "atpco": "70",
                      "customerInsight": "03",
                      "name": "platinum",
                      "number": 4,
                      "priority": 9,
                      "tag": "EHe"
                    },
                    "memberAirline": "[ob",
                    "memberId": "9984484218",
                    "membershipStartDate": "2025-01-19",
                    "mileage": {
                      "unit": "MILES",
                      "value": 2393
                    },
                    "pnrId": "5",
                    "points": 8011,
                    "source": "PNR"
                  },
                  "passengerFlightId": "Ot4AiGHBKE",
                  "personName": {
                    "first": "Elvie",
                    "last": "Bernier",
                    "middle": "Ryan",
                    "prefix": "Mrs.",
                    "raw": "Michelle Stokes",
                    "suffix": "II"
                  },
                  "recordLocator": "YYJABZ",
                  "seatNumber": "26C",
                  "source": "EXTERNAL",
                  "standbyPriority": "II",
                  "supplementaryData": {
                    "dhsStatus": 2,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "11707456867440",
                    "loungeAccess": true,
                    "selectee": true,
                    "skyPriority": false,
                    "spanishLargeFamily": true,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "CR"
                  },
                  "ticketCouponNumber": "88",
                  "ticketNumber": {
                    "airlineAccountingCode": "723",
                    "checkDigit": "3",
                    "number": "42000424205134",
                    "serialNumber": "0974573478"
                  },
                  "zone": "4"
                },
                {
                  "agent": {
                    "city": "cOo",
                    "country": "ZW",
                    "sign": "tUK"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "LB",
                      "value": 16.6
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "12345678",
                        "87654321",
                        "11223344"
                      ],
                      "quantity": 2,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 18.5
                      }
                    }
                  },
                  "bookingClass": "d",
                  "cabinClass": "PREMIUM_BUSINESS",
                  "checkInSequenceNumber": "225",
                  "deck": {
                    "code": "MIDDLE",
                    "value": "UPPER"
                  },
                  "displayData": {
                    "accommodation": "BUSINESS",
                    "agentCityName": "North Kayceeboro",
                    "arrivalAirportName": "Kentwood",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "3424",
                    "cabinClassCode": "j",
                    "cabinText": "BUSINESS",
                    "carryOnText": "CARRY-ON",
                    "childText": "INFANT",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Tatyanaton",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "9401",
                    "edifactApiText": "API ERROR",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "5620",
                    "estimatedDepartureDate": "2027-04-27T00:00:00.0Z",
                    "estimatedDepartureTime": "5782",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY PLUS",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "CARRY ON OK",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "PLATINUM",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "ptHx",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "3438",
                    "scheduledDepartureDate": "2026-09-21T00:00:00.0Z",
                    "scheduledDepartureTime": "0598",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "narrowbody",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "JO",
                    "arrivalTime": "2027-07-11T00:00:00.0Z",
                    "boardingTime": "1949-01-27T14:26:38.0Z",
                    "commuter": false,
                    "departureAirport": "[ob",
                    "departureCountry": "TJ",
                    "departureFlightScheduleStatus": "ON_TIME",
                    "departureGate": "VT",
                    "departureTerminal": "dl",
                    "departureTime": "2027-02-12T00:00:00.0Z",
                    "equipment": "102",
                    "estimatedArrivalTime": "1954-01-02T22:29:21.0Z",
                    "estimatedDepartureTime": "1894-10-22T01:09:58.0Z",
                    "flightNumber": "56",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "169"
                  },
                  "group": "gNEUJZ",
                  "loyaltyAccount": {
                    "id": "78a6d52c-6ef0-4eb4-b015-f61e042cf042",
                    "latestAwardDate": "2026-01-04",
                    "loyaltyTierLevel": {
                      "atpco": "91",
                      "customerInsight": "17",
                      "name": "silver",
                      "number": 1,
                      "priority": 5,
                      "tag": "azu"
                    },
                    "memberAirline": "[ob",
                    "memberId": "5888015464",
                    "membershipStartDate": "2023-02-24",
                    "mileage": {
                      "unit": "MILES",
                      "value": 2084
                    },
                    "pnrId": "5",
                    "points": 27449,
                    "source": "PNR"
                  },
                  "passengerFlightId": "MEcbkklHcG",
                  "personName": {
                    "first": "Kennedy",
                    "last": "O'Keefe",
                    "middle": "Gray",
                    "prefix": "Dr.",
                    "raw": "Rochelle Howe-Bednar",
                    "suffix": "IV"
                  },
                  "recordLocator": "KDAUWA",
                  "seatNumber": "3A",
                  "source": "HOST",
                  "standbyPriority": "y2",
                  "supplementaryData": {
                    "dhsStatus": 4,
                    "exclusiveWaitingArea": true,
                    "infraeroElectronicStamp": "36566956102343",
                    "loungeAccess": false,
                    "selectee": true,
                    "skyPriority": true,
                    "spanishLargeFamily": true,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "PF"
                  },
                  "ticketCouponNumber": "12",
                  "ticketNumber": {
                    "airlineAccountingCode": "009",
                    "checkDigit": "5",
                    "number": "39492002465329",
                    "serialNumber": "0154878704"
                  },
                  "zone": "9"
                },
                {
                  "agent": {
                    "city": "jaY",
                    "country": "JP",
                    "sign": "iVV"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "KG",
                      "value": 6.5
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "11223344",
                        "12345678",
                        "87654321"
                      ],
                      "quantity": 1,
                      "totalWeight": {
                        "unit": "KG",
                        "value": 2.5
                      }
                    }
                  },
                  "bookingClass": "L",
                  "cabinClass": "PREMIUM_FIRST",
                  "checkInSequenceNumber": "633",
                  "deck": {
                    "code": "MAIN",
                    "value": "MAIN"
                  },
                  "displayData": {
                    "accommodation": "BUSINESS",
                    "agentCityName": "West Ulisesmouth",
                    "arrivalAirportName": "Fort Josh",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "4681",
                    "cabinClassCode": "B",
                    "cabinText": "FIRST CLASS",
                    "carryOnText": "CARRY-ON",
                    "childText": "INFANT",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Port Agneshaven",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "4068",
                    "edifactApiText": "API OK",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "0991",
                    "estimatedDepartureDate": "2026-12-17T00:00:00.0Z",
                    "estimatedDepartureTime": "4891",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY PLUS",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "NO CARRY ON",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "PLATINUM",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "xFMi",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "2497",
                    "scheduledDepartureDate": "2027-02-17T00:00:00.0Z",
                    "scheduledDepartureTime": "6828",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "widebody",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "VE",
                    "arrivalTime": "2027-03-09T00:00:00.0Z",
                    "boardingTime": "1935-05-04T23:29:25.0Z",
                    "commuter": false,
                    "departureAirport": "[ob",
                    "departureCountry": "MZ",
                    "departureFlightScheduleStatus": "ON_TIME",
                    "departureGate": "Dg",
                    "departureTerminal": "Un",
                    "departureTime": "2027-02-16T00:00:00.0Z",
                    "equipment": "782",
                    "estimatedArrivalTime": "1910-05-07T01:12:09.0Z",
                    "estimatedDepartureTime": "1957-03-11T15:54:03.0Z",
                    "flightNumber": "874",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "17"
                  },
                  "group": "YjFlk7",
                  "loyaltyAccount": {
                    "id": "9e43fd89-1173-4e8c-af0c-20b5f11b8aae",
                    "latestAwardDate": "2026-01-22",
                    "loyaltyTierLevel": {
                      "atpco": "14",
                      "customerInsight": "10",
                      "name": "gold",
                      "number": 1,
                      "priority": 2,
                      "tag": "xWT"
                    },
                    "memberAirline": "[ob",
                    "memberId": "9445735043",
                    "membershipStartDate": "2024-11-13",
                    "mileage": {
                      "unit": "MILES",
                      "value": 2117
                    },
                    "pnrId": "6",
                    "points": 7274,
                    "source": "SSCI"
                  },
                  "passengerFlightId": "6Ht26lsXvl",
                  "personName": {
                    "first": "Ryleigh",
                    "last": "Schamberger",
                    "middle": "Kendall",
                    "prefix": "Dr.",
                    "raw": "Tracey Feil",
                    "suffix": "Jr."
                  },
                  "recordLocator": "FYUZTF",
                  "seatNumber": "7E",
                  "source": "OTHER",
                  "standbyPriority": "r5",
                  "supplementaryData": {
                    "dhsStatus": 4,
                    "exclusiveWaitingArea": true,
                    "infraeroElectronicStamp": "01861419729908",
                    "loungeAccess": true,
                    "selectee": false,
                    "skyPriority": false,
                    "spanishLargeFamily": true,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "BB"
                  },
                  "ticketCouponNumber": "59",
                  "ticketNumber": {
                    "airlineAccountingCode": "219",
                    "checkDigit": "1",
                    "number": "71859070503777",
                    "serialNumber": "5160102393"
                  },
                  "zone": "1"
                },
                {
                  "agent": {
                    "city": "pnA",
                    "country": "MD",
                    "sign": "Zxu"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "LB",
                      "value": 17.7
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "12345678",
                        "87654321"
                      ],
                      "quantity": 2,
                      "totalWeight": {
                        "unit": "KG",
                        "value": 17.6
                      }
                    }
                  },
                  "bookingClass": "R",
                  "cabinClass": "FIRST",
                  "checkInSequenceNumber": "181",
                  "deck": {
                    "code": "UPPER",
                    "value": "MAIN"
                  },
                  "displayData": {
                    "accommodation": "FIRST CLASS",
                    "agentCityName": "Ledafurt",
                    "arrivalAirportName": "Williamsonside",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "2809",
                    "cabinClassCode": "i",
                    "cabinText": "FIRST CLASS",
                    "carryOnText": "NO CARRY-ON",
                    "childText": "CHILD",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "York",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "7465",
                    "edifactApiText": "API ERROR",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "9369",
                    "estimatedDepartureDate": "2027-06-14T00:00:00.0Z",
                    "estimatedDepartureTime": "4454",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY PLUS",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "CARRY ON OK",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "GOLD",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "mUJr",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "1477",
                    "scheduledDepartureDate": "2026-08-31T00:00:00.0Z",
                    "scheduledDepartureTime": "9299",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "regional",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "TZ",
                    "arrivalTime": "2027-04-13T00:00:00.0Z",
                    "boardingTime": "1964-02-01T10:24:54.0Z",
                    "commuter": true,
                    "departureAirport": "[ob",
                    "departureCountry": "ZA",
                    "departureFlightScheduleStatus": "DELAYED",
                    "departureGate": "mZ",
                    "departureTerminal": "16",
                    "departureTime": "2027-01-19T00:00:00.0Z",
                    "equipment": "605",
                    "estimatedArrivalTime": "1957-12-01T13:56:31.0Z",
                    "estimatedDepartureTime": "1943-05-25T18:09:54.0Z",
                    "flightNumber": "7200",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "3515"
                  },
                  "group": "shcafd",
                  "loyaltyAccount": {
                    "id": "7c8dba7b-e750-4778-8bd7-2e14dce72c8f",
                    "latestAwardDate": "2026-01-17",
                    "loyaltyTierLevel": {
                      "atpco": "48",
                      "customerInsight": "09",
                      "name": "gold",
                      "number": 2,
                      "priority": 6,
                      "tag": "qTa"
                    },
                    "memberAirline": "[ob",
                    "memberId": "7018599065",
                    "membershipStartDate": "2023-08-13",
                    "mileage": {
                      "unit": "MILES",
                      "value": 2737
                    },
                    "pnrId": "4",
                    "points": 97548,
                    "source": "PNR"
                  },
                  "passengerFlightId": "A4k9XqlSwt",
                  "personName": {
                    "first": "Kirk",
                    "last": "Crooks",
                    "middle": "Charlie",
                    "prefix": "Dr.",
                    "raw": "Marion Rau",
                    "suffix": "III"
                  },
                  "recordLocator": "AWUFZQ",
                  "seatNumber": "25D",
                  "source": "OTHER",
                  "standbyPriority": "Vk",
                  "supplementaryData": {
                    "dhsStatus": 4,
                    "exclusiveWaitingArea": true,
                    "infraeroElectronicStamp": "19417723708884",
                    "loungeAccess": false,
                    "selectee": false,
                    "skyPriority": false,
                    "spanishLargeFamily": false,
                    "spanishResident": false,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "CK"
                  },
                  "ticketCouponNumber": "91",
                  "ticketNumber": {
                    "airlineAccountingCode": "818",
                    "checkDigit": "2",
                    "number": "58605555523673",
                    "serialNumber": "3718717838"
                  },
                  "zone": "3"
                },
                {
                  "agent": {
                    "city": "Mco",
                    "country": "PT",
                    "sign": "wcq"
                  },
                  "baggage": {
                    "carryOnWeight": {
                      "unit": "LB",
                      "value": 17
                    },
                    "checkedInBaggage": {
                      "bagTagNumber": [
                        "12345678",
                        "87654321",
                        "11223344"
                      ],
                      "quantity": 3,
                      "totalWeight": {
                        "unit": "LB",
                        "value": 11.9
                      }
                    }
                  },
                  "bookingClass": "M",
                  "cabinClass": "BUSINESS",
                  "checkInSequenceNumber": "538",
                  "deck": {
                    "code": "UPPER",
                    "value": "OTHER"
                  },
                  "displayData": {
                    "accommodation": "FIRST CLASS",
                    "agentCityName": "North Wade",
                    "arrivalAirportName": "New Macie",
                    "boardingPassOnlyText": "BOARDING PASS ONLY",
                    "boardingTime": "6085",
                    "cabinClassCode": "V",
                    "cabinText": "ECONOMY",
                    "carryOnText": "NO CARRY-ON",
                    "childText": "INFANT",
                    "commuterAirlineName": "[object Object]",
                    "commuterOperatedByText": "OPERATED BY",
                    "departureAirportName": "Laurynfort",
                    "documentTypeText": "BOARDING PASS",
                    "doorCloseTime": "4861",
                    "edifactApiText": "API ERROR",
                    "entitlementTexts": {
                      "fastTrack": "FAST TRACK",
                      "loungeAccess": "LOUNGE XTRA",
                      "priorityBoarding": "PRIORITY"
                    },
                    "estimatedArrivalTime": "0955",
                    "estimatedDepartureDate": "2026-11-10T00:00:00.0Z",
                    "estimatedDepartureTime": "5983",
                    "evenMoreSpeedText": "EVEN MORE SPEED",
                    "exitText": "E X I T",
                    "fareBrandText": "ECONOMY BASIC",
                    "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                    "handLuggageText": "NO CARRY ON",
                    "loungeAccessText": "LOUNGE",
                    "loyaltyAccountTierName": "SILVER",
                    "marketingAirlineName": "[object Object]",
                    "operatingAirlineName": "[object Object]",
                    "pingTipText": "nUJm",
                    "plusInfantText": "PLUS INFANT",
                    "premiumText": "PREMIUM",
                    "priorityAaccessText": "PRIORITY AACCESS",
                    "priorityBoardingText": "PRIORITY BOARDING",
                    "priorityText": "PRIORITY",
                    "scheduledArrivalTime": "7312",
                    "scheduledDepartureDate": "2027-02-13T00:00:00.0Z",
                    "scheduledDepartureTime": "7198",
                    "skyPriorityText": "SKYPRIORITY",
                    "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                    "spanishResidentText": "RESI/RESI NO VERIFICADO",
                    "specialService": [
                      "WCHR"
                    ],
                    "speedText": "SPEED",
                    "tboText": "TBO EN",
                    "thruAirportName": [
                      "LIMA"
                    ],
                    "thruText": "THRU",
                    "ticketTypeText": "ELECTRONIC",
                    "tsaPreCheckText": "TSA PRE",
                    "wetleaseAircraftTypeName": "widebody",
                    "wetleaseAirlineName": "[object Object]",
                    "wetleaseOperatedByText": "OPERATED BY"
                  },
                  "flightDetail": {
                    "airline": "[ob",
                    "arrivalAirport": "[ob",
                    "arrivalCountry": "PE",
                    "arrivalTime": "2026-11-08T00:00:00.0Z",
                    "boardingTime": "1963-03-13T19:24:55.0Z",
                    "commuter": false,
                    "departureAirport": "[ob",
                    "departureCountry": "RU",
                    "departureFlightScheduleStatus": "CANCELLED",
                    "departureGate": "j2",
                    "departureTerminal": "0P",
                    "departureTime": "2027-03-07T00:00:00.0Z",
                    "equipment": "239",
                    "estimatedArrivalTime": "1938-09-13T01:45:04.0Z",
                    "estimatedDepartureTime": "1900-12-14T06:09:12.0Z",
                    "flightNumber": "54",
                    "operatingAirline": "[ob",
                    "operatingFlightNumber": "420"
                  },
                  "group": "ibxq4e",
                  "loyaltyAccount": {
                    "id": "6dc1ab0c-901e-4915-bddd-33375d6daa51",
                    "latestAwardDate": "2025-09-18",
                    "loyaltyTierLevel": {
                      "atpco": "92",
                      "customerInsight": "68",
                      "name": "platinum",
                      "number": 4,
                      "priority": 3,
                      "tag": "Gaw"
                    },
                    "memberAirline": "[ob",
                    "memberId": "0372683550",
                    "membershipStartDate": "2025-07-04",
                    "mileage": {
                      "unit": "MILES",
                      "value": 3259
                    },
                    "pnrId": "0",
                    "points": 73958,
                    "source": "PNR"
                  },
                  "passengerFlightId": "HUDp6IQ5gV",
                  "personName": {
                    "first": "Palma",
                    "last": "Bahringer",
                    "middle": "Rowan",
                    "prefix": "Miss",
                    "raw": "Kelley Haley",
                    "suffix": "III"
                  },
                  "recordLocator": "BPSGNG",
                  "seatNumber": "14C",
                  "source": "EXTERNAL",
                  "standbyPriority": "0p",
                  "supplementaryData": {
                    "dhsStatus": 5,
                    "exclusiveWaitingArea": false,
                    "infraeroElectronicStamp": "59846776922617",
                    "loungeAccess": true,
                    "selectee": true,
                    "skyPriority": true,
                    "spanishLargeFamily": false,
                    "spanishResident": true,
                    "tboAirport": "[ob",
                    "throughAirport": "[ob",
                    "throughCountry": "DJ"
                  },
                  "ticketCouponNumber": "98",
                  "ticketNumber": {
                    "airlineAccountingCode": "925",
                    "checkDigit": "5",
                    "number": "75318751259059",
                    "serialNumber": "5174156336"
                  },
                  "zone": "3"
                }
              ],
              "formattedBoardingPass": {
                "document": {
                  "contentType": "application/rtf",
                  "name": "final_aha.[object Object]",
                  "value": "d2s7TWyJAQ7lHfkuYVS4cCX5W0fPZ4tkTDSJp7hIO8yM7sVmz4uoROCsYSPH02LB"
                },
                "image": {
                  "contentType": "application/vnd.ms-fontobject",
                  "name": "ugh_eek.[object Object]",
                  "value": "8Npu0qgmjx8h8SOBISkGpZGpDiZItmr29Qes2Do46rmE7tXlS4SbVY3Yh8JDj4bj"
                },
                "pectab": {
                  "data": {
                    "contentType": "application/ld+json",
                    "name": "direct_atop_even.[object Object]",
                    "value": "M0ctDopUFdHrnM9HMqH17t5vzuwwhrFfDViJrRu000LXb0XW0pPywv1jE3EEnNPn"
                  },
                  "layout": {
                    "contentType": "font/ttf",
                    "name": "past_monasticism.[object Object]",
                    "value": "G4HNiRORQMiLmH0NbjViFpmvkqfezxcvnemWDZTF5pOcYq8Q9E5ZbHvcgbyuEFee"
                  },
                  "template": {
                    "contentType": "text/css",
                    "name": "ultimately_helplessly_underneath.[object Object]",
                    "value": "maHihmpMOwU6X9UN0NHzEULphmE2VzSgRYlAmuNCEspm9VjiQgg3Gxka3UyrBVkB"
                  },
                  "templates": [
                    {
                      "contentType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
                      "name": "certification.[object Object]",
                      "value": "uF79XRsVA1GJFGyMFk7VaPOobolt82917dNvsszugJRujZE4xZX6Dg9orbrdnUZ1"
                    },
                    {
                      "contentType": "application/x-httpd-php",
                      "name": "char.[object Object]",
                      "value": "htjRTn4nz0FVV1UahRJX598WhQK17DGvzkNFHWrfT63PUdTXeZtOXCDcQcAStu4f"
                    },
                    {
                      "contentType": "application/vnd.oasis.opendocument.text",
                      "name": "ew_authorized.[object Object]",
                      "value": "eCT33qvXZwSVOwyQemRBvCvUDLlAj1oWsnQSdFyt5CGCzbP4Mh0gbdHhe5end0qP"
                    }
                  ]
                },
                "supplementaryData": {
                  "accommodation": "RESIDENCE SUITE",
                  "selectee": true,
                  "skyPriority": false,
                  "zone": "8"
                },
                "zpl": {
                  "contentType": "audio/mpeg",
                  "name": "phooey_schnitzel_regularly.[object Object]",
                  "value": "gvKeNfeS3RGRbORxwDOO7pNKH3u0yAIsxXMJhRwsIKunSLZLoeLlpaQihbqTDNCX"
                }
              },
              "passengerFlightIds": [
                "id01",
                "id02"
              ],
              "type": "BOARDING_PASS"
            }
          ],
          "checkedBaggage": [
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "VH",
              "baggageTagTypes": [
                {
                  "code": "M",
                  "description": "DAMAGED",
                  "reason": [
                    {
                      "code": "96",
                      "description": "fuZuqnpIRJkBtYs"
                    },
                    {
                      "code": "30",
                      "description": "eCeZhZmpyrqIyuX"
                    }
                  ]
                },
                {
                  "code": "w",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "03",
                      "description": "ugwKfiPMnbtrkBM"
                    },
                    {
                      "code": "68",
                      "description": "EagfWHpTEuWbCDz"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "OTHER",
                "arrivalAirport": "RTC",
                "bagTagNumber": "4Zss3gQ3DF",
                "bagTagState": "INACTIVE",
                "departureAirport": "Wmp",
                "excludeFromSubsequentBagCalculation": true
              },
              "freeBaggageAllowance": false,
              "id": "c1ccf534-b46e-4f20-84aa-3641fde0e4b3",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "INCH",
                "value": 102
              },
              "status": "CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 3.3
              }
            },
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "vX",
              "baggageTagTypes": [
                {
                  "code": "X",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "14",
                      "description": "eFRYlaJmkLPAdpK"
                    }
                  ]
                },
                {
                  "code": "M",
                  "description": "STANDARD",
                  "reason": [
                    {
                      "code": "71",
                      "description": "mRCgXhfrkRjBrvH"
                    },
                    {
                      "code": "08",
                      "description": "wCukcQwEoJtAarP"
                    },
                    {
                      "code": "54",
                      "description": "AJczzBtodCEPnRm"
                    },
                    {
                      "code": "45",
                      "description": "dXKDZRXkXHECYbF"
                    },
                    {
                      "code": "49",
                      "description": "IjFLNNSucbuwaRL"
                    }
                  ]
                },
                {
                  "code": "M",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "87",
                      "description": "HexOdsHEYKsGKiw"
                    },
                    {
                      "code": "31",
                      "description": "otjuxVBcTjkXASz"
                    },
                    {
                      "code": "89",
                      "description": "BDnEGkYkUthsNBN"
                    },
                    {
                      "code": "25",
                      "description": "cJPWYtOIsOxdKnI"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "STANDARD",
                "arrivalAirport": "PpC",
                "bagTagNumber": "dZIiVipXqS",
                "bagTagState": "INACTIVE",
                "departureAirport": "rlt",
                "excludeFromSubsequentBagCalculation": false
              },
              "freeBaggageAllowance": true,
              "id": "6fd1041f-439f-4477-b88e-c98bacbe3a9d",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "METER",
                "value": 54
              },
              "status": "NOT_CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 8.2
              }
            },
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "Ng",
              "baggageTagTypes": [
                {
                  "code": "n",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "96",
                      "description": "CKQkcOqNYvGOhyR"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "STANDARD",
                "arrivalAirport": "Ixi",
                "bagTagNumber": "yzFhhjvXTN",
                "bagTagState": "INACTIVE",
                "departureAirport": "FGU",
                "excludeFromSubsequentBagCalculation": true
              },
              "freeBaggageAllowance": false,
              "id": "89ff6391-98ee-45a9-abee-d88d59f1c5ad",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "CENTIMETER",
                "value": 168
              },
              "status": "CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 1.6
              }
            },
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "xq",
              "baggageTagTypes": [
                {
                  "code": "v",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "08",
                      "description": "sQmsCgOGfhRAQzI"
                    },
                    {
                      "code": "34",
                      "description": "kTXoUMHMLGoDNmR"
                    }
                  ]
                },
                {
                  "code": "K",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "15",
                      "description": "ESXbCvMjkDpWbdE"
                    },
                    {
                      "code": "85",
                      "description": "SUPozIvJrEJGZzX"
                    },
                    {
                      "code": "97",
                      "description": "FaCYtyuUrULidgt"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "STANDARD",
                "arrivalAirport": "POT",
                "bagTagNumber": "RLtI6hxN6O",
                "bagTagState": "INACTIVE",
                "departureAirport": "cmY",
                "excludeFromSubsequentBagCalculation": true
              },
              "freeBaggageAllowance": false,
              "id": "f653fe32-c739-4d9b-bcc2-2ce98737c00d",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "METER",
                "value": 109
              },
              "status": "NOT_CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 32.8
              }
            },
            {
              "airExtraRefs": [
                "id01",
                "id02"
              ],
              "airline": "xJ",
              "baggageTagTypes": [
                {
                  "code": "u",
                  "description": "STANDARD",
                  "reason": [
                    {
                      "code": "37",
                      "description": "EUBOYVTlefpARgw"
                    },
                    {
                      "code": "09",
                      "description": "qysBlBsolleyHHK"
                    },
                    {
                      "code": "50",
                      "description": "KMKGwNOHDXnuDDE"
                    },
                    {
                      "code": "48",
                      "description": "qkDJKBJSNrzsWmT"
                    },
                    {
                      "code": "81",
                      "description": "xYDEdICEbTRrQKb"
                    }
                  ]
                },
                {
                  "code": "H",
                  "description": "FRAGILE",
                  "reason": [
                    {
                      "code": "06",
                      "description": "kbEAymeAyKwxMNS"
                    },
                    {
                      "code": "22",
                      "description": "IAQzQykCAvgpmgT"
                    },
                    {
                      "code": "19",
                      "description": "vziKKEqtTzOWTlW"
                    },
                    {
                      "code": "56",
                      "description": "kjinDjafmmDlpPR"
                    }
                  ]
                },
                {
                  "code": "n",
                  "description": "STANDARD",
                  "reason": [
                    {
                      "code": "17",
                      "description": "rSRWZNqrKiUKbvh"
                    },
                    {
                      "code": "91",
                      "description": "wvGOeBCXeruakgF"
                    }
                  ]
                },
                {
                  "code": "G",
                  "description": "STANDARD",
                  "reason": [
                    {
                      "code": "82",
                      "description": "HfSdYIuqVbgoZzR"
                    },
                    {
                      "code": "46",
                      "description": "wPXzVxbSUFBbLgb"
                    },
                    {
                      "code": "96",
                      "description": "esyjzjurNbZDxCQ"
                    },
                    {
                      "code": "05",
                      "description": "cCPiSOPKNuAYcXe"
                    },
                    {
                      "code": "40",
                      "description": "qstlMymooknKCFQ"
                    }
                  ]
                }
              ],
              "bagTag": {
                "ancillaryBagType": "STANDARD",
                "arrivalAirport": "NvI",
                "bagTagNumber": "KQbT5Zb0if",
                "bagTagState": "INACTIVE",
                "departureAirport": "sIe",
                "excludeFromSubsequentBagCalculation": true
              },
              "freeBaggageAllowance": true,
              "id": "0feed0c3-b8b8-4a22-ac37-a966cfd4b449",
              "segmentRefs": [
                "id01",
                "id02"
              ],
              "size": {
                "unit": "CENTIMETER",
                "value": 199
              },
              "status": "CHECKED_IN",
              "weight": {
                "unit": "KILOGRAM",
                "value": 6.7
              }
            }
          ],
          "contactDetails": {
            "address": [
              {
                "city": "Mireyaland",
                "companyName": "Adams, Rohan and Kautzer",
                "country": "PH",
                "id": "0c7e3ccc-7ec6-4140-8ff6-6f50fe9e7a09",
                "personName": {
                  "first": "Kyleigh",
                  "last": "Purdy",
                  "middle": "Kendall",
                  "prefix": "Ms.",
                  "raw": "Carol Huel",
                  "suffix": "DDS"
                },
                "postalCode": "64452-0903",
                "stateProvince": "Pennsylvania",
                "street1": "37490 Halie Spur",
                "street2": "Suite 374",
                "type": "HOME"
              },
              {
                "city": "Watsonville",
                "companyName": "Cummings LLC",
                "country": "TN",
                "id": "b132f173-5cb3-4bcc-837f-165f5d7948ec",
                "personName": {
                  "first": "Kaycee",
                  "last": "McClure",
                  "middle": "August",
                  "prefix": "Mr.",
                  "raw": "Kristy Hamill-Marquardt",
                  "suffix": "Sr."
                },
                "postalCode": "34354-1551",
                "stateProvince": "Oregon",
                "street1": "84188 Barrows Freeway",
                "street2": "Suite 531",
                "type": "HOME"
              }
            ],
            "email": [
              {
                "id": "d8812fdf-5559-48a0-b631-51ad420e09b6",
                "type": "PERSONAL",
                "value": "Beatrice.Kutch55@yahoo.com"
              },
              {
                "id": "d0eea52f-bd75-45f8-a1d1-05e329698ef5",
                "type": "PERSONAL",
                "value": "Ally.Auer0@yahoo.com"
              },
              {
                "id": "300ef152-1904-4a2b-9a9e-5296981541b8",
                "type": "PERSONAL",
                "value": "Dane_Hermiston@yahoo.com"
              },
              {
                "id": "6046d56e-2b3a-4680-b97f-d5d7e37ea86f",
                "type": "PERSONAL",
                "value": "Amelie96@hotmail.com"
              },
              {
                "id": "33bb2c0b-f043-4326-add9-b271b963c788",
                "type": "PERSONAL",
                "value": "Kiera.Greenholt9@gmail.com"
              }
            ],
            "phone": [
              {
                "allowedSMS": false,
                "areaCode": "278",
                "carrier": "VERIZON",
                "countryCode": "54",
                "extension": "725",
                "id": "60cf960a-a833-483c-8051-adab7778fb10",
                "number": "43455947",
                "type": "MOBILE"
              }
            ]
          },
          "contactTracingDetails": {
            "emails": [
              {
                "countryCode": "KZ",
                "id": "38d1e13f-1536-4890-947c-5380c38d5ec5",
                "value": "Tony_Padberg16@yahoo.com"
              },
              {
                "countryCode": "BV",
                "id": "7b48aaa2-3313-4f9b-883a-aa59e944c87e",
                "value": "Manuel_Ritchie43@gmail.com"
              }
            ],
            "phones": [
              {
                "countryCode": "KZ",
                "id": "c52eb6c6-6665-4ece-986e-7c4cc6eddd6a",
                "value": "Ethyl_Kessler9@yahoo.com"
              },
              {
                "countryCode": "TM",
                "id": "c1249536-5af0-4c97-8515-cda2d9031067",
                "value": "Green_Kuvalis@hotmail.com"
              },
              {
                "countryCode": "UY",
                "id": "57bf9792-4fa9-440e-a4d7-2fa0efe79ef4",
                "value": "Brandi66@yahoo.com"
              },
              {
                "countryCode": "MT",
                "id": "ed8c137d-5ec7-4a89-b3a8-426c91fac6e0",
                "value": "Allie44@yahoo.com"
              }
            ]
          },
          "dateOfBirth": "2007-11-24",
          "eligibilities": {
            "eligibility": [
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "N6NrPf1Ib94CIPCC6P5t",
                    "message": "Booking has been cancelled.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "418"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "340"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "666"
                      }
                    ]
                  },
                  {
                    "category": "TOO_EARLY_FOR_CHECK_IN",
                    "details": "gTg8cSYrhlaBMODHEdf5",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "995"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "599"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "197"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "kpwtJugaReq9a5xChTzl",
                    "message": "Required travel document is missing.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "845"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "501"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "272"
                      }
                    ]
                  },
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "sqNHT5ziffyDYAhXnsrw",
                    "message": "It is too early for check-in.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "899"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "364"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              },
              {
                "notEligible": false,
                "reason": [
                  {
                    "category": "INVALID_FLIGHT",
                    "details": "xI1dzBVAfwI0vQDpdcfE",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "428"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "948"
                      }
                    ]
                  },
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "PaiQIQF4QkpCf4StR4Qx",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "080"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "721"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "771"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "528"
                      }
                    ]
                  },
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "9DgwU25X9Jo93gB3GY38",
                    "message": "This flight is not eligible.",
                    "property": [
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "803"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "204"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "479"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "665"
                      }
                    ]
                  },
                  {
                    "category": "INSUFFICIENT_FUNDS",
                    "details": "oQGQdmfG3eAoNvpGbiEM",
                    "message": "It is too early for check-in.",
                    "property": [
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "112"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "872"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "506"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "231"
                      },
                      {
                        "name": "MINIMUM_AGE_REQUIRED",
                        "value": "347"
                      }
                    ]
                  },
                  {
                    "category": "BOOKING_CANCELLED",
                    "details": "gheYHIl0yZ2DREJe6O6D",
                    "message": "Payment processing failed.",
                    "property": [
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "409"
                      },
                      {
                        "name": "TIME_TO_OPEN_CHECK_IN",
                        "value": "112"
                      },
                      {
                        "name": "DOCUMENT_EXPIRY_THRESHOLD",
                        "value": "570"
                      }
                    ]
                  }
                ],
                "type": "CHECK_IN"
              }
            ]
          },
          "emd": [
            {
              "agent": {
                "duty": "Gu",
                "homeBranch": "14869",
                "homeLocation": "oxI",
                "homeStation": "1990",
                "lniata": "eE0XW1",
                "sine": "joa",
                "stationLocation": "Yor",
                "stationNumber": "2688",
                "ticketingProvider": {
                  "checkDigit": "7",
                  "name": "McKenzie LLC",
                  "number": "729",
                  "value": "Zn"
                },
                "type": "o",
                "workLocation": "KAw"
              },
              "customer": [
                {
                  "purchaser": {
                    "firstName": "Angie",
                    "lastName": "Rath",
                    "name": "Madeline Stiedemann II"
                  },
                  "traveler": {
                    "externalNumber": "84711187",
                    "firstName": "Dulce",
                    "lastName": "Purdy",
                    "name": "Corey O'Hara",
                    "passengerType": "CHD"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Walter",
                    "lastName": "Crooks",
                    "name": "Jan Johnston I"
                  },
                  "traveler": {
                    "externalNumber": "25029402",
                    "firstName": "Leonor",
                    "lastName": "Lockman",
                    "name": "Freddie Walsh",
                    "passengerType": "INF"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Garrick",
                    "lastName": "Luettgen",
                    "name": "Wayne Weimann"
                  },
                  "traveler": {
                    "externalNumber": "05967504",
                    "firstName": "Jesus",
                    "lastName": "Bayer",
                    "name": "Jackie Schaden",
                    "passengerType": "INF"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Cristal",
                    "lastName": "Bins",
                    "name": "Vivian Farrell"
                  },
                  "traveler": {
                    "externalNumber": "08147908",
                    "firstName": "Maximillian",
                    "lastName": "Kris",
                    "name": "Dr. Homer Klocko",
                    "passengerType": "ADT"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Trisha",
                    "lastName": "Feil",
                    "name": "Lila Jaskolski"
                  },
                  "traveler": {
                    "externalNumber": "85344453",
                    "firstName": "Tavares",
                    "lastName": "Powlowski",
                    "name": "Dr. Brandi Olson",
                    "passengerType": "INF"
                  }
                }
              ],
              "emdCoupon": [
                {
                  "classOfService": "l",
                  "couponNumber": "52",
                  "endLocation": "fPH",
                  "marketingFlightNumber": "3250",
                  "marketingProvider": {
                    "checkDigit": "1",
                    "name": "Kuvalis - Kulas",
                    "number": "682",
                    "value": "gG"
                  },
                  "startDateTime": "2027-04-21T00:00:00.0Z",
                  "startLocation": "omu"
                },
                {
                  "classOfService": "v",
                  "couponNumber": "70",
                  "endLocation": "wOS",
                  "marketingFlightNumber": "5122",
                  "marketingProvider": {
                    "checkDigit": "5",
                    "name": "Mohr - Lesch",
                    "number": "801",
                    "value": "Yk"
                  },
                  "startDateTime": "2027-03-14T00:00:00.0Z",
                  "startLocation": "Eau"
                },
                {
                  "classOfService": "w",
                  "couponNumber": "03",
                  "endLocation": "sex",
                  "marketingFlightNumber": "4639",
                  "marketingProvider": {
                    "checkDigit": "4",
                    "name": "Considine, Littel and Volkman",
                    "number": "938",
                    "value": "Kp"
                  },
                  "startDateTime": "2026-12-30T00:00:00.0Z",
                  "startLocation": "zBe"
                },
                {
                  "classOfService": "U",
                  "couponNumber": "35",
                  "endLocation": "cDS",
                  "marketingFlightNumber": "3143",
                  "marketingProvider": {
                    "checkDigit": "7",
                    "name": "Wisoky, Schoen and Dietrich",
                    "number": "270",
                    "value": "yP"
                  },
                  "startDateTime": "2027-05-19T00:00:00.0Z",
                  "startLocation": "NkS"
                }
              ],
              "emdNumber": {
                "number": "31011365195553"
              },
              "fareCalculationDetails": "g65yQEomSNYGO0omjBbs",
              "fareCalculationMode": "9",
              "issueTime": "2025-10-28T00:00:00.0Z",
              "miscellaneous": [
                {
                  "associatedTicketNumber": {
                    "associationType": "TOP",
                    "checkDigit": "1",
                    "couponNumber": "60",
                    "value": "6119152915404"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "K",
                      "couponNumber": "61",
                      "endLocation": "ERW",
                      "marketingFlightNumber": "2398",
                      "marketingProvider": {
                        "checkDigit": "5",
                        "name": "Moore - Tremblay",
                        "number": "039",
                        "value": "YY"
                      },
                      "startDateTime": "2027-08-08T00:00:00.0Z",
                      "startLocation": "zZL"
                    },
                    {
                      "classOfService": "q",
                      "couponNumber": "76",
                      "endLocation": "Flh",
                      "marketingFlightNumber": "7006",
                      "marketingProvider": {
                        "checkDigit": "0",
                        "name": "Gulgowski - Schiller",
                        "number": "925",
                        "value": "lJ"
                      },
                      "startDateTime": "2027-01-26T00:00:00.0Z",
                      "startLocation": "nZL"
                    },
                    {
                      "classOfService": "h",
                      "couponNumber": "12",
                      "endLocation": "SxI",
                      "marketingFlightNumber": "1757",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "Botsford - Stokes",
                        "number": "794",
                        "value": "oO"
                      },
                      "startDateTime": "2027-06-26T00:00:00.0Z",
                      "startLocation": "oIG"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "507963",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MDL",
                        "value": 162.95
                      },
                      "valueCode": "mfCQ"
                    },
                    "code": "miRT",
                    "coupon": 4,
                    "description": "Our wolf-friendly Gloves ensures classic comfort for your pets",
                    "equivalent": {
                      "text": "818508",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "XAF",
                        "value": 132.65
                      },
                      "valueCode": "TYiY"
                    },
                    "quantity": 2,
                    "total": {
                      "text": "159538",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "NAD",
                        "value": 68.75
                      },
                      "valueCode": "6L5n"
                    },
                    "totalTax": {
                      "text": "836278",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "TZS",
                        "value": 61.17
                      },
                      "valueCode": "PJVX"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "2",
                      "name": "Hickle, Considine and Marvin",
                      "number": "530",
                      "value": "Ir"
                    },
                    "group": "zOQFZ",
                    "indicators": {
                      "consumed": "F",
                      "feeOverride": "g",
                      "taxExempt": "Z"
                    },
                    "journeyType": "fo",
                    "reason": "zZlCJhMCbj"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "kmtmWZLAMP",
                          "sequence": 4,
                          "status": "gx",
                          "taxCode": "eQR",
                          "text": "809378",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "PLN",
                            "value": 364.73
                          },
                          "valueCode": "FNIp"
                        },
                        {
                          "exempt": false,
                          "name": "fhyenbDYUB",
                          "sequence": 5,
                          "status": "FW",
                          "taxCode": "bwD",
                          "text": "264726",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "AOA",
                            "value": 56.03
                          },
                          "valueCode": "ujtM"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "ZNQaJeeTId",
                          "sequence": 2,
                          "status": "RM",
                          "taxCode": "EVc",
                          "text": "810843",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "UGX",
                            "value": 445.57
                          },
                          "valueCode": "VN72"
                        },
                        {
                          "exempt": true,
                          "name": "gxbOdZCDjH",
                          "sequence": 5,
                          "status": "yU",
                          "taxCode": "vGa",
                          "text": "287022",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "HUF",
                            "value": 475.57
                          },
                          "valueCode": "aS95"
                        },
                        {
                          "exempt": true,
                          "name": "iAFlENLXkL",
                          "sequence": 5,
                          "status": "lv",
                          "taxCode": "buK",
                          "text": "315964",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "BIF",
                            "value": 310.5
                          },
                          "valueCode": "TY6U"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "LdcyvJLNfy",
                          "sequence": 2,
                          "status": "BJ",
                          "taxCode": "aRH",
                          "text": "574281",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BIF",
                            "value": 87.88
                          },
                          "valueCode": "OOsp"
                        },
                        {
                          "exempt": true,
                          "name": "QtkIwfobNX",
                          "sequence": 4,
                          "status": "MW",
                          "taxCode": "roq",
                          "text": "129413",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "ALL",
                            "value": 144.86
                          },
                          "valueCode": "qSMw"
                        },
                        {
                          "exempt": false,
                          "name": "CBmMtHQfvW",
                          "sequence": 5,
                          "status": "HH",
                          "taxCode": "TYS",
                          "text": "736224",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "VES",
                            "value": 15.49
                          },
                          "valueCode": "5LwE"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "Fby",
                    "checkDigit": "0",
                    "couponNumber": "09",
                    "value": "2738839348763"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "m",
                      "couponNumber": "07",
                      "endLocation": "nLV",
                      "marketingFlightNumber": "6409",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "Stamm, Volkman and Smith",
                        "number": "729",
                        "value": "tg"
                      },
                      "startDateTime": "2027-03-24T00:00:00.0Z",
                      "startLocation": "qfe"
                    },
                    {
                      "classOfService": "F",
                      "couponNumber": "01",
                      "endLocation": "hHp",
                      "marketingFlightNumber": "0391",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Ankunding, Stanton and Kunde",
                        "number": "292",
                        "value": "gC"
                      },
                      "startDateTime": "2027-07-11T00:00:00.0Z",
                      "startLocation": "Grq"
                    },
                    {
                      "classOfService": "Q",
                      "couponNumber": "12",
                      "endLocation": "sJl",
                      "marketingFlightNumber": "1168",
                      "marketingProvider": {
                        "checkDigit": "1",
                        "name": "Cremin, Bauch and Erdman",
                        "number": "478",
                        "value": "pK"
                      },
                      "startDateTime": "2027-02-28T00:00:00.0Z",
                      "startLocation": "SQn"
                    },
                    {
                      "classOfService": "O",
                      "couponNumber": "13",
                      "endLocation": "Vft",
                      "marketingFlightNumber": "7115",
                      "marketingProvider": {
                        "checkDigit": "2",
                        "name": "Wiegand LLC",
                        "number": "768",
                        "value": "WG"
                      },
                      "startDateTime": "2027-07-29T00:00:00.0Z",
                      "startLocation": "Ixr"
                    },
                    {
                      "classOfService": "q",
                      "couponNumber": "17",
                      "endLocation": "eaz",
                      "marketingFlightNumber": "7984",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Spencer LLC",
                        "number": "717",
                        "value": "GG"
                      },
                      "startDateTime": "2026-11-07T00:00:00.0Z",
                      "startLocation": "TOl"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "420994",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "RON",
                        "value": 455.42
                      },
                      "valueCode": "iuEv"
                    },
                    "code": "18dx",
                    "coupon": 3,
                    "description": "The teal Pizza combines French Polynesia aesthetics with Copper-based durability",
                    "equivalent": {
                      "text": "104412",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "KGS",
                        "value": 22.05
                      },
                      "valueCode": "TQgj"
                    },
                    "quantity": 3,
                    "total": {
                      "text": "828726",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "SAR",
                        "value": 357.75
                      },
                      "valueCode": "ru2W"
                    },
                    "totalTax": {
                      "text": "280556",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "NPR",
                        "value": 102.11
                      },
                      "valueCode": "Mf4H"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "0",
                      "name": "White - Heathcote",
                      "number": "817",
                      "value": "lD"
                    },
                    "group": "VFxdq",
                    "indicators": {
                      "consumed": "I",
                      "feeOverride": "M",
                      "taxExempt": "L"
                    },
                    "journeyType": "PD",
                    "reason": "nMQzolvYzA"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "rKnQABnpmb",
                          "sequence": 5,
                          "status": "BU",
                          "taxCode": "bqa",
                          "text": "424742",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "LBP",
                            "value": 244.43
                          },
                          "valueCode": "xDrf"
                        },
                        {
                          "exempt": true,
                          "name": "HFCcpkVpSD",
                          "sequence": 2,
                          "status": "zQ",
                          "taxCode": "Mof",
                          "text": "761531",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "TWD",
                            "value": 439.9
                          },
                          "valueCode": "xZLG"
                        },
                        {
                          "exempt": true,
                          "name": "AeWbTPYNMm",
                          "sequence": 1,
                          "status": "Yd",
                          "taxCode": "hMC",
                          "text": "145447",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "TRY",
                            "value": 54.23
                          },
                          "valueCode": "3Z02"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "mcTDvyzDXS",
                          "sequence": 1,
                          "status": "vC",
                          "taxCode": "aUm",
                          "text": "963500",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "LAK",
                            "value": 86.81
                          },
                          "valueCode": "ILgv"
                        },
                        {
                          "exempt": false,
                          "name": "bGoaIBymWJ",
                          "sequence": 1,
                          "status": "Ep",
                          "taxCode": "KaD",
                          "text": "288286",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "ANG",
                            "value": 283.98
                          },
                          "valueCode": "49Dj"
                        },
                        {
                          "exempt": true,
                          "name": "IGmytBRsWj",
                          "sequence": 5,
                          "status": "Px",
                          "taxCode": "QYP",
                          "text": "992135",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "INR",
                            "value": 13.12
                          },
                          "valueCode": "RYSC"
                        },
                        {
                          "exempt": false,
                          "name": "LjBUPbaxLY",
                          "sequence": 5,
                          "status": "oL",
                          "taxCode": "dMi",
                          "text": "264232",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "COP",
                            "value": 438.98
                          },
                          "valueCode": "Jv8u"
                        },
                        {
                          "exempt": true,
                          "name": "dHQtrUgzyD",
                          "sequence": 2,
                          "status": "jV",
                          "taxCode": "ujV",
                          "text": "828320",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BRL",
                            "value": 133.16
                          },
                          "valueCode": "qDnH"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "Izr",
                    "checkDigit": "1",
                    "couponNumber": "33",
                    "value": "9572003938141"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "v",
                      "couponNumber": "98",
                      "endLocation": "PDd",
                      "marketingFlightNumber": "4693",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Steuber - Effertz",
                        "number": "145",
                        "value": "xQ"
                      },
                      "startDateTime": "2026-11-10T00:00:00.0Z",
                      "startLocation": "QgT"
                    },
                    {
                      "classOfService": "n",
                      "couponNumber": "55",
                      "endLocation": "qqz",
                      "marketingFlightNumber": "6935",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "Dibbert - Terry",
                        "number": "187",
                        "value": "Gs"
                      },
                      "startDateTime": "2027-01-15T00:00:00.0Z",
                      "startLocation": "RJi"
                    },
                    {
                      "classOfService": "r",
                      "couponNumber": "28",
                      "endLocation": "pWe",
                      "marketingFlightNumber": "5791",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Harvey Inc",
                        "number": "625",
                        "value": "hE"
                      },
                      "startDateTime": "2027-07-31T00:00:00.0Z",
                      "startLocation": "xha"
                    },
                    {
                      "classOfService": "n",
                      "couponNumber": "55",
                      "endLocation": "gfn",
                      "marketingFlightNumber": "8672",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "Effertz, Ledner and Langosh",
                        "number": "263",
                        "value": "Zj"
                      },
                      "startDateTime": "2027-04-30T00:00:00.0Z",
                      "startLocation": "VZo"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "745533",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "PKR",
                        "value": 88.22
                      },
                      "valueCode": "CeK4"
                    },
                    "code": "9MVz",
                    "coupon": 3,
                    "description": "Professional-grade Bacon perfect for nutritious training and recreational use",
                    "equivalent": {
                      "text": "090410",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "UZS",
                        "value": 256.83
                      },
                      "valueCode": "gk7K"
                    },
                    "quantity": 5,
                    "total": {
                      "text": "392562",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BAM",
                        "value": 473.67
                      },
                      "valueCode": "4VVT"
                    },
                    "totalTax": {
                      "text": "671873",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "DJF",
                        "value": 109.34
                      },
                      "valueCode": "JkSh"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "8",
                      "name": "Shanahan, Rogahn and Jakubowski",
                      "number": "231",
                      "value": "kA"
                    },
                    "group": "evmGt",
                    "indicators": {
                      "consumed": "B",
                      "feeOverride": "s",
                      "taxExempt": "m"
                    },
                    "journeyType": "wl",
                    "reason": "qknWlOtDSo"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "dtiSQBcwrG",
                          "sequence": 5,
                          "status": "tf",
                          "taxCode": "MaT",
                          "text": "555206",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "KGS",
                            "value": 495.34
                          },
                          "valueCode": "2EbC"
                        },
                        {
                          "exempt": false,
                          "name": "uccamFPSVQ",
                          "sequence": 1,
                          "status": "WQ",
                          "taxCode": "NGF",
                          "text": "663071",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "TMT",
                            "value": 136.61
                          },
                          "valueCode": "vxD9"
                        },
                        {
                          "exempt": true,
                          "name": "ikhPEOOKFe",
                          "sequence": 4,
                          "status": "ib",
                          "taxCode": "POr",
                          "text": "393242",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BAM",
                            "value": 165.01
                          },
                          "valueCode": "e7N1"
                        },
                        {
                          "exempt": true,
                          "name": "OhWTbvyhoG",
                          "sequence": 5,
                          "status": "mf",
                          "taxCode": "lyQ",
                          "text": "321149",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MZN",
                            "value": 87.22
                          },
                          "valueCode": "3MAH"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "EZw",
                    "checkDigit": "5",
                    "couponNumber": "90",
                    "value": "5170161140658"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "j",
                      "couponNumber": "16",
                      "endLocation": "SXX",
                      "marketingFlightNumber": "3388",
                      "marketingProvider": {
                        "checkDigit": "0",
                        "name": "Tillman LLC",
                        "number": "824",
                        "value": "OJ"
                      },
                      "startDateTime": "2026-09-26T00:00:00.0Z",
                      "startLocation": "GRD"
                    },
                    {
                      "classOfService": "L",
                      "couponNumber": "72",
                      "endLocation": "DwM",
                      "marketingFlightNumber": "5212",
                      "marketingProvider": {
                        "checkDigit": "7",
                        "name": "Schaden Group",
                        "number": "664",
                        "value": "Mj"
                      },
                      "startDateTime": "2026-11-24T00:00:00.0Z",
                      "startLocation": "dZv"
                    },
                    {
                      "classOfService": "L",
                      "couponNumber": "01",
                      "endLocation": "wnY",
                      "marketingFlightNumber": "7065",
                      "marketingProvider": {
                        "checkDigit": "2",
                        "name": "Carter - Bayer",
                        "number": "927",
                        "value": "Vw"
                      },
                      "startDateTime": "2027-06-18T00:00:00.0Z",
                      "startLocation": "ucI"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "293381",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "GHS",
                        "value": 355.23
                      },
                      "valueCode": "ns9Z"
                    },
                    "code": "bq4g",
                    "coupon": 5,
                    "description": "Small Mouse designed with Wooden for prickly performance",
                    "equivalent": {
                      "text": "602397",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "NOK",
                        "value": 294.25
                      },
                      "valueCode": "0Z3Q"
                    },
                    "quantity": 4,
                    "total": {
                      "text": "048254",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "XOF",
                        "value": 480.16
                      },
                      "valueCode": "Lbwz"
                    },
                    "totalTax": {
                      "text": "019835",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MNT",
                        "value": 399.43
                      },
                      "valueCode": "WWaE"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "9",
                      "name": "Douglas, Nader and Miller",
                      "number": "771",
                      "value": "HU"
                    },
                    "group": "vdWtj",
                    "indicators": {
                      "consumed": "V",
                      "feeOverride": "Q",
                      "taxExempt": "s"
                    },
                    "journeyType": "Dk",
                    "reason": "OqlIJnsLhM"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "GejtFiTMKx",
                          "sequence": 4,
                          "status": "ex",
                          "taxCode": "gTL",
                          "text": "361708",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MXN",
                            "value": 464.24
                          },
                          "valueCode": "gf9b"
                        },
                        {
                          "exempt": true,
                          "name": "GIqLLFlbdL",
                          "sequence": 5,
                          "status": "nG",
                          "taxCode": "HQu",
                          "text": "297515",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "GEL",
                            "value": 402.64
                          },
                          "valueCode": "HeQq"
                        },
                        {
                          "exempt": false,
                          "name": "wwqNaarWOn",
                          "sequence": 1,
                          "status": "XC",
                          "taxCode": "Tek",
                          "text": "629982",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "ERN",
                            "value": 390.87
                          },
                          "valueCode": "2kF8"
                        },
                        {
                          "exempt": true,
                          "name": "rVCzAwtghd",
                          "sequence": 3,
                          "status": "Nv",
                          "taxCode": "FfH",
                          "text": "042051",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "KWD",
                            "value": 247.79
                          },
                          "valueCode": "zsdA"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "NTDcFkSRFC",
                          "sequence": 1,
                          "status": "ij",
                          "taxCode": "RcS",
                          "text": "413679",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "KHR",
                            "value": 193.39
                          },
                          "valueCode": "S73q"
                        },
                        {
                          "exempt": false,
                          "name": "vvDvzuIhsG",
                          "sequence": 5,
                          "status": "Cl",
                          "taxCode": "sxq",
                          "text": "527602",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MUR",
                            "value": 472.44
                          },
                          "valueCode": "YLS9"
                        }
                      ]
                    }
                  ]
                }
              ],
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "GNF",
                    "value": 304.86
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "aQdWiMFIfF",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "KGS",
                    "value": 300.52
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "ERN",
                    "value": 141.28
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "KGS",
                    "value": 385.4
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "shlbOudIaw",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "KGS",
                    "value": 346.74
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "JMD",
                    "value": 369.78
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "ARS",
                    "value": 83.27
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": false,
                  "remarks": "KizmXfeUKr",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "CAD",
                    "value": 57.57
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "KGS",
                    "value": 197.03
                  }
                }
              ],
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "326809",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "CLP",
                      "value": 237.86
                    },
                    "valueCode": "LyMm"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 1.0983,
                      "bankerSellingRate": 0.9122,
                      "iataClearingHouseRate": 1.1521
                    },
                    "text": "398632",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "WST",
                      "value": 208.3
                    },
                    "valueCode": "TxDG"
                  },
                  "net": {
                    "text": "581180",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "AED",
                      "value": 44.07
                    },
                    "valueCode": "iQal"
                  },
                  "tax": [
                    {
                      "exempt": false,
                      "name": "HGlGNUiEtd",
                      "sequence": 5,
                      "status": "ll",
                      "taxCode": "EkL",
                      "text": "802321",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "YER",
                        "value": 461.21
                      },
                      "valueCode": "dDNN"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 1.0592,
                    "text": "242954",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "VES",
                      "value": 66.78
                    },
                    "valueCode": "fO8y"
                  },
                  "totalTax": {
                    "text": "746679",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "EUR",
                      "value": 10.05
                    },
                    "valueCode": "4VwC"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": false,
                      "name": "VaXWnnRIyl",
                      "sequence": 1,
                      "status": "yI",
                      "taxCode": "hEK",
                      "text": "214488",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "VES",
                        "value": 406.3
                      },
                      "valueCode": "dWBs"
                    }
                  ]
                }
              },
              "reasonForIssue": "BnnNdWZIMy",
              "relatedDocument": [
                {
                  "associatedTicketNumber": {
                    "associationType": "dOa",
                    "checkDigit": "1",
                    "couponNumber": "94",
                    "value": "9418013930003"
                  },
                  "checkDigit": "1",
                  "coupon": "76",
                  "iataNumber": "298",
                  "issueCity": "Atlanta",
                  "issueDate": "2026-06-15",
                  "number": "2247731698745",
                  "payment": "HivrY",
                  "remark": "yNuQOLaLFi",
                  "sequence": "01",
                  "transactionId": "310fe018-d2af-498c-b65e-33ff7b3cca8a",
                  "type": "EXCHANGE"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "NMz",
                    "checkDigit": "2",
                    "couponNumber": "87",
                    "value": "9306808088493"
                  },
                  "checkDigit": "1",
                  "coupon": "52",
                  "iataNumber": "253",
                  "issueCity": "Port Orange",
                  "issueDate": "2025-10-12",
                  "number": "4530138446244",
                  "payment": "WJpjI",
                  "remark": "nhEqsEuEjI",
                  "sequence": "87",
                  "transactionId": "946349a8-2ef4-4545-b572-7c1708a01938",
                  "type": "MISCELLANEOUS"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "AJk",
                    "checkDigit": "3",
                    "couponNumber": "45",
                    "value": "3263622080252"
                  },
                  "checkDigit": "7",
                  "coupon": "73",
                  "iataNumber": "463",
                  "issueCity": "Fort Norafield",
                  "issueDate": "2026-04-28",
                  "number": "0763865007695",
                  "payment": "AXKXA",
                  "remark": "ODVBJKLYNx",
                  "sequence": "55",
                  "transactionId": "1422825f-0f77-4344-b74f-4737af453e56",
                  "type": "ORIGINAL"
                }
              ],
              "reservation": {
                "creationDate": "2026-06-23T00:00:00.0Z",
                "provider": "White, Sauer and Lemke",
                "recordLocator": "CDXYJZ"
              },
              "systemCreateDateTime": "2025-12-26T00:00:00.0Z",
              "type": "aRo"
            },
            {
              "agent": {
                "duty": "GS",
                "homeBranch": "70123",
                "homeLocation": "GbS",
                "homeStation": "8773",
                "lniata": "QSY7tP",
                "sine": "pqV",
                "stationLocation": "sdS",
                "stationNumber": "4349",
                "ticketingProvider": {
                  "checkDigit": "7",
                  "name": "Schuppe, Carroll and Turcotte",
                  "number": "633",
                  "value": "Dp"
                },
                "type": "H",
                "workLocation": "zKt"
              },
              "customer": [
                {
                  "purchaser": {
                    "firstName": "Geovanni",
                    "lastName": "Skiles",
                    "name": "Amy Kessler"
                  },
                  "traveler": {
                    "externalNumber": "49871934",
                    "firstName": "Laura",
                    "lastName": "McKenzie",
                    "name": "Ashley Roberts",
                    "passengerType": "ADT"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Kirsten",
                    "lastName": "Muller",
                    "name": "Bill Schaden"
                  },
                  "traveler": {
                    "externalNumber": "29871666",
                    "firstName": "Mona",
                    "lastName": "Franey",
                    "name": "Jordan Murazik",
                    "passengerType": "ADT"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Carleton",
                    "lastName": "Kunze",
                    "name": "Cora Willms"
                  },
                  "traveler": {
                    "externalNumber": "67791974",
                    "firstName": "Ezequiel",
                    "lastName": "Lynch",
                    "name": "Victor Steuber",
                    "passengerType": "CHD"
                  }
                }
              ],
              "emdCoupon": [
                {
                  "classOfService": "e",
                  "couponNumber": "27",
                  "endLocation": "nHS",
                  "marketingFlightNumber": "6830",
                  "marketingProvider": {
                    "checkDigit": "6",
                    "name": "Satterfield, Carroll and Toy",
                    "number": "023",
                    "value": "CE"
                  },
                  "startDateTime": "2026-10-08T00:00:00.0Z",
                  "startLocation": "Jkp"
                },
                {
                  "classOfService": "m",
                  "couponNumber": "50",
                  "endLocation": "sxG",
                  "marketingFlightNumber": "6707",
                  "marketingProvider": {
                    "checkDigit": "8",
                    "name": "Brakus LLC",
                    "number": "408",
                    "value": "DI"
                  },
                  "startDateTime": "2027-04-09T00:00:00.0Z",
                  "startLocation": "FOD"
                },
                {
                  "classOfService": "a",
                  "couponNumber": "15",
                  "endLocation": "lcD",
                  "marketingFlightNumber": "5090",
                  "marketingProvider": {
                    "checkDigit": "0",
                    "name": "Hudson Group",
                    "number": "536",
                    "value": "zx"
                  },
                  "startDateTime": "2027-05-17T00:00:00.0Z",
                  "startLocation": "gjm"
                },
                {
                  "classOfService": "X",
                  "couponNumber": "30",
                  "endLocation": "EEx",
                  "marketingFlightNumber": "3107",
                  "marketingProvider": {
                    "checkDigit": "6",
                    "name": "Schuster Group",
                    "number": "835",
                    "value": "eP"
                  },
                  "startDateTime": "2027-02-05T00:00:00.0Z",
                  "startLocation": "Kbc"
                }
              ],
              "emdNumber": {
                "number": "94368729983870"
              },
              "fareCalculationDetails": "yPF537quNsDE7K7v47yN",
              "fareCalculationMode": "4",
              "issueTime": "2025-11-02T00:00:00.0Z",
              "miscellaneous": [
                {
                  "associatedTicketNumber": {
                    "associationType": "rKb",
                    "checkDigit": "5",
                    "couponNumber": "29",
                    "value": "9786916127210"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "Y",
                      "couponNumber": "04",
                      "endLocation": "ZfW",
                      "marketingFlightNumber": "7450",
                      "marketingProvider": {
                        "checkDigit": "0",
                        "name": "Klein - Lockman",
                        "number": "941",
                        "value": "mZ"
                      },
                      "startDateTime": "2027-07-18T00:00:00.0Z",
                      "startLocation": "LYh"
                    },
                    {
                      "classOfService": "s",
                      "couponNumber": "22",
                      "endLocation": "jae",
                      "marketingFlightNumber": "6956",
                      "marketingProvider": {
                        "checkDigit": "0",
                        "name": "Breitenberg, Heathcote and Barton",
                        "number": "241",
                        "value": "KY"
                      },
                      "startDateTime": "2027-03-21T00:00:00.0Z",
                      "startLocation": "mjP"
                    },
                    {
                      "classOfService": "O",
                      "couponNumber": "07",
                      "endLocation": "Abg",
                      "marketingFlightNumber": "0092",
                      "marketingProvider": {
                        "checkDigit": "8",
                        "name": "Fisher Inc",
                        "number": "392",
                        "value": "Iw"
                      },
                      "startDateTime": "2026-10-15T00:00:00.0Z",
                      "startLocation": "rtK"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "538731",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MGA",
                        "value": 326.02
                      },
                      "valueCode": "cbkD"
                    },
                    "code": "4LkM",
                    "coupon": 1,
                    "description": "Discover the thorny new Bacon with an exciting mix of Metal ingredients",
                    "equivalent": {
                      "text": "396982",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "ETB",
                        "value": 450.58
                      },
                      "valueCode": "5smt"
                    },
                    "quantity": 2,
                    "total": {
                      "text": "370805",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "DKK",
                        "value": 330.22
                      },
                      "valueCode": "6VVw"
                    },
                    "totalTax": {
                      "text": "977850",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "JMD",
                        "value": 250.21
                      },
                      "valueCode": "gxbv"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "8",
                      "name": "Mueller - Purdy",
                      "number": "527",
                      "value": "Vu"
                    },
                    "group": "frqxL",
                    "indicators": {
                      "consumed": "p",
                      "feeOverride": "e",
                      "taxExempt": "D"
                    },
                    "journeyType": "yf",
                    "reason": "DLzYhQrIHd"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "QRwlhGUILR",
                          "sequence": 5,
                          "status": "pE",
                          "taxCode": "rVL",
                          "text": "896974",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "PEN",
                            "value": 263.98
                          },
                          "valueCode": "7bzA"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "nfI",
                    "checkDigit": "0",
                    "couponNumber": "54",
                    "value": "4263873081361"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "L",
                      "couponNumber": "60",
                      "endLocation": "ZnQ",
                      "marketingFlightNumber": "2737",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Quigley - Rice",
                        "number": "867",
                        "value": "le"
                      },
                      "startDateTime": "2027-02-11T00:00:00.0Z",
                      "startLocation": "fAa"
                    },
                    {
                      "classOfService": "E",
                      "couponNumber": "80",
                      "endLocation": "Fro",
                      "marketingFlightNumber": "3538",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Metz, Runte and Collins",
                        "number": "748",
                        "value": "Ie"
                      },
                      "startDateTime": "2026-12-16T00:00:00.0Z",
                      "startLocation": "mWR"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "593341",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BSD",
                        "value": 103.04
                      },
                      "valueCode": "812m"
                    },
                    "code": "BLMk",
                    "coupon": 6,
                    "description": "Ergonomic Shirt made with Silk for all-day jittery support",
                    "equivalent": {
                      "text": "223341",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "GNF",
                        "value": 442.94
                      },
                      "valueCode": "0VYA"
                    },
                    "quantity": 4,
                    "total": {
                      "text": "547173",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "KZT",
                        "value": 329.43
                      },
                      "valueCode": "i1CU"
                    },
                    "totalTax": {
                      "text": "765722",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MDL",
                        "value": 70.21
                      },
                      "valueCode": "9Ddl"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "3",
                      "name": "Bauch - Reichert",
                      "number": "782",
                      "value": "QT"
                    },
                    "group": "KofHb",
                    "indicators": {
                      "consumed": "c",
                      "feeOverride": "h",
                      "taxExempt": "O"
                    },
                    "journeyType": "dd",
                    "reason": "ReoQMqhUwh"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "GrSBOuYJyD",
                          "sequence": 4,
                          "status": "qj",
                          "taxCode": "nuv",
                          "text": "874233",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "CHF",
                            "value": 441.26
                          },
                          "valueCode": "uZul"
                        },
                        {
                          "exempt": false,
                          "name": "xjwNDzBdFo",
                          "sequence": 5,
                          "status": "pP",
                          "taxCode": "exj",
                          "text": "176995",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "CVE",
                            "value": 192.25
                          },
                          "valueCode": "cwmq"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "cMTCVMoGQr",
                          "sequence": 5,
                          "status": "zF",
                          "taxCode": "Qhk",
                          "text": "441262",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BRL",
                            "value": 411.57
                          },
                          "valueCode": "jCBL"
                        },
                        {
                          "exempt": false,
                          "name": "tAytSBhjsf",
                          "sequence": 4,
                          "status": "UK",
                          "taxCode": "GpA",
                          "text": "885463",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "PAB",
                            "value": 386.81
                          },
                          "valueCode": "d3M5"
                        },
                        {
                          "exempt": true,
                          "name": "rajAVxtkHV",
                          "sequence": 3,
                          "status": "jq",
                          "taxCode": "hpo",
                          "text": "730748",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BAM",
                            "value": 328.53
                          },
                          "valueCode": "FkDT"
                        },
                        {
                          "exempt": false,
                          "name": "TllqWguXYH",
                          "sequence": 4,
                          "status": "ev",
                          "taxCode": "tgV",
                          "text": "123444",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BBD",
                            "value": 273.93
                          },
                          "valueCode": "cJxs"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "LvmdmgfzJe",
                          "sequence": 2,
                          "status": "nO",
                          "taxCode": "uyx",
                          "text": "658678",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "TND",
                            "value": 273.12
                          },
                          "valueCode": "pXm7"
                        },
                        {
                          "exempt": false,
                          "name": "pKhtLDEAQI",
                          "sequence": 1,
                          "status": "jx",
                          "taxCode": "sFI",
                          "text": "797698",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "DJF",
                            "value": 239.97
                          },
                          "valueCode": "e5RH"
                        },
                        {
                          "exempt": true,
                          "name": "miTYKIlrrd",
                          "sequence": 5,
                          "status": "Bh",
                          "taxCode": "hsR",
                          "text": "820021",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "ZMW",
                            "value": 427.78
                          },
                          "valueCode": "QXlo"
                        },
                        {
                          "exempt": false,
                          "name": "HJzEchuOfS",
                          "sequence": 1,
                          "status": "Dx",
                          "taxCode": "qzI",
                          "text": "118412",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "EGP",
                            "value": 479.86
                          },
                          "valueCode": "46IQ"
                        }
                      ]
                    }
                  ]
                }
              ],
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "SHP",
                    "value": 429.17
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "sjTGeBzUwN",
                  "sequence": 4,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "MAD",
                    "value": 97.06
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "BDT",
                    "value": 289.3
                  }
                }
              ],
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "930777",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "GIP",
                      "value": 172.44
                    },
                    "valueCode": "7G6J"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 0.9808,
                      "bankerSellingRate": 1.1525,
                      "iataClearingHouseRate": 0.9472
                    },
                    "text": "493603",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "VND",
                      "value": 359.57
                    },
                    "valueCode": "XJ3L"
                  },
                  "net": {
                    "text": "744434",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "LBP",
                      "value": 300.58
                    },
                    "valueCode": "0yjY"
                  },
                  "tax": [
                    {
                      "exempt": true,
                      "name": "SqcNrFcQPJ",
                      "sequence": 1,
                      "status": "gt",
                      "taxCode": "kDB",
                      "text": "580530",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "VND",
                        "value": 475.13
                      },
                      "valueCode": "BrDI"
                    },
                    {
                      "exempt": true,
                      "name": "zunkvgJEIi",
                      "sequence": 4,
                      "status": "ic",
                      "taxCode": "ual",
                      "text": "100653",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "SHP",
                        "value": 147.51
                      },
                      "valueCode": "98jX"
                    },
                    {
                      "exempt": false,
                      "name": "OyVlVZVFND",
                      "sequence": 2,
                      "status": "vR",
                      "taxCode": "jnO",
                      "text": "940847",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "MOP",
                        "value": 145.98
                      },
                      "valueCode": "M0l0"
                    },
                    {
                      "exempt": false,
                      "name": "HFrWWbbCdE",
                      "sequence": 1,
                      "status": "Ge",
                      "taxCode": "QEH",
                      "text": "342602",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "BSD",
                        "value": 172.42
                      },
                      "valueCode": "xGDy"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 1.1222,
                    "text": "119888",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "PLN",
                      "value": 456.8
                    },
                    "valueCode": "uE7K"
                  },
                  "totalTax": {
                    "text": "857445",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "KWD",
                      "value": 96.13
                    },
                    "valueCode": "2hJg"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": true,
                      "name": "xEZkqDcAcI",
                      "sequence": 2,
                      "status": "If",
                      "taxCode": "tRQ",
                      "text": "403972",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "XCD",
                        "value": 59.89
                      },
                      "valueCode": "QP6i"
                    }
                  ]
                }
              },
              "reasonForIssue": "ssyiRiWLat",
              "relatedDocument": [
                {
                  "associatedTicketNumber": {
                    "associationType": "odL",
                    "checkDigit": "2",
                    "couponNumber": "40",
                    "value": "9350190867679"
                  },
                  "checkDigit": "6",
                  "coupon": "72",
                  "iataNumber": "529",
                  "issueCity": "Lindgrencester",
                  "issueDate": "2025-09-25",
                  "number": "6874256709841",
                  "payment": "ZimwV",
                  "remark": "SMYeliaVth",
                  "sequence": "17",
                  "transactionId": "feafc6bd-a613-4daf-9aaa-7965f92edab7",
                  "type": "CONJUNCTIVE"
                }
              ],
              "reservation": {
                "creationDate": "2026-02-21T00:00:00.0Z",
                "provider": "Fay - Rodriguez",
                "recordLocator": "PZRJBK"
              },
              "systemCreateDateTime": "2026-06-24T00:00:00.0Z",
              "type": "TKY"
            },
            {
              "agent": {
                "duty": "dt",
                "homeBranch": "91154",
                "homeLocation": "mQf",
                "homeStation": "6773",
                "lniata": "DW5sCc",
                "sine": "oKK",
                "stationLocation": "Xgh",
                "stationNumber": "4401",
                "ticketingProvider": {
                  "checkDigit": "6",
                  "name": "Vandervort, Brown and Lehner",
                  "number": "297",
                  "value": "Gh"
                },
                "type": "U",
                "workLocation": "PJk"
              },
              "customer": [
                {
                  "purchaser": {
                    "firstName": "Wilburn",
                    "lastName": "Moore",
                    "name": "Juan Koepp"
                  },
                  "traveler": {
                    "externalNumber": "88805961",
                    "firstName": "Florine",
                    "lastName": "Gerhold",
                    "name": "Dr. Joey Rempel",
                    "passengerType": "CHD"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Krista",
                    "lastName": "Konopelski",
                    "name": "Marta Bosco"
                  },
                  "traveler": {
                    "externalNumber": "58231035",
                    "firstName": "Arjun",
                    "lastName": "Morissette",
                    "name": "Tracey Schuppe",
                    "passengerType": "ADT"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Virginie",
                    "lastName": "Pouros",
                    "name": "Dr. Frankie Aufderhar"
                  },
                  "traveler": {
                    "externalNumber": "34113083",
                    "firstName": "Libby",
                    "lastName": "Schiller",
                    "name": "Clifford Howe",
                    "passengerType": "INF"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Shawna",
                    "lastName": "Parisian",
                    "name": "Edmund Spinka"
                  },
                  "traveler": {
                    "externalNumber": "49726755",
                    "firstName": "Arnulfo",
                    "lastName": "Haley",
                    "name": "Tonya Price",
                    "passengerType": "INF"
                  }
                },
                {
                  "purchaser": {
                    "firstName": "Brant",
                    "lastName": "Rodriguez",
                    "name": "Jorge Kuhlman"
                  },
                  "traveler": {
                    "externalNumber": "07351587",
                    "firstName": "Ottilie",
                    "lastName": "Hoppe",
                    "name": "Bradley Pagac",
                    "passengerType": "ADT"
                  }
                }
              ],
              "emdCoupon": [
                {
                  "classOfService": "z",
                  "couponNumber": "39",
                  "endLocation": "HMv",
                  "marketingFlightNumber": "5031",
                  "marketingProvider": {
                    "checkDigit": "7",
                    "name": "Emard, Dickens and Watsica",
                    "number": "439",
                    "value": "db"
                  },
                  "startDateTime": "2027-06-30T00:00:00.0Z",
                  "startLocation": "BwE"
                },
                {
                  "classOfService": "x",
                  "couponNumber": "54",
                  "endLocation": "ebC",
                  "marketingFlightNumber": "0141",
                  "marketingProvider": {
                    "checkDigit": "6",
                    "name": "Osinski - Blanda",
                    "number": "550",
                    "value": "Ky"
                  },
                  "startDateTime": "2026-09-10T00:00:00.0Z",
                  "startLocation": "mpt"
                },
                {
                  "classOfService": "X",
                  "couponNumber": "32",
                  "endLocation": "Jnv",
                  "marketingFlightNumber": "4168",
                  "marketingProvider": {
                    "checkDigit": "6",
                    "name": "Watsica - Blick",
                    "number": "495",
                    "value": "ae"
                  },
                  "startDateTime": "2026-12-13T00:00:00.0Z",
                  "startLocation": "JjR"
                },
                {
                  "classOfService": "q",
                  "couponNumber": "59",
                  "endLocation": "TvU",
                  "marketingFlightNumber": "7135",
                  "marketingProvider": {
                    "checkDigit": "0",
                    "name": "Cassin - Hermiston",
                    "number": "343",
                    "value": "WE"
                  },
                  "startDateTime": "2027-08-04T00:00:00.0Z",
                  "startLocation": "PJi"
                },
                {
                  "classOfService": "z",
                  "couponNumber": "32",
                  "endLocation": "xKU",
                  "marketingFlightNumber": "0255",
                  "marketingProvider": {
                    "checkDigit": "9",
                    "name": "Prohaska - Weissnat",
                    "number": "604",
                    "value": "DZ"
                  },
                  "startDateTime": "2026-10-22T00:00:00.0Z",
                  "startLocation": "iuR"
                }
              ],
              "emdNumber": {
                "number": "36163506748586"
              },
              "fareCalculationDetails": "iT9WKfbNgL6Tr3Dm5r9f",
              "fareCalculationMode": "1",
              "issueTime": "2026-06-16T00:00:00.0Z",
              "miscellaneous": [
                {
                  "associatedTicketNumber": {
                    "associationType": "caj",
                    "checkDigit": "1",
                    "couponNumber": "99",
                    "value": "7198604909196"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "Z",
                      "couponNumber": "52",
                      "endLocation": "rja",
                      "marketingFlightNumber": "3571",
                      "marketingProvider": {
                        "checkDigit": "5",
                        "name": "Cremin - Collier",
                        "number": "445",
                        "value": "TZ"
                      },
                      "startDateTime": "2026-09-25T00:00:00.0Z",
                      "startLocation": "rsG"
                    },
                    {
                      "classOfService": "J",
                      "couponNumber": "20",
                      "endLocation": "cgQ",
                      "marketingFlightNumber": "4104",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Ankunding Group",
                        "number": "733",
                        "value": "Tb"
                      },
                      "startDateTime": "2027-06-26T00:00:00.0Z",
                      "startLocation": "dRk"
                    },
                    {
                      "classOfService": "L",
                      "couponNumber": "09",
                      "endLocation": "Cai",
                      "marketingFlightNumber": "1818",
                      "marketingProvider": {
                        "checkDigit": "5",
                        "name": "Wehner LLC",
                        "number": "219",
                        "value": "sp"
                      },
                      "startDateTime": "2027-02-15T00:00:00.0Z",
                      "startLocation": "buq"
                    },
                    {
                      "classOfService": "x",
                      "couponNumber": "40",
                      "endLocation": "ijY",
                      "marketingFlightNumber": "9297",
                      "marketingProvider": {
                        "checkDigit": "8",
                        "name": "Hahn, Jakubowski and Armstrong",
                        "number": "419",
                        "value": "YK"
                      },
                      "startDateTime": "2026-12-17T00:00:00.0Z",
                      "startLocation": "NIy"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "745525",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "GBP",
                        "value": 285.23
                      },
                      "valueCode": "vIpb"
                    },
                    "code": "5ZfM",
                    "coupon": 9,
                    "description": "Our delicious-inspired Cheese brings a taste of luxury to your chubby lifestyle",
                    "equivalent": {
                      "text": "228961",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "PYG",
                        "value": 134
                      },
                      "valueCode": "snXA"
                    },
                    "quantity": 1,
                    "total": {
                      "text": "005478",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "KYD",
                        "value": 458.9
                      },
                      "valueCode": "8eqd"
                    },
                    "totalTax": {
                      "text": "836771",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "AMD",
                        "value": 54.74
                      },
                      "valueCode": "RpsN"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "1",
                      "name": "Johnson, Pouros and Anderson",
                      "number": "992",
                      "value": "jT"
                    },
                    "group": "OvAYA",
                    "indicators": {
                      "consumed": "s",
                      "feeOverride": "U",
                      "taxExempt": "M"
                    },
                    "journeyType": "tn",
                    "reason": "ZMspytrBza"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "xrFgDjPMFM",
                          "sequence": 4,
                          "status": "SR",
                          "taxCode": "SWY",
                          "text": "601225",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "XOF",
                            "value": 430.45
                          },
                          "valueCode": "2uxd"
                        },
                        {
                          "exempt": true,
                          "name": "YJYyDSvAbv",
                          "sequence": 1,
                          "status": "bC",
                          "taxCode": "HRo",
                          "text": "469423",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "EUR",
                            "value": 167.66
                          },
                          "valueCode": "24fi"
                        },
                        {
                          "exempt": false,
                          "name": "jnePwLlDtX",
                          "sequence": 2,
                          "status": "tu",
                          "taxCode": "JUu",
                          "text": "544920",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "TWD",
                            "value": 228.03
                          },
                          "valueCode": "GOIK"
                        },
                        {
                          "exempt": true,
                          "name": "fNxXkCCtaU",
                          "sequence": 4,
                          "status": "Xn",
                          "taxCode": "Zsy",
                          "text": "737791",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "DJF",
                            "value": 171.83
                          },
                          "valueCode": "CEkL"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "NOQbsNoMml",
                          "sequence": 1,
                          "status": "yI",
                          "taxCode": "yFz",
                          "text": "434544",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "CLP",
                            "value": 203.19
                          },
                          "valueCode": "Vuzv"
                        },
                        {
                          "exempt": false,
                          "name": "XWxwOmIRXc",
                          "sequence": 1,
                          "status": "XY",
                          "taxCode": "Ftt",
                          "text": "061958",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "LRD",
                            "value": 118.77
                          },
                          "valueCode": "tTxZ"
                        },
                        {
                          "exempt": false,
                          "name": "hKgOINxfJd",
                          "sequence": 1,
                          "status": "Ca",
                          "taxCode": "Cmi",
                          "text": "401959",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "XCD",
                            "value": 467.54
                          },
                          "valueCode": "Ot9X"
                        },
                        {
                          "exempt": true,
                          "name": "GXoNfdidZv",
                          "sequence": 1,
                          "status": "jn",
                          "taxCode": "rKO",
                          "text": "190468",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "GTQ",
                            "value": 39.78
                          },
                          "valueCode": "C4UP"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "dFuUFGZtxZ",
                          "sequence": 2,
                          "status": "tN",
                          "taxCode": "xqM",
                          "text": "214246",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "AED",
                            "value": 295.05
                          },
                          "valueCode": "bk2B"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "uDrTJImkBn",
                          "sequence": 1,
                          "status": "hj",
                          "taxCode": "ICb",
                          "text": "807096",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "ARS",
                            "value": 450.83
                          },
                          "valueCode": "QuoI"
                        },
                        {
                          "exempt": false,
                          "name": "FVITYEMYHm",
                          "sequence": 5,
                          "status": "tG",
                          "taxCode": "sXQ",
                          "text": "508358",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "BWP",
                            "value": 23.75
                          },
                          "valueCode": "RAWX"
                        },
                        {
                          "exempt": false,
                          "name": "nwhzpxhdYP",
                          "sequence": 5,
                          "status": "fo",
                          "taxCode": "POL",
                          "text": "639726",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "LYD",
                            "value": 82.54
                          },
                          "valueCode": "YbG2"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "JBzeUzbsVO",
                          "sequence": 4,
                          "status": "OA",
                          "taxCode": "BLb",
                          "text": "078835",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "PEN",
                            "value": 17.96
                          },
                          "valueCode": "H46r"
                        },
                        {
                          "exempt": false,
                          "name": "KbUNvjNgxG",
                          "sequence": 1,
                          "status": "pM",
                          "taxCode": "Ujm",
                          "text": "630554",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MOP",
                            "value": 317.06
                          },
                          "valueCode": "Npkr"
                        },
                        {
                          "exempt": true,
                          "name": "QotyCwAuBs",
                          "sequence": 3,
                          "status": "mz",
                          "taxCode": "mcO",
                          "text": "463863",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "HNL",
                            "value": 335.73
                          },
                          "valueCode": "FYwA"
                        },
                        {
                          "exempt": true,
                          "name": "xjoDphOZMu",
                          "sequence": 2,
                          "status": "Jy",
                          "taxCode": "bmL",
                          "text": "005557",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "AED",
                            "value": 193.05
                          },
                          "valueCode": "6wCq"
                        },
                        {
                          "exempt": true,
                          "name": "UJnRDvoYIY",
                          "sequence": 2,
                          "status": "IA",
                          "taxCode": "DHD",
                          "text": "027143",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "BBD",
                            "value": 368.59
                          },
                          "valueCode": "fW4h"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "BNQ",
                    "checkDigit": "5",
                    "couponNumber": "93",
                    "value": "4724656760989"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "h",
                      "couponNumber": "24",
                      "endLocation": "bsz",
                      "marketingFlightNumber": "3660",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "Crooks - O'Connell",
                        "number": "761",
                        "value": "wI"
                      },
                      "startDateTime": "2027-04-17T00:00:00.0Z",
                      "startLocation": "TtW"
                    },
                    {
                      "classOfService": "S",
                      "couponNumber": "28",
                      "endLocation": "fxO",
                      "marketingFlightNumber": "6936",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Lang and Sons",
                        "number": "790",
                        "value": "fV"
                      },
                      "startDateTime": "2027-07-22T00:00:00.0Z",
                      "startLocation": "mOd"
                    },
                    {
                      "classOfService": "v",
                      "couponNumber": "04",
                      "endLocation": "uLU",
                      "marketingFlightNumber": "8334",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "McLaughlin Group",
                        "number": "751",
                        "value": "wY"
                      },
                      "startDateTime": "2026-11-11T00:00:00.0Z",
                      "startLocation": "fPq"
                    },
                    {
                      "classOfService": "O",
                      "couponNumber": "89",
                      "endLocation": "gCG",
                      "marketingFlightNumber": "0739",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "Goodwin, Leuschke and Hodkiewicz",
                        "number": "647",
                        "value": "tL"
                      },
                      "startDateTime": "2027-06-22T00:00:00.0Z",
                      "startLocation": "ahW"
                    },
                    {
                      "classOfService": "X",
                      "couponNumber": "14",
                      "endLocation": "NAs",
                      "marketingFlightNumber": "1936",
                      "marketingProvider": {
                        "checkDigit": "9",
                        "name": "Gorczany, Altenwerth and Nitzsche",
                        "number": "216",
                        "value": "YS"
                      },
                      "startDateTime": "2026-10-21T00:00:00.0Z",
                      "startLocation": "nAs"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "846527",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "LKR",
                        "value": 129.34
                      },
                      "valueCode": "ytii"
                    },
                    "code": "cwLf",
                    "coupon": 2,
                    "description": "Discover the aged new Chips with an exciting mix of Gold ingredients",
                    "equivalent": {
                      "text": "652155",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "GTQ",
                        "value": 139.71
                      },
                      "valueCode": "1PCS"
                    },
                    "quantity": 2,
                    "total": {
                      "text": "038624",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "XAF",
                        "value": 331.64
                      },
                      "valueCode": "P9FX"
                    },
                    "totalTax": {
                      "text": "324967",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "SGD",
                        "value": 266.09
                      },
                      "valueCode": "F8C7"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "1",
                      "name": "Cummerata - McLaughlin",
                      "number": "222",
                      "value": "yH"
                    },
                    "group": "mttAu",
                    "indicators": {
                      "consumed": "z",
                      "feeOverride": "h",
                      "taxExempt": "m"
                    },
                    "journeyType": "pd",
                    "reason": "KXlXAhzJSQ"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "edwKLEFxVh",
                          "sequence": 4,
                          "status": "Av",
                          "taxCode": "Ylp",
                          "text": "491679",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "MWK",
                            "value": 286.59
                          },
                          "valueCode": "DJUu"
                        },
                        {
                          "exempt": true,
                          "name": "QByxqnFJeW",
                          "sequence": 1,
                          "status": "hv",
                          "taxCode": "uem",
                          "text": "186481",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "NOK",
                            "value": 124.89
                          },
                          "valueCode": "nBTR"
                        },
                        {
                          "exempt": true,
                          "name": "xDZcopazoR",
                          "sequence": 1,
                          "status": "Pd",
                          "taxCode": "COj",
                          "text": "839998",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "BIF",
                            "value": 409.86
                          },
                          "valueCode": "wezn"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "cnhzpiNiUG",
                          "sequence": 3,
                          "status": "Hg",
                          "taxCode": "bxd",
                          "text": "732567",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "CAD",
                            "value": 77.07
                          },
                          "valueCode": "levn"
                        },
                        {
                          "exempt": true,
                          "name": "izMVKRNgrx",
                          "sequence": 1,
                          "status": "wb",
                          "taxCode": "wqp",
                          "text": "022629",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "ALL",
                            "value": 238.6
                          },
                          "valueCode": "W2ai"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "sEc",
                    "checkDigit": "7",
                    "couponNumber": "45",
                    "value": "2005535981462"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "L",
                      "couponNumber": "98",
                      "endLocation": "eSE",
                      "marketingFlightNumber": "6543",
                      "marketingProvider": {
                        "checkDigit": "1",
                        "name": "Balistreri - Hermann",
                        "number": "524",
                        "value": "pM"
                      },
                      "startDateTime": "2027-03-31T00:00:00.0Z",
                      "startLocation": "uxt"
                    },
                    {
                      "classOfService": "a",
                      "couponNumber": "04",
                      "endLocation": "CRe",
                      "marketingFlightNumber": "2387",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Daugherty Group",
                        "number": "931",
                        "value": "WI"
                      },
                      "startDateTime": "2026-11-16T00:00:00.0Z",
                      "startLocation": "FkO"
                    },
                    {
                      "classOfService": "p",
                      "couponNumber": "18",
                      "endLocation": "APK",
                      "marketingFlightNumber": "9812",
                      "marketingProvider": {
                        "checkDigit": "5",
                        "name": "Waters - Thompson",
                        "number": "325",
                        "value": "ga"
                      },
                      "startDateTime": "2027-01-14T00:00:00.0Z",
                      "startLocation": "EmX"
                    },
                    {
                      "classOfService": "H",
                      "couponNumber": "48",
                      "endLocation": "SKF",
                      "marketingFlightNumber": "8345",
                      "marketingProvider": {
                        "checkDigit": "4",
                        "name": "Grant Group",
                        "number": "201",
                        "value": "yh"
                      },
                      "startDateTime": "2027-02-17T00:00:00.0Z",
                      "startLocation": "hFn"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "761855",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "KES",
                        "value": 82.17
                      },
                      "valueCode": "PADe"
                    },
                    "code": "TlPt",
                    "coupon": 7,
                    "description": "The sleek and blue Gloves comes with lavender LED lighting for smart functionality",
                    "equivalent": {
                      "text": "714752",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "MKD",
                        "value": 361.38
                      },
                      "valueCode": "Quit"
                    },
                    "quantity": 4,
                    "total": {
                      "text": "790084",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "ZMW",
                        "value": 72.93
                      },
                      "valueCode": "JZmP"
                    },
                    "totalTax": {
                      "text": "850680",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "DKK",
                        "value": 234.34
                      },
                      "valueCode": "3fF5"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "0",
                      "name": "Nienow - Schinner",
                      "number": "984",
                      "value": "lv"
                    },
                    "group": "iHmqu",
                    "indicators": {
                      "consumed": "A",
                      "feeOverride": "D",
                      "taxExempt": "n"
                    },
                    "journeyType": "Ob",
                    "reason": "gMiUyMfWPO"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "kYVBCuNZQG",
                          "sequence": 4,
                          "status": "Qt",
                          "taxCode": "RXQ",
                          "text": "696652",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "ZAR",
                            "value": 341.29
                          },
                          "valueCode": "41TM"
                        },
                        {
                          "exempt": false,
                          "name": "QAKKxElKQD",
                          "sequence": 2,
                          "status": "xy",
                          "taxCode": "nlK",
                          "text": "434172",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "QAR",
                            "value": 100.77
                          },
                          "valueCode": "TuOn"
                        },
                        {
                          "exempt": false,
                          "name": "xUPdSeBjyv",
                          "sequence": 4,
                          "status": "mZ",
                          "taxCode": "pDN",
                          "text": "235022",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "COP",
                            "value": 34.31
                          },
                          "valueCode": "Me65"
                        },
                        {
                          "exempt": true,
                          "name": "yIRffwpOII",
                          "sequence": 4,
                          "status": "jN",
                          "taxCode": "BPn",
                          "text": "343995",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "XCD",
                            "value": 153.61
                          },
                          "valueCode": "8nE8"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "wMmuSdQORc",
                          "sequence": 3,
                          "status": "Te",
                          "taxCode": "fok",
                          "text": "716423",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "KWD",
                            "value": 199.45
                          },
                          "valueCode": "b9lD"
                        },
                        {
                          "exempt": false,
                          "name": "HMTLppoeRD",
                          "sequence": 3,
                          "status": "Pg",
                          "taxCode": "pRs",
                          "text": "998529",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "CLP",
                            "value": 179.82
                          },
                          "valueCode": "RIMZ"
                        },
                        {
                          "exempt": false,
                          "name": "LZKSJmlEIK",
                          "sequence": 2,
                          "status": "lW",
                          "taxCode": "inI",
                          "text": "406394",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SCR",
                            "value": 285.05
                          },
                          "valueCode": "Esou"
                        },
                        {
                          "exempt": true,
                          "name": "vGkacYdBbR",
                          "sequence": 5,
                          "status": "dG",
                          "taxCode": "Ivg",
                          "text": "853085",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "ARS",
                            "value": 442.41
                          },
                          "valueCode": "9Sj2"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "izxkVQJNVW",
                          "sequence": 5,
                          "status": "fC",
                          "taxCode": "jrw",
                          "text": "407161",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SOS",
                            "value": 175.62
                          },
                          "valueCode": "aPCw"
                        },
                        {
                          "exempt": true,
                          "name": "tHvcrEWOel",
                          "sequence": 1,
                          "status": "di",
                          "taxCode": "yLZ",
                          "text": "882683",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "HUF",
                            "value": 187.73
                          },
                          "valueCode": "PtZr"
                        },
                        {
                          "exempt": false,
                          "name": "mfvSpSppWn",
                          "sequence": 4,
                          "status": "xg",
                          "taxCode": "SOS",
                          "text": "611739",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "ILS",
                            "value": 99.24
                          },
                          "valueCode": "T2ys"
                        },
                        {
                          "exempt": false,
                          "name": "UGVHYXXOTz",
                          "sequence": 5,
                          "status": "Dz",
                          "taxCode": "rVD",
                          "text": "670210",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "AED",
                            "value": 102.1
                          },
                          "valueCode": "LsPa"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "JNdMDqOqTd",
                          "sequence": 5,
                          "status": "ie",
                          "taxCode": "swt",
                          "text": "655065",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "DJF",
                            "value": 368.91
                          },
                          "valueCode": "z5BC"
                        },
                        {
                          "exempt": false,
                          "name": "WSKDkDwAph",
                          "sequence": 3,
                          "status": "Uw",
                          "taxCode": "nTE",
                          "text": "216288",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SRD",
                            "value": 83.29
                          },
                          "valueCode": "snlV"
                        },
                        {
                          "exempt": true,
                          "name": "sKZQQyRDKV",
                          "sequence": 3,
                          "status": "ty",
                          "taxCode": "nFG",
                          "text": "004871",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MZN",
                            "value": 23.07
                          },
                          "valueCode": "OiK3"
                        },
                        {
                          "exempt": true,
                          "name": "jQeEOAlsnI",
                          "sequence": 4,
                          "status": "OY",
                          "taxCode": "AOp",
                          "text": "740681",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "LRD",
                            "value": 381.64
                          },
                          "valueCode": "2VtH"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "dvX",
                    "checkDigit": "0",
                    "couponNumber": "67",
                    "value": "7450162358889"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "W",
                      "couponNumber": "41",
                      "endLocation": "pkQ",
                      "marketingFlightNumber": "8755",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "Effertz, Quigley and Paucek",
                        "number": "831",
                        "value": "jJ"
                      },
                      "startDateTime": "2026-11-17T00:00:00.0Z",
                      "startLocation": "JLd"
                    },
                    {
                      "classOfService": "X",
                      "couponNumber": "91",
                      "endLocation": "Pej",
                      "marketingFlightNumber": "3632",
                      "marketingProvider": {
                        "checkDigit": "8",
                        "name": "Miller LLC",
                        "number": "639",
                        "value": "jv"
                      },
                      "startDateTime": "2027-05-17T00:00:00.0Z",
                      "startLocation": "NDk"
                    },
                    {
                      "classOfService": "v",
                      "couponNumber": "62",
                      "endLocation": "QUB",
                      "marketingFlightNumber": "9644",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Koepp Inc",
                        "number": "000",
                        "value": "ca"
                      },
                      "startDateTime": "2027-01-10T00:00:00.0Z",
                      "startLocation": "pnq"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "116138",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "THB",
                        "value": 112.22
                      },
                      "valueCode": "CZTA"
                    },
                    "code": "lQaz",
                    "coupon": 1,
                    "description": "Experience the grey brilliance of our Sausages, perfect for palatable environments",
                    "equivalent": {
                      "text": "959492",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "NZD",
                        "value": 437.28
                      },
                      "valueCode": "bl1P"
                    },
                    "quantity": 1,
                    "total": {
                      "text": "719728",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "JPY",
                        "value": 342.67
                      },
                      "valueCode": "1b4f"
                    },
                    "totalTax": {
                      "text": "132310",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "ZWL",
                        "value": 167.1
                      },
                      "valueCode": "nOUD"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "2",
                      "name": "Franecki Group",
                      "number": "387",
                      "value": "Xd"
                    },
                    "group": "YwagH",
                    "indicators": {
                      "consumed": "h",
                      "feeOverride": "o",
                      "taxExempt": "X"
                    },
                    "journeyType": "Ob",
                    "reason": "SzWYujEyGP"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "zrKZqgxfJf",
                          "sequence": 1,
                          "status": "Bb",
                          "taxCode": "OWn",
                          "text": "969470",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "CLP",
                            "value": 385.9
                          },
                          "valueCode": "IV0i"
                        },
                        {
                          "exempt": false,
                          "name": "IQYLMYdEfv",
                          "sequence": 5,
                          "status": "dd",
                          "taxCode": "bkJ",
                          "text": "569483",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "GEL",
                            "value": 430.28
                          },
                          "valueCode": "Wg7Q"
                        },
                        {
                          "exempt": false,
                          "name": "jofVzyBxOX",
                          "sequence": 5,
                          "status": "mJ",
                          "taxCode": "Oqx",
                          "text": "974333",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "FKP",
                            "value": 145.24
                          },
                          "valueCode": "EGCc"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "bwTnmNGCVW",
                          "sequence": 5,
                          "status": "zR",
                          "taxCode": "zDP",
                          "text": "842159",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "GBP",
                            "value": 280.04
                          },
                          "valueCode": "Lsmd"
                        },
                        {
                          "exempt": false,
                          "name": "OziGzxrdBL",
                          "sequence": 5,
                          "status": "gl",
                          "taxCode": "ZjM",
                          "text": "390559",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "RSD",
                            "value": 139.28
                          },
                          "valueCode": "IwWu"
                        },
                        {
                          "exempt": true,
                          "name": "dXTnisbfzw",
                          "sequence": 1,
                          "status": "KI",
                          "taxCode": "OFD",
                          "text": "659372",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "MAD",
                            "value": 464.09
                          },
                          "valueCode": "vE6F"
                        },
                        {
                          "exempt": false,
                          "name": "oefNurDfMv",
                          "sequence": 2,
                          "status": "Mk",
                          "taxCode": "Tpv",
                          "text": "817165",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "GHS",
                            "value": 243.95
                          },
                          "valueCode": "I8P7"
                        }
                      ]
                    },
                    {
                      "tax": [
                        {
                          "exempt": false,
                          "name": "nzxfUDjKbO",
                          "sequence": 3,
                          "status": "XQ",
                          "taxCode": "JMI",
                          "text": "146743",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "SDG",
                            "value": 437.81
                          },
                          "valueCode": "pUGZ"
                        }
                      ]
                    }
                  ]
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "HEB",
                    "checkDigit": "4",
                    "couponNumber": "45",
                    "value": "6554795693429"
                  },
                  "emdCoupon": [
                    {
                      "classOfService": "M",
                      "couponNumber": "58",
                      "endLocation": "chX",
                      "marketingFlightNumber": "0206",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Turner Group",
                        "number": "703",
                        "value": "JM"
                      },
                      "startDateTime": "2026-09-15T00:00:00.0Z",
                      "startLocation": "xIQ"
                    },
                    {
                      "classOfService": "u",
                      "couponNumber": "52",
                      "endLocation": "nwY",
                      "marketingFlightNumber": "1741",
                      "marketingProvider": {
                        "checkDigit": "2",
                        "name": "Toy, Kuhn and Fritsch",
                        "number": "738",
                        "value": "Ke"
                      },
                      "startDateTime": "2027-08-16T00:00:00.0Z",
                      "startLocation": "nmq"
                    },
                    {
                      "classOfService": "Q",
                      "couponNumber": "64",
                      "endLocation": "XsM",
                      "marketingFlightNumber": "3371",
                      "marketingProvider": {
                        "checkDigit": "8",
                        "name": "Hauck, Mosciski and Reichel",
                        "number": "098",
                        "value": "uu"
                      },
                      "startDateTime": "2027-05-16T00:00:00.0Z",
                      "startLocation": "Png"
                    },
                    {
                      "classOfService": "B",
                      "couponNumber": "56",
                      "endLocation": "ZIP",
                      "marketingFlightNumber": "9483",
                      "marketingProvider": {
                        "checkDigit": "3",
                        "name": "Ferry, Heathcote and McCullough",
                        "number": "026",
                        "value": "po"
                      },
                      "startDateTime": "2027-03-21T00:00:00.0Z",
                      "startLocation": "NyR"
                    },
                    {
                      "classOfService": "m",
                      "couponNumber": "07",
                      "endLocation": "LWY",
                      "marketingFlightNumber": "2348",
                      "marketingProvider": {
                        "checkDigit": "6",
                        "name": "Ferry and Sons",
                        "number": "963",
                        "value": "hA"
                      },
                      "startDateTime": "2027-01-30T00:00:00.0Z",
                      "startLocation": "Xla"
                    }
                  ],
                  "fee": {
                    "base": {
                      "text": "452395",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "XCD",
                        "value": 63.04
                      },
                      "valueCode": "JOSm"
                    },
                    "code": "DRLm",
                    "coupon": 7,
                    "description": "Ergonomic Cheese made with Metal for all-day splendid support",
                    "equivalent": {
                      "text": "770999",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "DKK",
                        "value": 96.71
                      },
                      "valueCode": "Bh4V"
                    },
                    "quantity": 5,
                    "total": {
                      "text": "411791",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "THB",
                        "value": 433.52
                      },
                      "valueCode": "piCS"
                    },
                    "totalTax": {
                      "text": "676274",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "ARS",
                        "value": 20.79
                      },
                      "valueCode": "OO7C"
                    }
                  },
                  "optionalService": {
                    "feeProvider": {
                      "checkDigit": "6",
                      "name": "Strosin, Gerlach and Armstrong",
                      "number": "513",
                      "value": "fO"
                    },
                    "group": "CMtnS",
                    "indicators": {
                      "consumed": "q",
                      "feeOverride": "W",
                      "taxExempt": "f"
                    },
                    "journeyType": "bU",
                    "reason": "IkiOcheIvh"
                  },
                  "tax": [
                    {
                      "tax": [
                        {
                          "exempt": true,
                          "name": "ozoerGfzin",
                          "sequence": 2,
                          "status": "mg",
                          "taxCode": "dDQ",
                          "text": "431280",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "PKR",
                            "value": 127.64
                          },
                          "valueCode": "TueU"
                        },
                        {
                          "exempt": false,
                          "name": "IXLYbZGZbX",
                          "sequence": 1,
                          "status": "pE",
                          "taxCode": "RIw",
                          "text": "435674",
                          "ticketingAmount": {
                            "applyCreditIndicator": false,
                            "currency": "PYG",
                            "value": 421.15
                          },
                          "valueCode": "llNz"
                        },
                        {
                          "exempt": true,
                          "name": "tLJpGZgflV",
                          "sequence": 5,
                          "status": "KI",
                          "taxCode": "yPf",
                          "text": "632338",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "KMF",
                            "value": 60.33
                          },
                          "valueCode": "juQf"
                        },
                        {
                          "exempt": true,
                          "name": "trkfiqCjXR",
                          "sequence": 4,
                          "status": "Ci",
                          "taxCode": "uUD",
                          "text": "041272",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "AUD",
                            "value": 260.93
                          },
                          "valueCode": "sv1n"
                        },
                        {
                          "exempt": false,
                          "name": "OJIyHHtifE",
                          "sequence": 4,
                          "status": "RC",
                          "taxCode": "nlD",
                          "text": "712818",
                          "ticketingAmount": {
                            "applyCreditIndicator": true,
                            "currency": "NPR",
                            "value": 371.11
                          },
                          "valueCode": "e3up"
                        }
                      ]
                    }
                  ]
                }
              ],
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "GTQ",
                    "value": 79.57
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": false,
                  "remarks": "ioLizVEItX",
                  "sequence": 4,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "TZS",
                    "value": 366.27
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "JMD",
                    "value": 162.45
                  }
                }
              ],
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "062948",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "TRY",
                      "value": 174.76
                    },
                    "valueCode": "aHDx"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 1.0128,
                      "bankerSellingRate": 0.8221,
                      "iataClearingHouseRate": 1.1636
                    },
                    "text": "723454",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "TTD",
                      "value": 71.92
                    },
                    "valueCode": "FHep"
                  },
                  "net": {
                    "text": "457715",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "KHR",
                      "value": 341.01
                    },
                    "valueCode": "2yEY"
                  },
                  "tax": [
                    {
                      "exempt": true,
                      "name": "KICxrofQLs",
                      "sequence": 2,
                      "status": "WG",
                      "taxCode": "cTN",
                      "text": "352796",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "COP",
                        "value": 62.12
                      },
                      "valueCode": "PmJj"
                    },
                    {
                      "exempt": true,
                      "name": "AnYCZFQaar",
                      "sequence": 1,
                      "status": "Ca",
                      "taxCode": "tcA",
                      "text": "183777",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "AUD",
                        "value": 110.26
                      },
                      "valueCode": "1Kl7"
                    },
                    {
                      "exempt": false,
                      "name": "nCjjMYFTdG",
                      "sequence": 5,
                      "status": "Ym",
                      "taxCode": "NQo",
                      "text": "349024",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "TMT",
                        "value": 96.78
                      },
                      "valueCode": "7UgL"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 1.1028,
                    "text": "204528",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "MOP",
                      "value": 292.18
                    },
                    "valueCode": "bGhK"
                  },
                  "totalTax": {
                    "text": "384558",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "CZK",
                      "value": 486.82
                    },
                    "valueCode": "PD6B"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": false,
                      "name": "ZoSpTsVoZQ",
                      "sequence": 3,
                      "status": "Pk",
                      "taxCode": "dnf",
                      "text": "282034",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "GTQ",
                        "value": 371.95
                      },
                      "valueCode": "8XUP"
                    },
                    {
                      "exempt": true,
                      "name": "ueSyFQhQpo",
                      "sequence": 4,
                      "status": "Hh",
                      "taxCode": "CPE",
                      "text": "624479",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "CZK",
                        "value": 200.66
                      },
                      "valueCode": "V2lr"
                    }
                  ]
                }
              },
              "reasonForIssue": "swPBAEApJb",
              "relatedDocument": [
                {
                  "associatedTicketNumber": {
                    "associationType": "poY",
                    "checkDigit": "4",
                    "couponNumber": "29",
                    "value": "6466576390318"
                  },
                  "checkDigit": "1",
                  "coupon": "02",
                  "iataNumber": "507",
                  "issueCity": "Boulder",
                  "issueDate": "2026-03-17",
                  "number": "8352268238423",
                  "payment": "BIBKS",
                  "remark": "fSQCfUQNbb",
                  "sequence": "71",
                  "transactionId": "5f0ee20f-2602-41b8-96f6-0f1f9aed29c6",
                  "type": "ORIGINAL"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "wmN",
                    "checkDigit": "8",
                    "couponNumber": "09",
                    "value": "7525071420285"
                  },
                  "checkDigit": "9",
                  "coupon": "79",
                  "iataNumber": "154",
                  "issueCity": "South Caesar",
                  "issueDate": "2025-09-15",
                  "number": "1202641302324",
                  "payment": "xbkXz",
                  "remark": "WCxuEIqcUn",
                  "sequence": "20",
                  "transactionId": "0a67001c-1571-4f52-acbc-2315186b6293",
                  "type": "EXCHANGE"
                },
                {
                  "associatedTicketNumber": {
                    "associationType": "ySr",
                    "checkDigit": "8",
                    "couponNumber": "84",
                    "value": "2247023206279"
                  },
                  "checkDigit": "0",
                  "coupon": "52",
                  "iataNumber": "991",
                  "issueCity": "Shaunfort",
                  "issueDate": "2026-05-20",
                  "number": "6576474251774",
                  "payment": "EeSFQ",
                  "remark": "BBUUeDXbcw",
                  "sequence": "73",
                  "transactionId": "d78d7173-55a6-4270-bd51-a113c51e0c6e",
                  "type": "CONJUNCTIVE"
                }
              ],
              "reservation": {
                "creationDate": "2026-04-02T00:00:00.0Z",
                "provider": "Cole - Bode",
                "recordLocator": "CCMNRP"
              },
              "systemCreateDateTime": "2025-12-22T00:00:00.0Z",
              "type": "sgk"
            }
          ],
          "emergencyContact": [
            {
              "contactDetails": "+18235278931",
              "countryCode": "RE",
              "id": "c82a4974-8e07-479b-a764-be88e799852a",
              "name": "Lamar Bogan",
              "otherDetails": "KSClGWlDrIvgUZW",
              "relationship": "sister"
            },
            {
              "contactDetails": "+13226505685",
              "countryCode": "NP",
              "id": "367be934-8e2e-4d79-a184-0fa9f627d639",
              "name": "Ignacio Grady III",
              "otherDetails": "IvlfAvHhbhgVzep",
              "relationship": "sister"
            }
          ],
          "exchangeAvailability": {
            "exchangeableEmds": [
              {
                "airExtraRefs": [
                  "ae1",
                  "ae2"
                ],
                "emdNumber": "85031865600211"
              }
            ],
            "payableAirExtraRefs": [
              "ae1",
              "ae2"
            ]
          },
          "fiscalCode": "llcfOPeiPw",
          "gender": "MALE",
          "genericSpecialRequests": {
            "genericSpecialRequest": [
              {
                "airlineCode": "xw",
                "airlineFactsType": "OTHER_AIRLINE",
                "code": "BwHKC",
                "freeText": "lIAlBBvprqIYcLO",
                "fullText": "ByghpJffnYWhNzkCgIDQMNxYPXmPru",
                "id": "48cf7045-3b1d-47eb-8f78-cf55b8959508",
                "messageType": "SSR",
                "numberInParty": 3,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "OK",
                  "value": "UNSUPPORTED"
                },
                "syntheticIdentifier": "197661154142607",
                "ticketNumber": {
                  "airlineAccountingCode": "018",
                  "checkDigit": "5",
                  "number": "76706654960686",
                  "serialNumber": "3573612180"
                }
              },
              {
                "airlineCode": "IH",
                "airlineFactsType": "HOSTED",
                "code": "JQpeA",
                "freeText": "brvBxqrAYFsIMaF",
                "fullText": "DvFptjptctQtFDRaWTSQYayfkfXjpG",
                "id": "d0959924-0040-4a0f-970b-a8d6ba9fab0c",
                "messageType": "OSI",
                "numberInParty": 6,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "XX",
                  "value": "FULFILLED"
                },
                "syntheticIdentifier": "785515319097720",
                "ticketNumber": {
                  "airlineAccountingCode": "328",
                  "checkDigit": "6",
                  "number": "45517535476859",
                  "serialNumber": "7652103294"
                }
              },
              {
                "airlineCode": "Ek",
                "airlineFactsType": "OTHER_AIRLINE",
                "code": "PWLjn",
                "freeText": "aAAqXnLNUcObkaD",
                "fullText": "IkDkhflakzovHSLORDWxTzzAMYbDlC",
                "id": "851d254a-28dc-46be-9e24-a0dcb12bca4f",
                "messageType": "SSR",
                "numberInParty": 1,
                "segmentRefs": [
                  "id01",
                  "id02"
                ],
                "status": {
                  "statusCode": "OK",
                  "value": "FULFILLED"
                },
                "syntheticIdentifier": "145811236164497",
                "ticketNumber": {
                  "airlineAccountingCode": "321",
                  "checkDigit": "6",
                  "number": "30735194510309",
                  "serialNumber": "1493212670"
                }
              }
            ]
          },
          "id": "1456ad2e-7237-4588-a6cb-b23a4a65a23a",
          "iropContact": {
            "emails": {
              "email": [
                {
                  "address": "Kellie56@gmail.com",
                  "id": "2e228e54-193e-43d9-abc4-4d61250b483b",
                  "languageCode": "PT",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "988214576753774"
                }
              ]
            },
            "phones": {
              "phone": [
                {
                  "id": "8f94e1d9-5075-48ab-8841-dbaa4a1126c3",
                  "number": "+17352626349",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "391477363127423"
                }
              ]
            },
            "refusals": {
              "refusal": [
                {
                  "id": "e5558dc6-7a83-4ae9-a7af-27c33d6611a4",
                  "reason": "GWYKokCsnS",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "842879718606512"
                },
                {
                  "id": "df5c99a3-ce37-4a39-a064-0480aabc825b",
                  "reason": "nydauIFkDK",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "329424153634086"
                },
                {
                  "id": "423fca97-f5bf-412d-ac2d-2a3996f56eb5",
                  "reason": "TgwRoXfGTq",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "282046247372184"
                },
                {
                  "id": "ca8a7fea-9014-4e05-a625-86e35c8ebb0e",
                  "reason": "UCegJKwccj",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "769790386115922"
                },
                {
                  "id": "fc421d77-7466-4dde-8cb9-9f253ec8baeb",
                  "reason": "NeihLrEQiE",
                  "segmentRefs": [
                    "id01",
                    "id02"
                  ],
                  "syntheticIdentifier": "254903380833515"
                }
              ]
            }
          },
          "loyaltyAccount": [
            {
              "id": "58f3e076-cad7-4d7a-9eab-614b0e9f71bb",
              "latestAwardDate": "2026-08-06",
              "loyaltyTierLevel": {
                "atpco": "65",
                "customerInsight": "18",
                "name": "gold",
                "number": 3,
                "priority": 7,
                "tag": "jDk"
              },
              "memberAirline": "[ob",
              "memberId": "1007659348",
              "membershipStartDate": "2024-06-29",
              "mileage": {
                "unit": "MILES",
                "value": 2331
              },
              "pnrId": "9",
              "points": 18583,
              "source": "PNR"
            }
          ],
          "nameNumber": "684.7",
          "passengerDocument": [
            {
              "document": {
                "applicableCountry": "FO",
                "countryOfBirth": "BZ",
                "dateOfBirth": "1987-02-23",
                "expiryDate": "2028-07-17",
                "gender": "T",
                "id": "0981206a-aa4b-4601-a086-d51d02e32633",
                "issueDate": "2026-02-19",
                "issuingCountry": "KH",
                "issuingPlace": "Rodriguezland",
                "nationality": "SEN",
                "number": "dn8UStgO0H",
                "personName": {
                  "first": "Ivory",
                  "last": "Yundt",
                  "middle": "Shiloh",
                  "prefix": "Ms.",
                  "raw": "Cristina Aufderhar",
                  "suffix": "DDS"
                },
                "placeOfBirth": "Abbieberg",
                "type": "PASSPORT"
              },
              "holderType": "PRIMARY",
              "inputMethod": "SWIPE",
              "multinameHolder": true
            }
          ],
          "passengerItineraryParts": {
            "passengerItineraryPart": [
              {
                "airExtra": [
                  {
                    "airExtraBundleRef": "1b5cddf1-bee8-4f4d-a305-d3ddbcf12c6c",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 3
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "PER_CHECKED_PORTION"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 3
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-07-16",
                        "refundable": false,
                        "tourCode": "QxlKU5"
                      },
                      "bagType": "SURF",
                      "bookingMethod": {
                        "code": "4-",
                        "value": "SPECIAL_SERVICE_REQUEST"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": true,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "SEA",
                      "id": "_QEARC",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "INDIVIDUAL_AIRLINE_USE"
                      },
                      "sequenceNumber": 9,
                      "serviceType": {
                        "code": "OI",
                        "value": "DISCLOSURE"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 19,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 97,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "INT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 48,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "INT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 84,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "8fQ",
                      "subCode": "953",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 47.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 41.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 35
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 45.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 37.3
                        }
                      ]
                    },
                    "bookingIndicator": "23",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "91631427992090"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "87",
                          "segmentRef": "dd433efe-3159-457b-8c56-d70dec95f997"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "28",
                    "id": "35171fbb-94f9-4139-8e4f-6a64808ce850",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "e7a13616-cf1e-41f1-9c78-b0f5e21f59f2",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "227"
                    },
                    "offerId": {
                      "id": "aa47784f-5285-431e-8810-89d7eb41ccb0",
                      "itemId": "8c5e6861-3787-45bd-92bb-cbaaf6a27989"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "WAIVED"
                    },
                    "pnrId": "PYGKHU",
                    "quantity": 1,
                    "specialServiceDescription": {
                      "code": "iHCa",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "276"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "533"
                          }
                        ]
                      },
                      "text": "nlHCDaazSbJeNON"
                    },
                    "syntheticIdentifier": "32167110565980963418",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 17.3
                    }
                  }
                ],
                "id": "31df4921-178a-4a52-af9c-12ac95fb2fd0",
                "itineraryPartRef": "cba944a5-1789-4ec6-80ec-099ce24cad9e"
              },
              {
                "airExtra": [
                  {
                    "airExtraBundleRef": "d7a7c9f3-b90f-4c44-be1f-db28f4317f1d",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 3
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "TRAVEL"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-01-16",
                        "refundable": true,
                        "tourCode": "DmEqBD"
                      },
                      "bagType": "SURF",
                      "bookingMethod": {
                        "code": "9@",
                        "value": "NO_BOOKING_REQUIRED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "SEA",
                      "id": "8xRLXo",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "AIRPORT_SERVICES"
                      },
                      "sequenceNumber": 33,
                      "serviceType": {
                        "code": "5k",
                        "value": "CARRY_ON_BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 36,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "INT",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "mPG",
                      "subCode": "706",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 15.4
                        }
                      ]
                    },
                    "bookingIndicator": "88",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "94088518446854"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "04",
                          "segmentRef": "53c457a6-5914-4a74-a9d4-2b5afc852a98"
                        },
                        {
                          "emdCouponNumber": "03",
                          "segmentRef": "0b79fa1d-22aa-47af-898a-94902d75ac87"
                        },
                        {
                          "emdCouponNumber": "87",
                          "segmentRef": "415179dd-6ed6-42c4-8f7d-5f4e7acf9070"
                        },
                        {
                          "emdCouponNumber": "33",
                          "segmentRef": "2058c868-c66a-4ef5-89a1-e40dbef2e34c"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "71",
                    "id": "8ace3a95-c1f2-44c0-bbe9-f6a2b7e1ba78",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "ab8fd7a4-b2c2-40df-999e-4c9091f84bcf",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "G",
                      "subCode": "930"
                    },
                    "offerId": {
                      "id": "2f3c4b23-97ba-4d6c-b90b-70f62a57ec08",
                      "itemId": "94bc09cd-1a34-498c-beb8-8eceec6557ff"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "UNSUPPORTED"
                    },
                    "pnrId": "KAZWNA",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "XKhv",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "284"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "693"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "676"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "228"
                          }
                        ]
                      },
                      "text": "XSuBCqNKlryffnh"
                    },
                    "syntheticIdentifier": "44465467123037936696",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 45.3
                    }
                  }
                ],
                "id": "00d01707-cd12-4dd7-9725-7fc4ed9ca1a0",
                "itineraryPartRef": "49500628-1bd4-4d91-889b-d2d823e28c65"
              },
              {
                "airExtra": [
                  {
                    "airExtraBundleRef": "4129208e-00f7-48ff-8ae5-87d7dafcaa40",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 1
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "PER_1KG_OVER_FREE_BAGGAGE_ALLOWANCE"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-12-08",
                        "refundable": false,
                        "tourCode": "SGQKJC"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "8+",
                        "value": "NO_BOOKING_REQUIRED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "WIF",
                      "id": "LwlYTR",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "OTHER"
                      },
                      "sequenceNumber": 70,
                      "serviceType": {
                        "code": "If",
                        "value": "DISCLOSURE"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 72,
                              "min": 4,
                              "name": "AGE",
                              "optional": true,
                              "type": "INT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 40,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "o7X",
                      "subCode": "372",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 5.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 1.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 12
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 21.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 18.8
                        }
                      ]
                    },
                    "bookingIndicator": "37",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "72950845470255"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "67",
                          "segmentRef": "b0ec96f6-cda1-4e60-b8e3-77f76015a75e"
                        },
                        {
                          "emdCouponNumber": "36",
                          "segmentRef": "1342c17d-043d-475d-aeed-cc398b0f8d32"
                        },
                        {
                          "emdCouponNumber": "40",
                          "segmentRef": "35d3bb62-79d5-42e4-8b82-375ff857f462"
                        },
                        {
                          "emdCouponNumber": "95",
                          "segmentRef": "840458e7-894b-4388-b701-c68cad0a4497"
                        },
                        {
                          "emdCouponNumber": "83",
                          "segmentRef": "09b2ff51-6484-4f20-96b6-efad77fe3003"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "93",
                    "id": "a48c5dc3-3098-49a3-9422-6c3a15d15cc4",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "719073be-0a6e-4789-bc5a-855ec4b460b4",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "139"
                    },
                    "offerId": {
                      "id": "2fd6b0af-638e-477e-97d6-ce77de757f41",
                      "itemId": "ebea762b-9168-4411-af20-010f4ca2bbd6"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "MRXZZK",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "OsSA",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "126"
                          }
                        ]
                      },
                      "text": "TfOUPsWwzeiZKlT"
                    },
                    "syntheticIdentifier": "92107815378443347366",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 14.2
                    }
                  },
                  {
                    "airExtraBundleRef": "56ca0753-4cd2-4ed4-b513-5dfd478cb057",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 8
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "ITEM"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 3
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2026-10-15",
                        "refundable": false,
                        "tourCode": "yIisCk"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "4=",
                        "value": "CONTACT_AIRLINE"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": true,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "BG",
                      "id": "Ny2Nf9",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "AIR_TRANSPORTATION"
                      },
                      "sequenceNumber": 69,
                      "serviceType": {
                        "code": "6R",
                        "value": "EMBARGOES"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 69,
                              "min": 2,
                              "name": "AGE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "YQU",
                      "subCode": "313",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 30.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 9.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 7.2
                        }
                      ]
                    },
                    "bookingIndicator": "45",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "01104905087734"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "69",
                          "segmentRef": "d80bae46-148f-4ecf-afbc-12251375eeb7"
                        },
                        {
                          "emdCouponNumber": "12",
                          "segmentRef": "54ff93d5-49c8-410e-a89c-01be03118a96"
                        },
                        {
                          "emdCouponNumber": "65",
                          "segmentRef": "50de8495-2757-477c-8204-3a57155f9ea0"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "62",
                    "id": "0674c6ca-04de-42fd-9d1a-21d807dfe1b0",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "859fbe87-0805-4625-a557-a8b15a9279f4",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "G",
                      "subCode": "679"
                    },
                    "offerId": {
                      "id": "a0a6631a-8dfe-4d45-b610-4485703d81be",
                      "itemId": "69902210-35bf-43f5-b2ef-08475ea2b10f"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "PENDING"
                    },
                    "pnrId": "KSJWEZ",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "TKZd",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "682"
                          }
                        ]
                      },
                      "text": "XktQqhLwlBvlcBX"
                    },
                    "syntheticIdentifier": "17398009208994843452",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 12.9
                    }
                  },
                  {
                    "airExtraBundleRef": "fd8a78c5-b03f-4e4a-8fc1-ba4ed6d414ec",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 7
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-06-02",
                        "refundable": true,
                        "tourCode": "Yjq1kw"
                      },
                      "bagType": "GOLF",
                      "bookingMethod": {
                        "code": "5/",
                        "value": "SPECIAL_SERVICE_REQUEST"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "BG",
                      "id": "ex1rNp",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "AIR_TRANSPORTATION"
                      },
                      "sequenceNumber": 64,
                      "serviceType": {
                        "code": "pd",
                        "value": "PREREGISTERED_BAGGAGE"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 91,
                              "min": 2,
                              "name": "SIZE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 76,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 33,
                              "min": 4,
                              "name": "SIZE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 10,
                              "min": 5,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "K2e",
                      "subCode": "667",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 21.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 33
                        }
                      ]
                    },
                    "bookingIndicator": "88",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "75464345524737"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "32",
                          "segmentRef": "fb27725e-1be6-485d-a81f-c6dbe16f8597"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "60",
                    "id": "cda01a6c-bca8-4efd-998c-e72f42ace9da",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "d2351676-6a1a-4664-b468-33abcbba9135",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "304"
                    },
                    "offerId": {
                      "id": "63500fbd-6699-4af6-9a49-3ca4f237f3b0",
                      "itemId": "c59d0992-9116-480b-8839-68400ede7391"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "REJECTED"
                    },
                    "pnrId": "VXZVVP",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "EDjI",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "660"
                          }
                        ]
                      },
                      "text": "aJgvboTnveRZRmv"
                    },
                    "syntheticIdentifier": "48673515857427933234",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 34.6
                    }
                  }
                ],
                "id": "8b2e6b62-a2e9-4324-b20d-dd4ec394e0b4",
                "itineraryPartRef": "75987e2b-1a72-44f1-aeb3-81cffd98c235"
              },
              {
                "airExtra": [
                  {
                    "airExtraBundleRef": "f1715a71-6078-4629-bac6-19bc75f42282",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 6
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "ONE_WAY"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 0
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-11-13",
                        "refundable": false,
                        "tourCode": "EHRglV"
                      },
                      "bagType": "GOLF",
                      "bookingMethod": {
                        "code": "8@",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "ETICKET"
                      },
                      "group": "WIF",
                      "id": "sEcCEg",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "FINANCIAL_IMPACT"
                      },
                      "sequenceNumber": 91,
                      "serviceType": {
                        "code": "o1",
                        "value": "PREREGISTERED_BAGGAGE"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 26,
                              "min": 3,
                              "name": "SIZE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 98,
                              "min": 4,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 18,
                              "min": 2,
                              "name": "AGE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "TgZ",
                      "subCode": "694",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 5.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 4.1
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 13.6
                        }
                      ]
                    },
                    "bookingIndicator": "82",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "59735463612357"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "40",
                          "segmentRef": "70c16e17-d7f1-4e8d-b3ab-cb6c3022fbe3"
                        },
                        {
                          "emdCouponNumber": "34",
                          "segmentRef": "73a72470-26d4-4c64-8466-68d47e9d2f84"
                        },
                        {
                          "emdCouponNumber": "55",
                          "segmentRef": "a54b89ca-fbac-44bc-9ff0-ede5add0b0c8"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "95",
                    "id": "853b7d53-0d8e-4bea-9360-57ea468b60b2",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "d2a0a037-14be-4ad9-83b1-77842fdb5aa5",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "G",
                      "subCode": "362"
                    },
                    "offerId": {
                      "id": "76ecd12e-04e3-43bd-9358-d50a8e0a643a",
                      "itemId": "d1c05454-fac5-4b30-9562-6f8e7cbe1b6e"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "PENDING"
                    },
                    "pnrId": "ZMDRRH",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "eafd",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "621"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "271"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "909"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "892"
                          }
                        ]
                      },
                      "text": "TQAMqVkwEuZBtCi"
                    },
                    "syntheticIdentifier": "00496591493744661482",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 19.6
                    }
                  },
                  {
                    "airExtraBundleRef": "b24d5f79-bd60-4011-88a4-836d41ae17d2",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 10
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "ROUND_TRIP"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 3
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-04-08",
                        "refundable": true,
                        "tourCode": "NnRLKM"
                      },
                      "bagType": "SURF",
                      "bookingMethod": {
                        "code": "8-",
                        "value": "SPECIAL_SERVICE_REQUEST"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": true,
                        "value": "ETICKET"
                      },
                      "group": "BG",
                      "id": "VMdy6I",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "UNKNOWN"
                      },
                      "sequenceNumber": 35,
                      "serviceType": {
                        "code": "j5",
                        "value": "FLIGHT_RELATED"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 85,
                              "min": 5,
                              "name": "SIZE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "eFa",
                      "subCode": "131",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 17.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 43.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 28
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 38.8
                        }
                      ]
                    },
                    "bookingIndicator": "39",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "94582408768508"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "18",
                          "segmentRef": "9d2460d1-939b-44f1-99fe-b5354da87483"
                        },
                        {
                          "emdCouponNumber": "40",
                          "segmentRef": "a839483d-4715-496d-b4be-f6d3ebaf8a75"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "91",
                    "id": "ad7bf9cb-43c1-42f4-9263-f7d8f6271c85",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "11b37c92-80ee-41cb-ac18-a84700c78f08",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "G",
                      "subCode": "872"
                    },
                    "offerId": {
                      "id": "1cacc43c-185c-4fba-a1b1-ca5c0efefbeb",
                      "itemId": "07c35f70-7bd0-45b9-b0bb-75b0ad01ecae"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "FULFILLED"
                    },
                    "pnrId": "VKHNNG",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "lpVP",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "339"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "818"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "943"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "399"
                          }
                        ]
                      },
                      "text": "xvvwjZelSqBCvCm"
                    },
                    "syntheticIdentifier": "34134251172596288001",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 48.3
                    }
                  },
                  {
                    "airExtraBundleRef": "bcc680c2-e564-4f5a-a4b9-4a3e9e6d9190",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 5
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "ONE_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 4
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-04-05",
                        "refundable": true,
                        "tourCode": "HpnRMb"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "0-",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "SEA",
                      "id": "PXKN4_",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "AIRPORT_SERVICES"
                      },
                      "sequenceNumber": 25,
                      "serviceType": {
                        "code": "jc",
                        "value": "DISCLOSURE"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 29,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 51,
                              "min": 1,
                              "name": "AGE",
                              "optional": false,
                              "type": "INT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 40,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 33,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "INT",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "xOV",
                      "subCode": "156",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 13.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 36.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 1.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 18.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 31.4
                        }
                      ]
                    },
                    "bookingIndicator": "19",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "61479461545130"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "55",
                          "segmentRef": "763b9afd-0394-4318-b7ff-9ac8bd8682da"
                        },
                        {
                          "emdCouponNumber": "17",
                          "segmentRef": "75a2b721-fba2-44fe-9118-ae3321448c4c"
                        },
                        {
                          "emdCouponNumber": "19",
                          "segmentRef": "06e6c139-4dd2-4268-b262-3992931d6c6b"
                        },
                        {
                          "emdCouponNumber": "47",
                          "segmentRef": "bcf282fd-81e5-42f6-9ee1-3db35f12b1bd"
                        },
                        {
                          "emdCouponNumber": "25",
                          "segmentRef": "5c5da379-a97a-4734-96b5-ed323f0bc83c"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "20",
                    "id": "3cc166f1-8172-4e30-a3ed-94f9c236b9c8",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "6ed7580b-cdda-4d8e-acaa-7317d172b04d",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "G",
                      "subCode": "864"
                    },
                    "offerId": {
                      "id": "69ce3e06-5990-47c2-8d42-cd16cce03e2a",
                      "itemId": "a52a6596-0c55-449a-a8c5-1fe5339e65ad"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "FULFILLED"
                    },
                    "pnrId": "JXXXMW",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "yHdS",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "546"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "898"
                          }
                        ]
                      },
                      "text": "GCGJAkkOyHHwHXB"
                    },
                    "syntheticIdentifier": "34648485179179135455",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 11.4
                    }
                  },
                  {
                    "airExtraBundleRef": "cbf0dff6-0876-485d-8839-7280ef1905d1",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 9
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "PER_5KG_OVER_FREE_BAGGAGE_ALLOWANCE"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 0
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-05-17",
                        "refundable": true,
                        "tourCode": "sFL4kE"
                      },
                      "bagType": "GOLF",
                      "bookingMethod": {
                        "code": "0/",
                        "value": "NO_BOOKING_REQUIRED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "WIF",
                      "id": "G1tGE_",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "AIR_TRANSPORTATION"
                      },
                      "sequenceNumber": 61,
                      "serviceType": {
                        "code": "f1",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 47,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 14,
                              "min": 4,
                              "name": "SIZE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 16,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "INT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 10,
                              "min": 3,
                              "name": "SIZE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "YzA",
                      "subCode": "503",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 49.1
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 40.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 13.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 15.6
                        }
                      ]
                    },
                    "bookingIndicator": "99",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "64857509256173"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "07",
                          "segmentRef": "528413eb-9958-4626-ae50-298fe7c543ba"
                        },
                        {
                          "emdCouponNumber": "11",
                          "segmentRef": "5d5d8a54-e476-4151-ad4e-d083b81cef49"
                        },
                        {
                          "emdCouponNumber": "78",
                          "segmentRef": "91cceae3-7691-49c5-93d9-c4a12ee00696"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "60",
                    "id": "75d890db-4516-4f6d-b8b3-0c5ff99c0750",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "f7db8da6-dac8-4af0-b616-c64121d61ad8",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "668"
                    },
                    "offerId": {
                      "id": "1786880e-8f4c-462d-babb-73ff4c3679bd",
                      "itemId": "fd5e9641-3de5-4b38-a54f-2719b507e8fb"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "PENDING"
                    },
                    "pnrId": "DRXNGV",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "wtzS",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "399"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "160"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "907"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "266"
                          }
                        ]
                      },
                      "text": "WfZslcRjWRhzhHP"
                    },
                    "syntheticIdentifier": "56822940839679279526",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 35.2
                    }
                  },
                  {
                    "airExtraBundleRef": "e17fad46-74fe-4628-994d-c96b2f0fff36",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 8
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "PER_1KG_OVER_FREE_BAGGAGE_ALLOWANCE"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 3
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-07-29",
                        "refundable": true,
                        "tourCode": "vqeT8W"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "5+",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": true,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "MEA",
                      "id": "9mQrzh",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "MERCHANDISE"
                      },
                      "sequenceNumber": 16,
                      "serviceType": {
                        "code": "T7",
                        "value": "PREREGISTERED_BAGGAGE"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 85,
                              "min": 1,
                              "name": "SIZE",
                              "optional": false,
                              "type": "INT",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "noE",
                      "subCode": "399",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 40.9
                        }
                      ]
                    },
                    "bookingIndicator": "72",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "39408764121885"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "19",
                          "segmentRef": "9e372051-7cbb-4b71-a3ce-d66452dc8c40"
                        },
                        {
                          "emdCouponNumber": "80",
                          "segmentRef": "ba606290-a396-4623-9d8f-c2c9b4958883"
                        },
                        {
                          "emdCouponNumber": "10",
                          "segmentRef": "e40faae0-1871-4bc4-aded-8d6d73639f32"
                        },
                        {
                          "emdCouponNumber": "77",
                          "segmentRef": "ed4dfc9a-8bd8-48b3-b337-be25d5f1a520"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "46",
                    "id": "bf9a22ed-08ca-4ad1-868d-8e2ffc65484c",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "2a903070-ff27-4edf-b78c-dc76e2f01fbf",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "A",
                      "subCode": "596"
                    },
                    "offerId": {
                      "id": "4e653b3c-99ef-491f-aa75-9a5b59329843",
                      "itemId": "6f306ce4-948c-423c-872c-ce2c7176fd5b"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "UNSUPPORTED"
                    },
                    "pnrId": "JPXWJP",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "Yjbv",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "536"
                          }
                        ]
                      },
                      "text": "IeKTMBcrRefrFuZ"
                    },
                    "syntheticIdentifier": "12027082652717626104",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 48.6
                    }
                  }
                ],
                "id": "40457721-16cf-4d10-b98e-04df368d689a",
                "itineraryPartRef": "2adacdd2-1276-40f8-89f0-5657837d15da"
              },
              {
                "airExtra": [
                  {
                    "airExtraBundleRef": "6ec42c42-b941-43fe-9ee6-41f87f3d60a1",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 10
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "PER_5KG_OVER_FREE_BAGGAGE_ALLOWANCE"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-05-19",
                        "refundable": true,
                        "tourCode": "G6JJf8"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "0@",
                        "value": "NO_BOOKING_REQUIRED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": false,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "BG",
                      "id": "OSL0bF",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "OTHER"
                      },
                      "sequenceNumber": 81,
                      "serviceType": {
                        "code": "WI",
                        "value": "PREREGISTERED_BAGGAGE"
                      },
                      "specialService": {
                        "code": "UMNR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 45,
                              "min": 5,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 97,
                              "min": 1,
                              "name": "SIZE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 68,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "agU",
                      "subCode": "154",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 12.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 33.1
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 23.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 42
                        }
                      ]
                    },
                    "bookingIndicator": "10",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "28029804670498"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "24",
                          "segmentRef": "1e33ed0f-1c24-4f2c-8c4e-6a3185eeea3a"
                        },
                        {
                          "emdCouponNumber": "72",
                          "segmentRef": "bf164d19-5e56-4579-9375-8efddb705d18"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "51",
                    "id": "d04c9fe6-7636-4f88-9ca6-7c8b1fa96237",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "31322331-2d04-4e8c-972a-c0a1beaa7779",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "R",
                      "subCode": "292"
                    },
                    "offerId": {
                      "id": "50042f41-651a-478e-8369-8150a3bdd26b",
                      "itemId": "b734bc44-a433-4899-8c07-8d5e9fcccbee"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "UNSUPPORTED"
                    },
                    "pnrId": "QMKYHV",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "HoZV",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "069"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "174"
                          }
                        ]
                      },
                      "text": "FKKRdknKsRRzmsv"
                    },
                    "syntheticIdentifier": "76874712234913884981",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 11.9
                    }
                  },
                  {
                    "airExtraBundleRef": "675ccee6-00b1-45e6-8727-33d5d44a5cf3",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 8
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "TRAVEL"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 5
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-02-20",
                        "refundable": false,
                        "tourCode": "vjTstd"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "8^",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": true,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "SEA",
                      "id": "DTylvZ",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "GROUND_TRANSPORT_NON_AIR_SERVICES"
                      },
                      "sequenceNumber": 32,
                      "serviceType": {
                        "code": "5e",
                        "value": "CARRY_ON_BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 87,
                              "min": 1,
                              "name": "AGE",
                              "optional": true,
                              "type": "INT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 54,
                              "min": 5,
                              "name": "SIZE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 25,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "HRi",
                      "subCode": "528",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 19.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 40.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 7.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 33.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 1.7
                        }
                      ]
                    },
                    "bookingIndicator": "79",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "19960667928833"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "46",
                          "segmentRef": "ca7a6187-5f18-4aee-98ad-4f6ba82e819c"
                        },
                        {
                          "emdCouponNumber": "96",
                          "segmentRef": "eca1cfa2-720d-4d10-81af-2263adc0e4f0"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "04",
                    "id": "02274655-f251-4e45-a918-999aafb7fcdc",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "bd1078bb-81d1-4c21-adc2-44059cc997ad",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "R",
                      "subCode": "421"
                    },
                    "offerId": {
                      "id": "e0e91d94-b7cc-4d2b-a063-b8fe9aa415fd",
                      "itemId": "0620893f-e558-471f-aae7-d7f68f013c86"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "FULFILLED"
                    },
                    "pnrId": "AADUSM",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "YYKf",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "079"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "459"
                          }
                        ]
                      },
                      "text": "DmnKDqLfQsmthDR"
                    },
                    "syntheticIdentifier": "18913563841905685010",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 27.7
                    }
                  },
                  {
                    "airExtraBundleRef": "0a29d803-eb65-4e13-a60d-f68692864c07",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 3
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "ITEM"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-05-11",
                        "refundable": false,
                        "tourCode": "w7u5dX"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "5-",
                        "value": "SPECIAL_SERVICE_REQUEST"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": false,
                        "value": "ETICKET"
                      },
                      "group": "BG",
                      "id": "eLnNB-",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "AIRPORT_SERVICES"
                      },
                      "sequenceNumber": 35,
                      "serviceType": {
                        "code": "ky",
                        "value": "EMBARGOES"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 48,
                              "min": 5,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 89,
                              "min": 2,
                              "name": "AGE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 17,
                              "min": 2,
                              "name": "AGE",
                              "optional": true,
                              "type": "INT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 99,
                              "min": 3,
                              "name": "SIZE",
                              "optional": false,
                              "type": "INT",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "iZM",
                      "subCode": "977",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 22.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 1.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 38.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 3.1
                        }
                      ]
                    },
                    "bookingIndicator": "41",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "44088015179043"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "80",
                          "segmentRef": "0d4446a7-184f-4e1a-8992-3bee3af67997"
                        },
                        {
                          "emdCouponNumber": "52",
                          "segmentRef": "a6e34063-de1c-403a-9b50-ae46b3b6d890"
                        },
                        {
                          "emdCouponNumber": "32",
                          "segmentRef": "9944d2ff-3a15-43f6-be0c-8ad4ffead3d0"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "02",
                    "id": "5689743c-3465-4f81-8967-e833a9f2050e",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "01f6f4c5-5130-4f41-9055-9e46ba6fa91a",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "R",
                      "subCode": "391"
                    },
                    "offerId": {
                      "id": "2d3803f6-7a75-4ff5-9ef2-020019f75dd0",
                      "itemId": "2858fee4-0cdf-447d-8a44-44229b419d1d"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "JGJACE",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "hPKC",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "402"
                          }
                        ]
                      },
                      "text": "XUKxCzExotRLLoj"
                    },
                    "syntheticIdentifier": "23684596487904997780",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 22.9
                    }
                  },
                  {
                    "airExtraBundleRef": "a65420dc-2ff8-4a9c-8086-9c34ee352ac4",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 9
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "PER_CHECKED_PORTION"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 0
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2026-10-16",
                        "refundable": false,
                        "tourCode": "Au8Ltr"
                      },
                      "bagType": "GOLF",
                      "bookingMethod": {
                        "code": "8@",
                        "value": "NO_BOOKING_REQUIRED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "SEA",
                      "id": "pv98z_",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "MERCHANDISE"
                      },
                      "sequenceNumber": 43,
                      "serviceType": {
                        "code": "ms",
                        "value": "DISCLOSURE"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 60,
                              "min": 3,
                              "name": "AGE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 44,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 89,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 18,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "INT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 22,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "IDd",
                      "subCode": "613",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 35.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 34.1
                        }
                      ]
                    },
                    "bookingIndicator": "69",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "88858012912177"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "22",
                          "segmentRef": "4e7cf718-8d4a-4a03-a822-5f7e317bd549"
                        },
                        {
                          "emdCouponNumber": "83",
                          "segmentRef": "24efcdad-12c0-450f-9801-98fdb338d91d"
                        },
                        {
                          "emdCouponNumber": "76",
                          "segmentRef": "edd56119-7876-449d-a4f2-882b39bc2e49"
                        },
                        {
                          "emdCouponNumber": "77",
                          "segmentRef": "664617f3-2696-4859-b70e-9beb3f58c3bf"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "77",
                    "id": "39e26da5-05d3-4130-96c7-73ed3e41fa78",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "306e4041-e3a1-42db-b4b6-a2b9a761c21d",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "A",
                      "subCode": "926"
                    },
                    "offerId": {
                      "id": "f630d316-8afe-40ff-8eb1-5cb040108753",
                      "itemId": "06e20f56-2eed-447e-98a2-d2649b20a8c4"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "WAIVED"
                    },
                    "pnrId": "EUXHUW",
                    "quantity": 1,
                    "specialServiceDescription": {
                      "code": "jfoX",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "805"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "017"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "113"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "915"
                          }
                        ]
                      },
                      "text": "RMIvxMsYTwFqmwE"
                    },
                    "syntheticIdentifier": "63739729545949957824",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 23.1
                    }
                  }
                ],
                "id": "c5c577f1-9ad4-43fd-9b30-c79163949e3c",
                "itineraryPartRef": "92600f1e-71aa-4b4a-83e8-811f8cf5ca5f"
              }
            ]
          },
          "passengerRef": "10d62cb6-964e-4a2c-b88b-ed18554cae87",
          "passengerSegments": {
            "passengerSegment": [
              {
                "additionalTravelInformation": {
                  "residencyDocumentType": {
                    "id": "80e2e4c5-9e5c-46ce-93f2-8aa451301965",
                    "residencyCountry": "LC",
                    "value": "RESIDENCE_PERMIT"
                  },
                  "returnDate": {
                    "id": "76f63992-5b25-4827-934b-03016c73ee0f",
                    "value": "2026-09-18"
                  },
                  "stayType": {
                    "id": "ba247b64-c81b-43d2-bec2-5b49b7b9f733",
                    "value": "VACATION"
                  },
                  "timaticDocumentType": {
                    "id": "28b45326-ecec-4d14-9c40-2bd6702ca9cd",
                    "value": "TEMPORARY_TRAVEL_DOCUMENT"
                  },
                  "visaVerified": {
                    "id": "a48f48f4-0803-4e12-ab11-337ee42efe2d",
                    "value": false
                  }
                },
                "airExtra": [
                  {
                    "airExtraBundleRef": "5f71e572-ad6a-449d-a9df-fb56fa82d960",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 2
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "TRAVEL"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 0
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-06-09",
                        "refundable": false,
                        "tourCode": "hYbykL"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "1_",
                        "value": "NO_BOOKING_REQUIRED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "STANDALONE"
                      },
                      "group": "MEA",
                      "id": "LV-WJP",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "OTHER"
                      },
                      "sequenceNumber": 62,
                      "serviceType": {
                        "code": "P6",
                        "value": "FLIGHT_RELATED"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 34,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 70,
                              "min": 4,
                              "name": "AGE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "SxV",
                      "subCode": "373",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 11
                        }
                      ]
                    },
                    "bookingIndicator": "39",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "23301940223539"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "56",
                          "segmentRef": "715a7cc9-bfba-4eca-9b5a-5c8eeb6543ef"
                        },
                        {
                          "emdCouponNumber": "46",
                          "segmentRef": "07c4ffd8-a551-4aab-96f1-8af6f7d3812c"
                        },
                        {
                          "emdCouponNumber": "78",
                          "segmentRef": "c5e35b6a-5425-4103-adce-12d60beaa893"
                        },
                        {
                          "emdCouponNumber": "13",
                          "segmentRef": "b472d6e2-520b-4b5a-8cf5-c1b0810ba9d0"
                        },
                        {
                          "emdCouponNumber": "59",
                          "segmentRef": "ed3ced53-7d66-4a60-bfc7-70d8030cbc1f"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "35",
                    "id": "e175cbda-1a6b-43b3-8acd-ea5a6104cc05",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "51281a0d-b4e5-4a8e-ae84-1d47504c8d36",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "R",
                      "subCode": "158"
                    },
                    "offerId": {
                      "id": "7f434bbc-20bc-40eb-9abd-1fd6dee9308e",
                      "itemId": "2afc23e1-ec08-44cc-bfb8-c3a5973de05f"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "BRRZDG",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "nrid",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "714"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "649"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "808"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "165"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "229"
                          }
                        ]
                      },
                      "text": "mhvbVZYMDhXMNxU"
                    },
                    "syntheticIdentifier": "30600935908954405375",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 14.3
                    }
                  },
                  {
                    "airExtraBundleRef": "7933bc93-780a-4c48-8c4d-fd4f4fd33759",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 2
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "PER_CHECKED_PORTION"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 3
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-06-21",
                        "refundable": false,
                        "tourCode": "oQrghO"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "3/",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": false,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "WIF",
                      "id": "JAesw5",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "UNKNOWN"
                      },
                      "sequenceNumber": 78,
                      "serviceType": {
                        "code": "vz",
                        "value": "EMBARGOES"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 47,
                              "min": 4,
                              "name": "AGE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 40,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "INT",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "PEH",
                      "subCode": "919",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 37.9
                        }
                      ]
                    },
                    "bookingIndicator": "68",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "04525628971089"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "51",
                          "segmentRef": "3c1a981d-55ee-496d-8592-e962f4d5e8ae"
                        },
                        {
                          "emdCouponNumber": "19",
                          "segmentRef": "ad1d8daa-8f30-42e3-b43d-d55984807ffa"
                        },
                        {
                          "emdCouponNumber": "60",
                          "segmentRef": "e1bc7da0-cd77-4d58-abbd-9b63fcdb8fb7"
                        },
                        {
                          "emdCouponNumber": "10",
                          "segmentRef": "8e1181f7-e439-44d6-97e8-2c521ba3bc27"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "82",
                    "id": "b6db89a2-9bb8-4556-af82-487a59172e25",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "f5fa1dfd-7533-43f5-bbbf-cf7e6ec428c2",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "R",
                      "subCode": "035"
                    },
                    "offerId": {
                      "id": "8f393025-b212-4eee-b285-0674bf0416b3",
                      "itemId": "2aadd7ce-c5fd-4faf-a50f-21612172aae7"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "FULFILLED"
                    },
                    "pnrId": "DKJTTX",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "wQAc",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "042"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "138"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "122"
                          }
                        ]
                      },
                      "text": "DDNrTCnCKnycZqc"
                    },
                    "syntheticIdentifier": "46864819114580574538",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 25.1
                    }
                  }
                ],
                "baggagePoolId": 341,
                "editCodes": {
                  "editCode": [
                    {
                      "code": "Pn",
                      "id": "69b72527-7a87-40df-8432-db6874bd4cd4",
                      "text": [
                        {
                          "id": "adf1dbc8-7b15-4829-b0ac-b0aef464ffdb",
                          "lineId": "21",
                          "value": "ACftDGvZPwjniWI"
                        },
                        {
                          "id": "715cdbea-bc4a-4eed-96d6-6929b5f9fdde",
                          "lineId": "35",
                          "value": "azMqEKQyoPSbVHf"
                        },
                        {
                          "id": "45402b30-f649-47bc-a094-a0681b421c64",
                          "lineId": "38",
                          "value": "UZRLvXETPtzYtOU"
                        },
                        {
                          "id": "f2f78cad-97a4-41f5-98e2-d47a66720304",
                          "lineId": "66",
                          "value": "gpUjCsqLflrEhws"
                        },
                        {
                          "id": "4fe4f07a-1d01-49ce-9c6c-875b0cc302eb",
                          "lineId": "80",
                          "value": "nGVetItVlbdlnPr"
                        }
                      ]
                    }
                  ]
                },
                "eligibilities": {
                  "eligibility": [
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "XQkkeAPWzuQaGmLEFh54",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "422"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "qQeIulE52uQaO7cKsKAy",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "295"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "2IIyN3AoYSIg9BfMUb1q",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "978"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "130"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "570"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "089"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "YoN5EMfqKye0ezno6K0Z",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "543"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "506"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "073"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "357"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "njPOwnhWC3gRxt7WWGHP",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "258"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "610"
                            }
                          ]
                        },
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "CmR0fP5wpGxFICyTucmd",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "716"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "773"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "636"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "583"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "442"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "OJmWqqUo7V1VLmT6CX9D",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "960"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "357"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "819"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "101"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "CDXgndQ2uNIMlBbKHKJc",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "565"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "975"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "358"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "B5wF8BIaTGFKTZCS4OZD",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "989"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "862"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "568"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "QshUwRGfhbXUx9m5vFuD",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "847"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "736"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "359"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "678"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "311"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "RssE28WQ5ah5vr82qQsz",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "224"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "873"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "956"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "144"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "WLZdyst8NZA1VBIA8Tjy",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "636"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "124"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "Py8K2plmtIu6oREViATn",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "512"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "922"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "244"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "da9zRtZ9HOnpupjGG6P5",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "268"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "969"
                            }
                          ]
                        },
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "ukBGAKaTI5Jdcp8n1rSB",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "963"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "602"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "805"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "817"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "5LW58QkwLACSEbuRzCha",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "278"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "402"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "002"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "ufSUGzbZp59ueocbJmDo",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "941"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "369"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "891"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "013"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "490"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    }
                  ]
                },
                "id": "d3a343af-07a0-49b7-bd60-507b4622fb08",
                "loyaltyAccount": {
                  "id": "0c410fc7-2868-4688-bb49-2c81bb640f27",
                  "latestAwardDate": "2026-01-28",
                  "loyaltyTierLevel": {
                    "atpco": "03",
                    "customerInsight": "70",
                    "name": "gold",
                    "number": 5,
                    "priority": 3,
                    "tag": "QZL"
                  },
                  "memberAirline": "[ob",
                  "memberId": "7001081157",
                  "membershipStartDate": "2025-02-02",
                  "mileage": {
                    "unit": "MILES",
                    "value": 1514
                  },
                  "pnrId": "4",
                  "points": 81357,
                  "source": "PNR"
                },
                "nonRevenuePassengerInfo": {
                  "priorityCode": "XTP",
                  "seniorityDate": "2016-08-01T00:00:00.0Z",
                  "upgradeCode": "uJj"
                },
                "passengerCheckInId": "1oP3SQrq",
                "passengerFlight": [
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "lPD",
                        "country": "MA",
                        "sign": "aMO"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 4
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "12345678"
                          ],
                          "quantity": 1,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 18.4
                          }
                        }
                      },
                      "barCode": "ehcKSEXS5bP4VOCmxONWqgC1xt3WlJtOJ0WLDCOT",
                      "checkInSequenceNumber": "775",
                      "deck": {
                        "code": "MAIN",
                        "value": "MAIN"
                      },
                      "displayData": {
                        "accommodation": "FIRST CLASS",
                        "agentCityName": "New Daisha",
                        "arrivalAirportName": "North Caryside",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "9590",
                        "cabinClassCode": "W",
                        "cabinText": "FIRST CLASS",
                        "carryOnText": "CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Fountain Valley",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "6135",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "2200",
                        "estimatedDepartureDate": "2027-04-04T00:00:00.0Z",
                        "estimatedDepartureTime": "9263",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY BASIC",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "CARRY ON OK",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "SILVER",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "6H9s",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "4732",
                        "scheduledDepartureDate": "2027-08-11T00:00:00.0Z",
                        "scheduledDepartureTime": "9237",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "widebody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 408.12,
                        "atpcoRule": "8nXv",
                        "atpcoTariff": 60,
                        "bookingClass": "I",
                        "brand": "zI",
                        "cabinClass": "PREMIUM_BUSINESS",
                        "cabinClassCode": "k",
                        "discountCategory": "02",
                        "fareBasisCode": "TWdWjB",
                        "governingAirline": "[ob",
                        "id": "78cc03aa-56a1-42ce-a585-574288c4530f",
                        "operatingBookingClass": "u",
                        "privateTariff": false,
                        "type": "NRF",
                        "vendor": {
                          "code": "ATP",
                          "value": "SABRE_MYFARES_AIRLINES"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "AO",
                        "arrivalFlightScheduleStatus": "DELAYED",
                        "arrivalTerminal": "3L",
                        "arrivalTime": "2026-11-01T00:00:00.0Z",
                        "boardingTime": "1935-04-27T11:36:08.0Z",
                        "changeOfGauge": true,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "CF",
                        "departureFlightScheduleStatus": "ON_TIME",
                        "departureGate": "zr",
                        "departureTerminal": "Wh",
                        "departureTime": "2026-09-16T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 4760
                        },
                        "equipment": "082",
                        "estimatedArrivalTime": "1916-09-07T18:08:06.0Z",
                        "estimatedDepartureTime": "1901-08-15T08:01:03.0Z",
                        "flightDuration": 544,
                        "flightNumber": "3",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-03-26T00:00:00.0Z",
                            "departureTime": "2027-01-30T00:00:00.0Z",
                            "duration": 118,
                            "elapsedTime": 274
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-08-04T00:00:00.0Z",
                            "departureTime": "2026-09-17T00:00:00.0Z",
                            "duration": 99,
                            "elapsedTime": 291
                          }
                        ],
                        "iatci": false,
                        "id": "bb5a0c3e-f9f4-408d-a884-b8e7bc491ae5",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "2146",
                        "span": "DOMESTIC",
                        "status": "CANCELLED",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": false,
                        "timeToDeparture": 149
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/json",
                          "name": "annex_phooey_up.[object Object]",
                          "value": "sZL6pahLly2MR3kkMW6j256txByFodKgGen7BTGw0zmEtLltouqdcK8oNX6Qrzt2"
                        },
                        "image": {
                          "contentType": "application/x-7z-compressed",
                          "name": "unit_grade_blah.[object Object]",
                          "value": "nSfniDLYaslJ7LVFkVsj5UinDNG7SIHIg7ZwHBfqPwUIEyzmpu1sdvir1zTE4Ib7"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "image/jpeg",
                            "name": "reassuringly_as.[object Object]",
                            "value": "HTia4QRn0KMe8qIBiGShdtPvMMfnGuw4mPQq7dvPpr8itAZv7n1ejNIv7pPjYzgb"
                          },
                          "layout": {
                            "contentType": "application/xml",
                            "name": "handover_wordy_putrid.[object Object]",
                            "value": "0WEBgGWGsqdAhYfKXpxkAKRzp3SYBNs6SqJtvQfIpQx98v9W4MLfApNuiMJup2oa"
                          },
                          "template": {
                            "contentType": "video/mp2t",
                            "name": "yum_experience.[object Object]",
                            "value": "of9ud5X8Rvn88B5ZEVJB4T9WZMzQaRnbnMyPmvw2cIQKoftWpE1MFDDX93aTxfqv"
                          },
                          "templates": [
                            {
                              "contentType": "audio/3gpp2",
                              "name": "geez_alive_optimistically.[object Object]",
                              "value": "6i6v54eBkqyeqghuBYduOrQBsr9wydt3a0A94foKc5LMlybaF32o52KSMhp7jfu4"
                            },
                            {
                              "contentType": "image/avif",
                              "name": "qua.[object Object]",
                              "value": "tWHg2lilRVFgr66zpS2YNc0Uv0F9ciQlmczI1DBc63AcEJCmN4lxkGzXTQcaqtki"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": false,
                          "skyPriority": true,
                          "zone": "1"
                        },
                        "zpl": {
                          "contentType": "application/vnd.amazon.ebook",
                          "name": "guzzle.[object Object]",
                          "value": "JB4h0OLYpCf2Tfu25nKk2ItwuxbzxOTaMnOTUXg1tMrYIjwk0wjJ33hMFPoU6A3s"
                        }
                      },
                      "group": "PRdAeu",
                      "loyaltyAccount": {
                        "id": "9925b26e-e9c4-4127-99b6-97d6d38ffc6e",
                        "latestAwardDate": "2026-06-03",
                        "loyaltyTierLevel": {
                          "atpco": "05",
                          "customerInsight": "00",
                          "name": "platinum",
                          "number": 1,
                          "priority": 7,
                          "tag": "Wek"
                        },
                        "memberAirline": "[ob",
                        "memberId": "7125242609",
                        "membershipStartDate": "2022-05-16",
                        "mileage": {
                          "unit": "MILES",
                          "value": 3539
                        },
                        "pnrId": "3",
                        "points": 69242,
                        "source": "SSCI"
                      },
                      "personName": {
                        "first": "Terry",
                        "last": "Harber",
                        "middle": "Charlie",
                        "prefix": "Mrs.",
                        "raw": "Pete Fritsch",
                        "suffix": "DDS"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "MYCTGJ",
                      "seat": {
                        "column": "P",
                        "row": "41",
                        "value": "29F"
                      },
                      "source": "EXTERNAL",
                      "standbyPriority": "cJ",
                      "supplementaryData": {
                        "dhsStatus": 5,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "68426526882570",
                        "loungeAccess": true,
                        "selectee": true,
                        "skyPriority": true,
                        "spanishLargeFamily": false,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "SZ"
                      },
                      "ticketCouponNumber": "65",
                      "ticketNumber": {
                        "airlineAccountingCode": "793",
                        "checkDigit": "7",
                        "number": "64490778116320",
                        "serialNumber": "3757966317"
                      },
                      "upgradePriority": "OJtPA",
                      "zone": "4"
                    },
                    "checkedIn": false,
                    "checkInNumber": 828,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "CeKU3sOcQIzTSGps7q7s",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "819"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "007"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "950"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "431"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "r0Y35F6qEZxHps5i6qp9",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "032"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "135"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "669"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "016"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "642"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "jRWkHoMFefo8g2OF1EJ2",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "443"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "065"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "716"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "sJnvNtVjgBjkufLjUK2B",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "088"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "210"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "712"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "728"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "925"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "7oh6xUV7bMBwI6A0MMaN",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "870"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "417"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "x1BTgU2NZmPq7Wqbumi1",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "744"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "851"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "CKTuXgl3n0hn0r3bhttA",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "209"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "635"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "JLNKwL7gchQeYlP0OCqV",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "965"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "665"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "706"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "686"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "oXDmoeZHb57xTLbzrkNI",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "722"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "TE5Dg7Vz55Nc6Yf5e3Kg",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "416"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "315"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "173"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "307"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "723"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "PuS4IgZpkTElX1dVSdnB",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "680"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "7dazz2wvoOFkNMyUzxiL",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "790"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "901"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "348"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "322"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "nzXPXyEO1ZJmO9cgVcSU",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "752"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "182"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "801"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "C8V5BOYmzlOD0eqursad",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "069"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "299"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "450"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "499"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": true,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "I66PdNJoVXxGAlxbQ40c",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "351"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "758"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "MDSAH34B8HDMjEHyrdj6",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "191"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "488"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "846"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "e105490a-d8ec-4d45-869d-ea437933ff6e",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
                          "name": "ugh_apud.[object Object]",
                          "value": "AHzLu5gdgj9sD4aYqKfK1jkeIrBHWaWa907Z1hOLBVB9A4C9HGt0o1uixVgF52e7"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "audio/mpeg",
                            "name": "even_although.[object Object]",
                            "value": "hPW2Z3u1tXLkicSv1Zy0TJEZCqc6VU7DL5snqR8fapO1pVb30LsAwaMTHsshUsWo"
                          },
                          "layout": {
                            "contentType": "application/vnd.amazon.ebook",
                            "name": "phrase_chatter.[object Object]",
                            "value": "I7jwF5mS90IkX2qafQEa0NMaiMSZEI0tNWwTrRpiBK4c76MdDifyeQWGqgZri8h4"
                          },
                          "template": {
                            "contentType": "application/vnd.oasis.opendocument.spreadsheet",
                            "name": "reflecting_wherever.[object Object]",
                            "value": "yiKW2DoBXn4j6VTOXiqksmJ0PkI5k5EYIM4aRQzGc1iNKf3kDNNeE4eYstPiu4fc"
                          },
                          "templates": [
                            {
                              "contentType": "application/vnd.oasis.opendocument.text",
                              "name": "swine_expert.[object Object]",
                              "value": "OKoOavnBkjNFFTApv2tZZUu7pRG6MlfLpvGqKmcwNcKWnQepHii29qERpMAWLksY"
                            },
                            {
                              "contentType": "application/gzip",
                              "name": "regarding_buzzing_notwithstanding.[object Object]",
                              "value": "JJyJq0lh74tlftLDEcfWcVUmFj0GSwrEPzvtaow1qPlpiGMeei0N4QNQRImZ9ULg"
                            },
                            {
                              "contentType": "application/ld+json",
                              "name": "deselect_tightly.[object Object]",
                              "value": "Gkfro39C4bjnpE99LEab5crlb4jOPwoFW41cuNEZ2847kPQDUq68Ny8dPuf55YGd"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "baa6ab63-f2e7-4fe6-8bf4-6de57c093e6f",
                      "offerId": "b2452af7-cb4f-465c-a480-76a6972cebd4",
                      "offerItemId": "93aec137-a834-4a4a-bf3f-aea9c262bd4b",
                      "type": "AISLE",
                      "value": "vT"
                    },
                    "priorityCode": "IFG",
                    "seat": {
                      "airExtraRef": "a85e9510-eaa7-4096-8769-451b7c0705fb",
                      "offerId": "9ea61b51-c326-443d-9917-a3438eb785dc",
                      "offerItemId": "14aa9358-2163-4415-bc2d-389cc3ce0b85",
                      "type": "MIDDLE",
                      "value": "xz"
                    },
                    "status": "CHECKED_IN",
                    "upgradeCode": "Awo"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "lIu",
                        "country": "TT",
                        "sign": "kyf"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 8.6
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "12345678",
                            "87654321",
                            "11223344"
                          ],
                          "quantity": 2,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 7.1
                          }
                        }
                      },
                      "barCode": "DcTqrk5XspjhxKEZFhCS6N53w3h78OmqcIxEZFBm",
                      "checkInSequenceNumber": "503",
                      "deck": {
                        "code": "MIDDLE",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "FIRST CLASS",
                        "agentCityName": "New Ottoside",
                        "arrivalAirportName": "West Sophiaview",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "3740",
                        "cabinClassCode": "i",
                        "cabinText": "BUSINESS",
                        "carryOnText": "CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Estrellahaven",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "5365",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "5440",
                        "estimatedDepartureDate": "2027-05-13T00:00:00.0Z",
                        "estimatedDepartureTime": "7744",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY BASIC",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "NO CARRY ON",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "GOLD",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "d4Ws",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "5173",
                        "scheduledDepartureDate": "2027-06-23T00:00:00.0Z",
                        "scheduledDepartureTime": "9660",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "narrowbody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 1112.24,
                        "atpcoRule": "y2dr",
                        "atpcoTariff": 9,
                        "bookingClass": "M",
                        "brand": "9j",
                        "cabinClass": "PREMIUM_ECONOMY",
                        "cabinClassCode": "C",
                        "discountCategory": "31",
                        "fareBasisCode": "Ifq8Lt",
                        "governingAirline": "[ob",
                        "id": "505bd52d-5b22-4ff5-b25e-2202993e79fe",
                        "operatingBookingClass": "H",
                        "privateTariff": true,
                        "type": "NRF",
                        "vendor": {
                          "code": "ATP",
                          "value": "SABRE_MYFARES_AIRLINES"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "CK",
                        "arrivalFlightScheduleStatus": "DELAYED",
                        "arrivalTerminal": "PW",
                        "arrivalTime": "2026-12-11T00:00:00.0Z",
                        "boardingTime": "1895-11-12T16:15:41.0Z",
                        "changeOfGauge": true,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "CH",
                        "departureFlightScheduleStatus": "EARLY",
                        "departureGate": "lE",
                        "departureTerminal": "qT",
                        "departureTime": "2026-10-13T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 2059
                        },
                        "equipment": "885",
                        "estimatedArrivalTime": "1944-04-30T06:54:54.0Z",
                        "estimatedDepartureTime": "1911-08-24T10:12:51.0Z",
                        "flightDuration": 563,
                        "flightNumber": "5",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-04-03T00:00:00.0Z",
                            "departureTime": "2026-11-06T00:00:00.0Z",
                            "duration": 151,
                            "elapsedTime": 179
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-06-17T00:00:00.0Z",
                            "departureTime": "2027-02-14T00:00:00.0Z",
                            "duration": 170,
                            "elapsedTime": 201
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-07-30T00:00:00.0Z",
                            "departureTime": "2027-04-14T00:00:00.0Z",
                            "duration": 63,
                            "elapsedTime": 150
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-06-17T00:00:00.0Z",
                            "departureTime": "2027-01-21T00:00:00.0Z",
                            "duration": 87,
                            "elapsedTime": 136
                          }
                        ],
                        "iatci": false,
                        "id": "3d833eca-f286-42c5-8984-a44097286aee",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "601",
                        "span": "DOMESTIC",
                        "status": "ON TIME",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": true,
                        "timeToDeparture": 986
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/vnd.mozilla.xul+xml",
                          "name": "er_supposing_charlatan.[object Object]",
                          "value": "Ab06j92HxcGWmgzUfOFV9WPhga0asIjKgCxHoNw4ZE9sz8NHQIsgs7Z7PZSRnhxJ"
                        },
                        "image": {
                          "contentType": "text/css",
                          "name": "jam_packed_although.[object Object]",
                          "value": "DLVdcYrQAFPvwhXOF5CtyBvmllUdbhWuqVD6PXauDrZZCKirOB0VJm0SrtZjBcjx"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "video/ogg",
                            "name": "judicious_whereas.[object Object]",
                            "value": "Mfwch2XEc65yzjt204CSIwbeUE66yvo6tTnTQKxGqNGNI5F0Yk3ULaAVJqSJ2TAB"
                          },
                          "layout": {
                            "contentType": "video/ogg",
                            "name": "furthermore.[object Object]",
                            "value": "y9s5sFUAqeIdeawDOHaB369GLs9hV1MNWziX3olQr7jRn0j7UF68ImfkulpumcSf"
                          },
                          "template": {
                            "contentType": "audio/midi",
                            "name": "duh_before.[object Object]",
                            "value": "hCPf0ae0PFF5yIDmTJMuOyvXVnvsn09aWpc798lbwpMSfLhNsqcvjeyW3FUDMhEg"
                          },
                          "templates": [
                            {
                              "contentType": "font/ttf",
                              "name": "keenly_ick_once.[object Object]",
                              "value": "bSXQdkQo1KA6712itLRyto9GmaedY2o6BkZCcAby6eMyj6DhiBKEexmysltk7GsZ"
                            },
                            {
                              "contentType": "video/3gpp2",
                              "name": "outstanding_an.[object Object]",
                              "value": "xmPO1XotfydsTvIkTUtTdZ6IK0R8l9SU7VD4F9yxnsZVrHwRLJzIXcDtpivtw1E4"
                            },
                            {
                              "contentType": "audio/3gpp2",
                              "name": "huzzah_complicated.[object Object]",
                              "value": "pdiFnCM0ZNxcEVVbaWebPC11vd8SFDUEVXUFyoScwh2IcXYewz5EsupRFDTNQc1P"
                            },
                            {
                              "contentType": "image/webp",
                              "name": "annually_phooey.[object Object]",
                              "value": "lBNvOgaHYjv3dNG8sqdJUSsT7Jk7eht4MOW5bmgvsZy1cK1ZaqKyOI76T5Ymr14r"
                            },
                            {
                              "contentType": "application/x-tar",
                              "name": "before.[object Object]",
                              "value": "1NSSbi7rAB5wHFueFEctThfCXCprxE5tAoW2Nx2XLvHKg8WPegnXT1u5em9axxdr"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": true,
                          "skyPriority": false,
                          "zone": "9"
                        },
                        "zpl": {
                          "contentType": "video/mp2t",
                          "name": "kinase_qua_joint.[object Object]",
                          "value": "ROVytrZoDzgvWo9pJa21yAKaAKRNQKGYBr3kiIep5YkFnadBmxeS33w7t6BG25Fj"
                        }
                      },
                      "group": "vuUyGR",
                      "loyaltyAccount": {
                        "id": "5ca910d0-c5cc-4772-92aa-5eae47a4a01a",
                        "latestAwardDate": "2026-06-10",
                        "loyaltyTierLevel": {
                          "atpco": "56",
                          "customerInsight": "69",
                          "name": "gold",
                          "number": 5,
                          "priority": 2,
                          "tag": "gCM"
                        },
                        "memberAirline": "[ob",
                        "memberId": "6414970877",
                        "membershipStartDate": "2022-05-08",
                        "mileage": {
                          "unit": "MILES",
                          "value": 2486
                        },
                        "pnrId": "0",
                        "points": 94387,
                        "source": "SSCI"
                      },
                      "personName": {
                        "first": "Joaquin",
                        "last": "Pouros",
                        "middle": "Ryan",
                        "prefix": "Miss",
                        "raw": "Arlene Cummerata",
                        "suffix": "V"
                      },
                      "priorityVerificationCard": true,
                      "recordLocator": "YWUXMB",
                      "seat": {
                        "column": "a",
                        "row": "12",
                        "value": "34E"
                      },
                      "source": "HOST",
                      "standbyPriority": "FM",
                      "supplementaryData": {
                        "dhsStatus": 4,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "54777739220955",
                        "loungeAccess": true,
                        "selectee": true,
                        "skyPriority": false,
                        "spanishLargeFamily": true,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "FO"
                      },
                      "ticketCouponNumber": "87",
                      "ticketNumber": {
                        "airlineAccountingCode": "712",
                        "checkDigit": "7",
                        "number": "10499475359263",
                        "serialNumber": "4166639466"
                      },
                      "upgradePriority": "p7sXx",
                      "zone": "8"
                    },
                    "checkedIn": false,
                    "checkInNumber": 959,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "y2YK5y8IyVs7iMbeQlsm",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "685"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "144"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "726"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "440"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "guGnoBD2oraEBcIWEm3S",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "126"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "192"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "126"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "861"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "wl0p8UXQ3VzgIGCNxFiG",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "513"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "056"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "146"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "748"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "hWrCeqCVuWPDFIYcBoLr",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "980"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "693"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "130"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "Wmf2mmiUz0SbS7ZCz5ZY",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "566"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "015"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "696"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "Abuv5EBq51Uuu27e15Y8",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "890"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "370"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "oO9tXNTE7WhXTuYpOvTP",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "222"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "265"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "746"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "nAg9gfHAz52f5EFfxxBD",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "133"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "351"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "401"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "646"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "853"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": true,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "4YigSI7Xv9rjhmBs5FnL",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "671"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "aGPQgqhFVsNV0Rm69dDK",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "594"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "835"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "M4fEYejBQdVQ6A0vU7kg",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "069"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "tRrG5y5AgFnyW9YQ1edf",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "594"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "982"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "011"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "723ce6dd-4b7f-448d-85dd-57bb43462973",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/xml",
                          "name": "loudly_unnecessarily.[object Object]",
                          "value": "Re9B0gQsZp60JhE88VpFTXhm77c12Zf3KJKmsnG8CfIs1NS5yaqhmf7YF4siVmbu"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/x-tar",
                            "name": "gah_gadzooks.[object Object]",
                            "value": "etjLBPBc8VmXoLFnu60Q9sxQYnX4Q6jPil10wpTmEIZGeRTwtnUKIL4Pr3Nyzxrn"
                          },
                          "layout": {
                            "contentType": "application/vnd.mozilla.xul+xml",
                            "name": "reward_bonnet.[object Object]",
                            "value": "DTUBCu5q1JnoKP4NjNIGGpVuuzTZIKIL82Z0RtFB513PURl3sCgKvIGil8LCDpdv"
                          },
                          "template": {
                            "contentType": "audio/3gpp2",
                            "name": "creature.[object Object]",
                            "value": "NKcv2M4wo8qywNS8vscqsfX03rgLBNIar0VNyc440bNxFVv02XJnmvQ2FBbDlU7w"
                          },
                          "templates": [
                            {
                              "contentType": "application/x-bzip2",
                              "name": "sock_anti.[object Object]",
                              "value": "t5M4WRsHh10QQuKPc4Bl5hlBKLhI7ys7MaZyhcTaENHQP9lQMQVjrN5nOIZ0yPqx"
                            },
                            {
                              "contentType": "application/vnd.ms-fontobject",
                              "name": "enormously.[object Object]",
                              "value": "5jsvFyG2at82ecUJ0IgdBDjjTHhhTVnTslXazr6tPgUtRZ1HEpb1LicDGZ6XJXN4"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "36088f76-8693-4b32-987c-7fde3633349b",
                      "offerId": "1a22f266-89be-4037-aa2b-68b7819d585f",
                      "offerItemId": "e4c47150-4904-4612-80fa-72a7103f22f4",
                      "type": "WINDOW",
                      "value": "j9"
                    },
                    "priorityCode": "pYe",
                    "seat": {
                      "airExtraRef": "dd92b4de-38ab-416f-9784-5056ec7347b5",
                      "offerId": "f8ab1ec7-1190-4a27-8723-77b32bb69a65",
                      "offerItemId": "d11be3f2-e701-4852-b3ba-b2e301643f70",
                      "type": "AISLE",
                      "value": "88"
                    },
                    "status": "CHECKED_IN",
                    "upgradeCode": "rBb"
                  }
                ],
                "passengerOffer": {
                  "offerId": "29db8dfc-dc8f-4905-af8e-1641d14d",
                  "offerItems": [
                    {
                      "annotations": [
                        {
                          "key": "hMmnyi",
                          "value": "hPePJYCtNB"
                        },
                        {
                          "key": "PNhhXP",
                          "value": "NEcMyXdApR"
                        },
                        {
                          "key": "mNFPHE",
                          "value": "MNsejoKWca"
                        }
                      ],
                      "availableQuantity": 14,
                      "bannerName": "Fresh",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "d3f592ad-c60f-4279-9ba0-9dfd0384",
                      "offerName": "Incredible Wooden Soap",
                      "price": {
                        "currency": "CUP",
                        "value": 284.48
                      },
                      "priority": 5
                    }
                  ]
                },
                "passengerType": "CHD",
                "segmentRef": "3086537e-4367-4d4e-b03c-aa503a99bec1",
                "upgradeAvailability": [
                  {
                    "bookingClassAvailabilityRef": "c62a8c82-17ad-45b7-8efe-137ab33008fd",
                    "cabin": "U",
                    "description": "Business",
                    "id": "4f462433-c247-4c9c-9f20-bf6ca5f1a088",
                    "pricedAncillaryRef": "554ddc46-9b25-4658-92c0-5dc174c9a08d"
                  }
                ]
              },
              {
                "additionalTravelInformation": {
                  "residencyDocumentType": {
                    "id": "d492d361-c346-4e6e-a607-51bf6563f2af",
                    "residencyCountry": "GM",
                    "value": "RESIDENCE_PERMIT"
                  },
                  "returnDate": {
                    "id": "6191c3be-59fd-4819-a5cb-15fcf97bc710",
                    "value": "2027-05-03"
                  },
                  "stayType": {
                    "id": "2d9a7a3a-ff15-4f17-bc61-cf521ed84d30",
                    "value": "DUTY"
                  },
                  "timaticDocumentType": {
                    "id": "4ffcb33f-a294-4f96-8aae-4f308bcefaa2",
                    "value": "US_REFUGEE_TRAVEL_DOCUMENT"
                  },
                  "visaVerified": {
                    "id": "cae8e139-e775-4e48-93a5-47614f1ffe57",
                    "value": false
                  }
                },
                "airExtra": [
                  {
                    "airExtraBundleRef": "323261b6-ead7-4db2-88cf-7b10aae6416f",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 9
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "PER_1KG_OVER_FREE_BAGGAGE_ALLOWANCE"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 4
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-07-30",
                        "refundable": true,
                        "tourCode": "VGU41e"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "8=",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE"
                      },
                      "group": "WIF",
                      "id": "Skv2uM",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "OTHER"
                      },
                      "sequenceNumber": 55,
                      "serviceType": {
                        "code": "th",
                        "value": "BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 58,
                              "min": 2,
                              "name": "AGE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 77,
                              "min": 3,
                              "name": "AGE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 51,
                              "min": 3,
                              "name": "AGE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 95,
                              "min": 3,
                              "name": "AGE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 18,
                              "min": 4,
                              "name": "SIZE",
                              "optional": false,
                              "type": "INT",
                              "unit": "CM"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "NNP",
                      "subCode": "152",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 29.7
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 43.3
                        }
                      ]
                    },
                    "bookingIndicator": "66",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "92274414235535"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "91",
                          "segmentRef": "70a79fe9-167c-4d10-8ede-eb5d992b90a8"
                        },
                        {
                          "emdCouponNumber": "42",
                          "segmentRef": "d4f75821-fb44-425e-90b4-f74262cccab3"
                        },
                        {
                          "emdCouponNumber": "78",
                          "segmentRef": "93497ae6-3ce6-4131-9de2-06cfd51b5e93"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "40",
                    "id": "9c87baf3-54d1-4e56-a71f-a2cd56b7aeb7",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "b532da46-9162-4739-be5a-fb28444af011",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "R",
                      "subCode": "819"
                    },
                    "offerId": {
                      "id": "4f49064a-c4eb-48c7-a520-7dd916deb2eb",
                      "itemId": "ef619788-f2cf-4141-ad49-2b95e6575e1b"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "UNSUPPORTED"
                    },
                    "pnrId": "URHSTC",
                    "quantity": 1,
                    "specialServiceDescription": {
                      "code": "Tfxt",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "991"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "635"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "671"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "269"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "603"
                          }
                        ]
                      },
                      "text": "mIPjCOgrzDEVWcI"
                    },
                    "syntheticIdentifier": "55791745634667282875",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 32.4
                    }
                  },
                  {
                    "airExtraBundleRef": "61b7a17f-c481-4f71-bda1-0a032e942d1d",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 10
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "ONE_WAY"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-05-30",
                        "refundable": true,
                        "tourCode": "JkLWM6"
                      },
                      "bagType": "SURF",
                      "bookingMethod": {
                        "code": "3^",
                        "value": "AUXILIARY_SEGMENT"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": false,
                        "value": "STANDALONE"
                      },
                      "group": "MEA",
                      "id": "-q5m4k",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "AIR_TRANSPORTATION"
                      },
                      "sequenceNumber": 56,
                      "serviceType": {
                        "code": "zf",
                        "value": "EMBARGOES"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 22,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 99,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 24,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "INT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 49,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "4g1",
                      "subCode": "031",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 40.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 34
                        }
                      ]
                    },
                    "bookingIndicator": "38",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "72191230192313"
                    },
                    "emdPaperIndicator": "E",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "34",
                          "segmentRef": "b72963ed-8414-4b32-90ca-21e0bcb7de8b"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "51",
                    "id": "546fdbb4-97d7-4ec8-9347-ca6a7a2a0eb0",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "2791c6b0-937a-4450-9c71-43103d37694c",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "G",
                      "subCode": "973"
                    },
                    "offerId": {
                      "id": "b066ad65-52ea-4e44-a3ef-92109d370516",
                      "itemId": "b02f74ed-5013-4f97-9a80-c988ae309b35"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "XRAYKC",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "zcTX",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "937"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "384"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "448"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "632"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "401"
                          }
                        ]
                      },
                      "text": "LCgBXlsaSEydUzw"
                    },
                    "syntheticIdentifier": "74299471581454341690",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 8.3
                    }
                  },
                  {
                    "airExtraBundleRef": "bd49e188-c48c-46c9-83ff-a77b2f538681",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 5
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "1",
                          "value": "ONE_WAY"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-04-21",
                        "refundable": false,
                        "tourCode": "4LkdCM"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "9^",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "BG",
                      "id": "7McQLR",
                      "reasonForIssuance": {
                        "code": "G",
                        "value": "UNKNOWN"
                      },
                      "sequenceNumber": 56,
                      "serviceType": {
                        "code": "Xt",
                        "value": "EMBARGOES"
                      },
                      "specialService": {
                        "code": "BGDA",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 56,
                              "min": 4,
                              "name": "SIZE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 62,
                              "min": 5,
                              "name": "SIZE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "BOj",
                      "subCode": "658",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 37.8
                        }
                      ]
                    },
                    "bookingIndicator": "48",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "09290599804765"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "20",
                          "segmentRef": "64792eca-5847-40e1-a3b4-a48c11350a61"
                        },
                        {
                          "emdCouponNumber": "11",
                          "segmentRef": "cc255239-a216-4842-aa27-6339a5558c84"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "54",
                    "id": "9282f360-ad5c-480b-a0ec-b2d217b965a6",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "8b45cce8-708e-4412-8e36-2fb1287af603",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "G",
                      "subCode": "497"
                    },
                    "offerId": {
                      "id": "f0703686-9c4b-4226-8242-4a2ec8c40c40",
                      "itemId": "826c3fa6-9120-4112-9ed8-c661eaeb8eae"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "HD",
                      "value": "WAIVED"
                    },
                    "pnrId": "WJZGRU",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "zvNh",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "806"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "375"
                          }
                        ]
                      },
                      "text": "jKclEVwcTZYWpJh"
                    },
                    "syntheticIdentifier": "89942001190113277572",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 37.6
                    }
                  },
                  {
                    "airExtraBundleRef": "eb06c976-1397-4fa1-a371-758ce046b762",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 6
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "2",
                          "value": "TICKET"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 0
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-03-16",
                        "refundable": false,
                        "tourCode": "53WjT5"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "7-",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": false,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "MEA",
                      "id": "NVVAZF",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "AIR_TRANSPORTATION"
                      },
                      "sequenceNumber": 34,
                      "serviceType": {
                        "code": "9t",
                        "value": "BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 18,
                              "min": 3,
                              "name": "AGE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 47,
                              "min": 3,
                              "name": "AGE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 59,
                              "min": 2,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "eW6",
                      "subCode": "704",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 50
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 35.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 22.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 10.3
                        }
                      ]
                    },
                    "bookingIndicator": "83",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "01450072114584"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "76",
                          "segmentRef": "80606c89-02c7-4e95-8fbb-cfd6818b2150"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "28",
                    "id": "9df7ebc2-a2f0-48ac-ad28-f24983f2a7d1",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "18b3080d-e2ed-4ba4-b3fd-28e9fc004b93",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "G",
                      "subCode": "381"
                    },
                    "offerId": {
                      "id": "6c81487c-a740-4187-983e-521cecc67e1c",
                      "itemId": "55317894-8e65-4002-95c0-0eda10dd8f11"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "FULFILLED"
                    },
                    "pnrId": "XVSTGM",
                    "quantity": 5,
                    "specialServiceDescription": {
                      "code": "Jlgo",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "684"
                          }
                        ]
                      },
                      "text": "SxrFyMAxuNHjByp"
                    },
                    "syntheticIdentifier": "67830778837680948008",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 48.9
                    }
                  }
                ],
                "baggagePoolId": 537,
                "editCodes": {
                  "editCode": [
                    {
                      "code": "vS",
                      "id": "c1f7764a-90eb-4cbf-8965-63595bce1e8b",
                      "text": [
                        {
                          "id": "478b8b75-64ae-494f-94c7-b0d62ae8736b",
                          "lineId": "16",
                          "value": "wWMotgKJYwWOUkk"
                        },
                        {
                          "id": "b4ff02ea-200a-49c3-8da0-5038e5ed4f49",
                          "lineId": "85",
                          "value": "LxlZNUXHKlKDfcU"
                        },
                        {
                          "id": "df40b983-badc-4662-8996-5bf23221b421",
                          "lineId": "94",
                          "value": "BIxgLSucoUFLbEn"
                        },
                        {
                          "id": "31a2d196-c20b-42cb-95df-b854f5f30830",
                          "lineId": "59",
                          "value": "HuSUFFcUSlYOznR"
                        },
                        {
                          "id": "2680a9a6-7101-4b59-95b2-3494ddd28975",
                          "lineId": "48",
                          "value": "QvfZBdwBuGUzrGL"
                        }
                      ]
                    },
                    {
                      "code": "Rg",
                      "id": "c48857aa-6365-4e59-a950-0d1982ff5586",
                      "text": [
                        {
                          "id": "aaaa0e14-ca7a-45a4-b322-2ec6ceec0c1f",
                          "lineId": "36",
                          "value": "VXFYYclVqJYvSki"
                        },
                        {
                          "id": "8d41d4c4-91e6-4889-9074-1e53817802a6",
                          "lineId": "35",
                          "value": "UrKKKEsCsjHegLa"
                        },
                        {
                          "id": "ab5c83b5-6080-452a-ade9-9aab0c7ea622",
                          "lineId": "66",
                          "value": "QqPgoEqPShMqtEi"
                        },
                        {
                          "id": "6b5f1c3d-5882-43c2-8370-cceca9008efc",
                          "lineId": "29",
                          "value": "lzTBvOMagcZmXir"
                        },
                        {
                          "id": "d9109eb4-2650-4944-a5f5-8d87dacc1d42",
                          "lineId": "13",
                          "value": "vmQPJuTuMaYoSaY"
                        }
                      ]
                    },
                    {
                      "code": "Uv",
                      "id": "204ea3c1-7a3b-4497-9714-1331317a3aa5",
                      "text": [
                        {
                          "id": "383bb25c-1a57-4cdd-8f7d-b4f156ca91ad",
                          "lineId": "90",
                          "value": "xdksBsDwjkligrk"
                        },
                        {
                          "id": "5a554d1e-9f68-4351-9799-18b201da000c",
                          "lineId": "47",
                          "value": "nzSYploKwbUNlsk"
                        },
                        {
                          "id": "b2204763-7893-44c0-9674-dfcc2e436d37",
                          "lineId": "74",
                          "value": "BKVilKRWnLkXqMJ"
                        }
                      ]
                    },
                    {
                      "code": "Mm",
                      "id": "471c820b-990b-48a7-b387-d33068277a63",
                      "text": [
                        {
                          "id": "c9c5fe26-59b4-4f91-973e-54e42d06f77a",
                          "lineId": "63",
                          "value": "mNThmsaExQQlvBG"
                        },
                        {
                          "id": "efefda3b-9299-4d21-9bf5-581a17e66a9e",
                          "lineId": "23",
                          "value": "HXmaHvkSwvnOPvJ"
                        },
                        {
                          "id": "5546d12a-032e-493a-ae58-30f85835d467",
                          "lineId": "63",
                          "value": "zwxuPgFbBGjIfdf"
                        },
                        {
                          "id": "030aecbb-e4bf-44f5-8f56-c184e1c0f8eb",
                          "lineId": "93",
                          "value": "peqiQEMbgfMbMeh"
                        },
                        {
                          "id": "2f631367-7d56-4eb1-89c6-b9d16194ec02",
                          "lineId": "75",
                          "value": "blFUKvnRYpIROkQ"
                        }
                      ]
                    }
                  ]
                },
                "eligibilities": {
                  "eligibility": [
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "jneetJNvofYdPn5rsh85",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "567"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "442"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "092"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "227"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "971"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": true,
                      "reason": [
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "leU9mjN4fXJZYWnQZuXg",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "863"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "465"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": true,
                      "reason": [
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "XDx6nKLusdYK7jLYOHzj",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "531"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "555"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "OkjTmy9ipv9zJTDRTCn4",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "940"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "335"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "823"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "471"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "344"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "vWISwuQFkLGI4hzD8Q28",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "735"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "408"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    }
                  ]
                },
                "id": "5f1cde5b-4f21-4722-b7fe-f2e830724fb3",
                "loyaltyAccount": {
                  "id": "b3b7170e-cfac-4d00-b912-e78d62d113e4",
                  "latestAwardDate": "2026-01-02",
                  "loyaltyTierLevel": {
                    "atpco": "30",
                    "customerInsight": "37",
                    "name": "platinum",
                    "number": 3,
                    "priority": 10,
                    "tag": "jMw"
                  },
                  "memberAirline": "[ob",
                  "memberId": "5420669297",
                  "membershipStartDate": "2024-12-09",
                  "mileage": {
                    "unit": "MILES",
                    "value": 3328
                  },
                  "pnrId": "6",
                  "points": 17089,
                  "source": "SSCI"
                },
                "nonRevenuePassengerInfo": {
                  "priorityCode": "Dno",
                  "seniorityDate": "2026-05-27T00:00:00.0Z",
                  "upgradeCode": "jTL"
                },
                "passengerCheckInId": "1Fv39G3L",
                "passengerFlight": [
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "qXa",
                        "country": "WF",
                        "sign": "zxB"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 18.8
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "12345678",
                            "11223344"
                          ],
                          "quantity": 2,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 2.4
                          }
                        }
                      },
                      "barCode": "2hACo0nMyT04cUfd25DgRH8r89RKeZo4juM9gqty",
                      "checkInSequenceNumber": "539",
                      "deck": {
                        "code": "MAIN",
                        "value": "OTHER"
                      },
                      "displayData": {
                        "accommodation": "FIRST CLASS",
                        "agentCityName": "Damionbury",
                        "arrivalAirportName": "Adellmouth",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "8391",
                        "cabinClassCode": "z",
                        "cabinText": "BUSINESS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Lindport",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "1808",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "4818",
                        "estimatedDepartureDate": "2027-06-05T00:00:00.0Z",
                        "estimatedDepartureTime": "5161",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY BASIC",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "CARRY ON OK",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "SILVER",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "NChs",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "0111",
                        "scheduledDepartureDate": "2026-09-04T00:00:00.0Z",
                        "scheduledDepartureTime": "0863",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "narrowbody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 1499.25,
                        "atpcoRule": "n9rT",
                        "atpcoTariff": 34,
                        "bookingClass": "K",
                        "brand": "OJ",
                        "cabinClass": "FIRST",
                        "cabinClassCode": "B",
                        "discountCategory": "48",
                        "fareBasisCode": "ikqWht",
                        "governingAirline": "[ob",
                        "id": "98015d23-8c8a-40e7-8554-d60788b71456",
                        "operatingBookingClass": "H",
                        "privateTariff": false,
                        "type": "NRF",
                        "vendor": {
                          "code": "ATP",
                          "value": "ATPCO"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "SX",
                        "arrivalFlightScheduleStatus": "EARLY",
                        "arrivalTerminal": "MT",
                        "arrivalTime": "2027-07-23T00:00:00.0Z",
                        "boardingTime": "1906-12-13T05:36:18.0Z",
                        "changeOfGauge": true,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "MQ",
                        "departureFlightScheduleStatus": "DELAYED",
                        "departureGate": "ru",
                        "departureTerminal": "qS",
                        "departureTime": "2026-09-26T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 2864
                        },
                        "equipment": "169",
                        "estimatedArrivalTime": "1948-09-22T11:32:54.0Z",
                        "estimatedDepartureTime": "1920-02-17T17:07:19.0Z",
                        "flightDuration": 245,
                        "flightNumber": "7298",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-06-01T00:00:00.0Z",
                            "departureTime": "2027-02-10T00:00:00.0Z",
                            "duration": 76,
                            "elapsedTime": 257
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-08-31T00:00:00.0Z",
                            "departureTime": "2027-04-15T00:00:00.0Z",
                            "duration": 129,
                            "elapsedTime": 161
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-06-04T00:00:00.0Z",
                            "departureTime": "2027-05-31T00:00:00.0Z",
                            "duration": 47,
                            "elapsedTime": 203
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-10-07T00:00:00.0Z",
                            "departureTime": "2027-07-30T00:00:00.0Z",
                            "duration": 76,
                            "elapsedTime": 155
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-05-26T00:00:00.0Z",
                            "departureTime": "2027-07-06T00:00:00.0Z",
                            "duration": 57,
                            "elapsedTime": 133
                          }
                        ],
                        "iatci": true,
                        "id": "5aefb4c2-b966-4485-a96a-53811e053038",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "1",
                        "span": "DOMESTIC",
                        "status": "ON TIME",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": true,
                        "timeToDeparture": 423
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "audio/3gpp",
                          "name": "of.[object Object]",
                          "value": "nLmd2yCtV4Akqprph8jCfs92N74vA9QUcV3EJMkC2Ldu6FFadP6RnuSSWDwC00jy"
                        },
                        "image": {
                          "contentType": "text/calendar",
                          "name": "yawningly_above_instead.[object Object]",
                          "value": "W7Bs6FqpvlPHeKk5HJTOtt2KT3d9VB1hsyJ0lybCtpgAmRBs2nOccha7pjyH3cDI"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/x-tar",
                            "name": "calculating_against.[object Object]",
                            "value": "J8ZmXbjm7zwdyx3rF7w6C6WaVdmg8j8QD9tA9aUCPGHNxbK7oBOKARhX5QGipaAl"
                          },
                          "layout": {
                            "contentType": "application/gzip",
                            "name": "knowingly.[object Object]",
                            "value": "ny1B5CK6l2eaeD5xWBqerV8Sxms1REcbrFknDvPekwuQItcCwhBJpFyPsfIdiMpu"
                          },
                          "template": {
                            "contentType": "application/vnd.oasis.opendocument.presentation",
                            "name": "bah_puff_affect.[object Object]",
                            "value": "88dTHfhnFG3vGVhLkqtb4iuptxE7lSuYEa4E17AIDYLQ9GaUmd66TEmkiw1VukbL"
                          },
                          "templates": [
                            {
                              "contentType": "image/vnd.microsoft.icon",
                              "name": "emphasize.[object Object]",
                              "value": "VkTg0KI0jQDoS6so94TfDx87odzaQgcVrQia5aQ4onDwkI8hdG78lIIN2JaQEKvd"
                            },
                            {
                              "contentType": "application/java-archive",
                              "name": "whose.[object Object]",
                              "value": "5swfVc1hsh7pGeAKja5QFRsXJne6EeeVJDYS6OH6flrHsBQ2dAOicUvG7R3GNAgk"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": true,
                          "skyPriority": false,
                          "zone": "7"
                        },
                        "zpl": {
                          "contentType": "application/gzip",
                          "name": "ouch.[object Object]",
                          "value": "iGFibTZprq3CpOrc47Cr78pXBjc4ZqfBVPaBg9AmZ03Pr7XFtv1AWP88vSSwT3mp"
                        }
                      },
                      "group": "jMMZJM",
                      "loyaltyAccount": {
                        "id": "0f23c2c4-e894-4467-ab31-ec6151da49c9",
                        "latestAwardDate": "2025-12-13",
                        "loyaltyTierLevel": {
                          "atpco": "07",
                          "customerInsight": "28",
                          "name": "silver",
                          "number": 4,
                          "priority": 4,
                          "tag": "Vcm"
                        },
                        "memberAirline": "[ob",
                        "memberId": "1373487902",
                        "membershipStartDate": "2024-07-08",
                        "mileage": {
                          "unit": "MILES",
                          "value": 4453
                        },
                        "pnrId": "0",
                        "points": 25733,
                        "source": "SSCI"
                      },
                      "personName": {
                        "first": "Casimir",
                        "last": "Carroll",
                        "middle": "Leslie",
                        "prefix": "Mrs.",
                        "raw": "Daniel Farrell",
                        "suffix": "III"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "ATWSKK",
                      "seat": {
                        "column": "w",
                        "row": "89",
                        "value": "20D"
                      },
                      "source": "OTHER",
                      "standbyPriority": "EG",
                      "supplementaryData": {
                        "dhsStatus": 2,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "90682518292273",
                        "loungeAccess": true,
                        "selectee": false,
                        "skyPriority": false,
                        "spanishLargeFamily": true,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "LY"
                      },
                      "ticketCouponNumber": "73",
                      "ticketNumber": {
                        "airlineAccountingCode": "142",
                        "checkDigit": "7",
                        "number": "79648397113093",
                        "serialNumber": "5107943450"
                      },
                      "upgradePriority": "xjNHr",
                      "zone": "4"
                    },
                    "checkedIn": true,
                    "checkInNumber": 661,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "a7eE97E73HrE3sVY8F17",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "564"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "HpedhHpO5Mp0y2dxJpJa",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "864"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "B5hhpwuppSmQAYN9TPzB",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "200"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "054"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "159"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "KFPN3kz3NUdkF1Xh89HI",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "641"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "927"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "738"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "262"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "756"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "JCwpx9r4MSBa4MgiiqKF",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "055"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "589"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "iiHd75WZ44K0OM1wwIuv",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "914"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "315"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "638"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "QklNdqmU3HxlCH6ZHHz8",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "497"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "361"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "985"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "452"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "Aw6VjfdSluBU8Dqxhjgh",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "952"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "933"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "aOuQRsWB2oJOm4T3hJZV",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "411"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "6LUGqBIXxJRQKYoWWsb4",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "145"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "442"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "185"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "265"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "cLaThLkXiVx6kWWlmVP6",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "857"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "871"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "308"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "141"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "xSGfPapwAPpDM2g4MI0G",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "508"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "594"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "477"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "532"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "007"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "R02jR1VeqqKGKtjTZR2d",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "111"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "251"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "662"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "455"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "RYXtVAJVGNlpXfnQjKRr",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "169"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "806"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "789"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "840"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "3GTJmCpn76VcI8DH3Qj6",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "909"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "633"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "961"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "714"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "YzUgFi3yP2clKZq2lI9T",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "745"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "386"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "763"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "194"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "919"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "PzY3bLh1xeW4TVJVohMM",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "840"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "6950ed88-797e-4437-b131-25a16cfe5b8f",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/x-abiword",
                          "name": "before_always_underachieve.[object Object]",
                          "value": "zuAoamP3Cl7tQi8sMh0hJu1wmPMt81g6FIz9yC2b0oWW6lxOKsb3ZjHuNaBOIzXD"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
                            "name": "over_so_whether.[object Object]",
                            "value": "yXdh8hyCrVqJhTg9p8jDHbHoNjwbBHlTdvdaCe7MjBTYQPQcoKpX5kMDkhQ9fn6k"
                          },
                          "layout": {
                            "contentType": "video/mp2t",
                            "name": "psst.[object Object]",
                            "value": "LvXvw2rSgAM847D0VsKlYHQZ3ukTBjhXGj8XSLU0TAVRa3KKjevHVCEHSniwGWAN"
                          },
                          "template": {
                            "contentType": "image/png",
                            "name": "whereas_primary_pish.[object Object]",
                            "value": "Vg9kBmMbNFDHo4otK9psVkMAq0ybU8clOWqMffosy7TQIOO6T4PJVuzVBrSxtlTX"
                          },
                          "templates": [
                            {
                              "contentType": "image/avif",
                              "name": "except_flat_wavy.[object Object]",
                              "value": "fRRId14iKr8qzicSG4GVVoI43BW2ZvCflrEPMOQffbvnFtwaPcDCQVbXyOox3pQE"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "862bd4c9-f9ef-443f-ad96-84bcef6e8531",
                      "offerId": "36a4e27f-d43f-481c-8b56-688e8b30b550",
                      "offerItemId": "2c3ea4f8-5a56-430d-b5e5-284a47bfaa9b",
                      "type": "WINDOW",
                      "value": "Qa"
                    },
                    "priorityCode": "Rrx",
                    "seat": {
                      "airExtraRef": "716335b3-e41f-4fb2-84f0-bf0e6d334944",
                      "offerId": "893203e1-7f6d-42f8-845b-60a33575de91",
                      "offerItemId": "33a074ed-be34-40fc-84bc-3584d5fbdf26",
                      "type": "AISLE",
                      "value": "rV"
                    },
                    "status": "CHECKED_IN",
                    "upgradeCode": "ILD"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "KiG",
                        "country": "DM",
                        "sign": "PCu"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 7.9
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "12345678",
                            "11223344",
                            "87654321"
                          ],
                          "quantity": 3,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 6.3
                          }
                        }
                      },
                      "barCode": "GhrYknGsKd6xWovaGz22qer5LwRPKoyBm4l8BVdc",
                      "checkInSequenceNumber": "345",
                      "deck": {
                        "code": "MIDDLE",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "RESIDENCE SUITE",
                        "agentCityName": "Vonhaven",
                        "arrivalAirportName": "Marianoview",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "2292",
                        "cabinClassCode": "t",
                        "cabinText": "ECONOMY",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Sierra Vista",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "5389",
                        "edifactApiText": "API ERROR",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "0725",
                        "estimatedDepartureDate": "2026-09-30T00:00:00.0Z",
                        "estimatedDepartureTime": "7827",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY PLUS",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "NO CARRY ON",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "PLATINUM",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "Uio9",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "0428",
                        "scheduledDepartureDate": "2027-07-07T00:00:00.0Z",
                        "scheduledDepartureTime": "6855",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "widebody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 144.95,
                        "atpcoRule": "jlLX",
                        "atpcoTariff": 60,
                        "bookingClass": "A",
                        "brand": "CY",
                        "cabinClass": "PREMIUM_FIRST",
                        "cabinClassCode": "f",
                        "discountCategory": "05",
                        "fareBasisCode": "R7zfPt",
                        "governingAirline": "[ob",
                        "id": "cb5df99e-815e-40c3-a69d-9e59a95f2f6a",
                        "operatingBookingClass": "r",
                        "privateTariff": false,
                        "type": "NRF",
                        "vendor": {
                          "code": "SMFC",
                          "value": "SITA"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "AO",
                        "arrivalFlightScheduleStatus": "DELAYED",
                        "arrivalTerminal": "6a",
                        "arrivalTime": "2027-04-30T00:00:00.0Z",
                        "boardingTime": "1962-06-24T16:59:06.0Z",
                        "changeOfGauge": true,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "IO",
                        "departureFlightScheduleStatus": "EARLY",
                        "departureGate": "G7",
                        "departureTerminal": "Eh",
                        "departureTime": "2027-05-04T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 936
                        },
                        "equipment": "080",
                        "estimatedArrivalTime": "1930-09-26T14:38:52.0Z",
                        "estimatedDepartureTime": "1936-07-24T20:42:08.0Z",
                        "flightDuration": 327,
                        "flightNumber": "64",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-01-03T00:00:00.0Z",
                            "departureTime": "2026-09-17T00:00:00.0Z",
                            "duration": 89,
                            "elapsedTime": 104
                          }
                        ],
                        "iatci": false,
                        "id": "41ae9350-e12c-4aeb-8cd5-1ba6f5f352b6",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "5194",
                        "span": "DOMESTIC",
                        "status": "DELAYED",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": true,
                        "timeToDeparture": 739
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/ogg",
                          "name": "reclassify_athwart_mmm.[object Object]",
                          "value": "cBqG0r8Fe3I7EpDnfWekoMXx5xu4xyZclvynxuBM3TQUkYYIKqLuSJVkjEn60Rqi"
                        },
                        "image": {
                          "contentType": "application/zip",
                          "name": "pretend_dead.[object Object]",
                          "value": "A1YCWUXHqGudRBYeaZg8ZcFc1Lc9ChXuq1EyWYyerPai59Hk6izVLDUWAdU9et2W"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
                            "name": "mostly_sheepishly.[object Object]",
                            "value": "UsYaeohnYxqNWEfaO6EVqrFwQQvcSfnc2LgMdv0iA5bWR20Am6sC5FlZnWqMofwN"
                          },
                          "layout": {
                            "contentType": "image/png",
                            "name": "exactly_integer_since.[object Object]",
                            "value": "l0QGMNzRpGVhjxjcOPVh6Vp3kpaNeee0g13DI5drkUTIgGYA3TM8O8QRa6ixiIQk"
                          },
                          "template": {
                            "contentType": "audio/3gpp",
                            "name": "ouch_dock.[object Object]",
                            "value": "3h4KFriwwGMWo4r9ZG3tQnKy0p7g95c27YKPdVHcQZ9c5qaM2YShASg7uGNjuMur"
                          },
                          "templates": [
                            {
                              "contentType": "image/avif",
                              "name": "for.[object Object]",
                              "value": "Ys4mOw4tySxyV8ikR8JRb8A5TuYOe8GY4g9UtjFyubobizIkpJ74QccsOyalPY3B"
                            },
                            {
                              "contentType": "application/xml",
                              "name": "underpants.[object Object]",
                              "value": "HvNc19RYQ9ZEdGOrRsRaKQbYwHGQ9luoSigOJN3vLJQDAgnhODuX2TzDhzN05v5Y"
                            },
                            {
                              "contentType": "application/vnd.rar",
                              "name": "wherever_phooey.[object Object]",
                              "value": "gIKb7qtMXGu6qIlpiQOKslPnYgafKn4HevcFYR8b5qji1bZePG05BH9jc93uO0jD"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": false,
                          "skyPriority": true,
                          "zone": "2"
                        },
                        "zpl": {
                          "contentType": "image/png",
                          "name": "drain.[object Object]",
                          "value": "VX6X8zQJetgFrSdOKURJIhKlhEuqwwGKo9NQwL3gKbahvpzVE8BdoQncybpWP4JE"
                        }
                      },
                      "group": "YEVBD9",
                      "loyaltyAccount": {
                        "id": "8fcfab06-de54-4ecf-b6da-8c169d238c41",
                        "latestAwardDate": "2026-04-15",
                        "loyaltyTierLevel": {
                          "atpco": "85",
                          "customerInsight": "72",
                          "name": "gold",
                          "number": 1,
                          "priority": 9,
                          "tag": "GpH"
                        },
                        "memberAirline": "[ob",
                        "memberId": "3700878901",
                        "membershipStartDate": "2022-11-17",
                        "mileage": {
                          "unit": "MILES",
                          "value": 4129
                        },
                        "pnrId": "8",
                        "points": 42790,
                        "source": "SSCI"
                      },
                      "personName": {
                        "first": "Eldon",
                        "last": "Kessler",
                        "middle": "Dakota",
                        "prefix": "Mr.",
                        "raw": "Brandy Mante",
                        "suffix": "II"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "HRKMTF",
                      "seat": {
                        "column": "c",
                        "row": "93",
                        "value": "9D"
                      },
                      "source": "HOST",
                      "standbyPriority": "VX",
                      "supplementaryData": {
                        "dhsStatus": 2,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "28258548827765",
                        "loungeAccess": true,
                        "selectee": true,
                        "skyPriority": true,
                        "spanishLargeFamily": false,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "PK"
                      },
                      "ticketCouponNumber": "61",
                      "ticketNumber": {
                        "airlineAccountingCode": "945",
                        "checkDigit": "8",
                        "number": "34400051371825",
                        "serialNumber": "5535587551"
                      },
                      "upgradePriority": "gA5tx",
                      "zone": "4"
                    },
                    "checkedIn": false,
                    "checkInNumber": 740,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "IYjslteSWq50VbvYdMbs",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "271"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "516"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "934"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "NQ3I0mWl9dnadIAkqAwa",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "602"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "528"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "861"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "983"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "9PiY28Hvlf1ZZ9Y212Ca",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "973"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "8leLxuF62wjbtu3bgc5i",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "097"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "321"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "611"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "046"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "937"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "7nsP4stFEF3mBxcxFl2z",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "214"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "781"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "970"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "Bj5AHa20wUKPrg7ZTWwH",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "652"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "640"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "844"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "328"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "cNY9wN5PNBnkvzAZef4R",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "250"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "851"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "253"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "IA1QbuZzrzja2X2kQfMd",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "768"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "jxvnaEEJxJTDQelVmKtE",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "569"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "555"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "331"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "198"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "161"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "rVGJ9c1LdEa37d8oUJGg",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "513"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "635"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "TFvdCpC1IJCwwQLvTsqC",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "717"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "985"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "147"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "teulOZS3wa1sAoyoODy9",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "290"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "820"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "iimsgL6PwT3mUQddrBnu",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "058"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "881"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "ee8048ca-a3b5-46d2-98c2-03cdc282b22a",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/octet-stream",
                          "name": "degenerate_by_drat.[object Object]",
                          "value": "OgdtHJxFbMOKKyyWXRW6gA5RFSwwIFVPRMM8sfK2bg8SfanO97f0N128EJQh7E0Y"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/x-freearc",
                            "name": "unique_for.[object Object]",
                            "value": "0OXJ4jdZNb17eGooNpAnysJOg770jfTWivyJ1gMCy1M1EDIFyQtPsFyKTWnpq0tW"
                          },
                          "layout": {
                            "contentType": "audio/wav",
                            "name": "halt_whereas.[object Object]",
                            "value": "Dm2DZdIArp27zRAl5SdoQcCRVledf5DnvqSpRIt5X3qpRdP6ddQD7hHkDy6U4nED"
                          },
                          "template": {
                            "contentType": "video/3gpp2",
                            "name": "cinch.[object Object]",
                            "value": "gCWsxKp2YEBkGQaOudKDgnMqfvU9o83BJE18oF85lMMLNRhFUgUXzetdr5ny6jQC"
                          },
                          "templates": [
                            {
                              "contentType": "audio/aac",
                              "name": "yet.[object Object]",
                              "value": "OJei7zdBPpK9BPQBLMflTAruSFP2BCzooROjFBb0ZWr2KqdptWmhqXbGV9UCUywk"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "9fc522b5-6312-4754-9fd7-7f298f221183",
                      "offerId": "d5653e8a-5a4a-48db-be59-302ffb0172da",
                      "offerItemId": "ef4057d4-debb-465c-8df8-25aba66270ee",
                      "type": "MIDDLE",
                      "value": "lG"
                    },
                    "priorityCode": "Lrp",
                    "seat": {
                      "airExtraRef": "7c7a223b-fac5-4db1-a383-5995448f6d81",
                      "offerId": "9a9e16f9-f11b-475d-a866-b0f803998a5c",
                      "offerItemId": "3c72f76e-0354-4830-ae59-894793df1e67",
                      "type": "AISLE",
                      "value": "md"
                    },
                    "status": "BOARDED",
                    "upgradeCode": "ewv"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "OXf",
                        "country": "SA",
                        "sign": "oAe"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 19.4
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "12345678",
                            "11223344"
                          ],
                          "quantity": 2,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 5.9
                          }
                        }
                      },
                      "barCode": "2oe5EiiLMidfwmIqb9M9jP1Vk6TpaN8wbdXF7xnq",
                      "checkInSequenceNumber": "623",
                      "deck": {
                        "code": "UPPER",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "BUSINESS",
                        "agentCityName": "East Patbury",
                        "arrivalAirportName": "North Seamus",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "2018",
                        "cabinClassCode": "B",
                        "cabinText": "ECONOMY",
                        "carryOnText": "CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Port Bennieside",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "5824",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "6899",
                        "estimatedDepartureDate": "2026-10-01T00:00:00.0Z",
                        "estimatedDepartureTime": "2772",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY BASIC",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "NO CARRY ON",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "PLATINUM",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "JOQA",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "5212",
                        "scheduledDepartureDate": "2027-01-15T00:00:00.0Z",
                        "scheduledDepartureTime": "8348",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "narrowbody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 1191.57,
                        "atpcoRule": "jyhu",
                        "atpcoTariff": 28,
                        "bookingClass": "z",
                        "brand": "ml",
                        "cabinClass": "PREMIUM_FIRST",
                        "cabinClassCode": "z",
                        "discountCategory": "03",
                        "fareBasisCode": "GGHuZ7",
                        "governingAirline": "[ob",
                        "id": "52d55e5f-ccec-4af8-8617-2224930d2e7d",
                        "operatingBookingClass": "v",
                        "privateTariff": true,
                        "type": "NLX",
                        "vendor": {
                          "code": "ATP",
                          "value": "SABRE_MYFARES_SUBSCRIBERS"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "MU",
                        "arrivalFlightScheduleStatus": "EARLY",
                        "arrivalTerminal": "09",
                        "arrivalTime": "2027-07-14T00:00:00.0Z",
                        "boardingTime": "1944-12-17T11:28:58.0Z",
                        "changeOfGauge": false,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "BZ",
                        "departureFlightScheduleStatus": "DELAYED",
                        "departureGate": "dN",
                        "departureTerminal": "g8",
                        "departureTime": "2027-01-23T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 344
                        },
                        "equipment": "543",
                        "estimatedArrivalTime": "1910-10-14T08:10:24.0Z",
                        "estimatedDepartureTime": "1958-08-28T23:45:52.0Z",
                        "flightDuration": 386,
                        "flightNumber": "915",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-12-27T00:00:00.0Z",
                            "departureTime": "2026-10-23T00:00:00.0Z",
                            "duration": 109,
                            "elapsedTime": 190
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-08-09T00:00:00.0Z",
                            "departureTime": "2027-04-13T00:00:00.0Z",
                            "duration": 44,
                            "elapsedTime": 79
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-12-09T00:00:00.0Z",
                            "departureTime": "2027-05-28T00:00:00.0Z",
                            "duration": 66,
                            "elapsedTime": 114
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-02-07T00:00:00.0Z",
                            "departureTime": "2026-12-22T00:00:00.0Z",
                            "duration": 98,
                            "elapsedTime": 278
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-01-29T00:00:00.0Z",
                            "departureTime": "2027-08-20T00:00:00.0Z",
                            "duration": 122,
                            "elapsedTime": 63
                          }
                        ],
                        "iatci": false,
                        "id": "7b2f3cf3-5757-4f66-8f02-e4f0b47a1ab8",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "3833",
                        "span": "DOMESTIC",
                        "status": "ON TIME",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": false,
                        "timeToDeparture": 748
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "audio/wav",
                          "name": "buttery_fort.[object Object]",
                          "value": "0PpCJQqigPMCCH46WNPr3WxgzkxLbrIEEEFQaXPtzIUrvIkYI3WzLLEwjmKQgdyl"
                        },
                        "image": {
                          "contentType": "video/mp2t",
                          "name": "yuck.[object Object]",
                          "value": "l1fPoZBhvdmmi0yhyQy1ZZSU7UrlP25UIbk0f8ekFogB36CI00Q6pFG9MH8P7W2U"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "audio/midi",
                            "name": "storyboard.[object Object]",
                            "value": "5hFmlbbtfQkS04br0zNHtCU6IcFxWPpGCqY6maEmHzvJhyZOcc88ZlmMP1zfQGlB"
                          },
                          "layout": {
                            "contentType": "application/vnd.ms-fontobject",
                            "name": "notwithstanding.[object Object]",
                            "value": "BgJG9ypSf79AnBeAxZ3zx6B4nMjh22pANIB1HSGTeKyuRHxvkKomnfbp1fOpev4j"
                          },
                          "template": {
                            "contentType": "image/gif",
                            "name": "brisk_when_provided.[object Object]",
                            "value": "7zT8wyuIRu3cfDawVWRurkq1y4dkDEcUB3F6841f9BGiLQIyENEJrYT5Hss7Geo7"
                          },
                          "templates": [
                            {
                              "contentType": "text/html",
                              "name": "hovercraft_illiterate.[object Object]",
                              "value": "J1ws85E9aSegq8yeX9vpYTHGSwmf023ihtRk2WZdF8J8q8SWF3useEyEcYMtGzt3"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": true,
                          "skyPriority": false,
                          "zone": "2"
                        },
                        "zpl": {
                          "contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
                          "name": "plastic.[object Object]",
                          "value": "KBqT0WTCpBU7F0YeuDZEBtbPO1nRg9gKkLcfz7bpM5FnAIt8snkDAfRzBP2UNoTR"
                        }
                      },
                      "group": "Hku0pO",
                      "loyaltyAccount": {
                        "id": "da8d54d4-fd32-4d4c-97fb-a3baf7403680",
                        "latestAwardDate": "2026-02-15",
                        "loyaltyTierLevel": {
                          "atpco": "09",
                          "customerInsight": "72",
                          "name": "gold",
                          "number": 1,
                          "priority": 5,
                          "tag": "JVg"
                        },
                        "memberAirline": "[ob",
                        "memberId": "5124560685",
                        "membershipStartDate": "2025-01-22",
                        "mileage": {
                          "unit": "MILES",
                          "value": 1027
                        },
                        "pnrId": "9",
                        "points": 73863,
                        "source": "SSCI"
                      },
                      "personName": {
                        "first": "Kaylee",
                        "last": "Dickens",
                        "middle": "Micah",
                        "prefix": "Mr.",
                        "raw": "Audrey Harvey",
                        "suffix": "V"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "GCMKXX",
                      "seat": {
                        "column": "O",
                        "row": "87",
                        "value": "8E"
                      },
                      "source": "OTHER",
                      "standbyPriority": "C1",
                      "supplementaryData": {
                        "dhsStatus": 5,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "50719536102904",
                        "loungeAccess": false,
                        "selectee": false,
                        "skyPriority": false,
                        "spanishLargeFamily": false,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "KP"
                      },
                      "ticketCouponNumber": "38",
                      "ticketNumber": {
                        "airlineAccountingCode": "204",
                        "checkDigit": "5",
                        "number": "14846741352282",
                        "serialNumber": "4157948952"
                      },
                      "upgradePriority": "rZYwi",
                      "zone": "4"
                    },
                    "checkedIn": true,
                    "checkInNumber": 159,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "kvW0BxFaoYPZOYWNmfgs",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "020"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "XUZKGzT2ZbUD3fMHBZg8",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "322"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "213"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "909"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "772"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "xkMibMOeSj1j7m3CDI8S",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "453"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "852"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "137"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "108"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "817"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "hTa6DBuuUm44CeBFnqrw",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "982"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "HQ16pr3EyOhgVT8gS1IB",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "651"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "418"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "303"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "665"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "b70a7de8-4432-4cbb-bfaa-282b4460dd2b",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "video/ogg",
                          "name": "for_lumbering_velocity.[object Object]",
                          "value": "Z8JOWLUf54ZlU5bHdtIXyslAgQuiOXKLKa73maJgE10AKm6XqyRgql7NXNfdc4TV"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "video/x-msvideo",
                            "name": "unto_awesome.[object Object]",
                            "value": "7igRPYHl0AtRPnWj7k43l6Vb9wRYkKRODDVGJiZbJbnVPUj5oJDew55ktfjH9TI8"
                          },
                          "layout": {
                            "contentType": "application/vnd.rar",
                            "name": "precious.[object Object]",
                            "value": "7w7jJusSlS6FZsyBeNYozWzt0xDLgVnQNhA4VJjdExrfj6GzN7KRf0Vtj6dKETcr"
                          },
                          "template": {
                            "contentType": "audio/ogg",
                            "name": "behind_modulo.[object Object]",
                            "value": "YbKGetWeJ617VapF1FolwHomROd9UnJ2V6y6HRI6S4TUQdCm8yP44PYSa0nOPOSA"
                          },
                          "templates": [
                            {
                              "contentType": "image/jpeg",
                              "name": "amongst_foodstuffs.[object Object]",
                              "value": "1OBriJLO5HojFNMRq6fJocDghA3FRSohHSMRryxxsjPfJt3LOxAWy3bBWX5NRrMe"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "5515b9c4-8736-4a5e-a3a9-b47b1884e45c",
                      "offerId": "60219c1e-6554-45e4-9a99-b9441e284574",
                      "offerItemId": "caa3b8df-aa23-4a76-992c-16d439b2e868",
                      "type": "MIDDLE",
                      "value": "SS"
                    },
                    "priorityCode": "FvS",
                    "seat": {
                      "airExtraRef": "5ffcdea7-b4e5-4f39-9972-c7a6047f8f02",
                      "offerId": "da4fc601-a822-45b1-b904-450f5b9fe2dc",
                      "offerItemId": "ba9e3f86-4d46-4f0c-8940-979a1577f954",
                      "type": "MIDDLE",
                      "value": "Vg"
                    },
                    "status": "ON_PRIORITY_LIST",
                    "upgradeCode": "eDR"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "BaS",
                        "country": "KY",
                        "sign": "eJU"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 1.6
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "11223344",
                            "87654321",
                            "12345678"
                          ],
                          "quantity": 3,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 6.5
                          }
                        }
                      },
                      "barCode": "6wChG9GtAfvHWqsnIXdA8beRmJVLT0ETRwH4Z2ND",
                      "checkInSequenceNumber": "908",
                      "deck": {
                        "code": "MIDDLE",
                        "value": "MAIN"
                      },
                      "displayData": {
                        "accommodation": "BUSINESS",
                        "agentCityName": "West Nicholaus",
                        "arrivalAirportName": "Goldenstad",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "5575",
                        "cabinClassCode": "x",
                        "cabinText": "ECONOMY",
                        "carryOnText": "CARRY-ON",
                        "childText": "INFANT",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Lake Arnold",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "3720",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "0004",
                        "estimatedDepartureDate": "2027-02-25T00:00:00.0Z",
                        "estimatedDepartureTime": "9492",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY BASIC",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "NO CARRY ON",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "SILVER",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "46jP",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "9319",
                        "scheduledDepartureDate": "2026-09-17T00:00:00.0Z",
                        "scheduledDepartureTime": "4672",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "narrowbody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 588.28,
                        "atpcoRule": "DJGR",
                        "atpcoTariff": 54,
                        "bookingClass": "u",
                        "brand": "v6",
                        "cabinClass": "BUSINESS",
                        "cabinClassCode": "e",
                        "discountCategory": "27",
                        "fareBasisCode": "x3qloO",
                        "governingAirline": "[ob",
                        "id": "0ce14969-aa80-44df-9a95-cb4c88bea570",
                        "operatingBookingClass": "f",
                        "privateTariff": true,
                        "type": "REF",
                        "vendor": {
                          "code": "SMFC",
                          "value": "SABRE_MYFARES_AIRLINES"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "ME",
                        "arrivalFlightScheduleStatus": "ON_TIME",
                        "arrivalTerminal": "hy",
                        "arrivalTime": "2026-10-26T00:00:00.0Z",
                        "boardingTime": "1952-02-21T05:30:24.0Z",
                        "changeOfGauge": true,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "VU",
                        "departureFlightScheduleStatus": "EARLY",
                        "departureGate": "ss",
                        "departureTerminal": "Ly",
                        "departureTime": "2027-07-18T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 3289
                        },
                        "equipment": "089",
                        "estimatedArrivalTime": "1923-12-31T04:04:13.0Z",
                        "estimatedDepartureTime": "1933-10-10T21:42:24.0Z",
                        "flightDuration": 596,
                        "flightNumber": "878",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-02-14T00:00:00.0Z",
                            "departureTime": "2026-12-07T00:00:00.0Z",
                            "duration": 58,
                            "elapsedTime": 115
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-12-17T00:00:00.0Z",
                            "departureTime": "2027-04-01T00:00:00.0Z",
                            "duration": 123,
                            "elapsedTime": 195
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-11-14T00:00:00.0Z",
                            "departureTime": "2027-04-23T00:00:00.0Z",
                            "duration": 30,
                            "elapsedTime": 166
                          }
                        ],
                        "iatci": true,
                        "id": "8bf313d3-5fde-4f25-a1d7-3c7eb5be97de",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "333",
                        "span": "INTERNATIONAL",
                        "status": "CANCELLED",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": true,
                        "timeToDeparture": 74
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/vnd.rar",
                          "name": "forceful_flame.[object Object]",
                          "value": "ZOg5G1x8e3bMTLNLZ20pEFK82TDRwxBzX2Q6xe78Zx5qzdIbK6Pt3Kr5L9vTXpsY"
                        },
                        "image": {
                          "contentType": "application/json",
                          "name": "knottily_whoa.[object Object]",
                          "value": "zXLB78GnWRdFmAEbDt5I390JJaXCO70zR4TMSVkyse1eGWlVpahrciK70YqVqUg8"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/vnd.ms-excel",
                            "name": "membership.[object Object]",
                            "value": "P0hsh8XQABgx6NyfoiefXFUwej7deZHWFHorNXLJHYIfxHtLwuz3C1Qne7UY2ERq"
                          },
                          "layout": {
                            "contentType": "application/vnd.oasis.opendocument.text",
                            "name": "defenseless.[object Object]",
                            "value": "ccfL9c9ewyKjNblHCnycmCFYl2oj38OFsLqLty4J1z0Ah2Avxul1ACcwec2cOqDD"
                          },
                          "template": {
                            "contentType": "video/ogg",
                            "name": "floodlight.[object Object]",
                            "value": "7jRGq1V3hLJOvlsfleRB5INmOzpxEBJKiDrueYErFBSpJW18Wo08ZRHlk3WiIiPI"
                          },
                          "templates": [
                            {
                              "contentType": "audio/3gpp",
                              "name": "nervously.[object Object]",
                              "value": "oCHSM673AKtH9dVi7X0AMcRauLvetPPgbGLcHCwHSn2V00yhx2xCm3KebMsLbyfd"
                            },
                            {
                              "contentType": "audio/ogg",
                              "name": "physical_gullible.[object Object]",
                              "value": "qKlbI11ojUkUrnGomGdw3BcBmeMv3U64sxVGECzw35LaPcswhOj7cVN2jFfWZ2eY"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": true,
                          "skyPriority": true,
                          "zone": "2"
                        },
                        "zpl": {
                          "contentType": "application/gzip",
                          "name": "bemuse_silky_teriyaki.[object Object]",
                          "value": "X5ljbWHo2LcbsrlJxwp3XcofPaS5Q4TL0xUhD9rGUe20neGQopDIk14GvEb3ExlY"
                        }
                      },
                      "group": "BZFfOP",
                      "loyaltyAccount": {
                        "id": "abac87ca-325a-4fef-9283-f58875357531",
                        "latestAwardDate": "2026-01-16",
                        "loyaltyTierLevel": {
                          "atpco": "98",
                          "customerInsight": "33",
                          "name": "gold",
                          "number": 4,
                          "priority": 9,
                          "tag": "paW"
                        },
                        "memberAirline": "[ob",
                        "memberId": "2548093567",
                        "membershipStartDate": "2022-11-26",
                        "mileage": {
                          "unit": "MILES",
                          "value": 316
                        },
                        "pnrId": "1",
                        "points": 23108,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Ubaldo",
                        "last": "Gusikowski",
                        "middle": "Reese",
                        "prefix": "Miss",
                        "raw": "Geoffrey Christiansen",
                        "suffix": "PhD"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "YPYSUR",
                      "seat": {
                        "column": "v",
                        "row": "88",
                        "value": "11C"
                      },
                      "source": "EXTERNAL",
                      "standbyPriority": "qH",
                      "supplementaryData": {
                        "dhsStatus": 2,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "10393382017523",
                        "loungeAccess": true,
                        "selectee": true,
                        "skyPriority": false,
                        "spanishLargeFamily": true,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "PL"
                      },
                      "ticketCouponNumber": "87",
                      "ticketNumber": {
                        "airlineAccountingCode": "776",
                        "checkDigit": "3",
                        "number": "88949272793930",
                        "serialNumber": "9789547394"
                      },
                      "upgradePriority": "UdSZm",
                      "zone": "1"
                    },
                    "checkedIn": false,
                    "checkInNumber": 99,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "CyLOwPDJ0tcNoAlSpI3c",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "241"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "724"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "25220bb7-efb1-4780-9200-753b1e1a0f24",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/vnd.amazon.ebook",
                          "name": "democratize_yet_steeple.[object Object]",
                          "value": "bLoBnI20eXRoDlJ5C8s4Hzdba1KAX2FconRZqPLKSJ7B9WcG5gZaNzXIM1VcWIul"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "image/webp",
                            "name": "finally_abscond_engender.[object Object]",
                            "value": "JMaIYldxK2Czs9uYu5Do6xIOrhVxHT3dd677L9UgefAFvj3X5e8ccLNi8ZkWDYRw"
                          },
                          "layout": {
                            "contentType": "application/x-abiword",
                            "name": "following_amongst.[object Object]",
                            "value": "z6Xl6gqdNKrqUBXApMEp4vdDTKDsPytDYjF9MJ58WOYoLv8FjzkNrfZZ3PnjvazV"
                          },
                          "template": {
                            "contentType": "image/svg+xml",
                            "name": "gah.[object Object]",
                            "value": "Eox4s6QWRHwPVzL6H59ki3tN7DlcTKSt3Wg1FdDItdswtp4IkaGlFWJIukaGAiyK"
                          },
                          "templates": [
                            {
                              "contentType": "video/3gpp2",
                              "name": "suspiciously_per.[object Object]",
                              "value": "8RuIq56Yv73kK3GRhTMhcTzY52owxjCsyUNGESBgmJy4mSJN2JrfL4cXKxOoS1xE"
                            },
                            {
                              "contentType": "image/avif",
                              "name": "for_spew_educated.[object Object]",
                              "value": "n1HBRdD6UjD58BoD2TIWFTNvywdavZ7rlOJAbu2sNdZ50cdhYcU4uPBecakbNAQz"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "12521ba5-0fd0-4ec8-a155-10307ab18894",
                      "offerId": "44b7949f-723f-43ef-a0c8-32d94dabd529",
                      "offerItemId": "bccdb616-76f0-47df-945b-17490d3de242",
                      "type": "WINDOW",
                      "value": "1V"
                    },
                    "priorityCode": "yjT",
                    "seat": {
                      "airExtraRef": "d9fb52c0-4b7b-435e-bd51-ba79991a2779",
                      "offerId": "56ecfd3e-019b-4d16-a72e-a18f0191ebf0",
                      "offerItemId": "09eb6193-1486-4a77-87cf-9e63b416b6eb",
                      "type": "MIDDLE",
                      "value": "Sd"
                    },
                    "status": "NOT_CHECKED_IN",
                    "upgradeCode": "ltZ"
                  }
                ],
                "passengerOffer": {
                  "offerId": "aa8586b3-c58f-4b62-bcbf-c1b07689",
                  "offerItems": [
                    {
                      "annotations": [
                        {
                          "key": "aSZQyY",
                          "value": "hKqeCVSYIo"
                        },
                        {
                          "key": "apDBxO",
                          "value": "pimyiddhkz"
                        }
                      ],
                      "availableQuantity": 47,
                      "bannerName": "Elegant",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "fd0aed8c-9dfc-448b-9a7c-b7a1b389",
                      "offerName": "Handmade Ceramic Chips",
                      "price": {
                        "currency": "IRR",
                        "value": 50.08
                      },
                      "priority": 10
                    }
                  ]
                },
                "passengerType": "INF",
                "segmentRef": "9551fb0b-99d9-4800-b904-082784d7ac84",
                "upgradeAvailability": [
                  {
                    "bookingClassAvailabilityRef": "adb59716-610c-4265-a0d5-ef62c09638d8",
                    "cabin": "R",
                    "description": "Business",
                    "id": "08228557-54c8-4997-a082-e6f61a0f0693",
                    "pricedAncillaryRef": "060577cb-7a78-4b7b-bd83-ad4f97457731"
                  }
                ]
              },
              {
                "additionalTravelInformation": {
                  "residencyDocumentType": {
                    "id": "4a0ea880-d87b-4d19-9c5e-87eb94232bee",
                    "residencyCountry": "CC",
                    "value": "ALIENS_PASSPORT"
                  },
                  "returnDate": {
                    "id": "d4e062fd-1756-48b6-afac-04c5339131ec",
                    "value": "2026-11-06"
                  },
                  "stayType": {
                    "id": "f78c9d85-2d05-4ac5-aa5e-aa2cf0bb2345",
                    "value": "VACATION"
                  },
                  "timaticDocumentType": {
                    "id": "727b00d4-403a-47f4-ab80-3f8d70835485",
                    "value": "BRITISH_PROTECTED_PERSON_PASSPORT"
                  },
                  "visaVerified": {
                    "id": "e7032428-5606-4971-b4bc-42d8c795f519",
                    "value": true
                  }
                },
                "airExtra": [
                  {
                    "airExtraBundleRef": "59fbc8f8-1a55-4181-80ca-e0c8563f3e5c",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 10
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "2",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 0
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-10-06",
                        "refundable": true,
                        "tourCode": "yIOR4u"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "1@",
                        "value": "CONTACT_AIRLINE"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "UPTO50LB 23KG",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "ETICKET"
                      },
                      "group": "WIF",
                      "id": "AFcqfv",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "GROUND_TRANSPORT_NON_AIR_SERVICES"
                      },
                      "sequenceNumber": 40,
                      "serviceType": {
                        "code": "7C",
                        "value": "PREPAID"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 41,
                              "min": 3,
                              "name": "SIZE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 62,
                              "min": 5,
                              "name": "AGE",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 86,
                              "min": 5,
                              "name": "SIZE",
                              "optional": false,
                              "type": "INT",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "lI3",
                      "subCode": "578",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 41.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 20.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 27.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 30
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 4
                        }
                      ]
                    },
                    "bookingIndicator": "30",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "15848521581431"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "79",
                          "segmentRef": "c86c7dc9-b8ed-4822-910d-cb8ec20d7283"
                        },
                        {
                          "emdCouponNumber": "92",
                          "segmentRef": "208d167b-665d-41e3-a312-334f9f59ea42"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "25",
                    "id": "16dd2ea5-2cf2-432f-b836-fb56d1cccf0b",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "SEA",
                      "id": "a1377f0e-54c7-461a-8dd3-320db1a2d6c7",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "R",
                      "subCode": "961"
                    },
                    "offerId": {
                      "id": "d0f59bdc-f3f0-431c-abbd-481898a5ca50",
                      "itemId": "10b0f9fd-c986-4d5d-903e-989f3ca047d2"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "REJECTED"
                    },
                    "pnrId": "VYWKUT",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "cEHb",
                      "properties": {
                        "property": [
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "752"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "194"
                          }
                        ]
                      },
                      "text": "tVOGlrHpqIBnpnF"
                    },
                    "syntheticIdentifier": "15275779883963549751",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "ANCILLARY",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 43.3
                    }
                  },
                  {
                    "airExtraBundleRef": "7e2ae5c7-fcb3-448f-921b-777352259d6d",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 5
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "3",
                          "value": "ONE_AND_A_HALF_PERCENT_OF_FARE_PER_KG"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-06-03",
                        "refundable": true,
                        "tourCode": "rcgENq"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "7+",
                        "value": "SPECIAL_SERVICE_REQUEST"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": false,
                        "value": "ETICKET"
                      },
                      "group": "MEA",
                      "id": "BhlQRG",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "INDIVIDUAL_AIRLINE_USE"
                      },
                      "sequenceNumber": 85,
                      "serviceType": {
                        "code": "G7",
                        "value": "CHARGES"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 37,
                              "min": 4,
                              "name": "SIZE",
                              "optional": true,
                              "type": "INT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 48,
                              "min": 5,
                              "name": "AGE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 65,
                              "min": 4,
                              "name": "SIZE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 31,
                              "min": 3,
                              "name": "AGE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "KG"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "Ptl",
                      "subCode": "375",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 13.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 2.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 20.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 20.2
                        }
                      ]
                    },
                    "bookingIndicator": "45",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "26727217765099"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "14",
                          "segmentRef": "18433a2a-7bab-492d-99c7-32198b493f87"
                        },
                        {
                          "emdCouponNumber": "17",
                          "segmentRef": "a2bb7472-f18b-41c1-b009-6daad12fb0bc"
                        },
                        {
                          "emdCouponNumber": "39",
                          "segmentRef": "cce191eb-617e-46db-b0b4-909de9023aec"
                        },
                        {
                          "emdCouponNumber": "96",
                          "segmentRef": "05ea519f-ec6d-4438-a713-0432b86a5046"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "23",
                    "id": "294d2075-51a0-4351-a789-876aff77b861",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "a6695b2e-aef0-4722-9d86-88aa54c090a4",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "R",
                      "subCode": "152"
                    },
                    "offerId": {
                      "id": "3ddc9aa8-c6ae-4a1b-9757-11c0216ec99b",
                      "itemId": "a57ee3f3-103c-40c4-8c51-d43e32508cd3"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "PENDING"
                    },
                    "pnrId": "HRWUTF",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "OtvX",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "527"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "114"
                          }
                        ]
                      },
                      "text": "BiXHPTCIrsJpCDd"
                    },
                    "syntheticIdentifier": "13035567465764155039",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 31.5
                    }
                  },
                  {
                    "airExtraBundleRef": "ebbb3bd8-9876-4fa9-b7b5-eafb9fa6dd96",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 5
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "5",
                          "value": "ONE_WAY"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 3
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-06-30",
                        "refundable": false,
                        "tourCode": "S3gx7p"
                      },
                      "bagType": "PET",
                      "bookingMethod": {
                        "code": "7+",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "3",
                        "consumedAtIssuance": true,
                        "value": "OTHER_THAN_EMD"
                      },
                      "group": "SEA",
                      "id": "j4xX-s",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "BAGGAGE"
                      },
                      "sequenceNumber": 48,
                      "serviceType": {
                        "code": "x9",
                        "value": "CARRY_ON_BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 49,
                              "min": 5,
                              "name": "SIZE",
                              "optional": true,
                              "type": "DECIMAL",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 94,
                              "min": 4,
                              "name": "AGE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "OPTIONAL"
                      },
                      "ssimCode": "K97",
                      "subCode": "564",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 24.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 2.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 34.8
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 33.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 26.2
                        }
                      ]
                    },
                    "bookingIndicator": "24",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "41407088568129"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "71",
                          "segmentRef": "34d01cc7-2df4-411a-b719-2e1bd2303e42"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "77",
                    "id": "03650982-69c2-4ac5-b69a-2831f35f89aa",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "BG",
                      "id": "c96205d1-2927-458a-868b-e348558ce11b",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "R",
                      "subCode": "607"
                    },
                    "offerId": {
                      "id": "413923f3-5cb4-4d7f-9ad3-7898a4a33b6c",
                      "itemId": "9f4b8b49-0ab5-4a9f-88e5-55d19f977736"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "REJECTED"
                    },
                    "pnrId": "JHKYMM",
                    "quantity": 4,
                    "specialServiceDescription": {
                      "code": "CXxV",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "095"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "797"
                          }
                        ]
                      },
                      "text": "DMaveVnyBZtGadM"
                    },
                    "syntheticIdentifier": "34508032279084784135",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 5.6
                    }
                  },
                  {
                    "airExtraBundleRef": "0e052a8b-6410-4da6-857b-945cbed1696f",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 3
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "PER_BAGGAGE_TRAVEL"
                        },
                        "formOfRefund": {
                          "code": "3",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": false,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2027-01-07",
                        "refundable": false,
                        "tourCode": "7zRUPr"
                      },
                      "bagType": "SKI",
                      "bookingMethod": {
                        "code": "7+",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "1",
                        "consumedAtIssuance": true,
                        "value": "ETICKET"
                      },
                      "group": "BG",
                      "id": "9Sjyha",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "UNKNOWN"
                      },
                      "sequenceNumber": 68,
                      "serviceType": {
                        "code": "4j",
                        "value": "CARRY_ON_BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 72,
                              "min": 1,
                              "name": "SIZE",
                              "optional": true,
                              "type": "INT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 99,
                              "min": 1,
                              "name": "AGE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 31,
                              "min": 4,
                              "name": "AGE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 57,
                              "min": 3,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "INT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 98,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "ENUM",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "I8T",
                      "subCode": "343",
                      "vendor": "MMGR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 22.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 42.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 42.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 34.1
                        }
                      ]
                    },
                    "bookingIndicator": "76",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "04228694078405"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "17",
                          "segmentRef": "7c4b5c10-6b1d-43f2-93c6-84a0d1b3799d"
                        },
                        {
                          "emdCouponNumber": "11",
                          "segmentRef": "7810f943-5786-40d0-834d-19e0c659fbae"
                        },
                        {
                          "emdCouponNumber": "26",
                          "segmentRef": "07144a2b-530c-4547-b6e3-c4e5f982d194"
                        },
                        {
                          "emdCouponNumber": "86",
                          "segmentRef": "89e0932a-ae56-490d-ba2b-e86da858ec4a"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "20",
                    "id": "6d244fe1-8b02-4ad0-a9fe-10ad465e1d36",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "48616557-be75-4044-8e26-908cdf6acbfe",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "R",
                      "subCode": "959"
                    },
                    "offerId": {
                      "id": "7644fefa-96ad-48f0-a293-f75849f3f416",
                      "itemId": "1a12e0b7-9288-4e0b-9409-d5ee5ed8f750"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "FULFILLED"
                    },
                    "pnrId": "GJGFHG",
                    "quantity": 1,
                    "specialServiceDescription": {
                      "code": "JWZh",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "215"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "742"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "144"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "501"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "035"
                          }
                        ]
                      },
                      "text": "YzYgkRjrZQwJIgk"
                    },
                    "syntheticIdentifier": "51216383504140968387",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 16.3
                    }
                  },
                  {
                    "airExtraBundleRef": "3451dc57-231c-4156-b32a-682c0bd814af",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 2
                        },
                        "exchangeable": true,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "ITEM"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 2
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": false,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-06-25",
                        "refundable": true,
                        "tourCode": "pO7y85"
                      },
                      "bagType": "GOLF",
                      "bookingMethod": {
                        "code": "1_",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "EXTRA LEGROOM",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "SEA",
                      "id": "sWtPvu",
                      "reasonForIssuance": {
                        "code": "A",
                        "value": "AIRPORT_SERVICES"
                      },
                      "sequenceNumber": 27,
                      "serviceType": {
                        "code": "uB",
                        "value": "BAGGAGE_ALLOWANCE"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 17,
                              "min": 3,
                              "name": "AGE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 11,
                              "min": 2,
                              "name": "AGE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 16,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "INT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 55,
                              "min": 1,
                              "name": "WEIGHT",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "IN"
                            }
                          ]
                        },
                        "type": "STRUCTURED"
                      },
                      "ssimCode": "NxY",
                      "subCode": "979",
                      "vendor": "SABR",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 39.3
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 24.1
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 11.1
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 10.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 30.9
                        }
                      ]
                    },
                    "bookingIndicator": "34",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "58655683759622"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "17",
                          "segmentRef": "e430a1a5-3c94-4c24-bde6-91636958f89d"
                        },
                        {
                          "emdCouponNumber": "32",
                          "segmentRef": "6925de1a-6876-4e7b-a1f3-8dbe6da378fa"
                        },
                        {
                          "emdCouponNumber": "80",
                          "segmentRef": "a2f72f4f-0c51-4d4f-91cf-f66930e4b632"
                        },
                        {
                          "emdCouponNumber": "56",
                          "segmentRef": "b232e213-c560-4a55-98af-6c88959f29ac"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "46",
                    "id": "d8e11fb3-af6d-470b-a49d-7339f2eff1bd",
                    "miscFee": {
                      "dealName": "SPRING DEAL",
                      "group": "SEA",
                      "id": "f64ca25b-239c-4b0e-9002-2bdbac9888a5",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "R",
                      "subCode": "868"
                    },
                    "offerId": {
                      "id": "76abf79c-51f0-4de7-b9e7-38072398d332",
                      "itemId": "bbe5e9e4-ca85-4045-9f49-86b266c67c3c"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "VERIFICATION"
                    },
                    "pnrId": "KBTYFV",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "uWXq",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "583"
                          }
                        ]
                      },
                      "text": "vNIeGeeNdCiNwls"
                    },
                    "syntheticIdentifier": "38844776034225372822",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "N",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 23.5
                    }
                  }
                ],
                "baggagePoolId": 660,
                "editCodes": {
                  "editCode": [
                    {
                      "code": "cX",
                      "id": "fbb4127c-3402-4fb7-b39d-08ea1dbceabe",
                      "text": [
                        {
                          "id": "c3818bc5-060c-42bc-99d8-248ca25c9aa5",
                          "lineId": "45",
                          "value": "ScxiABsfXVMCNTk"
                        },
                        {
                          "id": "6d0c1c06-473f-4b37-b611-25167ae46923",
                          "lineId": "91",
                          "value": "muOnYghBgGlzbre"
                        },
                        {
                          "id": "4528ac32-9748-4abb-a0bf-24d26eb422f0",
                          "lineId": "54",
                          "value": "dkfcoQQRDWQoCQd"
                        },
                        {
                          "id": "0191f2da-3be6-46e8-ad9a-c6a2a617db7e",
                          "lineId": "77",
                          "value": "dhRVQVocqJGNKOL"
                        }
                      ]
                    },
                    {
                      "code": "Bi",
                      "id": "bc21031f-3b59-44f7-b582-b4d86e3c412e",
                      "text": [
                        {
                          "id": "bb694983-fcab-4e8e-8ab2-e5443008da9c",
                          "lineId": "28",
                          "value": "zEueWOARcfnWUFX"
                        },
                        {
                          "id": "c13e8594-9e47-4899-ae4f-a467ed321e73",
                          "lineId": "84",
                          "value": "oyAWJMhOsqZXUQn"
                        }
                      ]
                    },
                    {
                      "code": "lV",
                      "id": "7d1b9280-f5f9-46db-b09e-e691bdf3be54",
                      "text": [
                        {
                          "id": "7bc165f9-efaa-4579-aa02-21262d8851e4",
                          "lineId": "02",
                          "value": "rBmLuqheYsfOfwS"
                        },
                        {
                          "id": "501e8aae-1f1d-417b-b643-2a769e9f6e87",
                          "lineId": "02",
                          "value": "VHQbtKVWTPBvIcN"
                        }
                      ]
                    },
                    {
                      "code": "Zl",
                      "id": "5ae99409-2705-49e6-b971-5bf7b3b6ea82",
                      "text": [
                        {
                          "id": "b15f0a60-904b-42b1-b277-e9ae21409476",
                          "lineId": "02",
                          "value": "FduMXwWzgjoFHpt"
                        },
                        {
                          "id": "9ac33e28-4488-4e9a-94df-a1c88df5f0a6",
                          "lineId": "85",
                          "value": "jBziOIQHBvvsTZa"
                        }
                      ]
                    }
                  ]
                },
                "eligibilities": {
                  "eligibility": [
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "EPnyuLZhCRGm5QEBr9oo",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "612"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "863"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "907"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "441"
                            }
                          ]
                        },
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "nLkNj1q3QhpPEcGQ0ijJ",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "226"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "U1sIbzToAfNwfBlOw76I",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "746"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "034"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "911"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "616"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "MsqJtBm71SzDtjBxp5Nv",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "331"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "122"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "020"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "301"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "eLid2y1U7Rcw29kOJCdV",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "861"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "399"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "FF44IKIBypRR6hI4aGdi",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "010"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "281"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "004"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "732"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "xOrgHMv6x9Y0cYWEHtVG",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "618"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "992"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "195"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "203"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "134"
                            }
                          ]
                        },
                        {
                          "category": "INSUFFICIENT_FUNDS",
                          "details": "rEbXM5ogc1xNgjRAMlon",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "765"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "276"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "173"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "HgL0aHorKFUIlJfE8WFj",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "055"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "077"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "D85BLRyPZYE62wE4pTGG",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "218"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "137"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "455"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "693"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "422"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "69c9VFFbgIUbVmD63mtW",
                          "message": "This flight is not eligible.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "308"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "sbVW2BbulAORrktfL2kJ",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "122"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "066"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "159"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    }
                  ]
                },
                "id": "79cd63fe-143e-4815-a140-dfcdee78664c",
                "loyaltyAccount": {
                  "id": "05cd68c0-d4a7-4a44-8fc8-13825117ced2",
                  "latestAwardDate": "2025-10-03",
                  "loyaltyTierLevel": {
                    "atpco": "31",
                    "customerInsight": "75",
                    "name": "platinum",
                    "number": 4,
                    "priority": 9,
                    "tag": "OFd"
                  },
                  "memberAirline": "[ob",
                  "memberId": "6545519497",
                  "membershipStartDate": "2026-07-21",
                  "mileage": {
                    "unit": "MILES",
                    "value": 4676
                  },
                  "pnrId": "5",
                  "points": 87371,
                  "source": "SSCI"
                },
                "nonRevenuePassengerInfo": {
                  "priorityCode": "trD",
                  "seniorityDate": "2016-09-02T00:00:00.0Z",
                  "upgradeCode": "n9e"
                },
                "passengerCheckInId": "IODIyIMg",
                "passengerFlight": [
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "JSP",
                        "country": "BI",
                        "sign": "Qhx"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 9
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "11223344",
                            "12345678"
                          ],
                          "quantity": 2,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 13
                          }
                        }
                      },
                      "barCode": "3fkFasOcxplRdnRbMTYwTnyK5Jku9X8qm7R54sb3",
                      "checkInSequenceNumber": "262",
                      "deck": {
                        "code": "MIDDLE",
                        "value": "OTHER"
                      },
                      "displayData": {
                        "accommodation": "BUSINESS",
                        "agentCityName": "Lake Sofiaside",
                        "arrivalAirportName": "Riverton",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "2203",
                        "cabinClassCode": "P",
                        "cabinText": "ECONOMY",
                        "carryOnText": "CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "New Bailee",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "3855",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "5148",
                        "estimatedDepartureDate": "2027-01-13T00:00:00.0Z",
                        "estimatedDepartureTime": "2378",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY PLUS",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "NO CARRY ON",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "GOLD",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "ah3V",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "7119",
                        "scheduledDepartureDate": "2027-05-10T00:00:00.0Z",
                        "scheduledDepartureTime": "1387",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "regional",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 1696.99,
                        "atpcoRule": "ttzi",
                        "atpcoTariff": 72,
                        "bookingClass": "F",
                        "brand": "cw",
                        "cabinClass": "ECONOMY",
                        "cabinClassCode": "d",
                        "discountCategory": "98",
                        "fareBasisCode": "oB6xAj",
                        "governingAirline": "[ob",
                        "id": "ff8b51df-3298-4881-a4ff-1696c6d06dd2",
                        "operatingBookingClass": "v",
                        "privateTariff": false,
                        "type": "NLX",
                        "vendor": {
                          "code": "SITA",
                          "value": "SITA"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "WF",
                        "arrivalFlightScheduleStatus": "EARLY",
                        "arrivalTerminal": "JA",
                        "arrivalTime": "2027-04-09T00:00:00.0Z",
                        "boardingTime": "1948-10-07T19:04:22.0Z",
                        "changeOfGauge": true,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "TR",
                        "departureFlightScheduleStatus": "ON_TIME",
                        "departureGate": "Ih",
                        "departureTerminal": "fX",
                        "departureTime": "2027-08-22T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 258
                        },
                        "equipment": "772",
                        "estimatedArrivalTime": "1915-09-13T23:23:01.0Z",
                        "estimatedDepartureTime": "1962-02-23T14:54:13.0Z",
                        "flightDuration": 65,
                        "flightNumber": "4",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-11-14T00:00:00.0Z",
                            "departureTime": "2027-05-31T00:00:00.0Z",
                            "duration": 154,
                            "elapsedTime": 115
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-12-18T00:00:00.0Z",
                            "departureTime": "2026-09-20T00:00:00.0Z",
                            "duration": 79,
                            "elapsedTime": 141
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-09-29T00:00:00.0Z",
                            "departureTime": "2027-01-07T00:00:00.0Z",
                            "duration": 145,
                            "elapsedTime": 300
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-06-01T00:00:00.0Z",
                            "departureTime": "2027-03-05T00:00:00.0Z",
                            "duration": 133,
                            "elapsedTime": 80
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-05-20T00:00:00.0Z",
                            "departureTime": "2026-12-30T00:00:00.0Z",
                            "duration": 111,
                            "elapsedTime": 102
                          }
                        ],
                        "iatci": false,
                        "id": "c57a48a7-e19b-4e06-9c22-ee5895a478c5",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "971",
                        "span": "INTERNATIONAL",
                        "status": "CANCELLED",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": true,
                        "timeToDeparture": 546
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/x-bzip2",
                          "name": "wearily_unwelcome.[object Object]",
                          "value": "u8S3l7zBZJ0iLlu2rrGHkaq3aksfMqJK5Hif67gZeB2C3zsk3rDNznxJcJonaaxd"
                        },
                        "image": {
                          "contentType": "audio/aac",
                          "name": "angrily.[object Object]",
                          "value": "Y57MumAxXmV6na34gskmYaAlHavwyiQoMGUBlO7LUjBK8bMHQXgkPY3RSFvCC61s"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/x-freearc",
                            "name": "in.[object Object]",
                            "value": "WdipV6rem4s71kgmiAnXCS4eCXOjImaclFzhrC1aB2UNveTwBqfDzP1Bqca2kXfk"
                          },
                          "layout": {
                            "contentType": "audio/opus",
                            "name": "frankly_baritone_that.[object Object]",
                            "value": "rNVmlZSkBeHeJNiCriNqhCUcwIpRfoYVY4zR0niFBUsfM5FD4WzPushGXx9ie3YM"
                          },
                          "template": {
                            "contentType": "application/xhtml+xml",
                            "name": "aw.[object Object]",
                            "value": "n4MHusbHZ9Ppt0dKcVqECLGzzUDL3oWGPyutEoeohtbKkHcuwOuXh2CJaloOW3uq"
                          },
                          "templates": [
                            {
                              "contentType": "font/woff2",
                              "name": "prejudge_astride.[object Object]",
                              "value": "aEW8LRDOGkRxKlngBID0F7gfxDbP07QLjCWMQuYwUee8vF8JrKGGCYgcmIgDwaPc"
                            },
                            {
                              "contentType": "application/vnd.mozilla.xul+xml",
                              "name": "tromp_gentle_pulverize.[object Object]",
                              "value": "vHdbEG81fZCqhqr3B1sXkxxSW2RX8YESOUrR6N7Cmb0mOtUD10hvhJRZjQoblqGp"
                            },
                            {
                              "contentType": "image/vnd.microsoft.icon",
                              "name": "offset_yet_or.[object Object]",
                              "value": "UHs9adoDdKLkiY26GS4sCOX4EJmtS4VWJcbR8qKWBs5UTqIeEY296HRfoJbm7X1y"
                            },
                            {
                              "contentType": "audio/ogg",
                              "name": "pish_foolish_uh_huh.[object Object]",
                              "value": "qxKOGIteVoOVYaU9hm6ZKefych70Fz7DdnTXWF28KWWMVu1pzyULmzjLMRiVLlny"
                            },
                            {
                              "contentType": "application/x-bzip2",
                              "name": "so_upon.[object Object]",
                              "value": "CprCQcQZpkvR9kRhfeBX5waAjFmKKTt5TDzRxHEbaGin1ZAGppXDzIIlPSqW3xZq"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": true,
                          "skyPriority": false,
                          "zone": "0"
                        },
                        "zpl": {
                          "contentType": "video/ogg",
                          "name": "usually.[object Object]",
                          "value": "sD5lWRB0spGtv0M0Smmo98lyNEB8nlO5FrlTMCXZ4cK2cBFHEqM7uXKV8EFwVOVC"
                        }
                      },
                      "group": "AJpXuD",
                      "loyaltyAccount": {
                        "id": "8e89c245-62f3-460b-85d1-ec1d07d36522",
                        "latestAwardDate": "2025-11-25",
                        "loyaltyTierLevel": {
                          "atpco": "17",
                          "customerInsight": "30",
                          "name": "silver",
                          "number": 5,
                          "priority": 6,
                          "tag": "gIM"
                        },
                        "memberAirline": "[ob",
                        "memberId": "9008787427",
                        "membershipStartDate": "2023-11-29",
                        "mileage": {
                          "unit": "MILES",
                          "value": 823
                        },
                        "pnrId": "1",
                        "points": 27826,
                        "source": "SSCI"
                      },
                      "personName": {
                        "first": "Chelsey",
                        "last": "Towne",
                        "middle": "Reign",
                        "prefix": "Miss",
                        "raw": "Florence Sipes DVM",
                        "suffix": "DDS"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "VGUJNV",
                      "seat": {
                        "column": "i",
                        "row": "31",
                        "value": "14B"
                      },
                      "source": "EXTERNAL",
                      "standbyPriority": "HN",
                      "supplementaryData": {
                        "dhsStatus": 2,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "26411895755887",
                        "loungeAccess": true,
                        "selectee": false,
                        "skyPriority": false,
                        "spanishLargeFamily": false,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "CG"
                      },
                      "ticketCouponNumber": "74",
                      "ticketNumber": {
                        "airlineAccountingCode": "990",
                        "checkDigit": "6",
                        "number": "87615292461896",
                        "serialNumber": "2943249476"
                      },
                      "upgradePriority": "xLXFA",
                      "zone": "0"
                    },
                    "checkedIn": false,
                    "checkInNumber": 382,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": true,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "LXhIa3nU0CizUzZsJ1vO",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "100"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "573"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "939"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "582"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "Jg1drqHQf59s9A2fQqjZ",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "383"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "l6ZWtHcWaZziIa08gSax",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "349"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "375"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "890"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "155"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "109"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "oQ7SqJ1uvaFYvKYcCDLo",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "324"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "796"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "571"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "148"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "025"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "syu4rfCHW0cvcOjG6ZVD",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "112"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "uJuN8yeBHLQiQNdy2PZq",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "534"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "224"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "523"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "940"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "e55a1204-c5dc-47b6-bb17-282f814ff270",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/x-csh",
                          "name": "degrease_opposite_voluntarily.[object Object]",
                          "value": "aZ8MPBULbZJeBrqtTB8fRoslldGgP2moXD2AH6AbecyeSqnZIv6XU8S55ooDVFSc"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/vnd.oasis.opendocument.spreadsheet",
                            "name": "debut_willow_whereas.[object Object]",
                            "value": "LURETE3C441BYfRV2NcgvkttJgHMpt7FRxcB2X6a43qit1tUbWGJc3kfKlsHABOU"
                          },
                          "layout": {
                            "contentType": "application/x-sh",
                            "name": "left.[object Object]",
                            "value": "BvQLNT86rnG5R8ZTYnDM312Aje9qY4gcaO4eY7nZipNORBzHK9agQliqWcJPISxV"
                          },
                          "template": {
                            "contentType": "application/octet-stream",
                            "name": "drug.[object Object]",
                            "value": "qg5STVttj7R1jd0uFpsOalMnWo5qlfQUfdGo6rVIbrfrqVldiKIurOmtMK5l4nHQ"
                          },
                          "templates": [
                            {
                              "contentType": "application/x-httpd-php",
                              "name": "if_how_pace.[object Object]",
                              "value": "PvVsg66bNILFyVTAn3XVGN4qzP3zCZWheV4MQQWRsuTBnxh723R3srD5M9b277qB"
                            },
                            {
                              "contentType": "audio/opus",
                              "name": "hmph_while.[object Object]",
                              "value": "weL9T3DQgqyfDAzeKtocvBIs6qrZugzI5aDDvRRk5JHbdHEHJipsEmVm14NrREIu"
                            },
                            {
                              "contentType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
                              "name": "phooey_afterwards.[object Object]",
                              "value": "sw8HFNWvijCJ2VVBfac0rg6vrGfxsAfnLCB9qTDO0PCuD6ohYUwuU9xvRZN2x0pP"
                            },
                            {
                              "contentType": "video/3gpp2",
                              "name": "scientific_likewise_fictionalize.[object Object]",
                              "value": "GAmZuaViC62xxjXgoWrt8ua7bn724AhNBZSMuiaiRrbqb6igrrjVMQHSTUsMLLB6"
                            },
                            {
                              "contentType": "video/x-msvideo",
                              "name": "analyse_how_fooey.[object Object]",
                              "value": "iNeb5j3rzmpeV0rfgpWHPXyw5piCT5Wo96YDw5XRDYOukr26VGEaQqw3OKwwkiVi"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "12064b2a-df69-4afc-864e-a20a5295cf3b",
                      "offerId": "1ac2948b-d7fb-441f-9bde-f9a64f047ed7",
                      "offerItemId": "4a6d13d5-8c72-41e4-9495-8221f1721369",
                      "type": "WINDOW",
                      "value": "Vr"
                    },
                    "priorityCode": "VQb",
                    "seat": {
                      "airExtraRef": "73a1ecd6-a7db-44c6-bbc9-c362e452bae9",
                      "offerId": "667f763b-d381-4a3b-bc7f-3629a4d379f5",
                      "offerItemId": "41a74284-80d4-473d-b9d2-3e7483ae9568",
                      "type": "MIDDLE",
                      "value": "5g"
                    },
                    "status": "BOARDED",
                    "upgradeCode": "WFB"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "rFn",
                        "country": "GW",
                        "sign": "LQl"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 12.8
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "11223344",
                            "87654321",
                            "12345678"
                          ],
                          "quantity": 3,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 3.7
                          }
                        }
                      },
                      "barCode": "XRbUcafeu77NWYsvPjPC6bO9hkN6HdJRHXIa82NE",
                      "checkInSequenceNumber": "723",
                      "deck": {
                        "code": "UPPER",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "FIRST CLASS",
                        "agentCityName": "Lancehaven",
                        "arrivalAirportName": "Geovanymouth",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "9949",
                        "cabinClassCode": "x",
                        "cabinText": "FIRST CLASS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Lake Merlefield",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "8066",
                        "edifactApiText": "API ERROR",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "0902",
                        "estimatedDepartureDate": "2027-07-18T00:00:00.0Z",
                        "estimatedDepartureTime": "6368",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY PLUS",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "CARRY ON OK",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "PLATINUM",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "FXDO",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "5069",
                        "scheduledDepartureDate": "2027-08-18T00:00:00.0Z",
                        "scheduledDepartureTime": "9180",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "widebody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 527.71,
                        "atpcoRule": "2EN2",
                        "atpcoTariff": 49,
                        "bookingClass": "p",
                        "brand": "7N",
                        "cabinClass": "PREMIUM_FIRST",
                        "cabinClassCode": "P",
                        "discountCategory": "14",
                        "fareBasisCode": "ws67lj",
                        "governingAirline": "[ob",
                        "id": "c6b1a3da-574a-4b27-964d-a88874f566c7",
                        "operatingBookingClass": "a",
                        "privateTariff": false,
                        "type": "NLX",
                        "vendor": {
                          "code": "ATP",
                          "value": "ATPCO"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "AD",
                        "arrivalFlightScheduleStatus": "DELAYED",
                        "arrivalTerminal": "vo",
                        "arrivalTime": "2027-05-19T00:00:00.0Z",
                        "boardingTime": "1904-01-07T05:03:15.0Z",
                        "changeOfGauge": true,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "FI",
                        "departureFlightScheduleStatus": "EARLY",
                        "departureGate": "6s",
                        "departureTerminal": "AC",
                        "departureTime": "2027-07-13T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 4489
                        },
                        "equipment": "198",
                        "estimatedArrivalTime": "1956-01-20T07:52:44.0Z",
                        "estimatedDepartureTime": "1907-04-26T13:49:50.0Z",
                        "flightDuration": 486,
                        "flightNumber": "3",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-07-19T00:00:00.0Z",
                            "departureTime": "2026-12-16T00:00:00.0Z",
                            "duration": 34,
                            "elapsedTime": 91
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-10-11T00:00:00.0Z",
                            "departureTime": "2026-09-10T00:00:00.0Z",
                            "duration": 141,
                            "elapsedTime": 198
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-09-30T00:00:00.0Z",
                            "departureTime": "2027-07-16T00:00:00.0Z",
                            "duration": 149,
                            "elapsedTime": 157
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-07-12T00:00:00.0Z",
                            "departureTime": "2026-10-28T00:00:00.0Z",
                            "duration": 34,
                            "elapsedTime": 206
                          }
                        ],
                        "iatci": true,
                        "id": "55dd5130-9044-4ea6-b233-9494aeb5b818",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "161",
                        "span": "INTERNATIONAL",
                        "status": "CANCELLED",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": true,
                        "throughFlight": true,
                        "timeToDeparture": 459
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/x-freearc",
                          "name": "ugh.[object Object]",
                          "value": "L7uWTxsNUUNGCjm6vHQTe29ODfBCVc6X7br6qIN2nebFn53GEYsc2rehTsWyClWW"
                        },
                        "image": {
                          "contentType": "application/x-bzip2",
                          "name": "yahoo_director_lustrous.[object Object]",
                          "value": "7jxVUige2sKp72PZY6j9ud2dun6E7LOIf9rCR5ibAJRjvcxRyzTxct5WDXUXl4ZD"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/vnd.oasis.opendocument.text",
                            "name": "unaccountably_meadow.[object Object]",
                            "value": "oRzRfITckqzRXK6flTAUTk0ZFydVP6vrlecUiYCTyxRekI73nZvJQOzmQOQCAvyQ"
                          },
                          "layout": {
                            "contentType": "font/woff",
                            "name": "academics_kinase.[object Object]",
                            "value": "59Knn7Uqc9Acopi2tLEagxzLL0x6Hhg2cS1otMrSFTy9R4bYZhVI5zxq4KSQkw1v"
                          },
                          "template": {
                            "contentType": "text/calendar",
                            "name": "atop_than.[object Object]",
                            "value": "kT8v9OYAKJcnjUOdQcOJoxA5O00WHj1dfcquGKhqOumOcSxCn6YIROAzVHRfq7pu"
                          },
                          "templates": [
                            {
                              "contentType": "image/gif",
                              "name": "purple_before_whose.[object Object]",
                              "value": "2Snp9Zzslsui0ORpcHJNgmAjuzR7LW8jyEObA0QzlTj2pPgMC2jkjXMbc5tpMqQI"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": false,
                          "skyPriority": false,
                          "zone": "5"
                        },
                        "zpl": {
                          "contentType": "font/otf",
                          "name": "consequently.[object Object]",
                          "value": "QV5Z2EFk2PuWkybvLL2gnSduCX4FVTqSnQcGNl1JbmMC6PAw8UQcDlL4CfgiJIO1"
                        }
                      },
                      "group": "4nPysZ",
                      "loyaltyAccount": {
                        "id": "295416d0-a2a1-4620-9fb2-edf843a89aa2",
                        "latestAwardDate": "2025-10-09",
                        "loyaltyTierLevel": {
                          "atpco": "36",
                          "customerInsight": "16",
                          "name": "silver",
                          "number": 1,
                          "priority": 3,
                          "tag": "dqD"
                        },
                        "memberAirline": "[ob",
                        "memberId": "1722193963",
                        "membershipStartDate": "2022-12-07",
                        "mileage": {
                          "unit": "MILES",
                          "value": 2308
                        },
                        "pnrId": "7",
                        "points": 78933,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Tamia",
                        "last": "Auer-Bartoletti",
                        "middle": "Rory",
                        "prefix": "Mr.",
                        "raw": "Mr. Jake Schuster",
                        "suffix": "MD"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "RGNNRV",
                      "seat": {
                        "column": "H",
                        "row": "96",
                        "value": "18D"
                      },
                      "source": "OTHER",
                      "standbyPriority": "qo",
                      "supplementaryData": {
                        "dhsStatus": 4,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "61641912517590",
                        "loungeAccess": true,
                        "selectee": true,
                        "skyPriority": true,
                        "spanishLargeFamily": false,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "SJ"
                      },
                      "ticketCouponNumber": "23",
                      "ticketNumber": {
                        "airlineAccountingCode": "727",
                        "checkDigit": "1",
                        "number": "93009591565724",
                        "serialNumber": "4340524950"
                      },
                      "upgradePriority": "Gq2Sj",
                      "zone": "4"
                    },
                    "checkedIn": false,
                    "checkInNumber": 404,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": true,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "I1Bxtkn6Sdu6vPTWTojA",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "699"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "518"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "422"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "104"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "VyftGAqtw7W3zuRnM26h",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "269"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "333"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "647"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "757"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "892"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "qTtPzTiWaWVDoc1QIqAk",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "433"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "ZfbZRSoMqKSfZxO4jpac",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "011"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "384"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "392"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "aD4AlhUYLVrSpTqkCDI1",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "346"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "092"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "512"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "HkFGjR7Stl0yfTXOiJjM",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "591"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "108"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "oN6MGR6LpfJWezJqn1w3",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "450"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "977"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "y6dDY0gblTeYd4EpmNVc",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "891"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "315"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "c3zGeURwHmIJ3I8rNNK4",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "878"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "485"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "354"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "667"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "upNd2e0d2bfRULySsnH4",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "921"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "230"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "dyaJ76tSUyjfigLMwXcx",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "735"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "219"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "yQ3rd2nKAHezuSLGzkoo",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "579"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "433"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "519"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "7mFELmBtVjz4ZfuszP1Y",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "983"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "272"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "1dxGpqxRNgkUt945g11z",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "018"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "521"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "221"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "097"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "CKVQMZkYQOj1xWMcc6Yt",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "045"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "137a15ed-8b53-4077-9f1c-85fa02148ee8",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/ld+json",
                          "name": "past_what.[object Object]",
                          "value": "lhLKYRQyOvmIchwJtvL3dj2Osjl8QCbdumm93iiURCX0wglIPsHimAnHroyaGbpY"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/octet-stream",
                            "name": "patiently_oh.[object Object]",
                            "value": "tmLFi3aI0fTTmJ6he7N2BExfJ0vrKZ4GjwYfXMM8WkITk2WtbWuOjDvFzr36xa9C"
                          },
                          "layout": {
                            "contentType": "font/otf",
                            "name": "impolite_light_boohoo.[object Object]",
                            "value": "qHrtsWr4PippbIU7rGe1ssM5LrKnqq3o8PjoFypcIUYAS0839yhzm5Ev7fWK2lNV"
                          },
                          "template": {
                            "contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
                            "name": "seal.[object Object]",
                            "value": "nNceaexsJ5YHVQ9r0GHsbNVso1NF8EqmCwZ9bF7eJN51OWJbUTvT2JFs7reho5cs"
                          },
                          "templates": [
                            {
                              "contentType": "video/ogg",
                              "name": "careless_sesame_carnival.[object Object]",
                              "value": "jQbxUxCVDgviCGOa6njoSEYuJPzorx0btG4sJVGvrQ7WFa5RwVXxK0i29JFIwf9Y"
                            },
                            {
                              "contentType": "audio/webm",
                              "name": "cruelly_contrail.[object Object]",
                              "value": "NDoioUhcL0m10BiZ0wSRx2KZqxjEUXn32829CdwlkmlX0koasy8tFxcjhAaqSpdT"
                            },
                            {
                              "contentType": "application/vnd.oasis.opendocument.spreadsheet",
                              "name": "menacing.[object Object]",
                              "value": "F4zUi46DeoS8r6wmyMpmExMSV5sG1Im5liOi5JFPhtX1Fr3pYmLO1Oq7HTApa0xy"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "214139f6-8d70-4ed0-979c-ff133b3cc6d6",
                      "offerId": "290e323a-981e-4126-83c2-723e1ea3261d",
                      "offerItemId": "186ed00e-7225-40b6-8d2a-b304275c2bec",
                      "type": "MIDDLE",
                      "value": "oC"
                    },
                    "priorityCode": "zUb",
                    "seat": {
                      "airExtraRef": "0e3e51b4-c135-45cf-906f-fe1f3afc6afc",
                      "offerId": "91d09917-b1d1-43cd-b98a-33b53566ae1f",
                      "offerItemId": "b576f910-def8-4a66-8b78-98994078056d",
                      "type": "AISLE",
                      "value": "pM"
                    },
                    "status": "BOARDED",
                    "upgradeCode": "ygm"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "eWE",
                        "country": "BW",
                        "sign": "BAw"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 16.2
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "12345678",
                            "11223344"
                          ],
                          "quantity": 1,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 2.2
                          }
                        }
                      },
                      "barCode": "wIr277DcUsKNJ4seEVctPTPub6X4w61JCoLt1iQZ",
                      "checkInSequenceNumber": "964",
                      "deck": {
                        "code": "MAIN",
                        "value": "MAIN"
                      },
                      "displayData": {
                        "accommodation": "FIRST CLASS",
                        "agentCityName": "Ramirostad",
                        "arrivalAirportName": "North Lexie",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "1399",
                        "cabinClassCode": "Y",
                        "cabinText": "ECONOMY",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "New Toni",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "9413",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "8257",
                        "estimatedDepartureDate": "2027-07-19T00:00:00.0Z",
                        "estimatedDepartureTime": "1953",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY BASIC",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "CARRY ON OK",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "GOLD",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "jjq2",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "4243",
                        "scheduledDepartureDate": "2027-05-28T00:00:00.0Z",
                        "scheduledDepartureTime": "6147",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "narrowbody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 868.91,
                        "atpcoRule": "vXBo",
                        "atpcoTariff": 49,
                        "bookingClass": "g",
                        "brand": "Wx",
                        "cabinClass": "PREMIUM_FIRST",
                        "cabinClassCode": "H",
                        "discountCategory": "65",
                        "fareBasisCode": "egQ8Z5",
                        "governingAirline": "[ob",
                        "id": "8bc1ffd4-df0a-47ca-8b31-5175afc30716",
                        "operatingBookingClass": "k",
                        "privateTariff": false,
                        "type": "NLX",
                        "vendor": {
                          "code": "SMFC",
                          "value": "SABRE_MYFARES_AIRLINES"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "EC",
                        "arrivalFlightScheduleStatus": "CANCELLED",
                        "arrivalTerminal": "f4",
                        "arrivalTime": "2026-11-19T00:00:00.0Z",
                        "boardingTime": "1905-04-23T10:03:41.0Z",
                        "changeOfGauge": true,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "ET",
                        "departureFlightScheduleStatus": "ON_TIME",
                        "departureGate": "c4",
                        "departureTerminal": "HJ",
                        "departureTime": "2027-04-17T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 710
                        },
                        "equipment": "370",
                        "estimatedArrivalTime": "1938-05-12T17:38:04.0Z",
                        "estimatedDepartureTime": "1956-06-04T23:14:37.0Z",
                        "flightDuration": 279,
                        "flightNumber": "1482",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-07-20T00:00:00.0Z",
                            "departureTime": "2027-05-22T00:00:00.0Z",
                            "duration": 135,
                            "elapsedTime": 125
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-07-03T00:00:00.0Z",
                            "departureTime": "2026-08-30T00:00:00.0Z",
                            "duration": 75,
                            "elapsedTime": 240
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-07-26T00:00:00.0Z",
                            "departureTime": "2027-05-08T00:00:00.0Z",
                            "duration": 167,
                            "elapsedTime": 291
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-11-12T00:00:00.0Z",
                            "departureTime": "2027-07-22T00:00:00.0Z",
                            "duration": 75,
                            "elapsedTime": 278
                          }
                        ],
                        "iatci": true,
                        "id": "7ff18bf6-c58c-4c7f-a0dc-633cc65fdb2b",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "9133",
                        "span": "INTERNATIONAL",
                        "status": "DELAYED",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": true,
                        "timeToDeparture": 512
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/zip",
                          "name": "finally_briskly_hungrily.[object Object]",
                          "value": "7POktaXf59TngVkm3gTsf2b3XUtkcvCbmVivq2MEZ7rgXVg6GDTRafBb3kYxO6Qk"
                        },
                        "image": {
                          "contentType": "application/vnd.apple.installer+xml",
                          "name": "ride_hence_anti.[object Object]",
                          "value": "cDr1qlZHdDxdHXmYj9ZarhaUokWUibsA1s4uG6cuquF5JxYbSAt3WG3u76TQkNan"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/msword",
                            "name": "low_opposite.[object Object]",
                            "value": "66JVbd4exQuAYOsj5fyX6G9b0Xu8LGxfvkq6m9C0sBnsqFLWMoRLOVvpCy0T3qXt"
                          },
                          "layout": {
                            "contentType": "video/mpeg",
                            "name": "um.[object Object]",
                            "value": "zOl6hOCJb7OFXrb5mkGdtGnOxZysBTqbNEo3v3SusGr666gq61n2SIDypGj4Mjwq"
                          },
                          "template": {
                            "contentType": "audio/mpeg",
                            "name": "above.[object Object]",
                            "value": "uiEvQ5YEhxUh9pWFmQdyKZb3nCWYTFSTaYKSKqRzCsO53koJWWxXbgdMvShsnkvv"
                          },
                          "templates": [
                            {
                              "contentType": "font/otf",
                              "name": "necessary_slake_loosely.[object Object]",
                              "value": "QRllcmW7Afmm5P8ZqOFFfxcOEAAmVBMpGq5AdGPyoBom3pT8EUP65lYOcdANqFih"
                            },
                            {
                              "contentType": "application/x-httpd-php",
                              "name": "heavily.[object Object]",
                              "value": "Et1KrUfvNRSK7Y4jym0YjcjUWH2J7OhNJrIWlbcPltfVOs2reAD3XBp909oj3sOf"
                            },
                            {
                              "contentType": "application/x-csh",
                              "name": "against_yesterday_selfishly.[object Object]",
                              "value": "laXT0ARx6TAUUzwfBUI6YM9jolJZ5niqpxYA0e0UOqIIAP1CyL5EpQboLkyIclXI"
                            },
                            {
                              "contentType": "video/3gpp2",
                              "name": "beneath_underneath_woot.[object Object]",
                              "value": "2bx8RECGeh9cbk7q5gtHP6OMPWAwARULmm9juSh557mSXnVUfHxpNEYtdsAZtSsC"
                            },
                            {
                              "contentType": "video/mpeg",
                              "name": "yuck_despite.[object Object]",
                              "value": "jYgFpIs7XtQyxvi2C1kXUutaDb4nTtcFe2enKTYPdHwgJX6EYWEBfC2wRQTuJ8Az"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "RESIDENCE SUITE",
                          "selectee": false,
                          "skyPriority": false,
                          "zone": "6"
                        },
                        "zpl": {
                          "contentType": "video/x-msvideo",
                          "name": "an_zowie.[object Object]",
                          "value": "UfXpnpqXSKdmoslzNCjAaqVj2RQZWIhomUK6jihV3mT0DCNA7lFeEyrHsDsAhm0a"
                        }
                      },
                      "group": "TdFT66",
                      "loyaltyAccount": {
                        "id": "60f7d923-7e0c-441f-bcc0-b5a890dc5bb0",
                        "latestAwardDate": "2026-05-22",
                        "loyaltyTierLevel": {
                          "atpco": "38",
                          "customerInsight": "81",
                          "name": "silver",
                          "number": 1,
                          "priority": 6,
                          "tag": "Ujk"
                        },
                        "memberAirline": "[ob",
                        "memberId": "2594243059",
                        "membershipStartDate": "2021-10-29",
                        "mileage": {
                          "unit": "MILES",
                          "value": 4225
                        },
                        "pnrId": "9",
                        "points": 56049,
                        "source": "SSCI"
                      },
                      "personName": {
                        "first": "Jermain",
                        "last": "Stracke",
                        "middle": "Shiloh",
                        "prefix": "Dr.",
                        "raw": "Violet Kilback",
                        "suffix": "I"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "EDVMHJ",
                      "seat": {
                        "column": "l",
                        "row": "03",
                        "value": "6E"
                      },
                      "source": "EXTERNAL",
                      "standbyPriority": "Yx",
                      "supplementaryData": {
                        "dhsStatus": 4,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "00939415765823",
                        "loungeAccess": true,
                        "selectee": true,
                        "skyPriority": false,
                        "spanishLargeFamily": true,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "KN"
                      },
                      "ticketCouponNumber": "86",
                      "ticketNumber": {
                        "airlineAccountingCode": "811",
                        "checkDigit": "5",
                        "number": "25612535077194",
                        "serialNumber": "5583507486"
                      },
                      "upgradePriority": "kcJgn",
                      "zone": "4"
                    },
                    "checkedIn": true,
                    "checkInNumber": 435,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "AQcFIW1eqdcWZBGq34zh",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "461"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "072"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "028"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "ZrxCTRhoL8GPA0QxAVjx",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "751"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "6a0z4DVIKPfGu2HuJ5Tb",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "567"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "iF44ufrViPYvZrDXlCFI",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "400"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "582"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "846"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "957"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "376"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "YfuJ55BJGk8GpALnGQn1",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "552"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "045"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "552"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "447"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "319"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "pa0MSrF9pKvYWRBYOWKw",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "436"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "SMYwAp8UUTybKWeeAKt4",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "487"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "838"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "754"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "075"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "304"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "LC1r40p22OuGZNqmaNZv",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "296"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "094"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "491"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "954"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "L5v0XYcmksBdvbtr8OzW",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "266"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "phYvx2v1xage73XYJHu7",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "897"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "XfshtBsMljbCR121bKf1",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "765"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "291"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "706"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "724"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "nwrAASBKZNS0XZwxo4TF",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "955"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "yPUbR47WJZki5IJBEAgy",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "990"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "113"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "474"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "c7iDosGH6dyeyOL7otgD",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "638"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "269"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "376"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "315"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "017"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "NU2iFmkCzbSLX4GgOeV2",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "118"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "131"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "940"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "063"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "FFoNqalGyzv7Z6HZQQqv",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "201"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "827"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "117"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "044"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "450"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "c06d4162-a0eb-4d22-9876-2e2d810c240e",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/gzip",
                          "name": "at.[object Object]",
                          "value": "tIFFEqIb3mDS83bEFnp3QtvmHVhKgR7UnpESrIOgXNEo7pcz0owIWLflhUmMWhUv"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/x-7z-compressed",
                            "name": "discrete_knavishly_pale.[object Object]",
                            "value": "LL11lHuuWhjxD17OLMIPAjEh3xD3gcYE9NeHw7hItAt4ckpHAhALicR93gP9KR1s"
                          },
                          "layout": {
                            "contentType": "text/html",
                            "name": "fiddle_shrilly.[object Object]",
                            "value": "mJPFixgeiPOhZkpaMWVSLYHLcaxYaT9BPnX9U3ygkm3J4x2hNdqaAr0IOLLpFEke"
                          },
                          "template": {
                            "contentType": "image/png",
                            "name": "except.[object Object]",
                            "value": "VoE6e5mkvtp5N0ZIMPlOZVW4Uu8qIThROhdKmrNoqLHjcGaMzURmUyZL5hjiX3HX"
                          },
                          "templates": [
                            {
                              "contentType": "application/vnd.visio",
                              "name": "whereas_jut_wound.[object Object]",
                              "value": "1lvuZQwI7zEMyKv3J5t4XxsKwNcEFrwQ6SbkNJzy8SaSYPDlkwLebTaXd1t0MNsf"
                            },
                            {
                              "contentType": "application/ld+json",
                              "name": "juggernaut_blah.[object Object]",
                              "value": "JNpyRtqB29nsPNCr5iHWUwv5GwAtyPxSkkehcVBMcRQkKQetqeDYeD9SqVNhYdxu"
                            },
                            {
                              "contentType": "application/vnd.ms-powerpoint",
                              "name": "despite_now.[object Object]",
                              "value": "FcAAwQSozTgBOd3amfHHnE7MpqSsEmegv1OJDvdZiLkzocmKmxz2G51xl0ZhtUVw"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "d2519675-064b-4076-a852-157989dcee15",
                      "offerId": "21b45cf7-3c1c-4026-937a-318da398d0f1",
                      "offerItemId": "eb7ddd1e-7d97-44c8-a3a8-7af01e78ea6b",
                      "type": "WINDOW",
                      "value": "6r"
                    },
                    "priorityCode": "Ftr",
                    "seat": {
                      "airExtraRef": "1f014cbb-0259-4e1c-819b-b31c82f7f3ab",
                      "offerId": "4be48f12-b1f6-45e5-9a16-2cb90de3ad32",
                      "offerItemId": "b6e02080-2e2f-466e-9b32-7ab0c52a480f",
                      "type": "MIDDLE",
                      "value": "xi"
                    },
                    "status": "CHECKED_IN",
                    "upgradeCode": "bRa"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "kfQ",
                        "country": "ZA",
                        "sign": "odX"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 7
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "11223344",
                            "87654321"
                          ],
                          "quantity": 3,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 11.5
                          }
                        }
                      },
                      "barCode": "OSzmBrJ6ZPhvP2bmq7SUAAC7bEdqdlHGIRA5EFkd",
                      "checkInSequenceNumber": "804",
                      "deck": {
                        "code": "MIDDLE",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "BUSINESS",
                        "agentCityName": "Halieton",
                        "arrivalAirportName": "New Noemie",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "9813",
                        "cabinClassCode": "Z",
                        "cabinText": "ECONOMY",
                        "carryOnText": "CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Port Katrine",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "3570",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "2287",
                        "estimatedDepartureDate": "2027-01-03T00:00:00.0Z",
                        "estimatedDepartureTime": "9923",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY BASIC",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "NO CARRY ON",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "GOLD",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "uzEZ",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "6785",
                        "scheduledDepartureDate": "2026-08-31T00:00:00.0Z",
                        "scheduledDepartureTime": "8429",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "widebody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 900.03,
                        "atpcoRule": "kOnr",
                        "atpcoTariff": 45,
                        "bookingClass": "y",
                        "brand": "3d",
                        "cabinClass": "PREMIUM_FIRST",
                        "cabinClassCode": "e",
                        "discountCategory": "71",
                        "fareBasisCode": "x1b3VQ",
                        "governingAirline": "[ob",
                        "id": "a6c41bb9-82af-4547-a628-711e7ceb1514",
                        "operatingBookingClass": "V",
                        "privateTariff": true,
                        "type": "NRF",
                        "vendor": {
                          "code": "SMFC",
                          "value": "SABRE_MYFARES_SUBSCRIBERS"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "CG",
                        "arrivalFlightScheduleStatus": "DELAYED",
                        "arrivalTerminal": "49",
                        "arrivalTime": "2026-11-26T00:00:00.0Z",
                        "boardingTime": "1932-09-13T06:19:16.0Z",
                        "changeOfGauge": false,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "AD",
                        "departureFlightScheduleStatus": "ON_TIME",
                        "departureGate": "zt",
                        "departureTerminal": "j0",
                        "departureTime": "2026-11-12T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 1287
                        },
                        "equipment": "809",
                        "estimatedArrivalTime": "1892-04-19T22:56:26.0Z",
                        "estimatedDepartureTime": "1943-03-03T08:33:29.0Z",
                        "flightDuration": 275,
                        "flightNumber": "38",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-05-21T00:00:00.0Z",
                            "departureTime": "2026-11-12T00:00:00.0Z",
                            "duration": 41,
                            "elapsedTime": 203
                          }
                        ],
                        "iatci": true,
                        "id": "9964db3f-5290-4870-a552-ab8175d01386",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "2094",
                        "span": "INTERNATIONAL",
                        "status": "ON TIME",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": true,
                        "timeToDeparture": 61
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/json",
                          "name": "beside.[object Object]",
                          "value": "ZeEyMNKdlF2tDyx50C4xmNTM6UzJWGdr0TyrHDdBz51UULXNrLKCrxPyivH3hDJv"
                        },
                        "image": {
                          "contentType": "image/webp",
                          "name": "beyond_offend_whose.[object Object]",
                          "value": "LGV8iA41h7Gme801c3TAM9Bxa7Mfu3EpD6MpR5CvCJfPmrrUSCXxywR3Lb0zosj7"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "text/csv",
                            "name": "enthusiastically_hm.[object Object]",
                            "value": "diHLAMLv5QJSjuulm0yiCbVulwZd1kxSABcYZNRWTUfN6VFdIgdEbCZaLajZDq0u"
                          },
                          "layout": {
                            "contentType": "audio/3gpp",
                            "name": "vol_finally_dally.[object Object]",
                            "value": "Pm87rVezLA8vMvNP6CyuWwfxY7NCjf1hfQOPRnlp0cqKbAJ7DpRKZNDHd0Uw4S1G"
                          },
                          "template": {
                            "contentType": "application/x-csh",
                            "name": "spark_now_decongestant.[object Object]",
                            "value": "B4nlIsS2x5RN3uHKPYhIvg1KfMD53gQXECc8SeOKNVazqtPEbmqnjelakNbvAEqV"
                          },
                          "templates": [
                            {
                              "contentType": "audio/opus",
                              "name": "which_because_qua.[object Object]",
                              "value": "P8CvQYz5Oek1MLP0sAR93vMM8QiIHICQrPiEH4FXf5t8KB5BsIK1RdgY3XdqhHiw"
                            },
                            {
                              "contentType": "image/png",
                              "name": "windy.[object Object]",
                              "value": "3n0FOzoDbGvmW5gEZYYBzY5xeBA82CA70DerbWFDhQYu5wAjG8z9Hn63UAp5QNWm"
                            },
                            {
                              "contentType": "video/webm",
                              "name": "as_across.[object Object]",
                              "value": "qzMhWEJdqzsiKoE2UCOxE3JYNuLBvkdcANqVNxJwWGmZ7wAknNTxBgb9Vb2QBbX6"
                            },
                            {
                              "contentType": "application/rtf",
                              "name": "oh_yuck_oh.[object Object]",
                              "value": "CRSqEfY0DSirWkSkH51k9M7DC0ILuDjqBKe3yGzf61fjsH6CDEIISiHbh3SiGwLD"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": true,
                          "skyPriority": false,
                          "zone": "1"
                        },
                        "zpl": {
                          "contentType": "application/x-csh",
                          "name": "ugh_mortise.[object Object]",
                          "value": "DtkuXvYgQ4SV6aW3YPKysPi6D8Z85GR45K7EYN447nQYqtMrhKV3evYhuc7kVz7s"
                        }
                      },
                      "group": "D8G1Xy",
                      "loyaltyAccount": {
                        "id": "5ce97cdb-ec35-4414-b877-144eab1c243a",
                        "latestAwardDate": "2026-08-20",
                        "loyaltyTierLevel": {
                          "atpco": "98",
                          "customerInsight": "70",
                          "name": "silver",
                          "number": 4,
                          "priority": 2,
                          "tag": "FNM"
                        },
                        "memberAirline": "[ob",
                        "memberId": "9058175224",
                        "membershipStartDate": "2025-07-24",
                        "mileage": {
                          "unit": "MILES",
                          "value": 297
                        },
                        "pnrId": "7",
                        "points": 44875,
                        "source": "SSCI"
                      },
                      "personName": {
                        "first": "Daryl",
                        "last": "Schiller-Swift",
                        "middle": "Rory",
                        "prefix": "Ms.",
                        "raw": "Katherine Ratke",
                        "suffix": "V"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "XMCPPB",
                      "seat": {
                        "column": "c",
                        "row": "47",
                        "value": "18E"
                      },
                      "source": "OTHER",
                      "standbyPriority": "RU",
                      "supplementaryData": {
                        "dhsStatus": 1,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "47111296864951",
                        "loungeAccess": false,
                        "selectee": true,
                        "skyPriority": true,
                        "spanishLargeFamily": false,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "JM"
                      },
                      "ticketCouponNumber": "74",
                      "ticketNumber": {
                        "airlineAccountingCode": "604",
                        "checkDigit": "6",
                        "number": "00941456483799",
                        "serialNumber": "1162187231"
                      },
                      "upgradePriority": "muvgI",
                      "zone": "9"
                    },
                    "checkedIn": true,
                    "checkInNumber": 466,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "r9qRjutHCeNRvkJqjAVK",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "875"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "907"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "701"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "5MGFFSwqfPhAPtt60Sh2",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "523"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "932"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "qx1SHUEMdbVq2TjMv8oQ",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "476"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "459"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "714"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "xBmBDgTgDQ2zYtSxK9jU",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "088"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "FneV7iqihOAg0JSlYgZX",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "406"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "147"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "HxBqACdE2MZGBYIL1UdH",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "313"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "tUgXPhnM8ldwsRnfyTWI",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "558"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "691"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "413"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "SgkwSFreFs6A5JjHLW88",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "221"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "05064a63-f100-475c-b5c8-23e3c9aa3db0",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/epub+zip",
                          "name": "likewise_since_really.[object Object]",
                          "value": "8gmhcOOmm24JwOP0Vk1mys8CT5XvrE9bpb0DuarhdRAFeHUQ87JV7GYEOwgIIqvC"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "image/vnd.microsoft.icon",
                            "name": "highly.[object Object]",
                            "value": "qvIkfBufY3QP17Dr2MQYzLv3Lk7ceKuqZEp7KQs6CX48gLZdjFMz2UkV6h6hPwf2"
                          },
                          "layout": {
                            "contentType": "application/vnd.oasis.opendocument.text",
                            "name": "glimmer_instruction.[object Object]",
                            "value": "dUNQQBGYEGDiHxBx4PyKdAxGpclZrxD0sDluVknaYdG45uf5gWhprPEDHkT79MEg"
                          },
                          "template": {
                            "contentType": "video/webm",
                            "name": "nocturnal_couch.[object Object]",
                            "value": "zPPioQiUU86fZv8VviJdObVxISJDCfHpsjHbxpdwSCQmUBBJVPhbTjMH53ISTj0b"
                          },
                          "templates": [
                            {
                              "contentType": "font/woff",
                              "name": "electronics.[object Object]",
                              "value": "K0Cy1ieiomOJj0kOSqHlWMwPdidtE9Wcrr2FdlvRNgNLNBKwRStPk42hKeylp8LK"
                            },
                            {
                              "contentType": "video/3gpp2",
                              "name": "who.[object Object]",
                              "value": "VKWd3c9V6to8s11voWZ39ESJJssturgAFlxIhbpVuPgKclWJKSJBptzmzOlRxKoy"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "32fedd5e-c93a-430f-a784-154cd94200e0",
                      "offerId": "a39db6d9-aaa0-440b-9b42-8c9e4257113b",
                      "offerItemId": "fc51d23f-ebd5-492d-83cc-11df4ee92517",
                      "type": "MIDDLE",
                      "value": "BD"
                    },
                    "priorityCode": "UnX",
                    "seat": {
                      "airExtraRef": "06386a50-8503-46b0-8a94-647487a60429",
                      "offerId": "f79efd31-d6f0-4de8-aa1e-03f8fafef364",
                      "offerItemId": "68be3abd-ec8e-4169-a51d-ba1ffd540e96",
                      "type": "MIDDLE",
                      "value": "jz"
                    },
                    "status": "UNKNOWN",
                    "upgradeCode": "ZBy"
                  }
                ],
                "passengerOffer": {
                  "offerId": "61c197ff-df18-4437-9468-6aa75cdd",
                  "offerItems": [
                    {
                      "annotations": [
                        {
                          "key": "KyAual",
                          "value": "hGtyLFHzWJ"
                        }
                      ],
                      "availableQuantity": 46,
                      "bannerName": "Unbranded",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "0d2747d9-c3d9-4d7c-bbac-e91816d7",
                      "offerName": "Unbranded Bronze Chair",
                      "price": {
                        "currency": "LYD",
                        "value": 16.35
                      },
                      "priority": 6
                    },
                    {
                      "annotations": [
                        {
                          "key": "kpXhnG",
                          "value": "RieTXAaIiD"
                        }
                      ],
                      "availableQuantity": 1,
                      "bannerName": "Luxurious",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "d4d06ea0-92b7-4044-ba45-49e11278",
                      "offerName": "Handmade Aluminum Bike",
                      "price": {
                        "currency": "SDG",
                        "value": 130.89
                      },
                      "priority": 10
                    },
                    {
                      "annotations": [
                        {
                          "key": "LLkkJx",
                          "value": "vcoobviRoK"
                        },
                        {
                          "key": "ZRYlUP",
                          "value": "BTJKYrYdNy"
                        },
                        {
                          "key": "oEstOf",
                          "value": "vNJpVpKbCj"
                        },
                        {
                          "key": "ThFdXW",
                          "value": "ruuXcBGeHV"
                        },
                        {
                          "key": "WrZMcy",
                          "value": "loUQxEkLaI"
                        }
                      ],
                      "availableQuantity": 24,
                      "bannerName": "Ergonomic",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "c2109cf0-8776-48a1-b943-91f50489",
                      "offerName": "Recycled Metal Chair",
                      "price": {
                        "currency": "CRC",
                        "value": 453.03
                      },
                      "priority": 6
                    },
                    {
                      "annotations": [
                        {
                          "key": "ouUDfc",
                          "value": "LpEXnhvrqk"
                        },
                        {
                          "key": "WYiexa",
                          "value": "hdpxjUqnQn"
                        }
                      ],
                      "availableQuantity": 14,
                      "bannerName": "Elegant",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "53275f85-7584-494f-8970-65b13483",
                      "offerName": "Fantastic Bamboo Table",
                      "price": {
                        "currency": "PHP",
                        "value": 486.46
                      },
                      "priority": 10
                    },
                    {
                      "annotations": [
                        {
                          "key": "xrzSIt",
                          "value": "HxxEzTIWVJ"
                        },
                        {
                          "key": "BgBvqN",
                          "value": "DlpVMyUlBB"
                        }
                      ],
                      "availableQuantity": 49,
                      "bannerName": "Fresh",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "e7f266a5-0474-4979-b222-168d145a",
                      "offerName": "Unbranded Plastic Computer",
                      "price": {
                        "currency": "SGD",
                        "value": 342.25
                      },
                      "priority": 2
                    }
                  ]
                },
                "passengerType": "ADT",
                "segmentRef": "a5bc39c8-d370-4eab-8110-7d869bea10f1",
                "upgradeAvailability": [
                  {
                    "bookingClassAvailabilityRef": "45ff5da8-9158-45e6-998f-293114cebef7",
                    "cabin": "I",
                    "description": "Business",
                    "id": "4258050f-53bd-4933-ad44-2aff7f00be16",
                    "pricedAncillaryRef": "b85367a2-8c61-44e6-b421-df7fdfad00d7"
                  }
                ]
              },
              {
                "additionalTravelInformation": {
                  "residencyDocumentType": {
                    "id": "313af69b-53e8-418b-bb8c-1936815331d5",
                    "residencyCountry": "MX",
                    "value": "REENTRY_PERMIT"
                  },
                  "returnDate": {
                    "id": "e77678fb-9f95-42cd-b65a-f30fcdbf7dbd",
                    "value": "2026-11-26"
                  },
                  "stayType": {
                    "id": "2f9362ed-4076-4114-8845-e39f006ef7e8",
                    "value": "BUSINESS"
                  },
                  "timaticDocumentType": {
                    "id": "1f21cf98-c36f-4c43-b947-5157f3cc7fa6",
                    "value": "NEXUS_CARD"
                  },
                  "visaVerified": {
                    "id": "477b2a2a-dcb9-4056-a5a3-581c714e1193",
                    "value": true
                  }
                },
                "airExtra": [
                  {
                    "airExtraBundleRef": "260cfc58-b288-424e-ba71-9f9abea8a498",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": false,
                        "customRules": {
                          "applyHighestTierLevel": false,
                          "convertible": true,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 2
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "ROUND_TRIP"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "VOUCHER"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 0
                        },
                        "freeOfChargeRules": [
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "EMD_REQUIRED"
                        ],
                        "interlineable": false,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": true,
                        "purchaseBy": "2026-12-07",
                        "refundable": false,
                        "tourCode": "DceOXT"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "0/",
                        "value": "PER_SERVICE_RECORD"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "PRIORITY BOARDING",
                      "displayOnly": false,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": true,
                        "value": "STANDALONE_TICKET_ASSOCIATED"
                      },
                      "group": "WIF",
                      "id": "eBTAtL",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "FINANCIAL_IMPACT"
                      },
                      "sequenceNumber": 59,
                      "serviceType": {
                        "code": "Mz",
                        "value": "FLIGHT_RELATED"
                      },
                      "specialService": {
                        "code": "WCHR",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 86,
                              "min": 5,
                              "name": "SIZE",
                              "optional": true,
                              "type": "TEXT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 78,
                              "min": 4,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "INT",
                              "unit": "KG"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 79,
                              "min": 1,
                              "name": "SIZE",
                              "optional": false,
                              "type": "ENUM",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 70,
                              "min": 1,
                              "name": "SIZE",
                              "optional": false,
                              "type": "TEXT",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "NOTALLOWED"
                      },
                      "ssimCode": "atm",
                      "subCode": "382",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 26.4
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 13.6
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 5.1
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 2.3
                        }
                      ]
                    },
                    "bookingIndicator": "49",
                    "disassociated": true,
                    "emdNumber": {
                      "number": "97300670838602"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "54",
                          "segmentRef": "7fff46e0-60bc-431f-a461-0b499ff75caf"
                        },
                        {
                          "emdCouponNumber": "44",
                          "segmentRef": "d542ec7d-f7e9-4531-9d35-cc5f11420e67"
                        },
                        {
                          "emdCouponNumber": "26",
                          "segmentRef": "8eb5b3ef-5719-4963-b286-eb0bdf425475"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "60",
                    "id": "202cf714-bde0-4583-a888-628a5ff361c4",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "42f8a816-362d-415b-bf25-852f3f8db92e",
                      "offerName": "OFFER A",
                      "reasonForIssuance": "G",
                      "subCode": "599"
                    },
                    "offerId": {
                      "id": "d4a22224-3b54-4071-a1e8-5cc359883a87",
                      "itemId": "b0f6fcb6-303c-400e-8ee4-60d3cb992377"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "PD",
                      "value": "PENDING"
                    },
                    "pnrId": "DJMXAP",
                    "quantity": 3,
                    "specialServiceDescription": {
                      "code": "NQnv",
                      "properties": {
                        "property": [
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "462"
                          }
                        ]
                      },
                      "text": "pwYRQnCerLNQuAo"
                    },
                    "syntheticIdentifier": "00293554766487865328",
                    "taxExemption": false,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 45.7
                    }
                  },
                  {
                    "airExtraBundleRef": "b381fa8f-be9e-45e4-9b73-8bb21b579e9c",
                    "ancillary": {
                      "airline": "[ob",
                      "ancillaryRules": {
                        "commissionable": true,
                        "customRules": {
                          "applyHighestTierLevel": true,
                          "convertible": false,
                          "excludedFormOfPayment": [
                            "AX"
                          ],
                          "maxQuantityPerPassenger": 10
                        },
                        "exchangeable": false,
                        "feeApplicationMethod": {
                          "code": "4",
                          "value": "PER_5KG_OVER_FREE_BAGGAGE_ALLOWANCE"
                        },
                        "formOfRefund": {
                          "code": "1",
                          "value": "ORIGINAL"
                        },
                        "freeAllowanceEligibility": {
                          "quantity": 1
                        },
                        "freeOfChargeRules": [
                          "EMD_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED",
                          "BOOKING_REQUIRED"
                        ],
                        "interlineable": true,
                        "inventoryControlled": true,
                        "paperTicketRequired": true,
                        "purchaseAtTicketIssue": false,
                        "purchaseBy": "2027-05-04",
                        "refundable": true,
                        "tourCode": "car8I7"
                      },
                      "bagType": "BIKE",
                      "bookingMethod": {
                        "code": "2-",
                        "value": "ANY_ALLOWED"
                      },
                      "bundledAncillaryRefs": [
                        "id01",
                        "id02"
                      ],
                      "commercialName": "LOUNGE ACCESS",
                      "displayOnly": true,
                      "electronicMiscDocType": {
                        "code": "2",
                        "consumedAtIssuance": false,
                        "value": "FLIGHT_COUPON_ASSOCIATED"
                      },
                      "group": "WIF",
                      "id": "GZL5Y1",
                      "reasonForIssuance": {
                        "code": "B",
                        "value": "GROUND_TRANSPORT_NON_AIR_SERVICES"
                      },
                      "sequenceNumber": 62,
                      "serviceType": {
                        "code": "OE",
                        "value": "PREPAID"
                      },
                      "specialService": {
                        "code": "PETC",
                        "requiredProperties": {
                          "propertyDefinition": [
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 19,
                              "min": 5,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 45,
                              "min": 2,
                              "name": "SIZE",
                              "optional": false,
                              "type": "INT",
                              "unit": "LB"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 15,
                              "min": 5,
                              "name": "WEIGHT",
                              "optional": false,
                              "type": "INT",
                              "unit": "CM"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 63,
                              "min": 5,
                              "name": "SIZE",
                              "optional": true,
                              "type": "INT",
                              "unit": "IN"
                            },
                            {
                              "allowedValue": [
                                "DOG"
                              ],
                              "max": 30,
                              "min": 4,
                              "name": "SIZE",
                              "optional": false,
                              "type": "DECIMAL",
                              "unit": "LB"
                            }
                          ]
                        },
                        "type": "REQUIRED"
                      },
                      "ssimCode": "Bhg",
                      "subCode": "220",
                      "vendor": "AMAD",
                      "weight": [
                        {
                          "unit": "KILOGRAM",
                          "value": 19.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 1.2
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 10.9
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 47.5
                        },
                        {
                          "unit": "KILOGRAM",
                          "value": 49.8
                        }
                      ]
                    },
                    "bookingIndicator": "48",
                    "disassociated": false,
                    "emdNumber": {
                      "number": "16885646483930"
                    },
                    "emdPaperIndicator": "P",
                    "eMDSegmentCoupons": {
                      "eMDSegmentCoupon": [
                        {
                          "emdCouponNumber": "11",
                          "segmentRef": "75edfa70-2f4f-4552-8d37-b2b506a0225c"
                        },
                        {
                          "emdCouponNumber": "68",
                          "segmentRef": "11fa8ab7-d7ca-481f-905c-0512aabcbc70"
                        }
                      ]
                    },
                    "feeApplicationIndicator": "37",
                    "id": "346a49ad-06f8-40fc-a85c-261ef93fb791",
                    "miscFee": {
                      "dealName": "WINTER SALE",
                      "group": "BG",
                      "id": "cd7ffd5c-7632-4e38-9000-845a157de9ce",
                      "offerName": "MAY WEEKEND DISCOUNT",
                      "reasonForIssuance": "R",
                      "subCode": "381"
                    },
                    "offerId": {
                      "id": "3d0ff83b-5ba1-4ca0-b2da-4dfbf6a0438c",
                      "itemId": "65479389-d024-49b4-a7c9-d4a9f5d18949"
                    },
                    "passengerSegmentRefs": [
                      "id01",
                      "id02"
                    ],
                    "paymentStatus": {
                      "statusCode": "OK",
                      "value": "WAIVED"
                    },
                    "pnrId": "MHATFP",
                    "quantity": 2,
                    "specialServiceDescription": {
                      "code": "fvuu",
                      "properties": {
                        "property": [
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "417"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "699"
                          },
                          {
                            "name": "TIME_TO_OPEN_CHECK_IN",
                            "value": "725"
                          },
                          {
                            "name": "MINIMUM_AGE_REQUIRED",
                            "value": "346"
                          },
                          {
                            "name": "DOCUMENT_EXPIRY_THRESHOLD",
                            "value": "257"
                          }
                        ]
                      },
                      "text": "gljneBjphqeLMao"
                    },
                    "syntheticIdentifier": "29481672922669778342",
                    "taxExemption": true,
                    "ticketUsedForEmdPricing": "Y",
                    "type": "MISC_FEE",
                    "weight": {
                      "unit": "KILOGRAM",
                      "value": 5.1
                    }
                  }
                ],
                "baggagePoolId": 984,
                "editCodes": {
                  "editCode": [
                    {
                      "code": "Jd",
                      "id": "da227a13-5606-4713-8739-c43af2ca3d6e",
                      "text": [
                        {
                          "id": "b8bef2b9-6fc3-4b11-9a54-a50f322e1c66",
                          "lineId": "39",
                          "value": "vEShHVMhPwQfpbm"
                        }
                      ]
                    },
                    {
                      "code": "dJ",
                      "id": "c2ca8474-7c72-4279-bc06-fc26fffa742f",
                      "text": [
                        {
                          "id": "3fbfccb0-9cd6-44e2-b1c8-8aeb590205e4",
                          "lineId": "63",
                          "value": "wjWsSKUrQcnlufl"
                        }
                      ]
                    }
                  ]
                },
                "eligibilities": {
                  "eligibility": [
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "lLqRVypxqEtjFRmErMLQ",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "927"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "NS4ez85xWw0yRSIBWyrt",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "562"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "899"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "353"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "LJuRTxH0OgGZuSLGQ6IG",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "341"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "074"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "779"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "AX3K192Iwcy46rDv5Y9F",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "425"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "STYAUd2dTnGKxaRLoxZ2",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "938"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "980"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "246"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "893"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "TponVB1aExVHztuSp3FW",
                          "message": "Payment processing failed.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "476"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    },
                    {
                      "notEligible": false,
                      "reason": [
                        {
                          "category": "BOOKING_CANCELLED",
                          "details": "HxtcPoUcmKANooW6gDu1",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "062"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "kvF8Wp1ZlqN7sfOxDFzS",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "952"
                            }
                          ]
                        },
                        {
                          "category": "INVALID_FLIGHT",
                          "details": "jwDesjNHSRunGveQBFbw",
                          "message": "It is too early for check-in.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "820"
                            },
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "558"
                            }
                          ]
                        },
                        {
                          "category": "TOO_EARLY_FOR_CHECK_IN",
                          "details": "yJaeB8XrCnEY0bIF6fzS",
                          "message": "Booking has been cancelled.",
                          "property": [
                            {
                              "name": "MINIMUM_AGE_REQUIRED",
                              "value": "754"
                            },
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "350"
                            },
                            {
                              "name": "TIME_TO_OPEN_CHECK_IN",
                              "value": "551"
                            }
                          ]
                        },
                        {
                          "category": "MISSING_DOCUMENT",
                          "details": "jde5pyo6Mdl3EDgRjFd0",
                          "message": "Required travel document is missing.",
                          "property": [
                            {
                              "name": "DOCUMENT_EXPIRY_THRESHOLD",
                              "value": "009"
                            }
                          ]
                        }
                      ],
                      "type": "CHECK_IN"
                    }
                  ]
                },
                "id": "4ae7653f-f8b4-4adc-9981-446e712e5353",
                "loyaltyAccount": {
                  "id": "c6cacfd0-37b6-4870-8ef8-18a4bf782898",
                  "latestAwardDate": "2026-01-09",
                  "loyaltyTierLevel": {
                    "atpco": "69",
                    "customerInsight": "51",
                    "name": "silver",
                    "number": 1,
                    "priority": 9,
                    "tag": "xpy"
                  },
                  "memberAirline": "[ob",
                  "memberId": "2399784232",
                  "membershipStartDate": "2023-04-23",
                  "mileage": {
                    "unit": "MILES",
                    "value": 1456
                  },
                  "pnrId": "7",
                  "points": 80862,
                  "source": "PNR"
                },
                "nonRevenuePassengerInfo": {
                  "priorityCode": "lRy",
                  "seniorityDate": "2017-06-08T00:00:00.0Z",
                  "upgradeCode": "YmC"
                },
                "passengerCheckInId": "M0mzccU0",
                "passengerFlight": [
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "auT",
                        "country": "IS",
                        "sign": "dyg"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 18.4
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "11223344",
                            "12345678"
                          ],
                          "quantity": 1,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 6.4
                          }
                        }
                      },
                      "barCode": "duvRh9R8KLiQHDUd080zFJ34D7cu38d2DM0P0IIW",
                      "checkInSequenceNumber": "711",
                      "deck": {
                        "code": "UPPER",
                        "value": "UPPER"
                      },
                      "displayData": {
                        "accommodation": "BUSINESS",
                        "agentCityName": "East Fionaport",
                        "arrivalAirportName": "St. Clair Shores",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "7554",
                        "cabinClassCode": "H",
                        "cabinText": "BUSINESS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "South Benjaminton",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "0565",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "0363",
                        "estimatedDepartureDate": "2027-06-26T00:00:00.0Z",
                        "estimatedDepartureTime": "8443",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY PLUS",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "NO CARRY ON",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "PLATINUM",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "c0iF",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "0243",
                        "scheduledDepartureDate": "2026-11-19T00:00:00.0Z",
                        "scheduledDepartureTime": "8333",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "widebody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 155.64,
                        "atpcoRule": "CpZi",
                        "atpcoTariff": 18,
                        "bookingClass": "J",
                        "brand": "GX",
                        "cabinClass": "FIRST",
                        "cabinClassCode": "s",
                        "discountCategory": "39",
                        "fareBasisCode": "bOIejX",
                        "governingAirline": "[ob",
                        "id": "59d16a74-f102-436f-b344-469a9bd8d0d0",
                        "operatingBookingClass": "h",
                        "privateTariff": true,
                        "type": "NLX",
                        "vendor": {
                          "code": "SITA",
                          "value": "SITA"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "BG",
                        "arrivalFlightScheduleStatus": "CANCELLED",
                        "arrivalTerminal": "XD",
                        "arrivalTime": "2026-11-21T00:00:00.0Z",
                        "boardingTime": "1961-07-16T06:44:55.0Z",
                        "changeOfGauge": false,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "TW",
                        "departureFlightScheduleStatus": "ON_TIME",
                        "departureGate": "PB",
                        "departureTerminal": "8g",
                        "departureTime": "2027-05-07T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 3646
                        },
                        "equipment": "087",
                        "estimatedArrivalTime": "1894-10-02T13:02:24.0Z",
                        "estimatedDepartureTime": "1935-03-13T13:44:01.0Z",
                        "flightDuration": 477,
                        "flightNumber": "68",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-06-03T00:00:00.0Z",
                            "departureTime": "2027-01-07T00:00:00.0Z",
                            "duration": 125,
                            "elapsedTime": 140
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-05-02T00:00:00.0Z",
                            "departureTime": "2026-09-22T00:00:00.0Z",
                            "duration": 30,
                            "elapsedTime": 286
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-10-15T00:00:00.0Z",
                            "departureTime": "2027-04-07T00:00:00.0Z",
                            "duration": 70,
                            "elapsedTime": 91
                          }
                        ],
                        "iatci": true,
                        "id": "272b0c9d-3fab-4b0f-bcc0-797b565a1aac",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "939",
                        "span": "INTERNATIONAL",
                        "status": "CANCELLED",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": false,
                        "timeToDeparture": 188
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/vnd.apple.installer+xml",
                          "name": "total_madly_scale.[object Object]",
                          "value": "bIW8T83i7z9xmBZ9hmrKNqkHmMXcef2rMZrB2FrZRtnCD3N36WjxLIgrDq7Ks8AF"
                        },
                        "image": {
                          "contentType": "application/vnd.ms-powerpoint",
                          "name": "muscat_willfully_yet.[object Object]",
                          "value": "d7tHRwV9ygt5azAkpxLDYlX7fbBe3cYwv8J7RmULrhrl61twnmsZEglUbkqwGIzn"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "text/html",
                            "name": "carp_regarding_along.[object Object]",
                            "value": "pEzOZ7oarH3pkm326zzwEFP1LFstueSCe3MqrQaAFZiZYT5NlqbAr2uwNwXGXsur"
                          },
                          "layout": {
                            "contentType": "image/bmp",
                            "name": "about.[object Object]",
                            "value": "OrxonmbZRAz9bNfonhrVIjpoWcZiN57e4o70jzks6Kmj2V0wXpA9zNvmSmuQvoZp"
                          },
                          "template": {
                            "contentType": "application/xhtml+xml",
                            "name": "swath.[object Object]",
                            "value": "4o2YDbafarUakrn7JJHIH0kmG6B0Ry0BtVjkDVUxDw9MUwRYxBo1wjQJR4UDHYjx"
                          },
                          "templates": [
                            {
                              "contentType": "application/x-csh",
                              "name": "jump.[object Object]",
                              "value": "XkkJrtFOrjepR7IqjqR0VZkIiyqy1btpb9n61KaNt1KsiOzKLtmQnR8T77qj8J88"
                            },
                            {
                              "contentType": "application/x-sh",
                              "name": "duh_roughly.[object Object]",
                              "value": "78UzvBxSLyo3qhXueKrnRCnE1VLsgWMRqjZiRQW9nwRhV50OApbf8jfpFMiWpja7"
                            },
                            {
                              "contentType": "application/vnd.apple.installer+xml",
                              "name": "underneath.[object Object]",
                              "value": "HG22wqNJc0vMqk74ntRQXDviHYqamz9RtAfgHrBCAh4YXdaLXndgIvlkh3XlA84l"
                            },
                            {
                              "contentType": "video/mp2t",
                              "name": "absent_knowingly.[object Object]",
                              "value": "BuP2S289yRfVJ0gXqZ0eNzYVubz0ZEPJ2ktbnc1vFmd33rbDgGyiaZE9b0YR2Dt0"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": true,
                          "skyPriority": false,
                          "zone": "9"
                        },
                        "zpl": {
                          "contentType": "font/woff",
                          "name": "delicious_happy_go_lucky.[object Object]",
                          "value": "ZRYlztOtJEDokkmEUJ5BTxwvXL4qkI5GOSSmJhspzNK53RZDZhucCH1aovTJwrDr"
                        }
                      },
                      "group": "bRaoeQ",
                      "loyaltyAccount": {
                        "id": "cbf91206-c283-4a8e-9cab-3f36f4e8ca99",
                        "latestAwardDate": "2026-04-03",
                        "loyaltyTierLevel": {
                          "atpco": "23",
                          "customerInsight": "37",
                          "name": "silver",
                          "number": 2,
                          "priority": 10,
                          "tag": "Xrx"
                        },
                        "memberAirline": "[ob",
                        "memberId": "8394961796",
                        "membershipStartDate": "2024-11-18",
                        "mileage": {
                          "unit": "MILES",
                          "value": 3073
                        },
                        "pnrId": "5",
                        "points": 28708,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Flossie",
                        "last": "Hegmann",
                        "middle": "Anderson",
                        "prefix": "Dr.",
                        "raw": "Desiree Goldner",
                        "suffix": "MD"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "JUMRPQ",
                      "seat": {
                        "column": "C",
                        "row": "77",
                        "value": "12D"
                      },
                      "source": "HOST",
                      "standbyPriority": "eg",
                      "supplementaryData": {
                        "dhsStatus": 2,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "60877313430141",
                        "loungeAccess": false,
                        "selectee": false,
                        "skyPriority": false,
                        "spanishLargeFamily": false,
                        "spanishResident": true,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "ST"
                      },
                      "ticketCouponNumber": "35",
                      "ticketNumber": {
                        "airlineAccountingCode": "470",
                        "checkDigit": "8",
                        "number": "72411298475489",
                        "serialNumber": "8494907293"
                      },
                      "upgradePriority": "Vdnm5",
                      "zone": "5"
                    },
                    "checkedIn": false,
                    "checkInNumber": 133,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": true,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "JTTTp8oSm6gwi0FYWOMM",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "635"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "066"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "121"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "EIK3cMXYzioeIJU1sig0",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "967"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "FLt6sjYn8OIPmrrQidJE",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "208"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "574"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "560"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "152"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "074"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "mJXRSdizDxIk8P6Z0Fzz",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "306"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "212"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "354"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "KQIHwZxEtdiNAMfQJiJ7",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "436"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "739"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "749"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "325"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "417"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "r6vTezwfl6ZDOG2R4vgQ",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "962"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "235"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "f8zqpy5tCjv6GOjpBq7D",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "305"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "bsfNCrVaM6shYB4ZeQ4T",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "911"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "573"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "kEjAkxvnjBNOaqboQ84S",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "346"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "875"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "934"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "4gr6Bgyt8fWckDMUKTaA",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "508"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "275"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "346"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "catXUs5jp3ATtZQkBoxS",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "028"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "vICgGMkEspww9yjqYHLC",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "125"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "g3DFp8MrzeDwUGgF86WY",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "734"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "716"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "987"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "M9TnInxhQnI5nRlA4wZP",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "244"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "147"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "NAL8cQsKcQL2e8dQH0BB",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "971"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "823"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "602"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "7DmHJSAvAsihctyoKkII",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "499"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "609"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "485"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "a88cd2b0-101a-40fd-92eb-65b00649b24a",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/x-tar",
                          "name": "next_retool.[object Object]",
                          "value": "MbpbbRnMVA9dgEU5Kg377SWuyJkI7hr8QRkN4YsnuxEXMUqiGhYUBVTwryGnwjog"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/x-tar",
                            "name": "meh.[object Object]",
                            "value": "sDr8bClD6MNIFPMoyWWdjjD8i5wbAfjkxEjRcnEtGZ5Fmr0tomxmoP64ba22Lzpr"
                          },
                          "layout": {
                            "contentType": "application/rtf",
                            "name": "vice_forenenst_legging.[object Object]",
                            "value": "FPtPFjszduLjFkhz4740s4hN6ExNFTkEoiGTYSro8MATCvEeRTVMD0MmSMHTTmHw"
                          },
                          "template": {
                            "contentType": "application/pdf",
                            "name": "gadzooks_boohoo_council.[object Object]",
                            "value": "cTiuU6CEejlrQ4FEAkSxr1TRGBB5I1SJD4bSINGcjRxtKpStdV4a6gRR1CxnhHhO"
                          },
                          "templates": [
                            {
                              "contentType": "audio/webm",
                              "name": "shoulder.[object Object]",
                              "value": "W8Y94YZ148iSFy4DkmFczhE0dBFhiwsjf6Y1JG55s8DDgYE2VV0hMoWSQMll0F3H"
                            },
                            {
                              "contentType": "text/html",
                              "name": "troubled_justly.[object Object]",
                              "value": "TU21nWlZbcAF2JOXUbqN3yinog1Zfja6rx9aQYsPWRevmYE5AbcwEs0bx1l3LpY0"
                            },
                            {
                              "contentType": "text/css",
                              "name": "hyena_gah_disapprove.[object Object]",
                              "value": "2mE39o3cjwoK3ol5pDf6ps43Honc87LAb4aigmffHaKB8JuFfK1hMka9wAB0aK6i"
                            },
                            {
                              "contentType": "video/3gpp",
                              "name": "sans_yippee.[object Object]",
                              "value": "fu8vluKHoMV9rT4GVpJWXYELnCC7dLI96r78ftWbeU9Oz5GaEInT4p3G29jZ30m2"
                            },
                            {
                              "contentType": "image/tiff",
                              "name": "minus.[object Object]",
                              "value": "uWFm7XqJJHdA2iZhoy8y4Qv8ZRnw1YIkvBVzPGUnL81OZdUbTUAuVOC16A6kSKeO"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "85208163-8ff2-45b3-92e2-e76c6952d9e9",
                      "offerId": "48facc57-b605-4c46-ba6a-5af29c002d6d",
                      "offerItemId": "3f6feb11-eda1-41b6-8459-6580587c09f6",
                      "type": "WINDOW",
                      "value": "Tx"
                    },
                    "priorityCode": "LTD",
                    "seat": {
                      "airExtraRef": "9d38a32c-6d56-4f70-ac1e-752bf4c91e11",
                      "offerId": "e75f1b18-1da1-4de8-b097-77a160771b9d",
                      "offerItemId": "8675aadf-0ce2-469f-87fa-447571497b96",
                      "type": "AISLE",
                      "value": "fw"
                    },
                    "status": "BOARDED",
                    "upgradeCode": "S9T"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "PXl",
                        "country": "PK",
                        "sign": "Bah"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "KG",
                          "value": 11.7
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "12345678"
                          ],
                          "quantity": 2,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 9.7
                          }
                        }
                      },
                      "barCode": "pDHrJIvpLT8zMK7V4KiEauvjehLdojkpnwJLK9PY",
                      "checkInSequenceNumber": "208",
                      "deck": {
                        "code": "UPPER",
                        "value": "OTHER"
                      },
                      "displayData": {
                        "accommodation": "BUSINESS",
                        "agentCityName": "Fort Priscilla",
                        "arrivalAirportName": "South Una",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "9738",
                        "cabinClassCode": "p",
                        "cabinText": "BUSINESS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "CHILD",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Port Xanderfurt",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "2030",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "5911",
                        "estimatedDepartureDate": "2027-03-13T00:00:00.0Z",
                        "estimatedDepartureTime": "6911",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY BASIC",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "NO CARRY ON",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "SILVER",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "4pTk",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "9174",
                        "scheduledDepartureDate": "2027-06-25T00:00:00.0Z",
                        "scheduledDepartureTime": "9382",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "narrowbody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 522.24,
                        "atpcoRule": "3bHj",
                        "atpcoTariff": 14,
                        "bookingClass": "F",
                        "brand": "15",
                        "cabinClass": "BUSINESS",
                        "cabinClassCode": "D",
                        "discountCategory": "24",
                        "fareBasisCode": "ad7oAL",
                        "governingAirline": "[ob",
                        "id": "1aa5c55d-56a0-4502-8a0d-74a7bb27c37e",
                        "operatingBookingClass": "S",
                        "privateTariff": true,
                        "type": "NRF",
                        "vendor": {
                          "code": "SITA",
                          "value": "SITA"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "AM",
                        "arrivalFlightScheduleStatus": "CANCELLED",
                        "arrivalTerminal": "hi",
                        "arrivalTime": "2027-05-10T00:00:00.0Z",
                        "boardingTime": "1924-12-12T08:57:28.0Z",
                        "changeOfGauge": false,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "UY",
                        "departureFlightScheduleStatus": "CANCELLED",
                        "departureGate": "jA",
                        "departureTerminal": "eA",
                        "departureTime": "2027-03-23T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 4689
                        },
                        "equipment": "265",
                        "estimatedArrivalTime": "1903-05-23T02:13:05.0Z",
                        "estimatedDepartureTime": "1943-01-21T13:20:58.0Z",
                        "flightDuration": 376,
                        "flightNumber": "477",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-08-12T00:00:00.0Z",
                            "departureTime": "2027-03-01T00:00:00.0Z",
                            "duration": 33,
                            "elapsedTime": 283
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-10-01T00:00:00.0Z",
                            "departureTime": "2027-04-27T00:00:00.0Z",
                            "duration": 164,
                            "elapsedTime": 283
                          }
                        ],
                        "iatci": false,
                        "id": "c83c4981-9da5-48a5-9f35-d3df062fd514",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "1",
                        "span": "DOMESTIC",
                        "status": "ON TIME",
                        "subjectToGovernmentApproval": false,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": true,
                        "timeToDeparture": 628
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/rtf",
                          "name": "bah.[object Object]",
                          "value": "QLQrA2tIYI8BEMv5M6NgHM42lrSH4BNnTUle4Fnw34pE1HOH4EqYhbs7gpp9RkXY"
                        },
                        "image": {
                          "contentType": "application/ogg",
                          "name": "till_during_quadruple.[object Object]",
                          "value": "wA5iGQmdJHqpQziKnCKEk94d0l2sRwua5RJ4hGvgEK3xv3vCyWNAEm258H7HcjjX"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "video/webm",
                            "name": "rectangular_whereas.[object Object]",
                            "value": "Ynh62rqYVSQlBgrjdDaouw0Rtmk0O6vhHJTNhSuOA9e9zZwO3ZjyF16PzDKEX9dV"
                          },
                          "layout": {
                            "contentType": "application/vnd.mozilla.xul+xml",
                            "name": "drat_why_playfully.[object Object]",
                            "value": "Ec1VoFQSyt4AHGFiWpTb0xY3FIuxWTWqoLRKtLtLg55DsfOjfqBdfiJ50sBoE1oM"
                          },
                          "template": {
                            "contentType": "application/json",
                            "name": "yahoo_supposing_cop_out.[object Object]",
                            "value": "Yhvj3yif6P2yxwTDNKnRnQ2lhoJ6TcsGnJEZcp2GgOYyc3r5Cvb8Ry9l4ykRNRxm"
                          },
                          "templates": [
                            {
                              "contentType": "image/webp",
                              "name": "reboot_meh_anenst.[object Object]",
                              "value": "FzAcw9hBqYuVLw1KtSIq9wbPFRWbynXFCbV6bhnj7QHnMil2ezHPOxNztACbzA6A"
                            },
                            {
                              "contentType": "audio/3gpp",
                              "name": "until.[object Object]",
                              "value": "b5PxJIMOstQe4wQsmL0ROAk975J7eTce2DFyO8Wvi9BEBDfcpPIsVjPyZ5TG11zr"
                            },
                            {
                              "contentType": "image/svg+xml",
                              "name": "rightfully_round_better.[object Object]",
                              "value": "YZdGTEqKoC410Cc8h51RBBAix0rT3276S2VcNyXXX3I5R5hMXSGVgoDGnZsUeC6Q"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": false,
                          "skyPriority": false,
                          "zone": "4"
                        },
                        "zpl": {
                          "contentType": "application/vnd.ms-fontobject",
                          "name": "unfinished.[object Object]",
                          "value": "7Kpvnt9lIoqvFDTdBmUDRicPaPEkG7nIoROKJb0ljYRKoJht8vgwHCVgbLGQoLpE"
                        }
                      },
                      "group": "8MYP99",
                      "loyaltyAccount": {
                        "id": "0f10cf3e-efb2-4432-95d4-4f8eb10a999b",
                        "latestAwardDate": "2026-01-24",
                        "loyaltyTierLevel": {
                          "atpco": "26",
                          "customerInsight": "04",
                          "name": "platinum",
                          "number": 2,
                          "priority": 9,
                          "tag": "ima"
                        },
                        "memberAirline": "[ob",
                        "memberId": "6810257017",
                        "membershipStartDate": "2025-02-13",
                        "mileage": {
                          "unit": "MILES",
                          "value": 2779
                        },
                        "pnrId": "6",
                        "points": 50043,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Oswald",
                        "last": "Baumbach-Nader",
                        "middle": "Rory",
                        "prefix": "Dr.",
                        "raw": "Sonya VonRueden",
                        "suffix": "I"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "TTNFFC",
                      "seat": {
                        "column": "N",
                        "row": "25",
                        "value": "4F"
                      },
                      "source": "HOST",
                      "standbyPriority": "9F",
                      "supplementaryData": {
                        "dhsStatus": 3,
                        "exclusiveWaitingArea": true,
                        "infraeroElectronicStamp": "79780195589055",
                        "loungeAccess": false,
                        "selectee": true,
                        "skyPriority": true,
                        "spanishLargeFamily": false,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "GI"
                      },
                      "ticketCouponNumber": "72",
                      "ticketNumber": {
                        "airlineAccountingCode": "926",
                        "checkDigit": "5",
                        "number": "69824615678593",
                        "serialNumber": "7595140214"
                      },
                      "upgradePriority": "JTfwX",
                      "zone": "2"
                    },
                    "checkedIn": true,
                    "checkInNumber": 818,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "rJwhGH3z5sm0AQ9sg4SH",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "422"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "299"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "398"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "171"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "093"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "4dBtQK9ig7ivB64bSYjV",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "825"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "640"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "088"
                                }
                              ]
                            },
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "4AjKXF3e4p43dR3y8xDz",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "985"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "722"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "501"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "594"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "VU0SO1sgQikNzJhCu8Pt",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "269"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "990"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "514"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "741"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "8S3nFgoEGI0dTm6ODe3I",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "761"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "638"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "DVZtWyItwrHZ67K3kBJx",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "165"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "j6JblqKcUva0lfib0QBg",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "012"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "gNJ9bUnmi5mrCLREXXQE",
                              "message": "Required travel document is missing.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "520"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "RmlJ0uDUUQeC6Hj3sprv",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "928"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "244"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "151"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "V2duhDRJ5D4Ua3U1iqjV",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "942"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "652"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "608"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "745"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "298"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "fFI5pjdciP2Rb0sYlvMJ",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "235"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "285"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "323"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "718"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "9U1raiSGqCPH2aiowyn8",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "490"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "595"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "022"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "SDNTAPnqdsXPR70tXWss",
                              "message": "It is too early for check-in.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "586"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "854"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": true,
                          "reason": [
                            {
                              "category": "INVALID_FLIGHT",
                              "details": "EBsKYN4owLYnF0s8rQ0I",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "336"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "779"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "VApSonsxJ2FwMIjVmyCp",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "332"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "668"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "631"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "228"
                                }
                              ]
                            },
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "jPtK2q50C6s1iSKEFIeY",
                              "message": "Payment processing failed.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "474"
                                }
                              ]
                            },
                            {
                              "category": "MISSING_DOCUMENT",
                              "details": "H3nbrjH32Lsvwf86Ye6m",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "544"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "554"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "125"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "c00bbed3-7c71-4667-98cd-9697b2b06219",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/vnd.apple.installer+xml",
                          "name": "down_mill.[object Object]",
                          "value": "QFZxok7vI4IkIRog2Tp2tBYJcnK8PgudfKESlCdfSPIivBu1irhhuF9GlIWIjKiD"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/rtf",
                            "name": "warm_drat.[object Object]",
                            "value": "9ZCzcBFCWHmKy2vAk0hAM3yvPRKxMY5wLZfbCfe5vgPxbIav59nbw39GGlnDeNur"
                          },
                          "layout": {
                            "contentType": "font/otf",
                            "name": "provided.[object Object]",
                            "value": "1Mc60aLRFIxsyd5QJTWsUszUA1tLeOg8Cd0rCSsXSw3C6ii981AyJr1PVeNy4GEH"
                          },
                          "template": {
                            "contentType": "video/mp4",
                            "name": "surge_profane.[object Object]",
                            "value": "JGuhvqsGOYKdRAY91TQvsG9j8fERgMCypLxiL43wBN1jY2BnzB3ln0cxvzlbMwV0"
                          },
                          "templates": [
                            {
                              "contentType": "audio/midi",
                              "name": "versus_moisten.[object Object]",
                              "value": "qFxNqJAsivBXzKgFpcWiRUYMydAxOszgWKhWVWz0CWTyJyhnSlx9g0XN818yQbRX"
                            },
                            {
                              "contentType": "application/vnd.rar",
                              "name": "small.[object Object]",
                              "value": "DNK8kE7nox8uw4KUyAUpSu0SCfQSxvwRHIaF1Wy88sspq0v8iSxRBiiqNL8d8FNk"
                            },
                            {
                              "contentType": "application/vnd.ms-excel",
                              "name": "aw.[object Object]",
                              "value": "9W5Hk0kXmJlbyaXbFaS8tYKSJYfWGJL0mkyYYHFB19zyBUlV9lcEsX5YkTEDSsyJ"
                            },
                            {
                              "contentType": "application/xml",
                              "name": "kindheartedly_aboard_that.[object Object]",
                              "value": "MnOHKXintjaa1eh39HEhY9yZUMQhSoIP2m0sLZrLAvyyw4KU8xkyXYXLUJAPbIyM"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "37eb4b7a-9dd3-40e4-b45c-bc3414febce7",
                      "offerId": "59472785-7d27-402d-bee9-c81be0c181bf",
                      "offerItemId": "e1846041-cffa-4f05-935d-2d861fdcfce8",
                      "type": "MIDDLE",
                      "value": "s9"
                    },
                    "priorityCode": "DLx",
                    "seat": {
                      "airExtraRef": "2791f2cd-3634-4790-86fc-cd725bdf9fb4",
                      "offerId": "e240b921-1a1f-4555-80e0-a6286bd3eeb7",
                      "offerItemId": "7ae9e7bc-ea5e-435a-9b39-50fa1e02f7be",
                      "type": "AISLE",
                      "value": "Ix"
                    },
                    "status": "BOARDED",
                    "upgradeCode": "0FH"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "eqS",
                        "country": "BB",
                        "sign": "WyF"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 9.8
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "87654321",
                            "11223344",
                            "12345678"
                          ],
                          "quantity": 1,
                          "totalWeight": {
                            "unit": "KG",
                            "value": 8.7
                          }
                        }
                      },
                      "barCode": "MSUMYfYfvmV1TTaZpRTygPjp5syVogqdhA4vR5bK",
                      "checkInSequenceNumber": "624",
                      "deck": {
                        "code": "UPPER",
                        "value": "OTHER"
                      },
                      "displayData": {
                        "accommodation": "RESIDENCE SUITE",
                        "agentCityName": "Fort Ambroseport",
                        "arrivalAirportName": "New Alanstad",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "9151",
                        "cabinClassCode": "p",
                        "cabinText": "FIRST CLASS",
                        "carryOnText": "NO CARRY-ON",
                        "childText": "INFANT",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "Stracketon",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "4499",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "2882",
                        "estimatedDepartureDate": "2027-06-18T00:00:00.0Z",
                        "estimatedDepartureTime": "3395",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY BASIC",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "CARRY ON OK",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "SILVER",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "fY3T",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "5555",
                        "scheduledDepartureDate": "2027-05-27T00:00:00.0Z",
                        "scheduledDepartureTime": "1722",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "regional",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 1847.89,
                        "atpcoRule": "Imeq",
                        "atpcoTariff": 81,
                        "bookingClass": "m",
                        "brand": "PW",
                        "cabinClass": "BUSINESS",
                        "cabinClassCode": "T",
                        "discountCategory": "00",
                        "fareBasisCode": "q43FL0",
                        "governingAirline": "[ob",
                        "id": "fab70682-b006-4625-a49d-db6682a221a6",
                        "operatingBookingClass": "A",
                        "privateTariff": true,
                        "type": "NRF",
                        "vendor": {
                          "code": "SMFC",
                          "value": "SABRE_MYFARES_SUBSCRIBERS"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "BT",
                        "arrivalFlightScheduleStatus": "ON_TIME",
                        "arrivalTerminal": "xW",
                        "arrivalTime": "2027-07-16T00:00:00.0Z",
                        "boardingTime": "1913-06-24T16:16:41.0Z",
                        "changeOfGauge": true,
                        "commuter": false,
                        "departureAirport": "[ob",
                        "departureCountry": "VI",
                        "departureFlightScheduleStatus": "ON_TIME",
                        "departureGate": "0I",
                        "departureTerminal": "Am",
                        "departureTime": "2027-01-16T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 2584
                        },
                        "equipment": "657",
                        "estimatedArrivalTime": "1910-08-01T16:43:37.0Z",
                        "estimatedDepartureTime": "1915-10-18T19:19:34.0Z",
                        "flightDuration": 255,
                        "flightNumber": "8",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-02-11T00:00:00.0Z",
                            "departureTime": "2027-05-09T00:00:00.0Z",
                            "duration": 174,
                            "elapsedTime": 191
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-12-16T00:00:00.0Z",
                            "departureTime": "2027-01-20T00:00:00.0Z",
                            "duration": 155,
                            "elapsedTime": 208
                          }
                        ],
                        "iatci": true,
                        "id": "3f5a7702-0f4c-4b1b-a8ec-f51d0979cea7",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "76",
                        "span": "DOMESTIC",
                        "status": "ON TIME",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": true,
                        "timeToDeparture": 540
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "application/json",
                          "name": "without.[object Object]",
                          "value": "TDsiCnr6wEnQbKLLNbUk0dBPV8j9WwphM61nua9nLTXVICqPxi5jg6deMYDl3t9m"
                        },
                        "image": {
                          "contentType": "application/json",
                          "name": "jubilant_why_circa.[object Object]",
                          "value": "w8LTocI58948ArD2aqhPf3VOs2XaCByho4Xq5yHL7l2qtflVk5v8AwVuWvBw4AEy"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/epub+zip",
                            "name": "than_hygienic.[object Object]",
                            "value": "8NuNA5I03ajYah7wypWJh0VVmAJBs2NZaiq0PKr5LYAsNQM3urvy0gX0Mi8ELPHs"
                          },
                          "layout": {
                            "contentType": "text/calendar",
                            "name": "dash.[object Object]",
                            "value": "OIJAqEDSZaKaSjSFV54sPp7158WjDEMCUtjQaX1uBhGK9U1jgf8uY5S6wmo2fj7W"
                          },
                          "template": {
                            "contentType": "audio/3gpp2",
                            "name": "cosset_ugh.[object Object]",
                            "value": "oJjXD9WHNSwn83nmaoHOsFyl5fBCcs6E9B5QH0drkUbVN4yzprlK2iU6glm2dnDL"
                          },
                          "templates": [
                            {
                              "contentType": "font/woff",
                              "name": "long_restfully.[object Object]",
                              "value": "RZaQdCyKBwSRsx1oB42s9bU4excO99vYalWUrDgZKLP2pUqgFjFRTNsfKHHDQUEX"
                            },
                            {
                              "contentType": "application/vnd.apple.installer+xml",
                              "name": "striking_below.[object Object]",
                              "value": "vHfBHhckISt2j9i8nkJHszzBG0z8FZQnPrmkxGN5Z52gmFldFZFgoINRZCMrRbVp"
                            },
                            {
                              "contentType": "application/x-sh",
                              "name": "indelible.[object Object]",
                              "value": "zeLsMl64ywrsurB01a9IeyOWqJp51B8kSu3iEdNzKVQZSTu92f3nRcHL9zgIKE4u"
                            },
                            {
                              "contentType": "application/xml",
                              "name": "ectoderm_inasmuch_what.[object Object]",
                              "value": "D6WNjdyD9608So2AyYOR8uvkt4WmVo2htQ43TarUAhr8INIcsCZnKq8z7TxNdrx2"
                            },
                            {
                              "contentType": "application/java-archive",
                              "name": "righteously.[object Object]",
                              "value": "IZvHt4HvTm88FD0zW17ex7Kef25EgEY4RZlz2aREZPYQj3YZJqQLM6O1WGM3jm9i"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": true,
                          "skyPriority": false,
                          "zone": "4"
                        },
                        "zpl": {
                          "contentType": "application/x-abiword",
                          "name": "hm.[object Object]",
                          "value": "ZhHIz6XijEkYcbqBkCuZDnq6GC0TDQIVmCJBUXp9p4gEYv6BFtvVO6YSmOHJlsAI"
                        }
                      },
                      "group": "55fZG7",
                      "loyaltyAccount": {
                        "id": "bf933d35-9c1e-44df-97d2-3e385d35e5a4",
                        "latestAwardDate": "2026-03-15",
                        "loyaltyTierLevel": {
                          "atpco": "70",
                          "customerInsight": "05",
                          "name": "gold",
                          "number": 3,
                          "priority": 9,
                          "tag": "PZt"
                        },
                        "memberAirline": "[ob",
                        "memberId": "0934855599",
                        "membershipStartDate": "2026-07-25",
                        "mileage": {
                          "unit": "MILES",
                          "value": 1590
                        },
                        "pnrId": "3",
                        "points": 42507,
                        "source": "SSCI"
                      },
                      "personName": {
                        "first": "Chris",
                        "last": "Romaguera",
                        "middle": "Reagan",
                        "prefix": "Miss",
                        "raw": "Gerard Keeling",
                        "suffix": "PhD"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "BDBSBM",
                      "seat": {
                        "column": "Z",
                        "row": "11",
                        "value": "22B"
                      },
                      "source": "EXTERNAL",
                      "standbyPriority": "Kq",
                      "supplementaryData": {
                        "dhsStatus": 3,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "50877221491621",
                        "loungeAccess": false,
                        "selectee": false,
                        "skyPriority": false,
                        "spanishLargeFamily": true,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "CI"
                      },
                      "ticketCouponNumber": "13",
                      "ticketNumber": {
                        "airlineAccountingCode": "257",
                        "checkDigit": "1",
                        "number": "72660459007865",
                        "serialNumber": "9531528263"
                      },
                      "upgradePriority": "0yz6g",
                      "zone": "3"
                    },
                    "checkedIn": false,
                    "checkInNumber": 951,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "Duquv3ZKqdHj6FScR5bw",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "137"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "215"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "INSUFFICIENT_FUNDS",
                              "details": "yGj8KfaVm7YIscnIJbEE",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "848"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "796"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "864"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "531"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "038"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "50e69cc9-b48a-4e4d-99a2-b8f718272d70",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "text/html",
                          "name": "inasmuch_depart_solicit.[object Object]",
                          "value": "k5Q8WsDx4LFuaU86cHR5Bodje1BHRaClvouSR09u2JtQf90ONWfcniX15Qu0ZJnh"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "font/woff2",
                            "name": "whether_thread.[object Object]",
                            "value": "VsEEGvVFiAJfPKXOWkPhOdtubMGBO3iP34GBkV1yBDRAQ7BPrRAr1NWNSJMZS77O"
                          },
                          "layout": {
                            "contentType": "application/octet-stream",
                            "name": "till.[object Object]",
                            "value": "5LM51HlwJrDjTpLqmg8D3wsRYeS9hyAGWsefws6GqipOFNPOgeds49YrZeTY9OEc"
                          },
                          "template": {
                            "contentType": "application/rtf",
                            "name": "appreciate_viciously.[object Object]",
                            "value": "B05Wv7mcnVIjL2cUiPAVYNMfvulmk1EYHA8oF3dLRdu2GeHuOx5X1UDXRsl9WwLz"
                          },
                          "templates": [
                            {
                              "contentType": "application/vnd.visio",
                              "name": "aboard.[object Object]",
                              "value": "F2Afq0Ve1PZ0zt4Hg20WbU2k84SHipRjvZGHzvuoUnWEwoFSJIrz6mRZnV83mdQ1"
                            },
                            {
                              "contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
                              "name": "within_loosely_reassuringly.[object Object]",
                              "value": "4WS3rXeM8oPSkQRTkKuhUfeBAUb4iIcbsZFWEyEv4x9OfmBPVudqcQSZEQJC6HKU"
                            },
                            {
                              "contentType": "application/x-csh",
                              "name": "likewise_charlatan.[object Object]",
                              "value": "4V5CfdErXkOEryfec5YfIHglTuGCu3BVkcLmdP0bSEgGQfRNCxS7S7iMCOQ73e03"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "0a83b6ef-ff59-4c1a-aa34-ef46e8c14b2c",
                      "offerId": "0906bda7-79df-46a3-9d3b-b52d48322369",
                      "offerItemId": "c2cc1b8e-6c17-4eb7-a1bb-dc08f859ab56",
                      "type": "MIDDLE",
                      "value": "LC"
                    },
                    "priorityCode": "nPG",
                    "seat": {
                      "airExtraRef": "a05a9fd6-bfd0-4007-a2fe-4c6810d7dcf9",
                      "offerId": "2450ad87-5909-43cf-8229-0434ac5ef4ca",
                      "offerItemId": "5ecec51e-c8bd-45cc-8118-8626de098b54",
                      "type": "WINDOW",
                      "value": "jJ"
                    },
                    "status": "ON_PRIORITY_LIST",
                    "upgradeCode": "Fix"
                  },
                  {
                    "boardingPass": {
                      "agent": {
                        "city": "ciL",
                        "country": "VA",
                        "sign": "hls"
                      },
                      "baggage": {
                        "carryOnWeight": {
                          "unit": "LB",
                          "value": 14.9
                        },
                        "checkedInBaggage": {
                          "bagTagNumber": [
                            "11223344",
                            "87654321",
                            "12345678"
                          ],
                          "quantity": 2,
                          "totalWeight": {
                            "unit": "LB",
                            "value": 19.6
                          }
                        }
                      },
                      "barCode": "hkhNEeRTU9JIb5gQboHURZ7aylDdfKN1NXXIYknd",
                      "checkInSequenceNumber": "998",
                      "deck": {
                        "code": "UPPER",
                        "value": "OTHER"
                      },
                      "displayData": {
                        "accommodation": "FIRST CLASS",
                        "agentCityName": "Brittanyview",
                        "arrivalAirportName": "East Claudietown",
                        "boardingPassOnlyText": "BOARDING PASS ONLY",
                        "boardingTime": "0831",
                        "cabinClassCode": "w",
                        "cabinText": "BUSINESS",
                        "carryOnText": "CARRY-ON",
                        "childText": "INFANT",
                        "commuterAirlineName": "[object Object]",
                        "commuterOperatedByText": "OPERATED BY",
                        "departureAirportName": "South Julietbury",
                        "documentTypeText": "BOARDING PASS",
                        "doorCloseTime": "5926",
                        "edifactApiText": "API OK",
                        "entitlementTexts": {
                          "fastTrack": "FAST TRACK",
                          "loungeAccess": "LOUNGE XTRA",
                          "priorityBoarding": "PRIORITY"
                        },
                        "estimatedArrivalTime": "7262",
                        "estimatedDepartureDate": "2027-05-29T00:00:00.0Z",
                        "estimatedDepartureTime": "3117",
                        "evenMoreSpeedText": "EVEN MORE SPEED",
                        "exitText": "E X I T",
                        "fareBrandText": "ECONOMY PLUS",
                        "flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
                        "handLuggageText": "CARRY ON OK",
                        "loungeAccessText": "LOUNGE",
                        "loyaltyAccountTierName": "SILVER",
                        "marketingAirlineName": "[object Object]",
                        "operatingAirlineName": "[object Object]",
                        "pingTipText": "NFpD",
                        "plusInfantText": "PLUS INFANT",
                        "premiumText": "PREMIUM",
                        "priorityAaccessText": "PRIORITY AACCESS",
                        "priorityBoardingText": "PRIORITY BOARDING",
                        "priorityText": "PRIORITY",
                        "scheduledArrivalTime": "0101",
                        "scheduledDepartureDate": "2027-06-01T00:00:00.0Z",
                        "scheduledDepartureTime": "7048",
                        "skyPriorityText": "SKYPRIORITY",
                        "spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
                        "spanishResidentText": "RESI/RESI NO VERIFICADO",
                        "specialService": [
                          "WCHR"
                        ],
                        "speedText": "SPEED",
                        "tboText": "TBO EN",
                        "thruAirportName": [
                          "LIMA"
                        ],
                        "thruText": "THRU",
                        "ticketTypeText": "ELECTRONIC",
                        "tsaPreCheckText": "TSA PRE",
                        "wetleaseAircraftTypeName": "widebody",
                        "wetleaseAirlineName": "[object Object]",
                        "wetleaseOperatedByText": "OPERATED BY"
                      },
                      "fareInfo": {
                        "amount": 152.43,
                        "atpcoRule": "Y0Xx",
                        "atpcoTariff": 73,
                        "bookingClass": "W",
                        "brand": "9Y",
                        "cabinClass": "PREMIUM_FIRST",
                        "cabinClassCode": "v",
                        "discountCategory": "61",
                        "fareBasisCode": "5QjwLf",
                        "governingAirline": "[ob",
                        "id": "e141336d-a111-43e0-8daf-12a76c7846cf",
                        "operatingBookingClass": "g",
                        "privateTariff": true,
                        "type": "NLX",
                        "vendor": {
                          "code": "SMFC",
                          "value": "ATPCO"
                        }
                      },
                      "flightDetail": {
                        "aircraftLease": {
                          "lessorAirline": "[ob",
                          "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
                        },
                        "airline": "[ob",
                        "arrivalAirport": "[ob",
                        "arrivalCountry": "DK",
                        "arrivalFlightScheduleStatus": "DELAYED",
                        "arrivalTerminal": "VB",
                        "arrivalTime": "2026-10-01T00:00:00.0Z",
                        "boardingTime": "1920-11-09T05:42:33.0Z",
                        "changeOfGauge": false,
                        "commuter": true,
                        "departureAirport": "[ob",
                        "departureCountry": "PG",
                        "departureFlightScheduleStatus": "CANCELLED",
                        "departureGate": "rq",
                        "departureTerminal": "Mp",
                        "departureTime": "2026-10-21T00:00:00.0Z",
                        "disclosureAirline": "[ob",
                        "distance": {
                          "unit": "MILES",
                          "value": 4974
                        },
                        "equipment": "728",
                        "estimatedArrivalTime": "1901-04-14T08:59:35.0Z",
                        "estimatedDepartureTime": "1968-04-10T11:52:49.0Z",
                        "flightDuration": 562,
                        "flightNumber": "4197",
                        "flightStop": [
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-08-09T00:00:00.0Z",
                            "departureTime": "2027-02-12T00:00:00.0Z",
                            "duration": 131,
                            "elapsedTime": 69
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-03-11T00:00:00.0Z",
                            "departureTime": "2027-04-24T00:00:00.0Z",
                            "duration": 152,
                            "elapsedTime": 87
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2026-10-18T00:00:00.0Z",
                            "departureTime": "2026-10-31T00:00:00.0Z",
                            "duration": 168,
                            "elapsedTime": 245
                          },
                          {
                            "airport": "[ob",
                            "arrivalTime": "2027-04-20T00:00:00.0Z",
                            "departureTime": "2026-11-14T00:00:00.0Z",
                            "duration": 134,
                            "elapsedTime": 278
                          }
                        ],
                        "iatci": true,
                        "id": "41c5272b-6a4b-4bcf-a0bf-b4c675800e14",
                        "operatingAirline": "[ob",
                        "operatingAirlineName": "[object Object]",
                        "operatingFlightNumber": "9",
                        "span": "INTERNATIONAL",
                        "status": "CANCELLED",
                        "subjectToGovernmentApproval": true,
                        "thirdPartyGroundHandled": false,
                        "throughFlight": true,
                        "timeToDeparture": 689
                      },
                      "formattedBoardingPass": {
                        "document": {
                          "contentType": "font/ttf",
                          "name": "boyfriend_closely.[object Object]",
                          "value": "gxrE0JiXVTaNHgMzHMqPsR0vjimGVaFnYFDguyLs6ZhtmpsqqWWk8BnjqyKml0gt"
                        },
                        "image": {
                          "contentType": "application/vnd.visio",
                          "name": "illustrious_on_inquisitively.[object Object]",
                          "value": "rXou8sN6MiLjdlMjK9iZL36DrQD80gCDhL6gPIIarWoJjU3xsRktvWr1nXbvm1Ve"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/x-bzip2",
                            "name": "per.[object Object]",
                            "value": "hj7079By7HZDUx9NpRPbn24sS1ovWqFrwVGqb44BnVBRAYXNnoi4eeoP30LansBr"
                          },
                          "layout": {
                            "contentType": "application/vnd.apple.installer+xml",
                            "name": "orchestrate.[object Object]",
                            "value": "4cwACrTwvKeO3zrU0knQQD7Dg4BLavUC21JMALjTCLeVDKD5PF3kWFMrnT7jfVTS"
                          },
                          "template": {
                            "contentType": "application/vnd.amazon.ebook",
                            "name": "facilitate.[object Object]",
                            "value": "OfbE1s4nbtS1wqKeGOJYabxj6sU2HCVjETXkJwBtlwLeOEtpVC7EqPWEJTFfmKbI"
                          },
                          "templates": [
                            {
                              "contentType": "video/mp2t",
                              "name": "present.[object Object]",
                              "value": "kniTK1DB5jw3lPo0H65FzDr2ANSC9z6zWInfnQ4jonwTkBuDtWrTZNMsMpXEqpeE"
                            },
                            {
                              "contentType": "application/json",
                              "name": "granny_given_before.[object Object]",
                              "value": "zYJGFncvgt7gxY5Cg92ATUVBymLb6dKJmgclfko05SfSeT9efj5Jj08kfn0FLWpT"
                            },
                            {
                              "contentType": "application/java-archive",
                              "name": "strictly_nautical_rewarding.[object Object]",
                              "value": "R7OQuXQPqD8UWRBCn5USuHmBcTexYhMf7IdrFeFbNCICxlvFECKoGZgPsa6APe96"
                            }
                          ]
                        },
                        "supplementaryData": {
                          "accommodation": "FIRST CLASS",
                          "selectee": false,
                          "skyPriority": false,
                          "zone": "3"
                        },
                        "zpl": {
                          "contentType": "application/x-tar",
                          "name": "cumbersome_chase_worth.[object Object]",
                          "value": "A5kuK5gYpjmsgzX2f8CvsACgp5jFyqlxRhSHQT2UDUemvB7QZJW0KU3KlGHKPv5C"
                        }
                      },
                      "group": "GsRwhu",
                      "loyaltyAccount": {
                        "id": "e8194a1f-d525-4edc-8681-87807ce510d1",
                        "latestAwardDate": "2025-12-08",
                        "loyaltyTierLevel": {
                          "atpco": "06",
                          "customerInsight": "56",
                          "name": "platinum",
                          "number": 3,
                          "priority": 5,
                          "tag": "WCQ"
                        },
                        "memberAirline": "[ob",
                        "memberId": "5050244813",
                        "membershipStartDate": "2022-10-02",
                        "mileage": {
                          "unit": "MILES",
                          "value": 733
                        },
                        "pnrId": "6",
                        "points": 46497,
                        "source": "PNR"
                      },
                      "personName": {
                        "first": "Lane",
                        "last": "Littel",
                        "middle": "August",
                        "prefix": "Miss",
                        "raw": "Roberto Boyer V",
                        "suffix": "DVM"
                      },
                      "priorityVerificationCard": false,
                      "recordLocator": "WBEZZB",
                      "seat": {
                        "column": "I",
                        "row": "77",
                        "value": "34B"
                      },
                      "source": "HOST",
                      "standbyPriority": "9c",
                      "supplementaryData": {
                        "dhsStatus": 2,
                        "exclusiveWaitingArea": false,
                        "infraeroElectronicStamp": "42624538359782",
                        "loungeAccess": false,
                        "selectee": true,
                        "skyPriority": true,
                        "spanishLargeFamily": false,
                        "spanishResident": false,
                        "tboAirport": "[ob",
                        "throughAirport": "[ob",
                        "throughCountry": "GY"
                      },
                      "ticketCouponNumber": "87",
                      "ticketNumber": {
                        "airlineAccountingCode": "544",
                        "checkDigit": "9",
                        "number": "68856166538086",
                        "serialNumber": "3230185841"
                      },
                      "upgradePriority": "XMk9n",
                      "zone": "7"
                    },
                    "checkedIn": false,
                    "checkInNumber": 310,
                    "eligibilities": {
                      "eligibility": [
                        {
                          "notEligible": false,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "l7duenvzN2MVOIBp0Fvz",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "435"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "760"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "557"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "004"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "418"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "zwxN98RPhYFpe0F3rCDT",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "905"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "406"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "318"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "046"
                                },
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "898"
                                }
                              ]
                            },
                            {
                              "category": "TOO_EARLY_FOR_CHECK_IN",
                              "details": "MffCNW4od98p6M6qH9cD",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "070"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "382"
                                },
                                {
                                  "name": "TIME_TO_OPEN_CHECK_IN",
                                  "value": "012"
                                },
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "997"
                                }
                              ]
                            },
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "3JXKBNytHl2fMB8awysu",
                              "message": "Booking has been cancelled.",
                              "property": [
                                {
                                  "name": "MINIMUM_AGE_REQUIRED",
                                  "value": "905"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        },
                        {
                          "notEligible": true,
                          "reason": [
                            {
                              "category": "BOOKING_CANCELLED",
                              "details": "rFJbk6UhquHyWHS56ob9",
                              "message": "This flight is not eligible.",
                              "property": [
                                {
                                  "name": "DOCUMENT_EXPIRY_THRESHOLD",
                                  "value": "785"
                                }
                              ]
                            }
                          ],
                          "type": "CHECK_IN"
                        }
                      ]
                    },
                    "flightRefs": [
                      "id01",
                      "id02"
                    ],
                    "id": "cc8ac187-d59f-42a4-9e9c-0dc675d0a3a0",
                    "loungeCard": {
                      "formattedLoungeCard": {
                        "image": {
                          "contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
                          "name": "an_until_until.[object Object]",
                          "value": "kLmnT9zZbzg8yjfA7rsNOnQEjVo518HthIpRXyZGGUxbhEmOcbdXxPPVnrz5LpGG"
                        },
                        "pectab": {
                          "data": {
                            "contentType": "application/vnd.ms-excel",
                            "name": "notwithstanding_translation.[object Object]",
                            "value": "uwPJsuJp3kyFo1LdVzjGuj3PqkHoWYxOgt3IJTusjfwce0HVxiBUuGngNu2PErxC"
                          },
                          "layout": {
                            "contentType": "image/bmp",
                            "name": "within_mmm_mmm.[object Object]",
                            "value": "Q2IJeV56OpYG3vRRAS3tUtIT3Qfe3HAJ0cgvKtDi2hGDIWrp0fBXUGKCE4vLDDkc"
                          },
                          "template": {
                            "contentType": "font/otf",
                            "name": "whether_um_made_up.[object Object]",
                            "value": "OistmmaiHtVjP54MY7nIey9yS6vmoyA2Oanb67WhGMvbIl6PsCWSsUIHHySW8g4U"
                          },
                          "templates": [
                            {
                              "contentType": "application/x-sh",
                              "name": "terribly_alongside_yearly.[object Object]",
                              "value": "ByxCOPTxfdMysjXAwpzrwgolYyVmA8nKb6EYmdJOh6cBScGh1UGliJLnPLLDNDHb"
                            },
                            {
                              "contentType": "application/x-httpd-php",
                              "name": "shyly_underneath_like.[object Object]",
                              "value": "w2L6tydSM9zmq0yKKka7TAUbzSyB6p8VNsweKQxYp7Urte82Orf4pQErYFl6x25P"
                            }
                          ]
                        }
                      }
                    },
                    "preReservedSeat": {
                      "airExtraRef": "b80f5038-74a3-46f1-a78e-17a1bac1c244",
                      "offerId": "5168ac8a-a8a4-4452-8132-1269b3fa9138",
                      "offerItemId": "a574f779-9b23-40c4-a2ee-189363f22541",
                      "type": "WINDOW",
                      "value": "Y5"
                    },
                    "priorityCode": "qws",
                    "seat": {
                      "airExtraRef": "e66ea0aa-286a-48dc-98d1-2028289f411e",
                      "offerId": "840ed8ad-210e-4e0e-ac30-3b83108436eb",
                      "offerItemId": "b8dc1b7a-4c34-4f35-8ec0-e7be723eba06",
                      "type": "WINDOW",
                      "value": "6P"
                    },
                    "status": "UNKNOWN",
                    "upgradeCode": "M4s"
                  }
                ],
                "passengerOffer": {
                  "offerId": "35c3e8a3-8ded-484b-986d-0a32af25",
                  "offerItems": [
                    {
                      "annotations": [
                        {
                          "key": "LGuNDw",
                          "value": "BglDWnLGkr"
                        },
                        {
                          "key": "cpkURV",
                          "value": "kuuLVfbsSb"
                        }
                      ],
                      "availableQuantity": 38,
                      "bannerName": "Oriental",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "2cefa930-f9f0-45f9-91ea-4ab9e32a",
                      "offerName": "Tasty Rubber Hat",
                      "price": {
                        "currency": "MDL",
                        "value": 157.81
                      },
                      "priority": 7
                    },
                    {
                      "annotations": [
                        {
                          "key": "aEeTIN",
                          "value": "LpeRyQmdgV"
                        },
                        {
                          "key": "VTXiYJ",
                          "value": "VOoacRmeJM"
                        },
                        {
                          "key": "INMvfw",
                          "value": "RqsZxinrHW"
                        },
                        {
                          "key": "PdwrBN",
                          "value": "qxXGwVemnX"
                        },
                        {
                          "key": "EaVvzQ",
                          "value": "jHLpyUnDZK"
                        }
                      ],
                      "availableQuantity": 16,
                      "bannerName": "Elegant",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "7af05acb-18f2-4fe5-8f19-6dd54c27",
                      "offerName": "Elegant Steel Shoes",
                      "price": {
                        "currency": "DJF",
                        "value": 28.95
                      },
                      "priority": 3
                    },
                    {
                      "annotations": [
                        {
                          "key": "HUoHKf",
                          "value": "oEegKzHkqE"
                        },
                        {
                          "key": "wHaiOH",
                          "value": "tkVkTuVYMd"
                        },
                        {
                          "key": "mJSufy",
                          "value": "cwRucdtoet"
                        },
                        {
                          "key": "xYhmaa",
                          "value": "PLReAWsHIn"
                        }
                      ],
                      "availableQuantity": 30,
                      "bannerName": "Unbranded",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "e6de52b9-e3e3-45cf-baa4-411e6211",
                      "offerName": "Oriental Concrete Sausages",
                      "price": {
                        "currency": "VND",
                        "value": 277.34
                      },
                      "priority": 6
                    },
                    {
                      "annotations": [
                        {
                          "key": "hMkLyn",
                          "value": "TxYpEocnfA"
                        }
                      ],
                      "availableQuantity": 30,
                      "bannerName": "Soft",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "a2535a3b-046c-4080-bad2-57f00e73",
                      "offerName": "Awesome Ceramic Fish",
                      "price": {
                        "currency": "NAD",
                        "value": 74.05
                      },
                      "priority": 9
                    },
                    {
                      "annotations": [
                        {
                          "key": "SwUSZG",
                          "value": "qQSohUwZjE"
                        },
                        {
                          "key": "AnpNPd",
                          "value": "AYQZJvNhRz"
                        },
                        {
                          "key": "IhqDyo",
                          "value": "GSOtmDljFt"
                        },
                        {
                          "key": "pFTYaJ",
                          "value": "HMBxVJjZCU"
                        },
                        {
                          "key": "OEYKyW",
                          "value": "hulzFfacgo"
                        }
                      ],
                      "availableQuantity": 17,
                      "bannerName": "Awesome",
                      "characteristics": [
                        "CH 1A W"
                      ],
                      "offerItemId": "ce769125-62d2-45f9-ac62-00a3c86e",
                      "offerName": "Gorgeous Bronze Soap",
                      "price": {
                        "currency": "IDR",
                        "value": 121.09
                      },
                      "priority": 6
                    }
                  ]
                },
                "passengerType": "INF",
                "segmentRef": "c3c290c2-334f-4c39-b374-56e193458b77",
                "upgradeAvailability": [
                  {
                    "bookingClassAvailabilityRef": "8747b26b-e66f-4a29-80f3-1f39754358eb",
                    "cabin": "k",
                    "description": "First",
                    "id": "4fa0e567-3239-4759-ba6d-eecb42622140",
                    "pricedAncillaryRef": "91b16519-b2f3-4f24-b53b-95f3007a748e"
                  }
                ]
              }
            ]
          },
          "personName": {
            "first": "Columbus",
            "last": "Bosco-Auer",
            "middle": "Emerson",
            "prefix": "Mrs.",
            "raw": "Brent Botsford",
            "suffix": "V"
          },
          "recordLocator": "MXJBHF",
          "requestedSearchCriteria": {
            "fulfilled": true
          },
          "requestedType": "SENIOR",
          "syntheticIdentifier": "GGuy8Ihi5Wgt6V5ulPHYsPFiF",
          "ticket": [
            {
              "agent": {
                "duty": "zG",
                "homeBranch": "52610",
                "homeLocation": "Cdg",
                "homeStation": "2315",
                "lniata": "XR9S1Q",
                "sine": "iHl",
                "stationLocation": "wDG",
                "stationNumber": "6398",
                "ticketingProvider": {
                  "checkDigit": "7",
                  "name": "Swaniawski and Sons",
                  "number": "177",
                  "value": "OM"
                },
                "type": "P",
                "workLocation": "Rfp"
              },
              "discountDetails": {
                "dealName": [
                  "MEMBER_ONLY",
                  "EARLY_BIRD",
                  "SUMMER_SALE"
                ],
                "offerName": [
                  "Promo1",
                  "Promo2"
                ],
                "promotionCode": [
                  "SAVE20",
                  "SAVE50"
                ]
              },
              "expiryDate": "2027-07-14",
              "fareCalculation": "kiS51uUArGbwkPzL93qf",
              "fareCalculationMode": "8",
              "fareCalculationPricing": "0",
              "history": [
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "3856503612",
                        "provider": "[object Object]",
                        "tier": "HP"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "QL",
                    "homeLocation": "bFo",
                    "lniata": "3k7GKW",
                    "sine": "jsx",
                    "ticketingProvider": {
                      "checkDigit": "3",
                      "name": "Towne - Barrows",
                      "number": "612",
                      "value": "zw"
                    },
                    "workLocation": "buG"
                  },
                  "code": "WC",
                  "details": {
                    "accountingCode": "nWNfu1",
                    "affectedCoupons": "02",
                    "currentDocumentStatus": "GV",
                    "documentEventActivity": "AYQPV",
                    "documentPurgeTypeCode": "CK",
                    "newReservation": "CTXMDB",
                    "oldRemark": "SFdJGEGWIK",
                    "oldReservation": "TYKRTT",
                    "previousDocumentStatus": "ke",
                    "supportingDocument": "6696557892"
                  },
                  "number": 552,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "43",
                      "number": 22,
                      "sequence": 5
                    },
                    "supportingDocument": {
                      "affectedCoupons": "56",
                      "number": 167,
                      "sequence": 3
                    }
                  },
                  "sequence": 3,
                  "serviceCouponHistory": [
                    {
                      "coupon": 2,
                      "currentStatus": "Pp",
                      "sequence": 2
                    },
                    {
                      "coupon": 1,
                      "currentStatus": "hs",
                      "sequence": 5
                    },
                    {
                      "coupon": 6,
                      "currentStatus": "jU",
                      "sequence": 2
                    }
                  ],
                  "transactionInfo": {
                    "id": "b7339c2a-ac82-46a2-8582-4481f993e404",
                    "inputMessage": "oidExsAYtErncxGDLfAy",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Williamson LLC"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "6967317387",
                        "provider": "[object Object]",
                        "tier": "Wc"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "0454069464",
                        "provider": "[object Object]",
                        "tier": "lX"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "4553521015",
                        "provider": "[object Object]",
                        "tier": "Fk"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "pR",
                    "homeLocation": "TlD",
                    "lniata": "KCbvf0",
                    "sine": "cmM",
                    "ticketingProvider": {
                      "checkDigit": "9",
                      "name": "Mueller, Strosin and O'Keefe",
                      "number": "902",
                      "value": "tD"
                    },
                    "workLocation": "VZb"
                  },
                  "code": "wD",
                  "details": {
                    "accountingCode": "Bwv5Cu",
                    "affectedCoupons": "58",
                    "currentDocumentStatus": "Ii",
                    "documentEventActivity": "zubJF",
                    "documentPurgeTypeCode": "bl",
                    "newReservation": "TTSSUF",
                    "oldRemark": "MKgdUQfUEq",
                    "oldReservation": "UDKYYT",
                    "previousDocumentStatus": "tj",
                    "supportingDocument": "2994684344"
                  },
                  "number": 983,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "38",
                      "number": 207,
                      "sequence": 5
                    },
                    "supportingDocument": {
                      "affectedCoupons": "17",
                      "number": 679,
                      "sequence": 3
                    }
                  },
                  "sequence": 5,
                  "serviceCouponHistory": [
                    {
                      "coupon": 4,
                      "currentStatus": "ga",
                      "sequence": 2
                    },
                    {
                      "coupon": 4,
                      "currentStatus": "Pg",
                      "sequence": 1
                    },
                    {
                      "coupon": 4,
                      "currentStatus": "Oi",
                      "sequence": 4
                    },
                    {
                      "coupon": 7,
                      "currentStatus": "ky",
                      "sequence": 4
                    },
                    {
                      "coupon": 4,
                      "currentStatus": "oD",
                      "sequence": 4
                    }
                  ],
                  "transactionInfo": {
                    "id": "7edb8b68-7e73-49e6-aec8-29f8a74de5a5",
                    "inputMessage": "CYBDAxaKVEQosjRvaMyT",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Gerhold Group"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "0218407450",
                        "provider": "[object Object]",
                        "tier": "KN"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "1486217429",
                        "provider": "[object Object]",
                        "tier": "Hd"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "1625631176",
                        "provider": "[object Object]",
                        "tier": "Kb"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "1346785131",
                        "provider": "[object Object]",
                        "tier": "aA"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "3864519509",
                        "provider": "[object Object]",
                        "tier": "Bg"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "sJ",
                    "homeLocation": "nMf",
                    "lniata": "CxAc6F",
                    "sine": "yxW",
                    "ticketingProvider": {
                      "checkDigit": "4",
                      "name": "Heidenreich - Dietrich",
                      "number": "710",
                      "value": "EC"
                    },
                    "workLocation": "kyo"
                  },
                  "code": "hf",
                  "details": {
                    "accountingCode": "LfWRDE",
                    "affectedCoupons": "85",
                    "currentDocumentStatus": "Do",
                    "documentEventActivity": "iJVYU",
                    "documentPurgeTypeCode": "Sr",
                    "newReservation": "CVBQBQ",
                    "oldRemark": "wdVqdRCGji",
                    "oldReservation": "NRVKKV",
                    "previousDocumentStatus": "ys",
                    "supportingDocument": "2225577236"
                  },
                  "number": 183,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "64",
                      "number": 599,
                      "sequence": 1
                    },
                    "supportingDocument": {
                      "affectedCoupons": "66",
                      "number": 324,
                      "sequence": 1
                    }
                  },
                  "sequence": 1,
                  "serviceCouponHistory": [
                    {
                      "coupon": 8,
                      "currentStatus": "TB",
                      "sequence": 1
                    }
                  ],
                  "transactionInfo": {
                    "id": "bb1aeed5-8235-4d48-abbc-ac57503c11d1",
                    "inputMessage": "OoEojUbxxryYBCqLKzci",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Hirthe, Rempel and Kunze"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "1154227169",
                        "provider": "[object Object]",
                        "tier": "NW"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "0882346193",
                        "provider": "[object Object]",
                        "tier": "JQ"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "0258857446",
                        "provider": "[object Object]",
                        "tier": "SB"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "5955820567",
                        "provider": "[object Object]",
                        "tier": "VF"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "7665509303",
                        "provider": "[object Object]",
                        "tier": "oX"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "RD",
                    "homeLocation": "aKJ",
                    "lniata": "FFux1m",
                    "sine": "zGw",
                    "ticketingProvider": {
                      "checkDigit": "7",
                      "name": "Mraz - Lehner",
                      "number": "212",
                      "value": "IC"
                    },
                    "workLocation": "HnF"
                  },
                  "code": "XM",
                  "details": {
                    "accountingCode": "zftaI0",
                    "affectedCoupons": "18",
                    "currentDocumentStatus": "Ry",
                    "documentEventActivity": "lFnsa",
                    "documentPurgeTypeCode": "am",
                    "newReservation": "TFKHDU",
                    "oldRemark": "DehZpJMxNB",
                    "oldReservation": "DUAZRG",
                    "previousDocumentStatus": "SK",
                    "supportingDocument": "9309623541"
                  },
                  "number": 761,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "21",
                      "number": 526,
                      "sequence": 1
                    },
                    "supportingDocument": {
                      "affectedCoupons": "76",
                      "number": 282,
                      "sequence": 2
                    }
                  },
                  "sequence": 2,
                  "serviceCouponHistory": [
                    {
                      "coupon": 2,
                      "currentStatus": "HD",
                      "sequence": 3
                    },
                    {
                      "coupon": 1,
                      "currentStatus": "nT",
                      "sequence": 3
                    },
                    {
                      "coupon": 6,
                      "currentStatus": "QI",
                      "sequence": 4
                    },
                    {
                      "coupon": 6,
                      "currentStatus": "Hc",
                      "sequence": 2
                    }
                  ],
                  "transactionInfo": {
                    "id": "79be5a73-91e4-4237-b6dc-429e67adbde0",
                    "inputMessage": "xbVUvRJfISNFDPibjKCX",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Crooks LLC"
                  }
                }
              ],
              "id": "3e78ae53-0663-4baa-94f8-8e7d674c2f8f",
              "issued": false,
              "issueDate": "2025-12-25T00:00:00.0Z",
              "issueTime": {
                "useForPricing": false,
                "value": "2025-11-29T00:00:00.0Z"
              },
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "MAD",
                    "value": 143.47
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "mYqRZgEOHX",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "KHR",
                    "value": 216.17
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "ARS",
                    "value": 324.8
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "VND",
                    "value": 46.93
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": true,
                  "remarks": "FdsyGHvNju",
                  "sequence": 4,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "MDL",
                    "value": 335.97
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "RWF",
                    "value": 416.39
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "TOP",
                    "value": 275.99
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "mrtkQmjFmp",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "MNT",
                    "value": 229.81
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "ERN",
                    "value": 244.75
                  }
                }
              ],
              "presentCreditCard": false,
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "513033",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "NOK",
                      "value": 328.88
                    },
                    "valueCode": "xfEg"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 0.9127,
                      "bankerSellingRate": 1.1571,
                      "iataClearingHouseRate": 1.042
                    },
                    "text": "088239",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "TND",
                      "value": 495.98
                    },
                    "valueCode": "LzKe"
                  },
                  "net": {
                    "text": "012365",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "KWD",
                      "value": 487.23
                    },
                    "valueCode": "grrA"
                  },
                  "tax": [
                    {
                      "exempt": true,
                      "name": "pnXOvBLXgF",
                      "sequence": 4,
                      "status": "sA",
                      "taxCode": "xRt",
                      "text": "530311",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "XCD",
                        "value": 425.35
                      },
                      "valueCode": "ksEn"
                    },
                    {
                      "exempt": false,
                      "name": "GPWNOTqMbh",
                      "sequence": 2,
                      "status": "yu",
                      "taxCode": "umW",
                      "text": "649363",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "ISK",
                        "value": 232.88
                      },
                      "valueCode": "JBQP"
                    },
                    {
                      "exempt": true,
                      "name": "EHODXbAGQL",
                      "sequence": 3,
                      "status": "uW",
                      "taxCode": "yvV",
                      "text": "129325",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "TJS",
                        "value": 53.44
                      },
                      "valueCode": "uoir"
                    },
                    {
                      "exempt": false,
                      "name": "wuuWVHNeOI",
                      "sequence": 4,
                      "status": "WN",
                      "taxCode": "hyX",
                      "text": "703338",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "BTN",
                        "value": 429.76
                      },
                      "valueCode": "0GjP"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 1.1876,
                    "text": "860627",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "MRU",
                      "value": 283.58
                    },
                    "valueCode": "08xi"
                  },
                  "totalTax": {
                    "text": "871596",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "VND",
                      "value": 27.07
                    },
                    "valueCode": "qZt0"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": true,
                      "name": "cvLQNCzLxo",
                      "sequence": 2,
                      "status": "cC",
                      "taxCode": "tiU",
                      "text": "487527",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "KPW",
                        "value": 85.9
                      },
                      "valueCode": "EdTH"
                    },
                    {
                      "exempt": false,
                      "name": "boEZPjypGV",
                      "sequence": 4,
                      "status": "wk",
                      "taxCode": "Ecv",
                      "text": "822847",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "CZK",
                        "value": 171.93
                      },
                      "valueCode": "Zxxl"
                    },
                    {
                      "exempt": true,
                      "name": "VjOneLJYuP",
                      "sequence": 2,
                      "status": "dB",
                      "taxCode": "VYz",
                      "text": "753045",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "TTD",
                        "value": 373.62
                      },
                      "valueCode": "HeTM"
                    },
                    {
                      "exempt": true,
                      "name": "vjhCnlGyzd",
                      "sequence": 5,
                      "status": "GL",
                      "taxCode": "WSR",
                      "text": "273688",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "BDT",
                        "value": 470.99
                      },
                      "valueCode": "VVSt"
                    },
                    {
                      "exempt": true,
                      "name": "CKrYkbCFTO",
                      "sequence": 5,
                      "status": "Hp",
                      "taxCode": "xsP",
                      "text": "029464",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "LSL",
                        "value": 463.87
                      },
                      "valueCode": "04JK"
                    }
                  ]
                }
              },
              "refundable": false,
              "relatedDocument": {
                "conjuctive": [
                  {
                    "checkDigit": "1",
                    "number": "1108299430978",
                    "sequence": 2
                  }
                ]
              },
              "reservation": {
                "creationDate": "2026-02-09T00:00:00.0Z",
                "provider": "Abbott and Sons",
                "recordLocator": "NTPEDZ"
              },
              "systemCreateDateTime": "2026-08-18T00:00:00.0Z",
              "ticketCoupon": [
                {
                  "bagAllowance": "0PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Additional item allowed",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "TICKET",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 128
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 77
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 34.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "VAXpHh3u",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 168
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 178
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 105
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 108
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 132
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 14.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 40.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "Ihk6yIu-",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 120
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 34.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.1
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "BOAL4a",
                          "ruleType": "OVERRIDE"
                        },
                        "id": "nbN-Rpcb",
                        "pricedAncillaryRef": "PchmujBh",
                        "quantity": 1,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 27.8
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "v5AuMkRq",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 120
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 196
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 173
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 7.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 34.2
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "JMD",
                            "unitDescription": "per Kilo",
                            "value": 31.46
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "f8phleH7",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 192
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.7
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "ALL",
                            "unitDescription": "per Piece",
                            "value": 70.05
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "zjdAzLxp",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 186
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 114
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 167
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 195
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 45.2
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "TJS",
                            "unitDescription": "per Kilo",
                            "value": 27.87
                          },
                          "notPermitted": true,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 106
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 108
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 58
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 79
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "9hoxOaes",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 63
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 165
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 155
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 3.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 15.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 4.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "EmKY_Ix6",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 170
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 11.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 30.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "aqvPpvoV",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 135
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 111
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 87
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 36.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "MvAiSIOG",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 185
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 127
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 180
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 154
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 13
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 5.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "U9A72YgB",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 67
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 130
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 127
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 66
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 79
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 75
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 179
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 76
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 34.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 40.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 141
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 171
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 137
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 162
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 98
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 18.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "aijuJw",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "HQjx-Zvi",
                          "pricedAncillaryRef": "HxilTQiv",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 28.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 25.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 29.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 46.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 31.3
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 198
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 35.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "iuUQrdFi",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 136
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 68
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 86
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 186
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 194
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "MQuwg043",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 181
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 13.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 48.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "Co3UbxZG",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 163
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 61
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 63
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 175
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 54
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "uXUntuMr",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 165
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 136
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 80
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 98
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 186
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 11.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 19.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "hJ7r02yK",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 176
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 200
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 70
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 184
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 152
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 34
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 40.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 83
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 192
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 195
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 111
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 77
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 54
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 14.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 122
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 138
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 179
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 64
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 95
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 109
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 83
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "BEiqF8",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "v7ZNbobm",
                          "pricedAncillaryRef": "yX-NFZAB",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 4.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 1.9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 10.9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 11.8
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 164
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 48.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 49.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "0_3HP8Qz",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 100
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "jS7V7AcW",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 56
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 186
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 34.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "rtlJu9",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "I7eURfpJ",
                          "pricedAncillaryRef": "FNsFO5k_",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 8.3
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 137
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 167
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 85
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 1.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "tfaeaBs-",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 79
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 132
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 5.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 36.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "W1wSUovt",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 171
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "fbUvTBrO",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 144
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 162
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 130
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 191
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 56
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 57
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 148
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 69
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 12.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 72
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 132
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 145
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 105
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 83
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 112
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 62
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 82
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 108
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "aVkgYr",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "FPlbOBv5",
                          "pricedAncillaryRef": "UjAsDhb1",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 2.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 12
                            }
                          ],
                          "unknown": true
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "wSoTK9Gz",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 83
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 118
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 179
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.5
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "IQD",
                            "unitDescription": "per Piece",
                            "value": 87.82
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "1K_2P-wn",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 149
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 120
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 151
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 195
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.7
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "MAD",
                            "unitDescription": "per Kilo",
                            "value": 71.61
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "ST2DoDnE",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 168
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 189
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 147
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 60
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 124
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "MMK",
                            "unitDescription": "per Piece",
                            "value": 37.95
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "yb8YCn2J",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 159
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 121
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 98
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 190
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 61
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.1
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "BRL",
                            "unitDescription": "per Kilo",
                            "value": 99.49
                          },
                          "notPermitted": true,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "EXCHxu",
                    "value": "OK"
                  },
                  "classOfService": "m",
                  "couponNumber": "72",
                  "couponUse": "C",
                  "currentStatus": "jE",
                  "endDateTime": "2026-11-10T00:00:00.0Z",
                  "endLocation": "Xcb",
                  "fareBasisCode": "qxotVXFg",
                  "marketingFlightNumber": "5419",
                  "marketingProvider": {
                    "checkDigit": "0",
                    "name": "Dickinson - Walsh",
                    "number": "859",
                    "value": "Bk"
                  },
                  "segmentRef": "3726c0f6-4c38-4a31-a8a1-23bcfeab68b5",
                  "startDateTime": "2027-03-08T00:00:00.0Z",
                  "startLocation": "wpJ",
                  "status": "EXCHANGED",
                  "stopOver": "u"
                },
                {
                  "bagAllowance": "1PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Must fit under seat",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "OPTIONAL_SERVICES",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 167
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 115
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 141
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 60
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 71
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 34.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "7BEiX7DY",
                            "quantity": 1
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 76
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.7
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 174
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 171
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 193
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 96
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.1
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "njCmp1",
                          "ruleType": "OVERRIDE"
                        },
                        "id": "RpwBXzcy",
                        "pricedAncillaryRef": "4WqOD8c-",
                        "quantity": 2,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 23.6
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 10.3
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 36.3
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 47
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 12.3
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "r1W2_RbV",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 71
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 192
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 141
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 66
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "RON",
                            "unitDescription": "per Kilo",
                            "value": 34.61
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "AaOThAfJ",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 194
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 34.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "RON",
                            "unitDescription": "per Piece",
                            "value": 66.1
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "OPMbi_cu",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 177
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 63
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 198
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "KYD",
                            "unitDescription": "per Kilo",
                            "value": 76.97
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "SP7HuqLk",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 170
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 157
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 46.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "DJF",
                            "unitDescription": "per Kilo",
                            "value": 52.85
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "lIwtG-U6",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 123
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 45
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 13.1
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "PKR",
                            "unitDescription": "per Kilo",
                            "value": 15.42
                          },
                          "notPermitted": true,
                          "unknown": true
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 66
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 194
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 129
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 77
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 115
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 30.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 3.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "Zy1uyo0-",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 99
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 105
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "_D98TCpM",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 161
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 160
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 143
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 166
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 130
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "5r8dpexH",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 186
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 91
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 125
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 168
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 181
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 35
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "MdT3i8jF",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 175
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 170
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 190
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "ocUQuF",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "PQQhZWWM",
                          "pricedAncillaryRef": "DzVAeyXF",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 16.2
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 99
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 133
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 91
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 72
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "a2bx85FX",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 158
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "rD0_yOBb",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 200
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 3.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "tlalHywC",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 144
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 109
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 14.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "W4SezR",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "qc-P4qy_",
                          "pricedAncillaryRef": "ksWbYphm",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 42.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 43.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 9.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 49.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 49.4
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 170
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 160
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 123
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 161
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 17.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "FHk0uDqD",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 119
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 140
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 162
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 170
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "gibiAf6h",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 83
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 173
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 21
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 12.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "gOqW7Psu",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 178
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 182
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 61
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 189
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 23.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "tuK03ThQ",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 148
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 73
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 107
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 157
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 137
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 1.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "VVZiFJO1",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 113
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 95
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 156
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 113
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 75
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "qymLxr",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "CON6UPcn",
                          "pricedAncillaryRef": "9bV8GZtn",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 11
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 26.6
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 141
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 117
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 177
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 49.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 19
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 21.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "rgfOGfhM",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 112
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 195
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 62
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 19.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 18.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "zOiD_4vg",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 152
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 128
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 181
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "LVv7iaof",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 68
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 81
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 74
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 17.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 11.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 42.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 1.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "Ewof1iVo",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 88
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 67
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 164
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "g9jMur",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "92iJn6Yx",
                          "pricedAncillaryRef": "7nZ6wWrA",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 33.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 34.4
                            }
                          ],
                          "unknown": true
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "NO0gLuya",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 154
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 159
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 45.5
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "MGA",
                            "unitDescription": "per Piece",
                            "value": 98.28
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "V46haDnx",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 90
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 67
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.6
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "BND",
                            "unitDescription": "per Kilo",
                            "value": 20.13
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "NHClYBGY",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 97
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 130
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 20.5
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "KZT",
                            "unitDescription": "per Kilo",
                            "value": 24.4
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "8CNVJDlL",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 181
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48.9
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "MAD",
                            "unitDescription": "per Piece",
                            "value": 41.2
                          },
                          "notPermitted": true,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "sFuHOg",
                    "value": "OK"
                  },
                  "classOfService": "O",
                  "couponNumber": "44",
                  "couponUse": "X",
                  "currentStatus": "xx",
                  "endDateTime": "2027-07-11T00:00:00.0Z",
                  "endLocation": "Npw",
                  "fareBasisCode": "VpXw2XpV",
                  "marketingFlightNumber": "1266",
                  "marketingProvider": {
                    "checkDigit": "3",
                    "name": "Monahan - Mann",
                    "number": "020",
                    "value": "zQ"
                  },
                  "segmentRef": "4092ccc3-ac3c-4aeb-928c-f85218640e70",
                  "startDateTime": "2026-11-10T00:00:00.0Z",
                  "startLocation": "Qit",
                  "status": "REPRINTED",
                  "stopOver": "l"
                },
                {
                  "bagAllowance": "0PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Additional item allowed",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "ENTITLEMENTS",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 181
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "KBWouu81",
                            "quantity": 1
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 82
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 166
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 123
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48.8
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 96
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 170
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.1
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "YVVlVM",
                          "ruleType": "OVERRIDE"
                        },
                        "id": "gqeh5MUs",
                        "pricedAncillaryRef": "WPfWIx3R",
                        "quantity": 3,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 34.6
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 30.3
                          }
                        ],
                        "unknown": false
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "YtCO8aL3",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 161
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 196
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 7.3
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "HKD",
                            "unitDescription": "per Kilo",
                            "value": 11.25
                          },
                          "notPermitted": true,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 51
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 124
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 180
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 19.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 21.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "t3ggzz-N",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 187
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 124
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 116
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 40.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "ZC_qp6mj",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 150
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 120
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 145
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 142
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 118
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 163
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 34.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "BTypzD",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "rqs4jgNq",
                          "pricedAncillaryRef": "vp7WQ9jX",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 6.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 47.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 49.3
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 14.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 6.9
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 109
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 147
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 187
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 50
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 176
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 42.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 23.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 49
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "X9EUVCTV",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 166
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 180
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 15.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 13.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 36.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 2.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "7ej1mpJr",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 73
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 69
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 104
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 113
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 98
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 11.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 38.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 5.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "ZFSbfpfR",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 82
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 194
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 104
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 74
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 193
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 18.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 187
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 164
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 98
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 105
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 154
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 91
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "0fQuy0",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "NgDqQu-q",
                          "pricedAncillaryRef": "3UrWUhF-",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 31.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 11.7
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 140
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "pdiKHQJI",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 117
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 169
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 97
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 13
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 5.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 12.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "SlpbCRhM",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 185
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 18.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 13.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "LPS6-7sY",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 163
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 175
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 200
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 122
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 165
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "HkBCrS",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "zs2ZVgVK",
                          "pricedAncillaryRef": "aULq27qs",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 47.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 12.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 3.9
                            }
                          ],
                          "unknown": true
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "wrJmOoWQ",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 50
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 147
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 187
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 86
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "KPW",
                            "unitDescription": "per Kilo",
                            "value": 91.08
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "7R5kBHh0",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 167
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 196
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "LAK",
                            "unitDescription": "per Kilo",
                            "value": 99.63
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "lTbSi9iR",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 111
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 56
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 116
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 197
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 73
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.6
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "USD",
                            "unitDescription": "per Piece",
                            "value": 43.54
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "hMGAKy",
                    "value": "OK"
                  },
                  "classOfService": "O",
                  "couponNumber": "58",
                  "couponUse": "j",
                  "currentStatus": "gf",
                  "endDateTime": "2026-09-28T00:00:00.0Z",
                  "endLocation": "ePx",
                  "fareBasisCode": "EzRQgZv7",
                  "marketingFlightNumber": "8241",
                  "marketingProvider": {
                    "checkDigit": "3",
                    "name": "Gutkowski - Kessler",
                    "number": "597",
                    "value": "wo"
                  },
                  "segmentRef": "6c5ac014-9106-41a1-a8f3-63c11aac4351",
                  "startDateTime": "2027-05-21T00:00:00.0Z",
                  "startLocation": "Onx",
                  "status": "LIFTED",
                  "stopOver": "I"
                },
                {
                  "bagAllowance": "0PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Must fit under seat",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "ENTITLEMENTS",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 113
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 141
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 80
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "CwOP4Evg",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 91
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 173
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 72
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 100
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 40.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 12.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "3AiqXtdk",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 162
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 76
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 101
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 93
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "U6XMJZXA",
                            "quantity": 1
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 130
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 133
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 165
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 195
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19.5
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 62
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 124
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 175
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 104
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 194
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 187
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 173
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 139
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 69
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 27.1
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 98
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 102
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 125
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "DCEulz",
                          "ruleType": "OVERRIDE_ALLOWANCE"
                        },
                        "id": "fk_1lWTE",
                        "pricedAncillaryRef": "7YwJMuvz",
                        "quantity": 2,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 20.4
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 42.3
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 23.5
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 45.7
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "8BU0Q93V",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 99
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 53
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 198
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 116
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.9
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "IQD",
                            "unitDescription": "per Kilo",
                            "value": 86.92
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "_qp5K553",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 63
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 79
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.1
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "EGP",
                            "unitDescription": "per Piece",
                            "value": 65.05
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "kr8q1fzy",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 125
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 126
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 68
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 172
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 146
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "UAH",
                            "unitDescription": "per Piece",
                            "value": 75.09
                          },
                          "notPermitted": true,
                          "unknown": true
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 58
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 140
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 77
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 185
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 172
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 1.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 30.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "u3JoYjFO",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 76
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 111
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 85
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 60
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "qR4vZCG4",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 52
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 18.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 38.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 12.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 35.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "R3sT6zIK",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 128
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 132
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 181
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 12.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 67
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 85
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 50
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 112
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 98
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 91
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "Le4RCc",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "ciYiLnUr",
                          "pricedAncillaryRef": "gECNbdMI",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 8.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 24.7
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 114
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 96
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 74
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 162
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 76
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 18.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "r5F8nU8b",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 68
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 112
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 46.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 2.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 19.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "ltV5MfXK",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 127
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 48
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "WRaxv8QO",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 157
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 101
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "t_y8J8Hv",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 98
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 179
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 131
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 75
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "790enDjR",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 79
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 97
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 114
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "hgPsXF",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "hssHyUEc",
                          "pricedAncillaryRef": "uJ2DWOnn",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 34.9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 45.3
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 27.7
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 160
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 148
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "nS_4_hFg",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 171
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 58
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 129
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "vrQu2rNr",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 128
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "8jMJ3Q-y",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 161
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 162
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 49.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "oiPIVFNa",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 60
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 18.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 40.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 59
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 125
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 83
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 92
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "2huYbE",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "vZUZPSo5",
                          "pricedAncillaryRef": "LooANQS6",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 18.3
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 21.8
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 69
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 197
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "ZB6JpJUB",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 190
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 119
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 166
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 69
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 23.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "JJs6qlv1",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 79
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 48.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "nd3bL9qN",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 87
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 168
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 72
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 21.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "2FGRUX5r",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 147
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 73
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 69
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 148
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 175
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 130
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 57
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 175
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "MBDQHw",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "IpoSHbt_",
                          "pricedAncillaryRef": "uftJciZD",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 38.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 12.9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 17.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 21.2
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 189
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 94
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 66
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 3.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "sBWu9mJl",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 124
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 49.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 2.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "m9LsKunu",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 64
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 162
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 42.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 3.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "y2td8omp",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 82
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 187
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 188
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 23.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 21
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 40.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "AB7xHnap",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 73
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 61
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "zLPRTqIh",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 181
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 105
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 40.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 57
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 62
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 102
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 111
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 122
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 54
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 148
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 175
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 180
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 56
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 73
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 93
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 144
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 18.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 18.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "0LNYSy",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "5MXYjhe5",
                          "pricedAncillaryRef": "TnSvtQVH",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 17.2
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 31.1
                            }
                          ],
                          "unknown": true
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "ytdvAxb8",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 107
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 82
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.7
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "MNT",
                            "unitDescription": "per Piece",
                            "value": 88.92
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "tjaLvtCy",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 52
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 113
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 89
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 160
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 46.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.6
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "UZS",
                            "unitDescription": "per Kilo",
                            "value": 46.13
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "HmBIz0ap",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 135
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 152
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4.5
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "MWK",
                            "unitDescription": "per Piece",
                            "value": 78.72
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "u04_Bb7r",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 132
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 147
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 6.1
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "ZAR",
                            "unitDescription": "per Kilo",
                            "value": 69.15
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "nKs3gNpj",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 153
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 172
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 100
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 86
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "PLN",
                            "unitDescription": "per Kilo",
                            "value": 95.83
                          },
                          "notPermitted": true,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "jczcOw",
                    "value": "OK"
                  },
                  "classOfService": "K",
                  "couponNumber": "29",
                  "couponUse": "G",
                  "currentStatus": "BP",
                  "endDateTime": "2027-04-22T00:00:00.0Z",
                  "endLocation": "TJE",
                  "fareBasisCode": "1gLauSLJ",
                  "marketingFlightNumber": "3920",
                  "marketingProvider": {
                    "checkDigit": "8",
                    "name": "Bailey - Ward",
                    "number": "485",
                    "value": "fV"
                  },
                  "segmentRef": "a3e55c75-10cb-411c-9af0-9083adc525e0",
                  "startDateTime": "2026-11-02T00:00:00.0Z",
                  "startLocation": "kkX",
                  "status": "IRREGULAR_OPERATIONS",
                  "stopOver": "p"
                },
                {
                  "bagAllowance": "0PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Additional item allowed",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "ENTITLEMENTS",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 134
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "R4Hz_Kak",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 53
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 144
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "yehzrynR",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 144
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 174
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 108
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 137
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 130
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.3
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 81
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 172
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 72
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.8
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 90
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 97
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 199
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 84
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 62
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 34.7
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "ChdnTf",
                          "ruleType": "FEE_WAIVER"
                        },
                        "id": "oTSyjDLi",
                        "pricedAncillaryRef": "UUWwf9ne",
                        "quantity": 2,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 15.4
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 44.5
                          }
                        ],
                        "unknown": false
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "TWMC8oF-",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 175
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 134
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 27.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 20
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "TWD",
                            "unitDescription": "per Kilo",
                            "value": 51.5
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "Wtc-Wn-T",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 107
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 180
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 62
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 134
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 87
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "USD",
                            "unitDescription": "per Kilo",
                            "value": 87.29
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "1mGWRBZf",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 80
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "AZN",
                            "unitDescription": "per Piece",
                            "value": 42.59
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "bGLUyUqQ",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 54
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 66
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 27.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "ILS",
                            "unitDescription": "per Piece",
                            "value": 25.76
                          },
                          "notPermitted": true,
                          "unknown": true
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 176
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 73
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 112
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 184
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 46
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 13.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "DvkOdvB6",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 65
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 182
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 30.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 4.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "EQdNFUY3",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 67
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 65
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 130
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 35.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "SDCLqDey",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 142
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 19
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 34.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "Q-nnUobX",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 100
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 127
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 165
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 145
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 181
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 34.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "UPNvIZ",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "vqLas9T4",
                          "pricedAncillaryRef": "55Zb0ZU5",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 2.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 2.1
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 86
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 145
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 115
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 99
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 88
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 49.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "w_FpP8OL",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 119
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 42.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "9-nuw16o",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 70
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 123
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 156
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 156
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 3.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 13
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "9ymSjBOA",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 159
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 103
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 60
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 186
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 115
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 92
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 168
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 165
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 144
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 118
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 75
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 59
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "NyHQIV",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "W01v5by-",
                          "pricedAncillaryRef": "ZmEuJrzf",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 20.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 48.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 21.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 31.8
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "ssAuRB_P",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 116
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 105
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 13.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.2
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "HTG",
                            "unitDescription": "per Piece",
                            "value": 65.62
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "9q-JoaN8",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 135
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 199
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 137
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "QAR",
                            "unitDescription": "per Piece",
                            "value": 13.82
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "1SFHjtg3",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 105
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 195
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 170
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 135
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 60
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 20.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 50
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 6.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "TTD",
                            "unitDescription": "per Piece",
                            "value": 26.56
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "qThIuf-_",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 55
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 196
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 196
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 110
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 89
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 45.5
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "CZK",
                            "unitDescription": "per Kilo",
                            "value": 48.79
                          },
                          "notPermitted": false,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "DTJULh",
                    "value": "CN"
                  },
                  "classOfService": "j",
                  "couponNumber": "99",
                  "couponUse": "a",
                  "currentStatus": "Hs",
                  "endDateTime": "2026-08-31T00:00:00.0Z",
                  "endLocation": "gmi",
                  "fareBasisCode": "XF0tQFqc",
                  "marketingFlightNumber": "0902",
                  "marketingProvider": {
                    "checkDigit": "5",
                    "name": "Greenholt - Muller",
                    "number": "917",
                    "value": "NS"
                  },
                  "segmentRef": "6f5f1874-c558-4731-a77e-468dfd2490b1",
                  "startDateTime": "2026-10-12T00:00:00.0Z",
                  "startLocation": "XjN",
                  "status": "PRINTED_INTERLINE",
                  "stopOver": "w"
                }
              ],
              "ticketNumber": {
                "airlineAccountingCode": "768",
                "checkDigit": "3",
                "number": "89492679308802",
                "serialNumber": "3729417095"
              },
              "ticketRemark": [
                {
                  "category": "MANUAL",
                  "header": "KtqFGUGouO",
                  "remarkLine": "VDQUJ9nd48xfm1EZ0XQFWoqZwZ53ZpgdSH6vN5XPIPTE2TpCQg",
                  "sequence": 63,
                  "type": "General"
                },
                {
                  "category": "ENDORSEMENTS",
                  "header": "SXZDggwcAR",
                  "remarkLine": "tlXUDYDop5Q8a2NUMh0M7KbivsoshF5LDrSfsygAgyLmJ1nHBv",
                  "sequence": 4,
                  "type": "Special Assistance"
                },
                {
                  "category": "ENDORSEMENTS",
                  "header": "vYvPocHowh",
                  "remarkLine": "wpvtszRG8axqPFYHHXXuHvxxN38Px0SB7aLIQy0nZNaRGqoZlx",
                  "sequence": 1,
                  "type": "Baggage"
                },
                {
                  "category": "ENDORSEMENTS",
                  "header": "CsegbPIjKm",
                  "remarkLine": "yz4DrWHcS8r24mlrN4Uhjt3BrJ7dKRoqNTGe3RSKGmSSdC0mT3",
                  "sequence": 86,
                  "type": "Special Assistance"
                }
              ],
              "tourNumber": "RWWBnQ"
            },
            {
              "agent": {
                "duty": "Bf",
                "homeBranch": "93439",
                "homeLocation": "bzP",
                "homeStation": "3147",
                "lniata": "fYPCyq",
                "sine": "sLD",
                "stationLocation": "YMm",
                "stationNumber": "7998",
                "ticketingProvider": {
                  "checkDigit": "2",
                  "name": "Gleichner Group",
                  "number": "673",
                  "value": "hg"
                },
                "type": "j",
                "workLocation": "pTS"
              },
              "discountDetails": {
                "dealName": [
                  "EARLY_BIRD",
                  "SUMMER_SALE",
                  "MEMBER_ONLY"
                ],
                "offerName": [
                  "Promo2",
                  "Promo1"
                ],
                "promotionCode": [
                  "SAVE20",
                  "SAVE50"
                ]
              },
              "expiryDate": "2027-03-23",
              "fareCalculation": "4CUQXkRR49R38Gj4HVyt",
              "fareCalculationMode": "0",
              "fareCalculationPricing": "7",
              "history": [
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "4027113106",
                        "provider": "[object Object]",
                        "tier": "cB"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "2832061214",
                        "provider": "[object Object]",
                        "tier": "ZL"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "2534466740",
                        "provider": "[object Object]",
                        "tier": "jK"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "4608193732",
                        "provider": "[object Object]",
                        "tier": "Ta"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "Fy",
                    "homeLocation": "oLb",
                    "lniata": "JhPShr",
                    "sine": "RAp",
                    "ticketingProvider": {
                      "checkDigit": "5",
                      "name": "Hauck LLC",
                      "number": "451",
                      "value": "Xx"
                    },
                    "workLocation": "dVi"
                  },
                  "code": "NW",
                  "details": {
                    "accountingCode": "ao3aLn",
                    "affectedCoupons": "84",
                    "currentDocumentStatus": "jt",
                    "documentEventActivity": "meJAx",
                    "documentPurgeTypeCode": "Kt",
                    "newReservation": "WGJXDU",
                    "oldRemark": "LEmVCOkksT",
                    "oldReservation": "YWRXET",
                    "previousDocumentStatus": "uT",
                    "supportingDocument": "5725683610"
                  },
                  "number": 83,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "82",
                      "number": 560,
                      "sequence": 3
                    },
                    "supportingDocument": {
                      "affectedCoupons": "02",
                      "number": 508,
                      "sequence": 3
                    }
                  },
                  "sequence": 2,
                  "serviceCouponHistory": [
                    {
                      "coupon": 4,
                      "currentStatus": "Gq",
                      "sequence": 1
                    },
                    {
                      "coupon": 1,
                      "currentStatus": "IR",
                      "sequence": 1
                    },
                    {
                      "coupon": 2,
                      "currentStatus": "hP",
                      "sequence": 2
                    }
                  ],
                  "transactionInfo": {
                    "id": "cfeaf16d-60f6-4d1f-8d73-256e922399a7",
                    "inputMessage": "yuSytZzeioVsUvENjKEk",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Mante Group"
                  }
                }
              ],
              "id": "e431df5f-6fc0-4abf-bf44-78df399d9935",
              "issued": false,
              "issueDate": "2026-03-24T00:00:00.0Z",
              "issueTime": {
                "useForPricing": false,
                "value": "2026-06-01T00:00:00.0Z"
              },
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "KWD",
                    "value": 244.54
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": true,
                  "remarks": "NmKlZlqEos",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "MGA",
                    "value": 340.24
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "AWG",
                    "value": 174.39
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "SGD",
                    "value": 133.92
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "qKLHWEAgmZ",
                  "sequence": 4,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "SZL",
                    "value": 24.07
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "MKD",
                    "value": 251.76
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "AWG",
                    "value": 93.22
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": true,
                  "remarks": "MNfHxUHfdx",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "DKK",
                    "value": 219.63
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "EGP",
                    "value": 296.52
                  }
                }
              ],
              "presentCreditCard": false,
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "675759",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "HTG",
                      "value": 320.57
                    },
                    "valueCode": "v4yq"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 0.8726,
                      "bankerSellingRate": 0.94,
                      "iataClearingHouseRate": 0.8689
                    },
                    "text": "757705",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "LKR",
                      "value": 359.39
                    },
                    "valueCode": "fmzl"
                  },
                  "net": {
                    "text": "864044",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "JMD",
                      "value": 44.11
                    },
                    "valueCode": "l2K4"
                  },
                  "tax": [
                    {
                      "exempt": true,
                      "name": "hVRTavnFAG",
                      "sequence": 4,
                      "status": "rJ",
                      "taxCode": "eUb",
                      "text": "617219",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BMD",
                        "value": 481.9
                      },
                      "valueCode": "v3yq"
                    },
                    {
                      "exempt": false,
                      "name": "FgkmixILeb",
                      "sequence": 4,
                      "status": "RX",
                      "taxCode": "Gap",
                      "text": "349428",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "PGK",
                        "value": 492.36
                      },
                      "valueCode": "7ERG"
                    },
                    {
                      "exempt": false,
                      "name": "GDBTZjcLuI",
                      "sequence": 5,
                      "status": "bt",
                      "taxCode": "LVW",
                      "text": "942207",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BSD",
                        "value": 313
                      },
                      "valueCode": "KDeF"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 0.9048,
                    "text": "920631",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "SZL",
                      "value": 470.23
                    },
                    "valueCode": "X2WG"
                  },
                  "totalTax": {
                    "text": "122370",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "MGA",
                      "value": 44.51
                    },
                    "valueCode": "TUEP"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": false,
                      "name": "IjrwxDjwiF",
                      "sequence": 2,
                      "status": "xq",
                      "taxCode": "hNV",
                      "text": "676750",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "HKD",
                        "value": 388.69
                      },
                      "valueCode": "nyGm"
                    },
                    {
                      "exempt": false,
                      "name": "RUUWPqJqsU",
                      "sequence": 2,
                      "status": "dU",
                      "taxCode": "LVZ",
                      "text": "742028",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "SCR",
                        "value": 94.51
                      },
                      "valueCode": "Vs9G"
                    },
                    {
                      "exempt": true,
                      "name": "pAJfZERfnP",
                      "sequence": 2,
                      "status": "xC",
                      "taxCode": "TIZ",
                      "text": "477511",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "BOB",
                        "value": 156.5
                      },
                      "valueCode": "3NZn"
                    },
                    {
                      "exempt": true,
                      "name": "CMIbkeLyRu",
                      "sequence": 2,
                      "status": "jE",
                      "taxCode": "bFe",
                      "text": "811681",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "NPR",
                        "value": 281.1
                      },
                      "valueCode": "E2iw"
                    }
                  ]
                }
              },
              "refundable": false,
              "relatedDocument": {
                "conjuctive": [
                  {
                    "checkDigit": "0",
                    "number": "6363272292078",
                    "sequence": 3
                  },
                  {
                    "checkDigit": "3",
                    "number": "4285655871378",
                    "sequence": 5
                  },
                  {
                    "checkDigit": "9",
                    "number": "3115015040325",
                    "sequence": 5
                  }
                ]
              },
              "reservation": {
                "creationDate": "2026-07-30T00:00:00.0Z",
                "provider": "VonRueden Inc",
                "recordLocator": "HXBXZA"
              },
              "systemCreateDateTime": "2026-08-22T00:00:00.0Z",
              "ticketCoupon": [
                {
                  "bagAllowance": "0PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Must fit under seat",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "OPTIONAL_SERVICES",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 132
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 75
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 133
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "VQpwrTSH",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 78
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 86
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "OHf5LmVq",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 156
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 138
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 171
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 132
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "bpzqA42b",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 124
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 196
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 193
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 132
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 156
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "cYgAuLBQ",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 171
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "44Pv_hJF",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 162
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 97
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 94
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 89
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 24.3
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 91
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 45.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 7.3
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 186
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 54
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 103
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 161
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4.3
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 69
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 197
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.3
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 59
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 139
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 53
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 118
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 84
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.2
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "l8RCSu",
                          "ruleType": "ADDITIONAL"
                        },
                        "id": "oaH3W7PS",
                        "pricedAncillaryRef": "uiaDDjrD",
                        "quantity": 2,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 49.1
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 39.8
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 6.3
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "VJYSxnSi",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 151
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 138
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 128
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "DOP",
                            "unitDescription": "per Kilo",
                            "value": 61.15
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "0ffDf_NK",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 126
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 105
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 140
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.6
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "MGA",
                            "unitDescription": "per Piece",
                            "value": 20.92
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 108
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 72
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 189
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 35.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "o8RUcEAG",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 143
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 182
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 63
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "EKirrP",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "p9GIIOKT",
                          "pricedAncillaryRef": "KFGrmJjH",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 48.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 20.2
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 31.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 49.5
                            }
                          ],
                          "unknown": true
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "XOat5bk8",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 67
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 156
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 170
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 88
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.3
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "SDG",
                            "unitDescription": "per Kilo",
                            "value": 16.57
                          },
                          "notPermitted": false,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "yEaeeJ",
                    "value": "RQ"
                  },
                  "classOfService": "Y",
                  "couponNumber": "15",
                  "couponUse": "G",
                  "currentStatus": "Nn",
                  "endDateTime": "2026-12-27T00:00:00.0Z",
                  "endLocation": "WRS",
                  "fareBasisCode": "QuFqoJfp",
                  "marketingFlightNumber": "3261",
                  "marketingProvider": {
                    "checkDigit": "3",
                    "name": "Turcotte, Ebert and Armstrong",
                    "number": "572",
                    "value": "Et"
                  },
                  "segmentRef": "3538ed6e-b0e0-47d2-a721-0d3a6dc9edc5",
                  "startDateTime": "2027-05-25T00:00:00.0Z",
                  "startLocation": "UoF",
                  "status": "LIFTED",
                  "stopOver": "s"
                }
              ],
              "ticketNumber": {
                "airlineAccountingCode": "204",
                "checkDigit": "3",
                "number": "33109766047726",
                "serialNumber": "3296331270"
              },
              "ticketRemark": [
                {
                  "category": "OTHER",
                  "header": "fRwfuYcJhR",
                  "remarkLine": "ZiakdXPbd9qoJMjZoankK4xPKjLOvh9xzoLMBbgPFi9XmT2mNU",
                  "sequence": 27,
                  "type": "Security"
                },
                {
                  "category": "PREPAID",
                  "header": "OwcbpKFRKV",
                  "remarkLine": "GY0YTD5yapNl9W4tlW9n8hNeDcalpQAZNGZ1SCZaNW5sfc5Goy",
                  "sequence": 84,
                  "type": "Special Assistance"
                }
              ],
              "tourNumber": "1iXMZR"
            },
            {
              "agent": {
                "duty": "dG",
                "homeBranch": "92762",
                "homeLocation": "KRE",
                "homeStation": "2028",
                "lniata": "NBbGGw",
                "sine": "nqw",
                "stationLocation": "JiG",
                "stationNumber": "2212",
                "ticketingProvider": {
                  "checkDigit": "2",
                  "name": "Herzog, Bartell and Hickle",
                  "number": "515",
                  "value": "zk"
                },
                "type": "O",
                "workLocation": "msg"
              },
              "discountDetails": {
                "dealName": [
                  "MEMBER_ONLY",
                  "EARLY_BIRD",
                  "SUMMER_SALE"
                ],
                "offerName": [
                  "Promo1",
                  "Promo2"
                ],
                "promotionCode": [
                  "SAVE50",
                  "SAVE20"
                ]
              },
              "expiryDate": "2027-01-02",
              "fareCalculation": "k7RwaXGWzpG6sL00gndN",
              "fareCalculationMode": "3",
              "fareCalculationPricing": "5",
              "history": [
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "3369948450",
                        "provider": "[object Object]",
                        "tier": "wp"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "7567156296",
                        "provider": "[object Object]",
                        "tier": "yB"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "vS",
                    "homeLocation": "lUU",
                    "lniata": "7l6WMV",
                    "sine": "MgL",
                    "ticketingProvider": {
                      "checkDigit": "5",
                      "name": "Hilpert Inc",
                      "number": "109",
                      "value": "yK"
                    },
                    "workLocation": "UiM"
                  },
                  "code": "eJ",
                  "details": {
                    "accountingCode": "LvaVGi",
                    "affectedCoupons": "49",
                    "currentDocumentStatus": "QR",
                    "documentEventActivity": "UGZYl",
                    "documentPurgeTypeCode": "mf",
                    "newReservation": "STACKG",
                    "oldRemark": "ByyhwGFxgG",
                    "oldReservation": "ABQECM",
                    "previousDocumentStatus": "Gd",
                    "supportingDocument": "4582842878"
                  },
                  "number": 315,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "94",
                      "number": 520,
                      "sequence": 1
                    },
                    "supportingDocument": {
                      "affectedCoupons": "01",
                      "number": 282,
                      "sequence": 4
                    }
                  },
                  "sequence": 5,
                  "serviceCouponHistory": [
                    {
                      "coupon": 6,
                      "currentStatus": "QX",
                      "sequence": 5
                    },
                    {
                      "coupon": 8,
                      "currentStatus": "pP",
                      "sequence": 1
                    },
                    {
                      "coupon": 5,
                      "currentStatus": "hj",
                      "sequence": 4
                    }
                  ],
                  "transactionInfo": {
                    "id": "b85382e4-edac-41a6-9d3d-bd3707e37628",
                    "inputMessage": "iXrmMAdWaRNIsJrZRROh",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Lockman, Klein and Donnelly"
                  }
                }
              ],
              "id": "edf7e5ce-1db8-4507-9c5a-4fc1b435cded",
              "issued": true,
              "issueDate": "2026-06-14T00:00:00.0Z",
              "issueTime": {
                "useForPricing": false,
                "value": "2025-12-09T00:00:00.0Z"
              },
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "GNF",
                    "value": 475.26
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "gGfqrtDCiW",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "GIP",
                    "value": 155.51
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "MOP",
                    "value": 298.46
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "LRD",
                    "value": 107.99
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "ILPblwijNB",
                  "sequence": 1,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "BYN",
                    "value": 270.4
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "VUV",
                    "value": 33.1
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "TMT",
                    "value": 91.05
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": true,
                  "remarks": "ZcZRTRzItG",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "ERN",
                    "value": 12.53
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "VND",
                    "value": 464.54
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "JOD",
                    "value": 175.77
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "ZqOPtQOeFF",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "MXN",
                    "value": 343.41
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "MAD",
                    "value": 19.14
                  }
                }
              ],
              "presentCreditCard": false,
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "764503",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "KGS",
                      "value": 66.82
                    },
                    "valueCode": "oOR4"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 1.0377,
                      "bankerSellingRate": 1.1302,
                      "iataClearingHouseRate": 0.9683
                    },
                    "text": "540073",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "KMF",
                      "value": 57.92
                    },
                    "valueCode": "vAW0"
                  },
                  "net": {
                    "text": "178177",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "BND",
                      "value": 422.78
                    },
                    "valueCode": "ZH09"
                  },
                  "tax": [
                    {
                      "exempt": false,
                      "name": "bkFuMDxYwH",
                      "sequence": 4,
                      "status": "Uv",
                      "taxCode": "twv",
                      "text": "386213",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "XAF",
                        "value": 320.2
                      },
                      "valueCode": "P1Ah"
                    },
                    {
                      "exempt": true,
                      "name": "pKJIMNRTFe",
                      "sequence": 5,
                      "status": "hn",
                      "taxCode": "UWd",
                      "text": "669131",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "TZS",
                        "value": 225.39
                      },
                      "valueCode": "lVkr"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 0.9076,
                    "text": "095381",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "AOA",
                      "value": 294.54
                    },
                    "valueCode": "Qkpy"
                  },
                  "totalTax": {
                    "text": "351844",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "BGN",
                      "value": 208.01
                    },
                    "valueCode": "83Qq"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": true,
                      "name": "qcvAwiCQWL",
                      "sequence": 2,
                      "status": "IE",
                      "taxCode": "aRh",
                      "text": "996146",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "XAF",
                        "value": 178.47
                      },
                      "valueCode": "311M"
                    }
                  ]
                }
              },
              "refundable": false,
              "relatedDocument": {
                "conjuctive": [
                  {
                    "checkDigit": "8",
                    "number": "5431064373945",
                    "sequence": 3
                  }
                ]
              },
              "reservation": {
                "creationDate": "2026-04-26T00:00:00.0Z",
                "provider": "Walker, Fritsch and Jones",
                "recordLocator": "BJANAW"
              },
              "systemCreateDateTime": "2026-08-18T00:00:00.0Z",
              "ticketCoupon": [
                {
                  "bagAllowance": "1PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Must fit under seat",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "ENTITLEMENTS",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 96
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "WspvKojR",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 134
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 142
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 154
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 115
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 12.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "WZYh0itL",
                            "quantity": 1
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 108
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16.9
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 173
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 83
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 142
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.3
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 200
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 45.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.2
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "KTfeg5",
                          "ruleType": "ADDITIONAL"
                        },
                        "id": "R9aB_hjE",
                        "pricedAncillaryRef": "nVF6HqKr",
                        "quantity": 2,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 34.3
                          }
                        ],
                        "unknown": false
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "xceDAbAU",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 176
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 93
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 98
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 144
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 114
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 24.1
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "HUF",
                            "unitDescription": "per Piece",
                            "value": 97.37
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "pkmFlgAB",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 182
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "MNT",
                            "unitDescription": "per Kilo",
                            "value": 53.15
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "DV0WygQS",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 70
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "BZD",
                            "unitDescription": "per Kilo",
                            "value": 75.88
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "ygZtm23v",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 77
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 157
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 92
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 152
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 188
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 27.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "BRL",
                            "unitDescription": "per Piece",
                            "value": 16.06
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 103
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 15.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 38.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "M8vUaToh",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 161
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 194
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "8ch7jM",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "RmSKECQ9",
                          "pricedAncillaryRef": "JGDQ9QRB",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 47.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 42.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 37.6
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 102
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 1.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "FAycfI1A",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 87
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 91
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 118
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 127
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 78
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 1.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 35.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 38.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "xkekPbmD",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 52
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 146
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 110
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 194
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 15.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "pMUjK7O4",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 185
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 160
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 124
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 130
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 96
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 17.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "liD06x6n",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 80
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 189
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 64
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 127
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 143
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "7AKPcd3k",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 131
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 82
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 12.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 174
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 62
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 71
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "zw9e1m",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "e9lCclgE",
                          "pricedAncillaryRef": "zSVOE6W_",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 47.7
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 135
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 139
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 2.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 4.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "deJvXS9t",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 152
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 67
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 46.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "MxgIvPlh",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 91
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "P6xdVMID",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 79
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 1.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "IqvKHwhe",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 163
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 48.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "4x33fyjT",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 169
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 190
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 172
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 87
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "kg38ff",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "L-x3XX-e",
                          "pricedAncillaryRef": "ivxtafA_",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 10
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 36
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 62
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 75
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 4.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "7na98Eer",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 111
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 157
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 90
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 134
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 172
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 40.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 11.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "zb2HYMgA",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 62
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 104
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 49
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "clcCBvIO",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 91
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "q2GOLHvh",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 145
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 95
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 179
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 46.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 2.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 13.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "uxuOU84N",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 77
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 136
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "cqeEJN",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "ycfnzL9e",
                          "pricedAncillaryRef": "eC6CDDsR",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 5.3
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 23.3
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 19
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 87
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 134
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 49.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "_yZzzfAN",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 196
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 123
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 5.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "W0Q4D2LM",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 133
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 65
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 159
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 35.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 23.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "d8XKOh-c",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 58
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 14.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 154
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 159
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 99
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 176
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 152
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 96
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 65
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 66
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 34.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 18.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 71
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 108
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 129
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "IhGCad",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "eB6s5DWp",
                          "pricedAncillaryRef": "Ls7aMzXj",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 44
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 44.9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 23.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 22.6
                            }
                          ],
                          "unknown": true
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "SCEAQVr6",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 62
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 21.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 20
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "DZD",
                            "unitDescription": "per Piece",
                            "value": 41.23
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "CHQV29Nr",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 145
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 63
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 133
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 109
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.3
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "DJF",
                            "unitDescription": "per Kilo",
                            "value": 41.13
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "mB6h678M",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 126
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 66
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 169
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 94
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.5
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "COP",
                            "unitDescription": "per Piece",
                            "value": 62
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "munTTZ",
                    "value": "RQ"
                  },
                  "classOfService": "M",
                  "couponNumber": "77",
                  "couponUse": "D",
                  "currentStatus": "cb",
                  "endDateTime": "2026-10-04T00:00:00.0Z",
                  "endLocation": "BmV",
                  "fareBasisCode": "qBjAWLA2",
                  "marketingFlightNumber": "1310",
                  "marketingProvider": {
                    "checkDigit": "8",
                    "name": "Legros and Sons",
                    "number": "572",
                    "value": "pQ"
                  },
                  "segmentRef": "f338f736-c95d-4a48-b6e0-c55e3b220103",
                  "startDateTime": "2027-05-28T00:00:00.0Z",
                  "startLocation": "lKP",
                  "status": "NO_GO",
                  "stopOver": "c"
                },
                {
                  "bagAllowance": "2PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Must fit under seat",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "ENTITLEMENTS",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 167
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 125
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 182
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 192
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "2wTdO2LV",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 76
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 181
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 84
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 127
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 100
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.2
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 81
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 50
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 123
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 154
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 200
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 6.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.1
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 56
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 85
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 6.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 57
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 160
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 173
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 83
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 103
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.8
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "SFUpJI",
                          "ruleType": "OVERRIDE_ALLOWANCE"
                        },
                        "id": "LchjPlFA",
                        "pricedAncillaryRef": "5gfDrM4r",
                        "quantity": 1,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 4.2
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 13.6
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 28.4
                          }
                        ],
                        "unknown": false
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "MZ9Nfd_e",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 171
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 71
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.7
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "HNL",
                            "unitDescription": "per Kilo",
                            "value": 86.83
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 70
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 117
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 112
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 34.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 18.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 3.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "3aQihvya",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 69
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 46.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 48
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 36.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "ufwDc0ZO",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 57
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 78
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 91
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 144
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 4.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "BFlyo1cE",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 195
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 74
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 151
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 46.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "CPUEwD_l",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 195
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 166
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 172
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 119
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 18
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 142
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 184
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 151
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 180
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 192
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 54
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 71
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 68
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 116
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 137
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 99
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "vGgYPc",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "gUIdEvD6",
                          "pricedAncillaryRef": "OT4A9OUM",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 10.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 41
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 17.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 48.2
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 84
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 112
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 68
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 126
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 40.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "3n3_GO2z",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 75
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 149
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 61
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 193
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 141
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 46.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "Gq8LN8-d",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 66
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 81
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 186
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "9j9sIl_p",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 171
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 194
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 124
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 77
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 188
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "ryDoMA",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "zvoTPbEj",
                          "pricedAncillaryRef": "oDZdQDOz",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 49.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 44.4
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 164
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "HceStqC3",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 95
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 188
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 101
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 63
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 129
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 23.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 17.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "EP_NpGM2",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 186
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 139
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 137
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 69
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "d20je8",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "98sDeuIt",
                          "pricedAncillaryRef": "wpvHkIBR",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 7.3
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 104
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "U2merR3V",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 85
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 150
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 55
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 59
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 42.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "Lgn4iNXF",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 98
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 111
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 161
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 132
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 190
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 14.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 137
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 64
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 173
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 99
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 180
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 152
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "ju9bpg",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "wiS6Ki8H",
                          "pricedAncillaryRef": "17oDj8tq",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 30.3
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "iQj6VJUT",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 104
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.2
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "LAK",
                            "unitDescription": "per Piece",
                            "value": 57.93
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "iYG-S7tW",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 190
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 170
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 199
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 117
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 165
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "KPW",
                            "unitDescription": "per Kilo",
                            "value": 61.6
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "QIcd2bY3",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 147
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 187
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 104
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.5
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "SRD",
                            "unitDescription": "per Piece",
                            "value": 76.04
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "ln4QZvs2",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 181
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "RSD",
                            "unitDescription": "per Kilo",
                            "value": 79.52
                          },
                          "notPermitted": false,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "JbuRpf",
                    "value": "OK"
                  },
                  "classOfService": "m",
                  "couponNumber": "86",
                  "couponUse": "A",
                  "currentStatus": "iN",
                  "endDateTime": "2027-01-26T00:00:00.0Z",
                  "endLocation": "vRU",
                  "fareBasisCode": "fb7iISsJ",
                  "marketingFlightNumber": "5680",
                  "marketingProvider": {
                    "checkDigit": "1",
                    "name": "Stroman - Larson",
                    "number": "069",
                    "value": "fe"
                  },
                  "segmentRef": "5c5b5482-6c85-4133-861d-034513a537ff",
                  "startDateTime": "2027-08-03T00:00:00.0Z",
                  "startLocation": "ZcQ",
                  "status": "NO_GO",
                  "stopOver": "S"
                },
                {
                  "bagAllowance": "1PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Additional item allowed",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "TICKET",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 108
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 186
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 64
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 151
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "QkclTocJ",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 133
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 165
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 88
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 40.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "BLJhqM7m",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 184
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 193
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 79
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 186
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.7
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "4q0oNr",
                          "ruleType": "FEE_WAIVER"
                        },
                        "id": "zqodcHkP",
                        "pricedAncillaryRef": "anvZAESW",
                        "quantity": 3,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 34.2
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 3.9
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 48.9
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 10.3
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "DkQIaDDN",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 176
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 118
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 105
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 33.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.8
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "SEK",
                            "unitDescription": "per Piece",
                            "value": 73.07
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "I7aq5XYP",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 61
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 136
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 120
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 116
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 34.6
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "EGP",
                            "unitDescription": "per Kilo",
                            "value": 27.13
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "EJf9_Spn",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 170
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 64
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.1
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "JPY",
                            "unitDescription": "per Kilo",
                            "value": 13.44
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "KapxsYA4",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 154
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 54
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 157
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "KMF",
                            "unitDescription": "per Kilo",
                            "value": 85
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "awd0i94p",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 118
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 52
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 80
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.5
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "PHP",
                            "unitDescription": "per Piece",
                            "value": 29.66
                          },
                          "notPermitted": false,
                          "unknown": true
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 72
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "RiXm1flj",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 125
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 17.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "PJCC-yYH",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 162
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 189
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 15.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 18.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "5dk-nBiT",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 57
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 156
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 80
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 138
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 50
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 91
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 84
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 176
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 160
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 18.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "5ywgkp",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "VJKiPfjB",
                          "pricedAncillaryRef": "9Z5HAaYU",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 20.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 14.2
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 60
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 15.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 21.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "loshRrQw",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 185
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 12.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "rPY00MFl",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 120
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 199
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 123
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 132
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 34.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 59
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 160
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 175
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 76
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 180
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "Byq3DH",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "Cs2q3qMP",
                          "pricedAncillaryRef": "rWm53l04",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 16.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 25
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 24.9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 6.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 26.5
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 200
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 73
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 61
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 175
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "v36rsJ3E",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 60
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 95
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 150
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 60
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 38.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "siCi_Z9d",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 86
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 129
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 58
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 156
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "PTUQ9UqS",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 187
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 103
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 185
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 175
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 154
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 147
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 112
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 200
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 91
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 34.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 174
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 149
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 148
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 109
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 167
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 51
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 164
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 18.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "zKD2VY",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "TGWqdFQG",
                          "pricedAncillaryRef": "Y5UYE3MD",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 21.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 6.3
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 25.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 15.4
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 199
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 154
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 87
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 63
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 12.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 38.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 17.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 1.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "5NgvuO1t",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 142
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 69
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 95
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 54
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 17.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "ovLzxHd1",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 73
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 34.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 19.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "nFlmKBtA",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 77
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 119
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 65
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 60
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "r6DDh0rH",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 86
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 196
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 12.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 70
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 98
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 185
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 111
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 95
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 117
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "VG7oCj",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "IzP3K86M",
                          "pricedAncillaryRef": "Xts5BljP",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 21.2
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 35.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 17.3
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 18.4
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 142
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 174
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 130
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 182
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 19.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "n9lwrMA9",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 94
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 71
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 183
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 188
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 101
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 3.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 34.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 18.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "Rktp_zYM",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 72
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 125
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 141
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 135
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 132
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 61
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 133
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 132
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 196
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 117
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 111
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 120
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 194
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 181
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 97
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "EdBTbg",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "PkqRSd4h",
                          "pricedAncillaryRef": "_42Iv5-2",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 49.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 14.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 22.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 16.7
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "DvM7XGYL",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 101
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 172
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 66
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 165
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 197
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.2
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "KES",
                            "unitDescription": "per Kilo",
                            "value": 16.73
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "8dlpahML",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 140
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 131
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 33.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.6
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "SZL",
                            "unitDescription": "per Kilo",
                            "value": 95.64
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "YSdX3Es5",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 98
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 174
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 172
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 145
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 13.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32.5
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "VND",
                            "unitDescription": "per Piece",
                            "value": 87.09
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "VdZ2A_iN",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 153
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 113
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "GEL",
                            "unitDescription": "per Piece",
                            "value": 87.43
                          },
                          "notPermitted": false,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "FDnbbr",
                    "value": "RQ"
                  },
                  "classOfService": "Q",
                  "couponNumber": "14",
                  "couponUse": "n",
                  "currentStatus": "yl",
                  "endDateTime": "2027-04-18T00:00:00.0Z",
                  "endLocation": "iOF",
                  "fareBasisCode": "cTJagxvI",
                  "marketingFlightNumber": "6684",
                  "marketingProvider": {
                    "checkDigit": "3",
                    "name": "Koss Inc",
                    "number": "066",
                    "value": "Dg"
                  },
                  "segmentRef": "ab28939b-40dd-41b2-86db-6f6e5d1ed162",
                  "startDateTime": "2027-01-30T00:00:00.0Z",
                  "startLocation": "Czq",
                  "status": "EXCHANGED",
                  "stopOver": "G"
                }
              ],
              "ticketNumber": {
                "airlineAccountingCode": "264",
                "checkDigit": "6",
                "number": "65794919714546",
                "serialNumber": "0215975544"
              },
              "ticketRemark": [
                {
                  "category": "OTHER",
                  "header": "qcAYgDIpgP",
                  "remarkLine": "qmTtKQeZE4OXAXFcw2g5ziG2jXbcw4LnOLD36WTMSslHuqskcX",
                  "sequence": 42,
                  "type": "Security"
                },
                {
                  "category": "PREPAID",
                  "header": "TDOiZhGEWZ",
                  "remarkLine": "fREvTm2LJ1ZOMGpFs2L183JjcgQuDv6Gwz33iL2C3VgRq8xh1A",
                  "sequence": 72,
                  "type": "General"
                },
                {
                  "category": "ENDORSEMENTS",
                  "header": "xPlIXlSsDp",
                  "remarkLine": "vuUTYZ9x2pXwMVMK0TIoUXsTZFe9twcWBpleAo85NbPnYNd0w8",
                  "sequence": 47,
                  "type": "General"
                }
              ],
              "tourNumber": "DyyqRg"
            },
            {
              "agent": {
                "duty": "IP",
                "homeBranch": "73233",
                "homeLocation": "HoJ",
                "homeStation": "1712",
                "lniata": "BWBiMk",
                "sine": "PPn",
                "stationLocation": "iMp",
                "stationNumber": "5241",
                "ticketingProvider": {
                  "checkDigit": "9",
                  "name": "Rodriguez, Marks and White",
                  "number": "253",
                  "value": "cO"
                },
                "type": "u",
                "workLocation": "yfj"
              },
              "discountDetails": {
                "dealName": [
                  "EARLY_BIRD",
                  "SUMMER_SALE",
                  "MEMBER_ONLY"
                ],
                "offerName": [
                  "Promo2",
                  "Promo1"
                ],
                "promotionCode": [
                  "SAVE50",
                  "SAVE20"
                ]
              },
              "expiryDate": "2026-12-18",
              "fareCalculation": "7iR7aUFNxwQAWlZLPbrw",
              "fareCalculationMode": "6",
              "fareCalculationPricing": "5",
              "history": [
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "3709563303",
                        "provider": "[object Object]",
                        "tier": "UG"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "2203899135",
                        "provider": "[object Object]",
                        "tier": "hN"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "zs",
                    "homeLocation": "dXI",
                    "lniata": "dPB6QD",
                    "sine": "AcX",
                    "ticketingProvider": {
                      "checkDigit": "5",
                      "name": "Wilderman - Will",
                      "number": "271",
                      "value": "RP"
                    },
                    "workLocation": "DQn"
                  },
                  "code": "Cj",
                  "details": {
                    "accountingCode": "8Eojf1",
                    "affectedCoupons": "00",
                    "currentDocumentStatus": "NJ",
                    "documentEventActivity": "RBCFS",
                    "documentPurgeTypeCode": "wL",
                    "newReservation": "EFPFCY",
                    "oldRemark": "tLIhzCMARF",
                    "oldReservation": "ZTBJQN",
                    "previousDocumentStatus": "dU",
                    "supportingDocument": "5925570560"
                  },
                  "number": 754,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "36",
                      "number": 1,
                      "sequence": 2
                    },
                    "supportingDocument": {
                      "affectedCoupons": "98",
                      "number": 291,
                      "sequence": 3
                    }
                  },
                  "sequence": 1,
                  "serviceCouponHistory": [
                    {
                      "coupon": 3,
                      "currentStatus": "HF",
                      "sequence": 4
                    },
                    {
                      "coupon": 8,
                      "currentStatus": "CL",
                      "sequence": 3
                    },
                    {
                      "coupon": 4,
                      "currentStatus": "AE",
                      "sequence": 3
                    },
                    {
                      "coupon": 2,
                      "currentStatus": "pa",
                      "sequence": 5
                    }
                  ],
                  "transactionInfo": {
                    "id": "1c420b4e-51c5-4870-9e20-19b4b9bfee42",
                    "inputMessage": "IgaHyxbQmmJKifbNfUgL",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Johns - Bins"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "8520124718",
                        "provider": "[object Object]",
                        "tier": "Ox"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "8265510717",
                        "provider": "[object Object]",
                        "tier": "eC"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "gQ",
                    "homeLocation": "oHR",
                    "lniata": "t8pW2z",
                    "sine": "Gfx",
                    "ticketingProvider": {
                      "checkDigit": "1",
                      "name": "O'Kon - Kihn",
                      "number": "869",
                      "value": "Al"
                    },
                    "workLocation": "NJD"
                  },
                  "code": "mP",
                  "details": {
                    "accountingCode": "Crj7Bb",
                    "affectedCoupons": "37",
                    "currentDocumentStatus": "Ak",
                    "documentEventActivity": "SltbK",
                    "documentPurgeTypeCode": "Ci",
                    "newReservation": "MMCDGD",
                    "oldRemark": "sZRcIisdcx",
                    "oldReservation": "AQSMEZ",
                    "previousDocumentStatus": "vS",
                    "supportingDocument": "0990435449"
                  },
                  "number": 420,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "63",
                      "number": 128,
                      "sequence": 2
                    },
                    "supportingDocument": {
                      "affectedCoupons": "27",
                      "number": 816,
                      "sequence": 4
                    }
                  },
                  "sequence": 3,
                  "serviceCouponHistory": [
                    {
                      "coupon": 9,
                      "currentStatus": "fe",
                      "sequence": 3
                    },
                    {
                      "coupon": 4,
                      "currentStatus": "Ml",
                      "sequence": 5
                    }
                  ],
                  "transactionInfo": {
                    "id": "5ce4c2ef-2d66-44b8-ae19-72b16b01af47",
                    "inputMessage": "QPaULNLISilGuqkPBVvS",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Ruecker - Hills"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "2855106568",
                        "provider": "[object Object]",
                        "tier": "uO"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "0561115308",
                        "provider": "[object Object]",
                        "tier": "US"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "8374908434",
                        "provider": "[object Object]",
                        "tier": "Av"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "9911065019",
                        "provider": "[object Object]",
                        "tier": "tp"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "0423792837",
                        "provider": "[object Object]",
                        "tier": "qR"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "UL",
                    "homeLocation": "AJL",
                    "lniata": "44TmQ0",
                    "sine": "GVW",
                    "ticketingProvider": {
                      "checkDigit": "7",
                      "name": "Stiedemann, Heathcote and Hahn",
                      "number": "704",
                      "value": "jn"
                    },
                    "workLocation": "tfy"
                  },
                  "code": "dt",
                  "details": {
                    "accountingCode": "Dvvttb",
                    "affectedCoupons": "64",
                    "currentDocumentStatus": "VM",
                    "documentEventActivity": "hdkCK",
                    "documentPurgeTypeCode": "eK",
                    "newReservation": "XUTNMS",
                    "oldRemark": "oZRziMQDBO",
                    "oldReservation": "METTYF",
                    "previousDocumentStatus": "Ap",
                    "supportingDocument": "6057591342"
                  },
                  "number": 974,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "50",
                      "number": 334,
                      "sequence": 3
                    },
                    "supportingDocument": {
                      "affectedCoupons": "05",
                      "number": 879,
                      "sequence": 3
                    }
                  },
                  "sequence": 5,
                  "serviceCouponHistory": [
                    {
                      "coupon": 2,
                      "currentStatus": "gU",
                      "sequence": 5
                    },
                    {
                      "coupon": 6,
                      "currentStatus": "TM",
                      "sequence": 4
                    }
                  ],
                  "transactionInfo": {
                    "id": "69d5fd57-1874-46d9-adbb-907d86206a00",
                    "inputMessage": "jTuyqqsTrPwaCWSNZMNK",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Lakin, Watsica and Schaefer"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "0666913326",
                        "provider": "[object Object]",
                        "tier": "oZ"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "6873100891",
                        "provider": "[object Object]",
                        "tier": "Ms"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "3487036389",
                        "provider": "[object Object]",
                        "tier": "DZ"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "lm",
                    "homeLocation": "pji",
                    "lniata": "GaCi5M",
                    "sine": "TGf",
                    "ticketingProvider": {
                      "checkDigit": "1",
                      "name": "Russel - O'Reilly",
                      "number": "730",
                      "value": "Pl"
                    },
                    "workLocation": "kbc"
                  },
                  "code": "iW",
                  "details": {
                    "accountingCode": "0mDTur",
                    "affectedCoupons": "30",
                    "currentDocumentStatus": "TH",
                    "documentEventActivity": "OdCPa",
                    "documentPurgeTypeCode": "cQ",
                    "newReservation": "YXSBDB",
                    "oldRemark": "TJWLpgfFiV",
                    "oldReservation": "XPUVYU",
                    "previousDocumentStatus": "qz",
                    "supportingDocument": "9297672808"
                  },
                  "number": 517,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "74",
                      "number": 425,
                      "sequence": 2
                    },
                    "supportingDocument": {
                      "affectedCoupons": "61",
                      "number": 885,
                      "sequence": 1
                    }
                  },
                  "sequence": 3,
                  "serviceCouponHistory": [
                    {
                      "coupon": 9,
                      "currentStatus": "Sf",
                      "sequence": 3
                    },
                    {
                      "coupon": 3,
                      "currentStatus": "fx",
                      "sequence": 1
                    },
                    {
                      "coupon": 3,
                      "currentStatus": "AI",
                      "sequence": 5
                    },
                    {
                      "coupon": 6,
                      "currentStatus": "ru",
                      "sequence": 2
                    }
                  ],
                  "transactionInfo": {
                    "id": "67889d68-484a-4a0a-84bc-1a1e998cb193",
                    "inputMessage": "lrQfrTRBjOQjvLItQzwr",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Schiller LLC"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "6516119868",
                        "provider": "[object Object]",
                        "tier": "wY"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "4026538822",
                        "provider": "[object Object]",
                        "tier": "jR"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "9034136445",
                        "provider": "[object Object]",
                        "tier": "PB"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "iU",
                    "homeLocation": "XyT",
                    "lniata": "br5vW7",
                    "sine": "qnX",
                    "ticketingProvider": {
                      "checkDigit": "4",
                      "name": "Johnson, Casper and Pouros",
                      "number": "655",
                      "value": "DA"
                    },
                    "workLocation": "TeO"
                  },
                  "code": "fw",
                  "details": {
                    "accountingCode": "9N32Rr",
                    "affectedCoupons": "44",
                    "currentDocumentStatus": "CL",
                    "documentEventActivity": "fJCvz",
                    "documentPurgeTypeCode": "lL",
                    "newReservation": "JDRYNZ",
                    "oldRemark": "SEgdtheQiU",
                    "oldReservation": "JEAHUV",
                    "previousDocumentStatus": "Zw",
                    "supportingDocument": "6776294489"
                  },
                  "number": 160,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "51",
                      "number": 560,
                      "sequence": 5
                    },
                    "supportingDocument": {
                      "affectedCoupons": "52",
                      "number": 770,
                      "sequence": 2
                    }
                  },
                  "sequence": 1,
                  "serviceCouponHistory": [
                    {
                      "coupon": 2,
                      "currentStatus": "CH",
                      "sequence": 4
                    }
                  ],
                  "transactionInfo": {
                    "id": "c499fd54-93eb-4c3f-abff-d1a51d0a3c92",
                    "inputMessage": "cxWnPZBXkBXzCtJGXiFw",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Hettinger, Smitham and Hilpert"
                  }
                }
              ],
              "id": "2d084a23-6ef2-490d-ab9d-5e7e8111f082",
              "issued": false,
              "issueDate": "2025-08-27T00:00:00.0Z",
              "issueTime": {
                "useForPricing": true,
                "value": "2026-05-29T00:00:00.0Z"
              },
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "MOP",
                    "value": 430.47
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": true,
                  "remarks": "radYwIrziD",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "CDF",
                    "value": 464.42
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "PKR",
                    "value": 377.8
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "SLE",
                    "value": 330.06
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": true,
                  "remarks": "pPPiewCBrv",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "BIF",
                    "value": 60.89
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "MWK",
                    "value": 193.07
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "TWD",
                    "value": 319.69
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "HmUoJoYJSa",
                  "sequence": 2,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "BSD",
                    "value": 301.18
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "KWD",
                    "value": 332.72
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "SLE",
                    "value": 386.66
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": false,
                  "remarks": "kpXDmhJgYy",
                  "sequence": 4,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "CRC",
                    "value": 135.15
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "IDR",
                    "value": 467.79
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": true,
                    "currency": "UZS",
                    "value": 176.51
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": true,
                  "remarks": "wLMRvtZNUs",
                  "sequence": 3,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "CVE",
                    "value": 229.94
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "IQD",
                    "value": 321.61
                  }
                }
              ],
              "presentCreditCard": false,
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "767527",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "SAR",
                      "value": 81.95
                    },
                    "valueCode": "AOhk"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 0.9622,
                      "bankerSellingRate": 1.1981,
                      "iataClearingHouseRate": 0.9726
                    },
                    "text": "166542",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "ZMW",
                      "value": 209
                    },
                    "valueCode": "LZa0"
                  },
                  "net": {
                    "text": "373700",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "LBP",
                      "value": 318.15
                    },
                    "valueCode": "tdNO"
                  },
                  "tax": [
                    {
                      "exempt": false,
                      "name": "CNLpfeoJEs",
                      "sequence": 2,
                      "status": "ZD",
                      "taxCode": "Wxi",
                      "text": "452051",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "PLN",
                        "value": 80.65
                      },
                      "valueCode": "0MJt"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 0.8395,
                    "text": "079558",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "TND",
                      "value": 155.44
                    },
                    "valueCode": "lbAf"
                  },
                  "totalTax": {
                    "text": "624016",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "PKR",
                      "value": 227.13
                    },
                    "valueCode": "X7kR"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": true,
                      "name": "oJibFgVRYi",
                      "sequence": 2,
                      "status": "Sd",
                      "taxCode": "JqW",
                      "text": "003522",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "NAD",
                        "value": 21.13
                      },
                      "valueCode": "zL15"
                    },
                    {
                      "exempt": false,
                      "name": "cNHBJpXWUd",
                      "sequence": 3,
                      "status": "ur",
                      "taxCode": "emO",
                      "text": "291123",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BBD",
                        "value": 31.71
                      },
                      "valueCode": "yWBM"
                    }
                  ]
                }
              },
              "refundable": true,
              "relatedDocument": {
                "conjuctive": [
                  {
                    "checkDigit": "2",
                    "number": "5674127680946",
                    "sequence": 3
                  },
                  {
                    "checkDigit": "4",
                    "number": "3388641941789",
                    "sequence": 5
                  }
                ]
              },
              "reservation": {
                "creationDate": "2026-04-14T00:00:00.0Z",
                "provider": "Ryan - Waters",
                "recordLocator": "CEWDWZ"
              },
              "systemCreateDateTime": "2026-08-16T00:00:00.0Z",
              "ticketCoupon": [
                {
                  "bagAllowance": "0PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Additional item allowed",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "ENTITLEMENTS",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 153
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 198
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 62
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 174
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 141
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "mYfITN3L",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 181
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 164
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "oEvOh5Ji",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 170
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 185
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "GH-mjMmM",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 89
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 18.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "FbwvoKlD",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 127
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "N20E3xtn",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 120
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 74
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 85
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 152
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 91
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 34.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26.5
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 95
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 189
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 13.3
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 197
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.5
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 189
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2.1
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 195
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 107
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 122
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 94
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 148
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32.2
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "7uO6TC",
                          "ruleType": "OVERRIDE"
                        },
                        "id": "umZFaXD5",
                        "pricedAncillaryRef": "H9MjYb16",
                        "quantity": 2,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 6.9
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 46.4
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 40.3
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 22
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "AsYXqyi8",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 182
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 155
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 147
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 83
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 73
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 24.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.7
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "KZT",
                            "unitDescription": "per Kilo",
                            "value": 89.53
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 161
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 124
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 81
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 193
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 77
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "VjKkdCna",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 137
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 2.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 30.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "DntOlFg0",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 187
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "mJf8ftw4",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 56
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 161
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 90
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 90
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 42.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "ilOMh78c",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 198
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 147
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 152
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 184
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 164
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 191
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 95
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 81
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 34
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "kDqv7J",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "dTPROC9g",
                          "pricedAncillaryRef": "v2uSSv4T",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 23.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 28.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 30.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 29.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 43.5
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 105
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 185
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 66
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 134
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 186
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 36.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 40.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 5.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "ssE_6WGv",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 147
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 149
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 59
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 102
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 36.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 35.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 36.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "zYKG_Qfl",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 72
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "SxGV4Ael",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 192
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 95
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 86
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 154
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 68
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 175
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "ZfgBiX",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "PFaYzx3u",
                          "pricedAncillaryRef": "3oGYfv0s",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 10.7
                            }
                          ],
                          "unknown": true
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "2GTnI8my",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 154
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 6.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 20.9
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "PHP",
                            "unitDescription": "per Piece",
                            "value": 56.07
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "Kzujsq08",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 82
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 102
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 135
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "OMR",
                            "unitDescription": "per Piece",
                            "value": 27.94
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "laBDWKKs",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 186
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.8
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "KYD",
                            "unitDescription": "per Kilo",
                            "value": 75.24
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "MIVuKp4H",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 170
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 64
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.7
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "KYD",
                            "unitDescription": "per Piece",
                            "value": 82.08
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "mW4Ownij",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 167
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 173
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.1
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "EGP",
                            "unitDescription": "per Kilo",
                            "value": 47.31
                          },
                          "notPermitted": true,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "LWHeLY",
                    "value": "CN"
                  },
                  "classOfService": "j",
                  "couponNumber": "06",
                  "couponUse": "x",
                  "currentStatus": "ah",
                  "endDateTime": "2027-06-05T00:00:00.0Z",
                  "endLocation": "DCO",
                  "fareBasisCode": "fFWZYqVz",
                  "marketingFlightNumber": "7119",
                  "marketingProvider": {
                    "checkDigit": "2",
                    "name": "Toy, Rau and McClure",
                    "number": "589",
                    "value": "qb"
                  },
                  "segmentRef": "4a3a70f7-d48f-466e-9186-bd9af2cc04b5",
                  "startDateTime": "2027-02-18T00:00:00.0Z",
                  "startLocation": "TWf",
                  "status": "REPRINTED",
                  "stopOver": "j"
                },
                {
                  "bagAllowance": "1PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Must fit under seat",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "OPTIONAL_SERVICES",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 131
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 85
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 147
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "zcZXyNK7",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 95
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "nprn9nz7",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 96
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 118
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 187
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "-jzkeM-b",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 119
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 142
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 173
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 95
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 110
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.9
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 135
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "OOHckq",
                          "ruleType": "FEE_WAIVER"
                        },
                        "id": "fogq0l1D",
                        "pricedAncillaryRef": "H2e3a68k",
                        "quantity": 3,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 11.9
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 38.8
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "-QWnzU1_",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 121
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 111
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 21
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "GNF",
                            "unitDescription": "per Kilo",
                            "value": 43.16
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "yG8JmJCN",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 94
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 63
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 7.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "FKP",
                            "unitDescription": "per Piece",
                            "value": 95.77
                          },
                          "notPermitted": true,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 92
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 54
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 38.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 48.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "6qWjhq-w",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 62
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 145
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 86
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 5.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 42.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 48.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 36.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "kzUwvwMW",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 139
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 53
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 17.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 48.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "P_4iXuaH",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 85
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 109
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 11.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 18.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "b3g3c9D1",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 118
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 56
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 104
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 100
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 151
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "cxXjdZ",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "_dV8GgBC",
                          "pricedAncillaryRef": "UtOZoF7G",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 11.5
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 7.9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 2.2
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 40.6
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "PAPsusC7",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 95
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 187
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 101
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 193
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 171
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "DJF",
                            "unitDescription": "per Kilo",
                            "value": 27.01
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "77-A32Ua",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 189
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 70
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 188
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 67
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 159
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 27.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.6
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "SDG",
                            "unitDescription": "per Piece",
                            "value": 50.19
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "lh0r2gAh",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 71
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 158
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 53
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 129
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 7.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32.9
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "BSD",
                            "unitDescription": "per Kilo",
                            "value": 84.87
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "tquNzDlL",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 97
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 176
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 74
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 161
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.6
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "KWD",
                            "unitDescription": "per Kilo",
                            "value": 33.19
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "UxIm9Lon",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 145
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 161
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 50
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 86
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.7
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "CHF",
                            "unitDescription": "per Kilo",
                            "value": 56.67
                          },
                          "notPermitted": true,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "phPzzC",
                    "value": "OK"
                  },
                  "classOfService": "U",
                  "couponNumber": "20",
                  "couponUse": "p",
                  "currentStatus": "Sn",
                  "endDateTime": "2027-04-01T00:00:00.0Z",
                  "endLocation": "nxk",
                  "fareBasisCode": "gxYklotX",
                  "marketingFlightNumber": "2236",
                  "marketingProvider": {
                    "checkDigit": "1",
                    "name": "Brakus LLC",
                    "number": "296",
                    "value": "vd"
                  },
                  "segmentRef": "85f33538-b753-4402-a5c5-77fc2466fe1c",
                  "startDateTime": "2026-12-04T00:00:00.0Z",
                  "startLocation": "RuR",
                  "status": "UNABLE_TO_LOCATE",
                  "stopOver": "u"
                },
                {
                  "bagAllowance": "1PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Additional item allowed",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "OPTIONAL_SERVICES",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 137
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 59
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "sdfZMB0a",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 86
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 129
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 103
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "ejFRjxBD",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 154
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 66
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 102
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 129
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "bh_UIjVv",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 110
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 61
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 53
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "eq1I5s84",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 90
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "WcU4dPbe",
                            "quantity": 1
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 152
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 105
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 87
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.9
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 152
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 164
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 52
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 200
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 166
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.1
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 104
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 156
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 192
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 147
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 13.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 45.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 67
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4.3
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 98
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 67
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.8
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "RM6peM",
                          "ruleType": "ADDITIONAL"
                        },
                        "id": "Mc9SLge7",
                        "pricedAncillaryRef": "wexi_6sj",
                        "quantity": 3,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 35.2
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 5.6
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 35.6
                          }
                        ],
                        "unknown": false
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "qRR7eXxw",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 172
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 34.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 5.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "SDG",
                            "unitDescription": "per Kilo",
                            "value": 65.6
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 92
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 23.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "whrFF7M_",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 123
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 182
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 84
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 19
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "KQqSc-jJ",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 183
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 185
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 151
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "oIENCPU2",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 52
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 125
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 97
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 128
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 117
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "IX2rNPis",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 90
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 84
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 87
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 173
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 147
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 46.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 4.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 48.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "ejKQhoG6",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 166
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 113
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 153
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 5.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 197
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 129
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 153
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 120
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 132
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 121
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 117
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 175
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 165
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 117
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 113
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 191
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 89
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "UA89pb",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "OPgrBHvz",
                          "pricedAncillaryRef": "SHFXPjGZ",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 10.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 12.6
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 179
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 40.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "Z4UFGk74",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 108
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 101
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "4CG8kJKv",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 65
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 134
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 171
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 115
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 38.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "E6CT6mTI",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 70
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "Gtooz8ri",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 198
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 12.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "JoFW4Rd5",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 175
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "Bhqi1x",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "A6K15zsY",
                          "pricedAncillaryRef": "gLRDVU43",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 37.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 1.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 30
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 30
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 24.9
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "_dbBNuvE",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 142
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 155
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26.6
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "CNY",
                            "unitDescription": "per Piece",
                            "value": 82.97
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "oucNx67V",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 174
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 66
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 142
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 191
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "PLN",
                            "unitDescription": "per Piece",
                            "value": 51.3
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "lzHrpZ",
                    "value": "OK"
                  },
                  "classOfService": "R",
                  "couponNumber": "33",
                  "couponUse": "u",
                  "currentStatus": "Dq",
                  "endDateTime": "2026-12-28T00:00:00.0Z",
                  "endLocation": "cGA",
                  "fareBasisCode": "3coCluW1",
                  "marketingFlightNumber": "3627",
                  "marketingProvider": {
                    "checkDigit": "7",
                    "name": "Blanda, Bashirian and Jacobs",
                    "number": "457",
                    "value": "am"
                  },
                  "segmentRef": "40bded33-887a-49eb-888e-a34adaff7ddc",
                  "startDateTime": "2027-07-25T00:00:00.0Z",
                  "startLocation": "cdl",
                  "status": "PRINTED_INTERLINE",
                  "stopOver": "H"
                },
                {
                  "bagAllowance": "1PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Additional item allowed",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "ENTITLEMENTS",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 131
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 152
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 113
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 163
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 77
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "_LaSyn3R",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 63
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 143
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 14.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "cxrpLZSc",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 114
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "weS2WViF",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 169
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 181
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 153
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 141
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "zachCyoD",
                            "quantity": 1
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 71
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 155
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 7.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 114
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 9.3
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 63
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 21
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 163
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48.7
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 83
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 8.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 45
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "kECLGX",
                          "ruleType": "OVERRIDE"
                        },
                        "id": "nKTCNFyV",
                        "pricedAncillaryRef": "-SeT0bXP",
                        "quantity": 3,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 43.5
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 25.7
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "_xaEX7ft",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 113
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 80
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 166
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4.3
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "HKD",
                            "unitDescription": "per Piece",
                            "value": 69.95
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "X1s2rKL-",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 198
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 75
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "SEK",
                            "unitDescription": "per Kilo",
                            "value": 84.59
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "wrQmutjF",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 142
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 171
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 196
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 191
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 78
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 6.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.7
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "AUD",
                            "unitDescription": "per Kilo",
                            "value": 75.81
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "lklJYt8U",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 97
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 68
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25.3
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "PHP",
                            "unitDescription": "per Piece",
                            "value": 14
                          },
                          "notPermitted": true,
                          "unknown": true
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 194
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 97
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "5puG1lpN",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 80
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 96
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 200
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 26.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "e0kFEs",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "eVttDJv2",
                          "pricedAncillaryRef": "RPTxyMc6",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 6.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 20.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 8.9
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 119
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 68
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 12.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 36.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 2.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "PRYJ887p",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 186
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 58
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 18.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 21.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "6wFrT-QH",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 119
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 177
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 86
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 13.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 1.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "61FIfnau",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 169
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 145
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 40.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "akUriywV",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 89
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "jm5WYFtr",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 148
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 161
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 145
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "ZvnAFM",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "5K6t3ghI",
                          "pricedAncillaryRef": "UK9-o364",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 21.2
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 22.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 10.8
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 39.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 38.8
                            }
                          ],
                          "unknown": true
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 81
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 91
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 38.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 1.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 23.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "7IUXGkx6",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 113
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 115
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "6GKz5daE",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 153
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 66
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 180
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 166
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 36.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "2emEGE9E",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 154
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 60
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "Ak7LOnwy",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 197
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 109
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "e0Mv_ndz",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 92
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 118
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 141
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 18.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "902t0a",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "OdBFqWrV",
                          "pricedAncillaryRef": "0K72pq_F",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 35
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 18.9
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 81
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 196
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 57
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 5.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "aYaxYE4U",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 139
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 58
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 188
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 34.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "3yrtjOpf",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 114
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 38
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "8UqAOcz-",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 170
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "zsR0OxeX",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 124
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 47.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 40.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "1Idjpb",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "c81ZADYO",
                          "pricedAncillaryRef": "zMOwqwNU",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 22.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 43.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 26.4
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 31.6
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "JRfNyE0I",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 108
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 27.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 42.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "FJD",
                            "unitDescription": "per Piece",
                            "value": 40.96
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "LYqiZbwH",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 172
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 19.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "BYN",
                            "unitDescription": "per Piece",
                            "value": 31.39
                          },
                          "notPermitted": true,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "CDYkGW",
                    "value": "OK"
                  },
                  "classOfService": "n",
                  "couponNumber": "96",
                  "couponUse": "Z",
                  "currentStatus": "yf",
                  "endDateTime": "2027-05-03T00:00:00.0Z",
                  "endLocation": "CpV",
                  "fareBasisCode": "7nQ3NVNo",
                  "marketingFlightNumber": "3248",
                  "marketingProvider": {
                    "checkDigit": "0",
                    "name": "Klein, Parisian and Kuhn",
                    "number": "082",
                    "value": "bZ"
                  },
                  "segmentRef": "24119890-48e7-4eed-8fa4-56273e724c4c",
                  "startDateTime": "2027-03-21T00:00:00.0Z",
                  "startLocation": "KAc",
                  "status": "LIFTED",
                  "stopOver": "T"
                }
              ],
              "ticketNumber": {
                "airlineAccountingCode": "550",
                "checkDigit": "1",
                "number": "19004404009571",
                "serialNumber": "4578463466"
              },
              "ticketRemark": [
                {
                  "category": "PASSENGER",
                  "header": "ICmpzpbpDq",
                  "remarkLine": "IcqXDGZPmPL9NHc9bsDxUBIzmyGXCfsObGAXtcX6eU1nCykbIH",
                  "sequence": 10,
                  "type": "Special Assistance"
                },
                {
                  "category": "ORIGINALISSUE",
                  "header": "DxVsBxDoHx",
                  "remarkLine": "oUY1JJsLveKgcqmHwkj4csuwzJdlpe0MxL6Mf1WZT6cQAIg98b",
                  "sequence": 19,
                  "type": "Special Assistance"
                }
              ],
              "tourNumber": "Wfc3EY"
            },
            {
              "agent": {
                "duty": "rY",
                "homeBranch": "63269",
                "homeLocation": "XeG",
                "homeStation": "5696",
                "lniata": "AE4SrS",
                "sine": "PvM",
                "stationLocation": "xIC",
                "stationNumber": "0129",
                "ticketingProvider": {
                  "checkDigit": "9",
                  "name": "Marquardt, Denesik and Barrows",
                  "number": "791",
                  "value": "SF"
                },
                "type": "m",
                "workLocation": "PcL"
              },
              "discountDetails": {
                "dealName": [
                  "MEMBER_ONLY",
                  "EARLY_BIRD",
                  "SUMMER_SALE"
                ],
                "offerName": [
                  "Promo2",
                  "Promo1"
                ],
                "promotionCode": [
                  "SAVE20",
                  "SAVE50"
                ]
              },
              "expiryDate": "2026-11-26",
              "fareCalculation": "nJzZOytljFYhN0SDKZ56",
              "fareCalculationMode": "6",
              "fareCalculationPricing": "6",
              "history": [
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "5968180434",
                        "provider": "[object Object]",
                        "tier": "Tm"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "9757691021",
                        "provider": "[object Object]",
                        "tier": "Up"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "1727853927",
                        "provider": "[object Object]",
                        "tier": "UW"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "6001658057",
                        "provider": "[object Object]",
                        "tier": "hW"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "GH",
                    "homeLocation": "QBV",
                    "lniata": "xJRIvb",
                    "sine": "ZAc",
                    "ticketingProvider": {
                      "checkDigit": "5",
                      "name": "Stehr Inc",
                      "number": "428",
                      "value": "kG"
                    },
                    "workLocation": "tmT"
                  },
                  "code": "kR",
                  "details": {
                    "accountingCode": "m0IERx",
                    "affectedCoupons": "85",
                    "currentDocumentStatus": "AS",
                    "documentEventActivity": "HMldq",
                    "documentPurgeTypeCode": "Bv",
                    "newReservation": "TPSNFF",
                    "oldRemark": "szdbuJmazV",
                    "oldReservation": "VHDKGF",
                    "previousDocumentStatus": "GS",
                    "supportingDocument": "3070052115"
                  },
                  "number": 219,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "60",
                      "number": 205,
                      "sequence": 1
                    },
                    "supportingDocument": {
                      "affectedCoupons": "28",
                      "number": 865,
                      "sequence": 1
                    }
                  },
                  "sequence": 3,
                  "serviceCouponHistory": [
                    {
                      "coupon": 4,
                      "currentStatus": "XU",
                      "sequence": 3
                    },
                    {
                      "coupon": 2,
                      "currentStatus": "md",
                      "sequence": 5
                    }
                  ],
                  "transactionInfo": {
                    "id": "46515e97-e038-49f3-bfdc-100749ae420f",
                    "inputMessage": "xDZTAKVEElNgdwQFopQi",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Gutkowski - Pouros"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "4049463998",
                        "provider": "[object Object]",
                        "tier": "sZ"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "1191551268",
                        "provider": "[object Object]",
                        "tier": "wV"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "6691755950",
                        "provider": "[object Object]",
                        "tier": "XG"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "1065792542",
                        "provider": "[object Object]",
                        "tier": "cc"
                      }
                    },
                    {
                      "frequentFlyer": {
                        "number": "8920814694",
                        "provider": "[object Object]",
                        "tier": "YA"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "Jg",
                    "homeLocation": "cfO",
                    "lniata": "bBPNzR",
                    "sine": "Vzs",
                    "ticketingProvider": {
                      "checkDigit": "1",
                      "name": "Russel - Fay",
                      "number": "624",
                      "value": "lB"
                    },
                    "workLocation": "CHG"
                  },
                  "code": "zN",
                  "details": {
                    "accountingCode": "3KvfvW",
                    "affectedCoupons": "66",
                    "currentDocumentStatus": "Xw",
                    "documentEventActivity": "pfgCm",
                    "documentPurgeTypeCode": "Kn",
                    "newReservation": "RVMDQU",
                    "oldRemark": "csYRlAvXTh",
                    "oldReservation": "ABQHVC",
                    "previousDocumentStatus": "Tp",
                    "supportingDocument": "1685185466"
                  },
                  "number": 260,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "37",
                      "number": 684,
                      "sequence": 3
                    },
                    "supportingDocument": {
                      "affectedCoupons": "86",
                      "number": 73,
                      "sequence": 5
                    }
                  },
                  "sequence": 1,
                  "serviceCouponHistory": [
                    {
                      "coupon": 5,
                      "currentStatus": "LH",
                      "sequence": 1
                    },
                    {
                      "coupon": 7,
                      "currentStatus": "py",
                      "sequence": 5
                    },
                    {
                      "coupon": 6,
                      "currentStatus": "Dj",
                      "sequence": 3
                    },
                    {
                      "coupon": 8,
                      "currentStatus": "ek",
                      "sequence": 5
                    }
                  ],
                  "transactionInfo": {
                    "id": "a6f17cb1-28f5-49c7-9f3b-a764cf07800d",
                    "inputMessage": "BJQlOynBuntFLjjdcMBX",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Gusikowski - Bode"
                  }
                },
                {
                  "affinityHistory": [
                    {
                      "frequentFlyer": {
                        "number": "3469524496",
                        "provider": "[object Object]",
                        "tier": "RS"
                      }
                    }
                  ],
                  "agent": {
                    "duty": "Um",
                    "homeLocation": "yXg",
                    "lniata": "AQ57Dt",
                    "sine": "GQz",
                    "ticketingProvider": {
                      "checkDigit": "7",
                      "name": "Conroy, Lowe and Langworth",
                      "number": "780",
                      "value": "dg"
                    },
                    "workLocation": "XVK"
                  },
                  "code": "EI",
                  "details": {
                    "accountingCode": "77IjD0",
                    "affectedCoupons": "46",
                    "currentDocumentStatus": "rc",
                    "documentEventActivity": "UbxXL",
                    "documentPurgeTypeCode": "Xn",
                    "newReservation": "GARDFN",
                    "oldRemark": "mwBzrgIkdW",
                    "oldReservation": "XUCAGN",
                    "previousDocumentStatus": "lZ",
                    "supportingDocument": "3392083012"
                  },
                  "number": 56,
                  "relatedDocumentHistory": {
                    "miscellaneous": {
                      "affectedCoupons": "67",
                      "number": 169,
                      "sequence": 2
                    },
                    "supportingDocument": {
                      "affectedCoupons": "12",
                      "number": 425,
                      "sequence": 5
                    }
                  },
                  "sequence": 5,
                  "serviceCouponHistory": [
                    {
                      "coupon": 9,
                      "currentStatus": "dS",
                      "sequence": 5
                    },
                    {
                      "coupon": 3,
                      "currentStatus": "qT",
                      "sequence": 1
                    },
                    {
                      "coupon": 1,
                      "currentStatus": "ln",
                      "sequence": 2
                    }
                  ],
                  "transactionInfo": {
                    "id": "b381078a-37e4-4624-b1f9-b3c2a18a3cc5",
                    "inputMessage": "JZrhEpaIuXblDrYaWuez",
                    "localDateTime": "2026-08-23T00:00:00.0Z",
                    "systemDateTime": "2026-08-23T00:00:00.0Z",
                    "systemProvider": "Kling, Kuhic and Simonis"
                  }
                }
              ],
              "id": "1b4a1231-9b5f-4d27-8d42-35c2d915935d",
              "issued": true,
              "issueDate": "2025-12-28T00:00:00.0Z",
              "issueTime": {
                "useForPricing": true,
                "value": "2026-04-21T00:00:00.0Z"
              },
              "payment": [
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "CUP",
                    "value": 298.59
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": true,
                  "remarks": "XrDQWwKxYW",
                  "sequence": 1,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "TRY",
                    "value": 420.99
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "HTG",
                    "value": 163.8
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "AUD",
                    "value": 106.34
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": false,
                  "remarks": "ombiGbDGIv",
                  "sequence": 5,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "UYU",
                    "value": 191.18
                  },
                  "total": {
                    "applyCreditIndicator": false,
                    "currency": "BRL",
                    "value": 196.72
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "WST",
                    "value": 104.01
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CC",
                  "paymentConfirmation": true,
                  "remarks": "EbenejqTqF",
                  "sequence": 1,
                  "tax": {
                    "applyCreditIndicator": true,
                    "currency": "XAF",
                    "value": 221.17
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "GTQ",
                    "value": 172.81
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "AED",
                    "value": 422.32
                  },
                  "cashIndicator": false,
                  "formOfPaymentType": "CASH",
                  "paymentConfirmation": true,
                  "remarks": "MKCWBTVuPR",
                  "sequence": 1,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "STN",
                    "value": 427.41
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "MYR",
                    "value": 450.55
                  }
                },
                {
                  "base": {
                    "applyCreditIndicator": false,
                    "currency": "KHR",
                    "value": 257.36
                  },
                  "cashIndicator": true,
                  "formOfPaymentType": "CHECK",
                  "paymentConfirmation": true,
                  "remarks": "SyNrgfeVax",
                  "sequence": 1,
                  "tax": {
                    "applyCreditIndicator": false,
                    "currency": "LRD",
                    "value": 323.52
                  },
                  "total": {
                    "applyCreditIndicator": true,
                    "currency": "JPY",
                    "value": 271.79
                  }
                }
              ],
              "presentCreditCard": true,
              "priceBreakdown": {
                "amounts": {
                  "base": {
                    "text": "491671",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "BZD",
                      "value": 202.66
                    },
                    "valueCode": "Tdq8"
                  },
                  "equivalent": {
                    "currencyConversion": {
                      "bankerBuyingRate": 1.0901,
                      "bankerSellingRate": 1.0736,
                      "iataClearingHouseRate": 0.9278
                    },
                    "text": "254846",
                    "ticketingAmount": {
                      "applyCreditIndicator": false,
                      "currency": "NIO",
                      "value": 360.77
                    },
                    "valueCode": "OHb6"
                  },
                  "net": {
                    "text": "399399",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "AUD",
                      "value": 331.07
                    },
                    "valueCode": "IPxK"
                  },
                  "tax": [
                    {
                      "exempt": false,
                      "name": "voVqizRVfg",
                      "sequence": 5,
                      "status": "dJ",
                      "taxCode": "fjC",
                      "text": "455546",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "PAB",
                        "value": 338.6
                      },
                      "valueCode": "hQSE"
                    },
                    {
                      "exempt": true,
                      "name": "rhyZyrnzps",
                      "sequence": 4,
                      "status": "tO",
                      "taxCode": "ZHM",
                      "text": "800973",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "RWF",
                        "value": 182.35
                      },
                      "valueCode": "8Kbt"
                    },
                    {
                      "exempt": false,
                      "name": "fiklpgOWui",
                      "sequence": 4,
                      "status": "DG",
                      "taxCode": "flE",
                      "text": "488391",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "GMD",
                        "value": 307.68
                      },
                      "valueCode": "G9jK"
                    },
                    {
                      "exempt": false,
                      "name": "wCcCYIMXTV",
                      "sequence": 1,
                      "status": "Lt",
                      "taxCode": "BhR",
                      "text": "448637",
                      "ticketingAmount": {
                        "applyCreditIndicator": false,
                        "currency": "BTN",
                        "value": 381.32
                      },
                      "valueCode": "4Qwu"
                    }
                  ],
                  "total": {
                    "rateOfExchange": 0.9433,
                    "text": "584175",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "SSP",
                      "value": 227.5
                    },
                    "valueCode": "TQPx"
                  },
                  "totalTax": {
                    "text": "060306",
                    "ticketingAmount": {
                      "applyCreditIndicator": true,
                      "currency": "GTQ",
                      "value": 157.63
                    },
                    "valueCode": "ZYXS"
                  }
                },
                "taxes": {
                  "tax": [
                    {
                      "exempt": true,
                      "name": "TqJtcVJXwB",
                      "sequence": 4,
                      "status": "gQ",
                      "taxCode": "dzE",
                      "text": "528248",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "AMD",
                        "value": 358.54
                      },
                      "valueCode": "n7oN"
                    },
                    {
                      "exempt": true,
                      "name": "lnOJsmtDmo",
                      "sequence": 2,
                      "status": "dI",
                      "taxCode": "UDJ",
                      "text": "851127",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "CZK",
                        "value": 270.2
                      },
                      "valueCode": "AILc"
                    },
                    {
                      "exempt": false,
                      "name": "tPOfvmeVdh",
                      "sequence": 3,
                      "status": "Sh",
                      "taxCode": "Duw",
                      "text": "048285",
                      "ticketingAmount": {
                        "applyCreditIndicator": true,
                        "currency": "CDF",
                        "value": 326.23
                      },
                      "valueCode": "e8sT"
                    }
                  ]
                }
              },
              "refundable": false,
              "relatedDocument": {
                "conjuctive": [
                  {
                    "checkDigit": "0",
                    "number": "4161357394077",
                    "sequence": 1
                  },
                  {
                    "checkDigit": "5",
                    "number": "0633163056691",
                    "sequence": 3
                  },
                  {
                    "checkDigit": "1",
                    "number": "3874129294859",
                    "sequence": 3
                  }
                ]
              },
              "reservation": {
                "creationDate": "2026-02-05T00:00:00.0Z",
                "provider": "Gerlach Group",
                "recordLocator": "SVDXTY"
              },
              "systemCreateDateTime": "2026-08-14T00:00:00.0Z",
              "ticketCoupon": [
                {
                  "bagAllowance": "1PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Additional item allowed",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "TICKET",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 69
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 108
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "Kvvgbsc_",
                            "quantity": 1
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 152
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 81
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 194
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 95
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 106
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 7.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 16.8
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 183
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 68
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 46.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15.8
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 90
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 60
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 138
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35.2
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 117
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 164
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 92
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 182
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.5
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 160
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 176
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 68
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 160
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 125
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 36.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 1.1
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "vmeNrq",
                          "ruleType": "ADDITIONAL"
                        },
                        "id": "Ir7ykJvG",
                        "pricedAncillaryRef": "-xcDsvjn",
                        "quantity": 2,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 30.9
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 10.6
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 49.6
                          }
                        ],
                        "unknown": false
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "PnCQxkGH",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 162
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 27.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 11.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35.5
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "KRW",
                            "unitDescription": "per Kilo",
                            "value": 40.62
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "5Ft0RodM",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 70
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 163
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 20.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "MVR",
                            "unitDescription": "per Kilo",
                            "value": 62.79
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 61
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 144
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 187
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 48.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "e1ns4Gzi",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 175
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 14.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 27.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 71
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 192
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 196
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 100
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 106
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 153
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 108
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 92
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 19.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 124
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 21.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "9j1VYG",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "OHiO9E5I",
                          "pricedAncillaryRef": "sDWch29u",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 46.6
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "OPTIONAL_SERVICES",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 114
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 193
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 178
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 58
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 124
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "WOL4QEIQ",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 75
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 21.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 41.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "YYlHQpSk",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 91
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 119
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 106
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 98
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 12.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 19.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "B81y5_1U",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 157
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 81
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 104
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 2.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "VPhX-BUo",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 148
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 136
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 40.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 34.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "LIiw29",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "Qv5-1lhh",
                          "pricedAncillaryRef": "mWIoTx2S",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 43.2
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 100
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 16.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "mL3r_jlD",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 84
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 144
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 173
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 22.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "bf5GGIyd",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 65
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 170
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 118
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 174
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 92
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "-ZbQtoi7",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 113
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 91
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 56
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 171
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 50
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 21.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "EKUDy0fV",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 67
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 129
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "Rta5CW8D",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 197
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 36.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 60
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 137
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 160
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 67
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 4.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 57
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 104
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 200
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 45.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 57
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 185
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 62
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "WnLd7D",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "pEYSB7BQ",
                          "pricedAncillaryRef": "d8w5yWd7",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 36.6
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "-1UzBHrS",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 168
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 21.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.1
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "MDL",
                            "unitDescription": "per Kilo",
                            "value": 21.89
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "oRFvEzIT",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 164
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32.2
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "STN",
                            "unitDescription": "per Piece",
                            "value": 59.51
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "Oit-RQ5F",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 186
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 131
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 71
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 189
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 95
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 27.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 21.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 24.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "PYG",
                            "unitDescription": "per Piece",
                            "value": 23.78
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "TMeGEA80",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 122
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 83
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 199
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 103
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 144
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 48.7
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "NZD",
                            "unitDescription": "per Piece",
                            "value": 45.38
                          },
                          "notPermitted": true,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "KTgMJF",
                    "value": "RQ"
                  },
                  "classOfService": "r",
                  "couponNumber": "61",
                  "couponUse": "d",
                  "currentStatus": "PU",
                  "endDateTime": "2027-01-06T00:00:00.0Z",
                  "endLocation": "nmn",
                  "fareBasisCode": "vaV64dkx",
                  "marketingFlightNumber": "9681",
                  "marketingProvider": {
                    "checkDigit": "1",
                    "name": "White Group",
                    "number": "295",
                    "value": "kj"
                  },
                  "segmentRef": "ea83d11c-52ed-4bec-9bad-20abc3b25c3e",
                  "startDateTime": "2026-09-21T00:00:00.0Z",
                  "startLocation": "GeG",
                  "status": "USED",
                  "stopOver": "a"
                },
                {
                  "bagAllowance": "2PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Must fit under seat",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "TICKET",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 78
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 82
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 70
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 143
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 33.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 18.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "rBLJERwx",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 65
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 115
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 98
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.5
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "3eRLjet6",
                            "quantity": 2
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 76
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 105
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 142
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 104
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 178
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "srBoUqu1",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 173
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 183
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 184
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 139
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 152
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 50
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "BepSDyKn",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 155
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 160
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 107
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 23.8
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "RJKs7v",
                          "ruleType": "OVERRIDE"
                        },
                        "id": "r12EHpSq",
                        "pricedAncillaryRef": "dZcXO1gx",
                        "quantity": 2,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 34.3
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 20.6
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 25
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 17.1
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 33.7
                          }
                        ],
                        "unknown": false
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "cmSSqPwM",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 71
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 161
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 97
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 160
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 78
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 46
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.3
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "MYR",
                            "unitDescription": "per Kilo",
                            "value": 52.65
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "_beIVbD-",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 130
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 100
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 157
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 80
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 13.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 35.8
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "LBP",
                            "unitDescription": "per Piece",
                            "value": 19.29
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "C4BSK-GK",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 124
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 152
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 179
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 87
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 116
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 33.1
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "SGD",
                            "unitDescription": "per Piece",
                            "value": 35.98
                          },
                          "notPermitted": true,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 54
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 19.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "FRd8uVoR",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 171
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 54
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "vtS0CvjC",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 91
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 35.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 45.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 14.2
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "pDtom7jt",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 127
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "ZiSebhiF",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 87
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 27.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "D1jtUGd5",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 120
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 145
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 13.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 187
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 46.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "Rvhal7",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "R-cUQhb4",
                          "pricedAncillaryRef": "WQBgSffv",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 12.4
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 139
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 10.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "prkH6CLA",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 90
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 32
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "iybTScdZ",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 174
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 148
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 64
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 4
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 96
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 88
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 173
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 173
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 63
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 18.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 31.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 39.4
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 177
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 126
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 143
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 3.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "kSdN0p",
                            "ruleType": "OVERRIDE_ALLOWANCE"
                          },
                          "id": "SMy1gOvg",
                          "pricedAncillaryRef": "3R2SFe1U",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 23
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 24
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 32.9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 47.6
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "94QyN1Xr",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 129
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 84
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 54
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 46.9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "CHF",
                            "unitDescription": "per Piece",
                            "value": 90.1
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "IkwMn2F_",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 175
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 184
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 171
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 167
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 184
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "BDT",
                            "unitDescription": "per Kilo",
                            "value": 28.07
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "X06kEgFb",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 110
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 135
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 63
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 79
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 119
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 33
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "UAH",
                            "unitDescription": "per Kilo",
                            "value": 17.45
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "7w2A5Km-",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 159
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 46.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 34.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.3
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "SCR",
                            "unitDescription": "per Kilo",
                            "value": 61.96
                          },
                          "notPermitted": true,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "cBGtDz",
                    "value": "RQ"
                  },
                  "classOfService": "i",
                  "couponNumber": "48",
                  "couponUse": "V",
                  "currentStatus": "dy",
                  "endDateTime": "2026-10-18T00:00:00.0Z",
                  "endLocation": "mfY",
                  "fareBasisCode": "hMvlDFX1",
                  "marketingFlightNumber": "0399",
                  "marketingProvider": {
                    "checkDigit": "2",
                    "name": "Swift and Sons",
                    "number": "508",
                    "value": "Kd"
                  },
                  "segmentRef": "f1c82f31-bb09-4339-9d3c-57c6f643842a",
                  "startDateTime": "2027-05-21T00:00:00.0Z",
                  "startLocation": "cpY",
                  "status": "PARTIALLY_REFUNDED",
                  "stopOver": "d"
                },
                {
                  "bagAllowance": "2PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Additional item allowed",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "OPTIONAL_SERVICES",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 175
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 117
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 67
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 133
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 117
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 17.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 9.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "H_Kau0XH",
                            "quantity": 1
                          },
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 175
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 114
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 103
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 50
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 130
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 12.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            "pricedAncillaryRef": "CwUmSSdu",
                            "quantity": 2
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 108
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 69
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 171
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 29.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 21.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 97
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 123
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 151
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 199
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26.6
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Piece",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 190
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 46.2
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 157
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 37.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 22.2
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "3xqpOh",
                          "ruleType": "ADDITIONAL"
                        },
                        "id": "KdoFIXJ0",
                        "pricedAncillaryRef": "2jdrOGO3",
                        "quantity": 1,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 31.4
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 32.8
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 21.8
                          },
                          {
                            "unit": "KILOGRAM",
                            "value": 34.1
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "10Dc-Knv",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 176
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "LBP",
                            "unitDescription": "per Kilo",
                            "value": 42.05
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "96H05_uZ",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 164
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 79
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 4.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 24.6
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 43.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 32
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.3
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "CVE",
                            "unitDescription": "per Piece",
                            "value": 80.62
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "MtQOXCHu",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 108
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 179
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 131
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 20
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 20.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 18.4
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "GBP",
                            "unitDescription": "per Piece",
                            "value": 27.69
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "D713t2yt",
                          "baggageRestriction": {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 127
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 47.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 26.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 27.3
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "TRY",
                            "unitDescription": "per Kilo",
                            "value": 44.59
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 170
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 185
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 30.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.5
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "TpFPm8jO",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 86
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 15.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "-1LEoWcI",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 83
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 144
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 23.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.6
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "vNntgI86",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 194
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 92
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 82
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 199
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 6.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 63
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 97
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 196
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 84
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 14.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 18.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 32.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "iHHKkR",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "WaTT3Xwt",
                          "pricedAncillaryRef": "fan3amJm",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 40.9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 27.9
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Pound",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 102
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 2.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "c1mTyEyh",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 179
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 67
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 107
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 174
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 5.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "iA__R_VS",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 183
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 53
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 43.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 30.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "JR0NYC",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "QrGQPiOy",
                          "pricedAncillaryRef": "iATu3h4D",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 28.2
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 27.9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 23.2
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 33.6
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 5
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "oqf8pYDb",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 4
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 144
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 140
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 46.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 10.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 31.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 33.5
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 12.5
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "BHD",
                            "unitDescription": "per Piece",
                            "value": 69.64
                          },
                          "notPermitted": true,
                          "unknown": true
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "rHMEqu",
                    "value": "CN"
                  },
                  "classOfService": "i",
                  "couponNumber": "49",
                  "couponUse": "g",
                  "currentStatus": "xw",
                  "endDateTime": "2027-04-10T00:00:00.0Z",
                  "endLocation": "cjm",
                  "fareBasisCode": "iS3Jgqrb",
                  "marketingFlightNumber": "8708",
                  "marketingProvider": {
                    "checkDigit": "9",
                    "name": "Klein and Sons",
                    "number": "901",
                    "value": "xT"
                  },
                  "segmentRef": "8fdd5b58-4782-4c8c-9585-bb3926d05e6a",
                  "startDateTime": "2027-03-29T00:00:00.0Z",
                  "startLocation": "Zwl",
                  "status": "PRINTED_INTERLINE",
                  "stopOver": "i"
                },
                {
                  "bagAllowance": "2PC",
                  "baggageDisclosure": {
                    "baggageEmbargo": {
                      "restrictionText": [
                        "Pet in cabin is not permitted"
                      ]
                    },
                    "carryOnBaggage": {
                      "additionalInfo": "Additional item allowed",
                      "baggageAllowanceDefinition": {
                        "allowanceSource": "ENTITLEMENTS",
                        "allowedSubstitution": [
                          {
                            "baggageRestriction": {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 66
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 157
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 23.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 14.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            "pricedAncillaryRef": "xjeMbPx6",
                            "quantity": 1
                          }
                        ],
                        "baggageRestriction": [
                          {
                            "description": "per Piece",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 109
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 186
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 126
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 110
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 21.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 44.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.3
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          }
                        ],
                        "entitlementDetails": {
                          "ruleId": "gasXL4",
                          "ruleType": "FEE_WAIVER"
                        },
                        "id": "r9-cFVcr",
                        "pricedAncillaryRef": "kL2qZbSv",
                        "quantity": 1,
                        "totalWeight": [
                          {
                            "unit": "KILOGRAM",
                            "value": 3.2
                          }
                        ],
                        "unknown": true
                      },
                      "excessBaggage": [
                        {
                          "ancillaryRef": "bGnn1wEr",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 132
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 88
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 81
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 166
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 132
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 14.3
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "TJS",
                            "unitDescription": "per Kilo",
                            "value": 47.18
                          },
                          "notPermitted": false,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "v403a2H2",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 62
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 194
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 77
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 49.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 25.7
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 34.3
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 40.1
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 20.7
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "MKD",
                            "unitDescription": "per Piece",
                            "value": 39.09
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "XCS7BUyL",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 3
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 58
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 108
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 70
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 109
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 46.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 15.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 39
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 17.2
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "NIO",
                            "unitDescription": "per Piece",
                            "value": 58.81
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "NdWJ6M6M",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 178
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 85
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "FEET",
                                  "value": 74
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 177
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 123
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 21.6
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "KHR",
                            "unitDescription": "per Kilo",
                            "value": 47.47
                          },
                          "notPermitted": false,
                          "unknown": true
                        }
                      ]
                    },
                    "checkedInBaggage": {
                      "baggageAllowanceDefinition": [
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 112
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 76
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 9.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "TgG13g3d",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 2
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 105
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 182
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 67
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 39.5
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 33.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "8WljwYNe",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "1st",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 107
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 51
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 46.9
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "ZxkFTf-W",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Kilo",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 91
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 53
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 178
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 111
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 41.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 49.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 40.8
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 155
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 99
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 183
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 116
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 44.4
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 7.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "7dijR1",
                            "ruleType": "ADDITIONAL"
                          },
                          "id": "bLkfdgrE",
                          "pricedAncillaryRef": "4mNH7jFS",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 31
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 42.6
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 188
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 64
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 17.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 34.6
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 24.9
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 49.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "GYtOb4Fk",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 78
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 145
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 133
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 88
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 172
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 15
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 25.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "EwhpTUzK",
                              "quantity": 1
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 2
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 142
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 197
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 186
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 60
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 172
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 48.8
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 190
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "7qxCuM",
                            "ruleType": "OVERRIDE"
                          },
                          "id": "ye3L6BOz",
                          "pricedAncillaryRef": "OZ09nMVv",
                          "quantity": 3,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 1.9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 31.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 24
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 28.3
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 16.9
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "ENTITLEMENTS",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 158
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 3.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "47Jo39xl",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 4
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 63
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 143
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 63
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 120
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 71
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 20.2
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 29.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 44.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "v2b_LDK3",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 63
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 137
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 1.4
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "ymSl4rss",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 3
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 61
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "CENTIMETER",
                                      "value": 90
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 185
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 37.7
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 40
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 48.4
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 38
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 47.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "b370dLpt",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Piece",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 60
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 12.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 26.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 28.1
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "g6XgYK0z",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "3rd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 54
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 111
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 113
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 52
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 25.6
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 8.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 28.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 1.3
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Kilo",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 56
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 162
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 90
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 161
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 29.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 20.1
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "FonDrC",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "joSTkher",
                          "pricedAncillaryRef": "uI6JGu6h",
                          "quantity": 1,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 30.9
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 27.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 39.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 23.9
                            }
                          ],
                          "unknown": false
                        },
                        {
                          "allowanceSource": "TICKET",
                          "allowedSubstitution": [
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 5
                                },
                                "quantity": 2,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 78
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 79
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 6.8
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 7.1
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.3
                                    }
                                  },
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 8.3
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "HVfdgxkn",
                              "quantity": 2
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "3rd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 1,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 80
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 52
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 109
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 195
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 43.8
                                    }
                                  }
                                ],
                                "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                              },
                              "pricedAncillaryRef": "bJbAnyid",
                              "quantity": 1
                            },
                            {
                              "baggageRestriction": {
                                "description": "per Kilo",
                                "designation": "2nd",
                                "occurrenceLimit": {
                                  "first": 1,
                                  "last": 1
                                },
                                "quantity": 3,
                                "sizeLimit": [
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "METER",
                                      "value": 196
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 185
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "INCH",
                                      "value": 136
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 161
                                    }
                                  },
                                  {
                                    "limitType": "UP_TO",
                                    "size": {
                                      "unit": "FEET",
                                      "value": 197
                                    }
                                  }
                                ],
                                "sizeLimitDescription": "UP TO 50 INCHES",
                                "weightLimit": [
                                  {
                                    "limitType": "OVER",
                                    "weight": {
                                      "unit": "KILOGRAM",
                                      "value": 31.7
                                    }
                                  }
                                ],
                                "weightLimitDescription": "UP TO 20 KG"
                              },
                              "pricedAncillaryRef": "LSymVCbV",
                              "quantity": 2
                            }
                          ],
                          "baggageRestriction": [
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 3,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 68
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 169
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 57
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 58
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 35
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 24.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 11.6
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Pound",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 3
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 190
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 136
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "CENTIMETER",
                                    "value": 54
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 12.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 10.3
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 15.7
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 16.2
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 37.7
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            },
                            {
                              "description": "per Piece",
                              "designation": "2nd",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 5
                              },
                              "quantity": 1,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 54
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "METER",
                                    "value": 124
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 50 INCHES",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.2
                                  }
                                }
                              ],
                              "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                            },
                            {
                              "description": "per Piece",
                              "designation": "1st",
                              "occurrenceLimit": {
                                "first": 1,
                                "last": 1
                              },
                              "quantity": 2,
                              "sizeLimit": [
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 71
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 164
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 132
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "INCH",
                                    "value": 183
                                  }
                                },
                                {
                                  "limitType": "UP_TO",
                                  "size": {
                                    "unit": "FEET",
                                    "value": 157
                                  }
                                }
                              ],
                              "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                              "weightLimit": [
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 38.1
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 12.9
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 22.5
                                  }
                                },
                                {
                                  "limitType": "OVER",
                                  "weight": {
                                    "unit": "KILOGRAM",
                                    "value": 42.9
                                  }
                                }
                              ],
                              "weightLimitDescription": "UP TO 20 KG"
                            }
                          ],
                          "entitlementDetails": {
                            "ruleId": "3UFzmh",
                            "ruleType": "FEE_WAIVER"
                          },
                          "id": "hoHbaVBk",
                          "pricedAncillaryRef": "FmjubcEq",
                          "quantity": 2,
                          "totalWeight": [
                            {
                              "unit": "KILOGRAM",
                              "value": 36
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 32.7
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 3.1
                            },
                            {
                              "unit": "KILOGRAM",
                              "value": 17.7
                            }
                          ],
                          "unknown": false
                        }
                      ],
                      "excessBaggage": [
                        {
                          "ancillaryRef": "U9ADwK1p",
                          "baggageRestriction": {
                            "description": "per Pound",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 2
                            },
                            "quantity": 3,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 93
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 97
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 154
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 30.4
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 34.9
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "MZN",
                            "unitDescription": "per Piece",
                            "value": 81.68
                          },
                          "notPermitted": false,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "SgaLWJoC",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "3rd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 1
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 177
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 195
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 38.8
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "SYP",
                            "unitDescription": "per Piece",
                            "value": 11.59
                          },
                          "notPermitted": true,
                          "unknown": true
                        },
                        {
                          "ancillaryRef": "z-DOATzW",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "1st",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 1,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 61
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 80
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 161
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 41.4
                                }
                              }
                            ],
                            "weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
                          },
                          "fee": {
                            "currency": "ERN",
                            "unitDescription": "per Kilo",
                            "value": 53.12
                          },
                          "notPermitted": true,
                          "unknown": false
                        },
                        {
                          "ancillaryRef": "INhKBRWw",
                          "baggageRestriction": {
                            "description": "per Kilo",
                            "designation": "2nd",
                            "occurrenceLimit": {
                              "first": 1,
                              "last": 5
                            },
                            "quantity": 2,
                            "sizeLimit": [
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "CENTIMETER",
                                  "value": 119
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "METER",
                                  "value": 91
                                }
                              },
                              {
                                "limitType": "UP_TO",
                                "size": {
                                  "unit": "INCH",
                                  "value": 155
                                }
                              }
                            ],
                            "sizeLimitDescription": "UP TO 50 INCHES",
                            "weightLimit": [
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 27.9
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 28.2
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 2.8
                                }
                              },
                              {
                                "limitType": "OVER",
                                "weight": {
                                  "unit": "KILOGRAM",
                                  "value": 3.1
                                }
                              }
                            ],
                            "weightLimitDescription": "UP TO 20 KG"
                          },
                          "fee": {
                            "currency": "SLE",
                            "unitDescription": "per Kilo",
                            "value": 23.77
                          },
                          "notPermitted": false,
                          "unknown": false
                        }
                      ]
                    }
                  },
                  "bookingStatus": {
                    "name": "dLzpMv",
                    "value": "RQ"
                  },
                  "classOfService": "W",
                  "couponNumber": "41",
                  "couponUse": "S",
                  "currentStatus": "Zo",
                  "endDateTime": "2026-10-06T00:00:00.0Z",
                  "endLocation": "XLY",
                  "fareBasisCode": "GHWhGz2I",
                  "marketingFlightNumber": "6362",
                  "marketingProvider": {
                    "checkDigit": "7",
                    "name": "Blanda LLC",
                    "number": "466",
                    "value": "Le"
                  },
                  "segmentRef": "bb3d5af8-9f41-48bc-b488-60148af1b150",
                  "startDateTime": "2026-11-26T00:00:00.0Z",
                  "startLocation": "tbT",
                  "status": "NO_GO",
                  "stopOver": "g"
                }
              ],
              "ticketNumber": {
                "airlineAccountingCode": "276",
                "checkDigit": "3",
                "number": "33334791524243",
                "serialNumber": "6668025028"
              },
              "ticketRemark": [
                {
                  "category": "PASSENGER",
                  "header": "BXrXGWjCOn",
                  "remarkLine": "NMPgqBaNjBK4TvUAq9IBHPIqFEDAoOBA6cfiinux7Y97wMtgbn",
                  "sequence": 81,
                  "type": "Security"
                },
                {
                  "category": "ENDORSEMENTS",
                  "header": "OVpRvhQYGM",
                  "remarkLine": "I0G7H5Lw23nPfPRHDXxlOvyooJAFuyLdgZLIx5mF1KQx7FPdgI",
                  "sequence": 97,
                  "type": "Security"
                },
                {
                  "category": "PAYMENT",
                  "header": "hrLlxffKHf",
                  "remarkLine": "K7S4aD27FI5aU9yEcF7gGjLpi0BzmKNYyczoswpSPyFIV6iREk",
                  "sequence": 79,
                  "type": "Baggage"
                },
                {
                  "category": "PRIVATEFARETEXT",
                  "header": "DWCuBpzaxx",
                  "remarkLine": "s09xgiCKnUpVTdPeIiYi4fkvQvxSQt2l9rjveRKkbk1iILKtks",
                  "sequence": 76,
                  "type": "Baggage"
                }
              ],
              "tourNumber": "NICMUM"
            }
          ],
          "timaticVerificationResults": {
            "status": "NOT_OK_TO_BOARD",
            "timaticCountryRequirements": [
              {
                "country": "TV",
                "countryName": "Oman",
                "status": "NOT_OK_TO_BOARD",
                "timaticVerificationSection": [
                  {
                    "name": "PASSPORT",
                    "timaticDetail": [
                      {
                        "subtype": "Applicable",
                        "type": "Health",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Restriction",
                        "type": "Passport",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Requirement",
                        "type": "Health",
                        "value": "Not Required"
                      }
                    ]
                  },
                  {
                    "name": "PASSPORT",
                    "timaticDetail": [
                      {
                        "subtype": "Requirement",
                        "type": "Passport",
                        "value": "Required"
                      },
                      {
                        "subtype": "Recommendation",
                        "type": "Passport",
                        "value": "Exempt"
                      }
                    ]
                  },
                  {
                    "name": "VISA",
                    "timaticDetail": [
                      {
                        "subtype": "Restriction",
                        "type": "Visa",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Requirement",
                        "type": "Passport",
                        "value": "Exempt"
                      },
                      {
                        "subtype": "Information",
                        "type": "Passport",
                        "value": "Exempt"
                      }
                    ]
                  },
                  {
                    "name": "VISA",
                    "timaticDetail": [
                      {
                        "subtype": "Requirement",
                        "type": "Customs",
                        "value": "Required"
                      }
                    ]
                  },
                  {
                    "name": "OTHERS",
                    "timaticDetail": [
                      {
                        "subtype": "Information",
                        "type": "Visa",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Requirement",
                        "type": "Visa",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Exception",
                        "type": "Health",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Exception",
                        "type": "Health",
                        "value": "Exempt"
                      },
                      {
                        "subtype": "Requirement",
                        "type": "Passport",
                        "value": "Required"
                      }
                    ]
                  }
                ]
              },
              {
                "country": "GU",
                "countryName": "Christmas Island",
                "status": "OK_TO_BOARD",
                "timaticVerificationSection": [
                  {
                    "name": "OTHERS",
                    "timaticDetail": [
                      {
                        "subtype": "Restriction",
                        "type": "Customs",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Applicable",
                        "type": "Visa",
                        "value": "Required"
                      },
                      {
                        "subtype": "Exception",
                        "type": "Passport",
                        "value": "Required"
                      },
                      {
                        "subtype": "Recommendation",
                        "type": "Customs",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Restriction",
                        "type": "Health",
                        "value": "Exempt"
                      }
                    ]
                  },
                  {
                    "name": "HEALTH",
                    "timaticDetail": [
                      {
                        "subtype": "Information",
                        "type": "Health",
                        "value": "Exempt"
                      },
                      {
                        "subtype": "Restriction",
                        "type": "Passport",
                        "value": "Required"
                      },
                      {
                        "subtype": "Recommendation",
                        "type": "Passport",
                        "value": "Exempt"
                      },
                      {
                        "subtype": "Restriction",
                        "type": "Visa",
                        "value": "Not Required"
                      }
                    ]
                  },
                  {
                    "name": "HEALTH",
                    "timaticDetail": [
                      {
                        "subtype": "Applicable",
                        "type": "Visa",
                        "value": "Exempt"
                      },
                      {
                        "subtype": "Restriction",
                        "type": "Health",
                        "value": "Conditional"
                      },
                      {
                        "subtype": "Recommendation",
                        "type": "Health",
                        "value": "Not Required"
                      },
                      {
                        "subtype": "Recommendation",
                        "type": "Passport",
                        "value": "Exempt"
                      },
                      {
                        "subtype": "Requirement",
                        "type": "Customs",
                        "value": "Not Required"
                      }
                    ]
                  },
                  {
                    "name": "EVALUATION_RESPONSE",
                    "timaticDetail": [
                      {
                        "subtype": "Restriction",
                        "type": "Health",
                        "value": "Required"
                      },
                      {
                        "subtype": "Exception",
                        "type": "Passport",
                        "value": "Exempt"
                      },
                      {
                        "subtype": "Recommendation",
                        "type": "Customs",
                        "value": "Exempt"
                      }
                    ]
                  }
                ]
              }
            ]
          },
          "transportationSecurity": {
            "knownTraveler": {
              "applicableCountryCode": "CH",
              "number": "413606"
            },
            "knownTravelerNumber": "138949",
            "preScreeningData": {
              "dateOfBirth": "1974-01-24",
              "gender": "I",
              "personName": {
                "first": "Damaris",
                "last": "Torphy",
                "middle": "Alex",
                "prefix": "Mr.",
                "raw": "Casey Cartwright",
                "suffix": "PhD"
              }
            },
            "redress": {
              "applicableCountryCode": "DO",
              "number": "741105"
            },
            "redresses": [
              {
                "applicableCountryCode": "JE",
                "number": "782685"
              },
              {
                "applicableCountryCode": "GM",
                "number": "205174"
              },
              {
                "applicableCountryCode": "CY",
                "number": "969901"
              },
              {
                "applicableCountryCode": "JO",
                "number": "398190"
              }
            ],
            "redressNumber": "5067783191"
          },
          "type": "ADULT",
          "weightCategory": "CHILD"
        }
      ]
    },
    "payments": {
      "payment": [
        {
          "amount": {
            "currency": "PLN",
            "value": 129.62
          },
          "formOfPaymentType": "CASH",
          "id": "6042f9e7-b9f8-46f4-9aae-b30dc58d24d5",
          "installmentsDetails": {
            "currency": "COP",
            "fopFeeAmount": 1.82,
            "installmentAmount": 26.62,
            "interestAmount": 20.15,
            "interestRate": 2.84,
            "numberOfInstallments": 8,
            "otherPaymentAmount": 98.08,
            "totalPaymentAmount": 4823.88
          },
          "paymentCardPayment": {
            "approvalCode": "716612",
            "authorizationResult": {
              "approvalCode": "246640",
              "merchantAccountNumber": "21587874",
              "responseCode": "DECLINED",
              "resultCodes": {
                "aVS": "D",
                "cAVV": "A",
                "cSC": "M"
              },
              "supplierId": "AMEX",
              "supplierResponseCode": "06",
              "supplierTransactionId": "834407199"
            },
            "bookingIdentifier": "xJHkNukxa",
            "cardReader": {
              "chipCardIndicator": false,
              "deviceId": "yoAyFJWP3fB0"
            },
            "dynamicCurrencyConversion": {
              "amount": {
                "currency": "NPR",
                "value": 98.37
              },
              "exchangeRateInfo": {
                "basedOn": "REUTERS WHOLESALE INTERBA",
                "margin": 0.0482,
                "rate": 0.9422
              },
              "originalAmount": {
                "currency": "BND",
                "value": 487.87
              },
              "supplierIdentifier": "FEXCO"
            },
            "internetTransactionVerification": "THREE_DOMAIN_SECURE",
            "paymentCard": {
              "cardType": "CREDIT_CARD",
              "expirationDetails": "01/26",
              "id": "e118f300-755c-4374-b6d9-e0ac97c9c7f2",
              "nameOnCard": "Mr. Don Wolff",
              "number": "5460-3854-4021-3988",
              "typeCode": "AX"
            },
            "paymentPlan": {
              "bankName": "Marvin, Conn and Dach",
              "numberOfInstallments": 3
            },
            "presentPaymentCardForVerification": true,
            "transactionIdentifier": "4aHcgzMsjv"
          },
          "paymentComponent": [
            {
              "airExtraDocumentRef": "EqW7",
              "amount": {
                "currency": "ARS",
                "value": 288.35
              },
              "points": 9037,
              "ticketRef": "vjD9"
            },
            {
              "airExtraDocumentRef": "ZQ1e",
              "amount": {
                "currency": "FKP",
                "value": 330.23
              },
              "points": 1137,
              "ticketRef": "YF7c"
            }
          ],
          "points": 6968,
          "status": "AUTHORIZED"
        },
        {
          "amount": {
            "currency": "CUP",
            "value": 139.94
          },
          "formOfPaymentType": "CASH",
          "id": "6559781a-9f25-4a2d-beea-944a89cc7df9",
          "installmentsDetails": {
            "currency": "BMD",
            "fopFeeAmount": 14.77,
            "installmentAmount": 32.82,
            "interestAmount": 46.72,
            "interestRate": 13.9,
            "numberOfInstallments": 11,
            "otherPaymentAmount": 16.32,
            "totalPaymentAmount": 1127.47
          },
          "paymentCardPayment": {
            "approvalCode": "819536",
            "authorizationResult": {
              "approvalCode": "717608",
              "merchantAccountNumber": "28021268",
              "responseCode": "APPROVED",
              "resultCodes": {
                "aVS": "A",
                "cAVV": "B",
                "cSC": "N"
              },
              "supplierId": "AMEX",
              "supplierResponseCode": "67",
              "supplierTransactionId": "086160477"
            },
            "bookingIdentifier": "kGy7nTTaY",
            "cardReader": {
              "chipCardIndicator": true,
              "deviceId": "z08b5RJJbRhj"
            },
            "dynamicCurrencyConversion": {
              "amount": {
                "currency": "DZD",
                "value": 43.39
              },
              "exchangeRateInfo": {
                "basedOn": "REUTERS WHOLESALE INTERBA",
                "margin": 0.0435,
                "rate": 0.8427
              },
              "originalAmount": {
                "currency": "LSL",
                "value": 63.87
              },
              "supplierIdentifier": "FEXCO"
            },
            "internetTransactionVerification": "JSECURE",
            "paymentCard": {
              "cardType": "CREDIT_CARD",
              "expirationDetails": "05/27",
              "id": "230d7902-40dc-4483-a8f7-def9f95cbf4c",
              "nameOnCard": "Kristine Herman",
              "number": "3602-780003-6510",
              "typeCode": "AX"
            },
            "paymentPlan": {
              "bankName": "O'Reilly, Marks and Murphy",
              "numberOfInstallments": 3
            },
            "presentPaymentCardForVerification": true,
            "transactionIdentifier": "ouE4uuubWS"
          },
          "paymentComponent": [
            {
              "airExtraDocumentRef": "ArEe",
              "amount": {
                "currency": "AZN",
                "value": 155.55
              },
              "points": 8118,
              "ticketRef": "ArFE"
            },
            {
              "airExtraDocumentRef": "kOh4",
              "amount": {
                "currency": "MWK",
                "value": 164.84
              },
              "points": 6764,
              "ticketRef": "EFE6"
            },
            {
              "airExtraDocumentRef": "XbxK",
              "amount": {
                "currency": "LBP",
                "value": 323.67
              },
              "points": 9178,
              "ticketRef": "nyOz"
            },
            {
              "airExtraDocumentRef": "WBm7",
              "amount": {
                "currency": "ALL",
                "value": 318.92
              },
              "points": 5054,
              "ticketRef": "xXGV"
            }
          ],
          "points": 8503,
          "status": "ERROR"
        },
        {
          "amount": {
            "currency": "IRR",
            "value": 459.58
          },
          "formOfPaymentType": "LOYALTY",
          "id": "e1c10ab6-6c12-4b4d-9c60-2c0135f61ca7",
          "installmentsDetails": {
            "currency": "BAM",
            "fopFeeAmount": 0.62,
            "installmentAmount": 61.56,
            "interestAmount": 5.74,
            "interestRate": 9.55,
            "numberOfInstallments": 7,
            "otherPaymentAmount": 59.49,
            "totalPaymentAmount": 613.36
          },
          "paymentCardPayment": {
            "approvalCode": "692915",
            "authorizationResult": {
              "approvalCode": "359628",
              "merchantAccountNumber": "95122368",
              "responseCode": "APPROVED",
              "resultCodes": {
                "aVS": "E",
                "cAVV": "C",
                "cSC": "N"
              },
              "supplierId": "AMEX",
              "supplierResponseCode": "24",
              "supplierTransactionId": "278383801"
            },
            "bookingIdentifier": "Co2hb21Yp",
            "cardReader": {
              "chipCardIndicator": true,
              "deviceId": "kqI4hU7FJHNL"
            },
            "dynamicCurrencyConversion": {
              "amount": {
                "currency": "AZN",
                "value": 494.97
              },
              "exchangeRateInfo": {
                "basedOn": "XE EXCHANGE",
                "margin": 0.029,
                "rate": 0.88
              },
              "originalAmount": {
                "currency": "TOP",
                "value": 264.83
              },
              "supplierIdentifier": "PLANET"
            },
            "internetTransactionVerification": "THREE_DOMAIN_SECURE",
            "paymentCard": {
              "cardType": "CREDIT_CARD",
              "expirationDetails": "05/27",
              "id": "691bd3e5-f79a-439c-bc30-4d9d1ab69faa",
              "nameOnCard": "Ray Rice",
              "number": "4867-1037-5214-5140",
              "typeCode": "AX"
            },
            "paymentPlan": {
              "bankName": "Hammes, Grady and Cummings",
              "numberOfInstallments": 4
            },
            "presentPaymentCardForVerification": false,
            "transactionIdentifier": "YcBhhJ6oIn"
          },
          "paymentComponent": [
            {
              "airExtraDocumentRef": "hgnq",
              "amount": {
                "currency": "CDF",
                "value": 359.75
              },
              "points": 4276,
              "ticketRef": "Ugrb"
            },
            {
              "airExtraDocumentRef": "kci6",
              "amount": {
                "currency": "PGK",
                "value": 207.99
              },
              "points": 9651,
              "ticketRef": "11EJ"
            }
          ],
          "points": 7799,
          "status": "AUTHORIZED"
        },
        {
          "amount": {
            "currency": "CVE",
            "value": 491.42
          },
          "formOfPaymentType": "GIFT_CARD",
          "id": "aa1b1bfd-317a-42f2-a892-c14b14600737",
          "installmentsDetails": {
            "currency": "THB",
            "fopFeeAmount": 5.89,
            "installmentAmount": 466.26,
            "interestAmount": 16.23,
            "interestRate": 10.15,
            "numberOfInstallments": 8,
            "otherPaymentAmount": 15.32,
            "totalPaymentAmount": 3421.8
          },
          "paymentCardPayment": {
            "approvalCode": "254774",
            "authorizationResult": {
              "approvalCode": "979374",
              "merchantAccountNumber": "88944095",
              "responseCode": "DECLINED",
              "resultCodes": {
                "aVS": "D",
                "cAVV": "B",
                "cSC": "M"
              },
              "supplierId": "PAYP",
              "supplierResponseCode": "06",
              "supplierTransactionId": "428680450"
            },
            "bookingIdentifier": "z0Psj9k6l",
            "cardReader": {
              "chipCardIndicator": false,
              "deviceId": "7Iod6Fy4upCq"
            },
            "dynamicCurrencyConversion": {
              "amount": {
                "currency": "AZN",
                "value": 483.91
              },
              "exchangeRateInfo": {
                "basedOn": "XE EXCHANGE",
                "margin": 0.0144,
                "rate": 1.053
              },
              "originalAmount": {
                "currency": "GEL",
                "value": 42.98
              },
              "supplierIdentifier": "GLOBAL B"
            },
            "internetTransactionVerification": "JSECURE",
            "paymentCard": {
              "cardType": "CREDIT_CARD",
              "expirationDetails": "12/28",
              "id": "78569096-58d4-4050-8a5c-facc96697d3d",
              "nameOnCard": "Jamie Gerhold",
              "number": "3529-1521-1599-4407",
              "typeCode": "VA"
            },
            "paymentPlan": {
              "bankName": "Bradtke - Rogahn",
              "numberOfInstallments": 4
            },
            "presentPaymentCardForVerification": false,
            "transactionIdentifier": "qlEJphNzfn"
          },
          "paymentComponent": [
            {
              "airExtraDocumentRef": "B9dX",
              "amount": {
                "currency": "ANG",
                "value": 73.8
              },
              "points": 582,
              "ticketRef": "AW2J"
            },
            {
              "airExtraDocumentRef": "HI9f",
              "amount": {
                "currency": "JMD",
                "value": 412.57
              },
              "points": 4265,
              "ticketRef": "zJvH"
            },
            {
              "airExtraDocumentRef": "tsTV",
              "amount": {
                "currency": "HTG",
                "value": 99.36
              },
              "points": 1841,
              "ticketRef": "ugPx"
            },
            {
              "airExtraDocumentRef": "g9Co",
              "amount": {
                "currency": "MZN",
                "value": 261.32
              },
              "points": 8439,
              "ticketRef": "BPER"
            }
          ],
          "points": 7720,
          "status": "UNKNOWN"
        }
      ]
    },
    "pricedAncillaries": {
      "conversionRules": {
        "minimumPoints": 476,
        "roundingMode": "DOWN",
        "scalingMode": "NEAREST_10"
      },
      "id": "SXFMpVz-",
      "pricedAncillary": [
        {
          "ancillaryFee": {
            "base": {
              "amount": {
                "currency": "GEL",
                "value": 494.73
              },
              "code": "sr",
              "conversionRatio": {
                "minimumPoints": 743,
                "value": 0.94
              },
              "equivAmount": {
                "currency": "QAR",
                "value": 192.87
              },
              "override": true,
              "points": 32465,
              "referenceAmount": {
                "currency": "CZK",
                "value": 199.47
              },
              "taxType": "FLAT"
            },
            "deal": [
              {
                "amount": {
                  "currency": "COP",
                  "value": 113.09
                },
                "conversionRatio": {
                  "minimumPoints": 312,
                  "value": 0.47
                },
                "id": "7abb8980-fd58-4582-926d-388af4b10ad4",
                "offerName": "MAY WEEKEND DISCOUNT",
                "percentage": 18,
                "points": 826,
                "promotionCode": [
                  "SAVE10",
                  "PROMO20",
                  "FLIGHT5"
                ],
                "promotionId": "7",
                "promotionTag": "xK5mCMLdGuUNiOT",
                "type": "DISCOUNT"
              }
            ],
            "tax": [
              {
                "amount": {
                  "currency": "ERN",
                  "value": 419.7
                },
                "code": "np",
                "conversionRatio": {
                  "minimumPoints": 726,
                  "value": 0.66
                },
                "equivAmount": {
                  "currency": "ZAR",
                  "value": 305.84
                },
                "override": false,
                "points": 42898,
                "referenceAmount": {
                  "currency": "BSD",
                  "value": 71.51
                },
                "taxType": "FLAT"
              }
            ],
            "taxesIncludedInBase": false,
            "taxExempt": true,
            "totalFee": [
              {
                "base": {
                  "amount": {
                    "currency": "MXN",
                    "value": 480.91
                  },
                  "code": "JO",
                  "conversionRatio": {
                    "minimumPoints": 558,
                    "value": 0.88
                  },
                  "equivAmount": {
                    "currency": "CUP",
                    "value": 272.24
                  },
                  "override": false,
                  "points": 48538,
                  "referenceAmount": {
                    "currency": "ISK",
                    "value": 337.2
                  },
                  "taxType": "PROPORTIONAL"
                },
                "discountCalculationRule": "WITH_DISCOUNTS",
                "redemptionCalculationRule": "MAX_POINTS_USED",
                "tax": [
                  {
                    "amount": {
                      "currency": "UYU",
                      "value": 93.86
                    },
                    "code": "Jq",
                    "conversionRatio": {
                      "minimumPoints": 625,
                      "value": 0.85
                    },
                    "equivAmount": {
                      "currency": "TTD",
                      "value": 112.28
                    },
                    "override": false,
                    "points": 27048,
                    "referenceAmount": {
                      "currency": "VUV",
                      "value": 128.58
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "TWD",
                      "value": 93.27
                    },
                    "code": "ih",
                    "conversionRatio": {
                      "minimumPoints": 585,
                      "value": 0.7
                    },
                    "equivAmount": {
                      "currency": "ZMW",
                      "value": 226.19
                    },
                    "override": false,
                    "points": 4308,
                    "referenceAmount": {
                      "currency": "BZD",
                      "value": 291.83
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "MYR",
                      "value": 237.32
                    },
                    "code": "aA",
                    "conversionRatio": {
                      "minimumPoints": 962,
                      "value": 0.71
                    },
                    "equivAmount": {
                      "currency": "GNF",
                      "value": 478.15
                    },
                    "override": true,
                    "points": 20614,
                    "referenceAmount": {
                      "currency": "MUR",
                      "value": 439.91
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "BYN",
                      "value": 58.42
                    },
                    "code": "oY",
                    "conversionRatio": {
                      "minimumPoints": 417,
                      "value": 0.6
                    },
                    "equivAmount": {
                      "currency": "BZD",
                      "value": 120.44
                    },
                    "override": false,
                    "points": 37950,
                    "referenceAmount": {
                      "currency": "AOA",
                      "value": 403.64
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "GHS",
                      "value": 267.15
                    },
                    "code": "WF",
                    "conversionRatio": {
                      "minimumPoints": 300,
                      "value": 0.28
                    },
                    "equivAmount": {
                      "currency": "SSP",
                      "value": 56.71
                    },
                    "override": false,
                    "points": 22316,
                    "referenceAmount": {
                      "currency": "NIO",
                      "value": 493.23
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "CUP",
                    "value": 441.9
                  },
                  "code": "DY",
                  "conversionRatio": {
                    "minimumPoints": 446,
                    "value": 0.99
                  },
                  "equivAmount": {
                    "currency": "KZT",
                    "value": 199.06
                  },
                  "override": true,
                  "points": 23007,
                  "referenceAmount": {
                    "currency": "CDF",
                    "value": 263.23
                  },
                  "taxType": "PROPORTIONAL"
                },
                "totalTaxes": {
                  "amount": {
                    "currency": "MGA",
                    "value": 266.53
                  },
                  "code": "wW",
                  "conversionRatio": {
                    "minimumPoints": 644,
                    "value": 0.14
                  },
                  "equivAmount": {
                    "currency": "GIP",
                    "value": 304.12
                  },
                  "override": false,
                  "points": 28581,
                  "referenceAmount": {
                    "currency": "KHR",
                    "value": 93.16
                  },
                  "taxType": "FLAT"
                }
              },
              {
                "base": {
                  "amount": {
                    "currency": "BBD",
                    "value": 378.19
                  },
                  "code": "Fy",
                  "conversionRatio": {
                    "minimumPoints": 850,
                    "value": 0.21
                  },
                  "equivAmount": {
                    "currency": "BSD",
                    "value": 200.98
                  },
                  "override": true,
                  "points": 13331,
                  "referenceAmount": {
                    "currency": "SZL",
                    "value": 265.22
                  },
                  "taxType": "PROPORTIONAL"
                },
                "discountCalculationRule": "WITHOUT_DISCOUNTS",
                "redemptionCalculationRule": "MAX_POINTS_USED",
                "tax": [
                  {
                    "amount": {
                      "currency": "SZL",
                      "value": 362.17
                    },
                    "code": "zJ",
                    "conversionRatio": {
                      "minimumPoints": 217,
                      "value": 0.53
                    },
                    "equivAmount": {
                      "currency": "INR",
                      "value": 388.57
                    },
                    "override": false,
                    "points": 33591,
                    "referenceAmount": {
                      "currency": "KES",
                      "value": 434.03
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "BDT",
                      "value": 336.9
                    },
                    "code": "If",
                    "conversionRatio": {
                      "minimumPoints": 536,
                      "value": 0.88
                    },
                    "equivAmount": {
                      "currency": "NGN",
                      "value": 441.96
                    },
                    "override": true,
                    "points": 1058,
                    "referenceAmount": {
                      "currency": "XAF",
                      "value": 71.52
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "AOA",
                      "value": 462.58
                    },
                    "code": "aJ",
                    "conversionRatio": {
                      "minimumPoints": 806,
                      "value": 0.71
                    },
                    "equivAmount": {
                      "currency": "RON",
                      "value": 59.87
                    },
                    "override": false,
                    "points": 11226,
                    "referenceAmount": {
                      "currency": "BYN",
                      "value": 246.27
                    },
                    "taxType": "FLAT"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "RSD",
                    "value": 226.16
                  },
                  "code": "dq",
                  "conversionRatio": {
                    "minimumPoints": 515,
                    "value": 0.35
                  },
                  "equivAmount": {
                    "currency": "LRD",
                    "value": 51.83
                  },
                  "override": false,
                  "points": 44499,
                  "referenceAmount": {
                    "currency": "AUD",
                    "value": 441.36
                  },
                  "taxType": "FLAT"
                },
                "totalTaxes": {
                  "amount": {
                    "currency": "MVR",
                    "value": 272.18
                  },
                  "code": "Ds",
                  "conversionRatio": {
                    "minimumPoints": 779,
                    "value": 0.98
                  },
                  "equivAmount": {
                    "currency": "STN",
                    "value": 387.98
                  },
                  "override": true,
                  "points": 20852,
                  "referenceAmount": {
                    "currency": "VND",
                    "value": 321.42
                  },
                  "taxType": "FLAT"
                }
              },
              {
                "base": {
                  "amount": {
                    "currency": "BAM",
                    "value": 6.39
                  },
                  "code": "eD",
                  "conversionRatio": {
                    "minimumPoints": 626,
                    "value": 0.18
                  },
                  "equivAmount": {
                    "currency": "NZD",
                    "value": 185.81
                  },
                  "override": true,
                  "points": 12059,
                  "referenceAmount": {
                    "currency": "NGN",
                    "value": 200.66
                  },
                  "taxType": "FLAT"
                },
                "discountCalculationRule": "WITHOUT_DISCOUNTS",
                "redemptionCalculationRule": "MIN_POINTS_USED",
                "tax": [
                  {
                    "amount": {
                      "currency": "GTQ",
                      "value": 73.09
                    },
                    "code": "zA",
                    "conversionRatio": {
                      "minimumPoints": 208,
                      "value": 0.98
                    },
                    "equivAmount": {
                      "currency": "AED",
                      "value": 56.92
                    },
                    "override": false,
                    "points": 31846,
                    "referenceAmount": {
                      "currency": "JMD",
                      "value": 105.66
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "ZAR",
                      "value": 269.37
                    },
                    "code": "md",
                    "conversionRatio": {
                      "minimumPoints": 702,
                      "value": 0.94
                    },
                    "equivAmount": {
                      "currency": "HTG",
                      "value": 381.29
                    },
                    "override": true,
                    "points": 6258,
                    "referenceAmount": {
                      "currency": "TTD",
                      "value": 499.25
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "JOD",
                      "value": 372.69
                    },
                    "code": "Ke",
                    "conversionRatio": {
                      "minimumPoints": 556,
                      "value": 0.76
                    },
                    "equivAmount": {
                      "currency": "NGN",
                      "value": 377.92
                    },
                    "override": false,
                    "points": 5029,
                    "referenceAmount": {
                      "currency": "SOS",
                      "value": 210.17
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "BGN",
                      "value": 48.45
                    },
                    "code": "YT",
                    "conversionRatio": {
                      "minimumPoints": 853,
                      "value": 0.27
                    },
                    "equivAmount": {
                      "currency": "GBP",
                      "value": 329.97
                    },
                    "override": true,
                    "points": 11383,
                    "referenceAmount": {
                      "currency": "SDG",
                      "value": 494.66
                    },
                    "taxType": "FLAT"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "WST",
                    "value": 448.02
                  },
                  "code": "oO",
                  "conversionRatio": {
                    "minimumPoints": 863,
                    "value": 0.3
                  },
                  "equivAmount": {
                    "currency": "IRR",
                    "value": 368.42
                  },
                  "override": false,
                  "points": 34000,
                  "referenceAmount": {
                    "currency": "TMT",
                    "value": 378.46
                  },
                  "taxType": "FLAT"
                },
                "totalTaxes": {
                  "amount": {
                    "currency": "BSD",
                    "value": 88.29
                  },
                  "code": "zc",
                  "conversionRatio": {
                    "minimumPoints": 969,
                    "value": 0.27
                  },
                  "equivAmount": {
                    "currency": "AUD",
                    "value": 22.88
                  },
                  "override": false,
                  "points": 31604,
                  "referenceAmount": {
                    "currency": "YER",
                    "value": 351.72
                  },
                  "taxType": "FLAT"
                }
              }
            ],
            "unavailable": false
          },
          "ancillaryPurchaseRules": {
            "availableSince": "2025-10-18",
            "availableUntil": "2027-05-06",
            "purchaseByDate": "2026-08-31"
          },
          "ancillaryRef": "gGze1R",
          "confirmationStatus": "UNKNOWN",
          "id": "LcLAgpR5",
          "offerItemId": "da0e1bab-1ecf-4e19-bb0c-80f5b19de0ce",
          "pricingLevel": "SEGMENT"
        },
        {
          "ancillaryFee": {
            "base": {
              "amount": {
                "currency": "BIF",
                "value": 455.25
              },
              "code": "Lf",
              "conversionRatio": {
                "minimumPoints": 866,
                "value": 0.96
              },
              "equivAmount": {
                "currency": "QAR",
                "value": 151.38
              },
              "override": false,
              "points": 28598,
              "referenceAmount": {
                "currency": "MZN",
                "value": 162.73
              },
              "taxType": "FLAT"
            },
            "deal": [
              {
                "amount": {
                  "currency": "LYD",
                  "value": 173.3
                },
                "conversionRatio": {
                  "minimumPoints": 646,
                  "value": 0.8
                },
                "id": "bf7657a3-6b37-4cec-9002-02f6cfdc4ebc",
                "offerName": "MAY WEEKEND DISCOUNT",
                "percentage": 14,
                "points": 4922,
                "promotionCode": [
                  "PROMO20",
                  "FLIGHT5",
                  "SAVE10"
                ],
                "promotionId": "9",
                "promotionTag": "iwrcc4dof3vgScd",
                "type": "FEE_WAIVER"
              },
              {
                "amount": {
                  "currency": "GMD",
                  "value": 434.76
                },
                "conversionRatio": {
                  "minimumPoints": 175,
                  "value": 0.19
                },
                "id": "8453287b-596c-4a57-900c-fd565aebca61",
                "offerName": "SUMMER PROMO",
                "percentage": 8,
                "points": 2498,
                "promotionCode": [
                  "SAVE10",
                  "FLIGHT5",
                  "PROMO20"
                ],
                "promotionId": "0",
                "promotionTag": "ApCriJb3sv9YxMU",
                "type": "OTHR"
              }
            ],
            "tax": [
              {
                "amount": {
                  "currency": "LYD",
                  "value": 281.16
                },
                "code": "Zw",
                "conversionRatio": {
                  "minimumPoints": 829,
                  "value": 0.53
                },
                "equivAmount": {
                  "currency": "AMD",
                  "value": 441.19
                },
                "override": true,
                "points": 22009,
                "referenceAmount": {
                  "currency": "GNF",
                  "value": 325.42
                },
                "taxType": "FLAT"
              },
              {
                "amount": {
                  "currency": "KGS",
                  "value": 476.76
                },
                "code": "cb",
                "conversionRatio": {
                  "minimumPoints": 473,
                  "value": 0.4
                },
                "equivAmount": {
                  "currency": "UYU",
                  "value": 282.96
                },
                "override": false,
                "points": 22827,
                "referenceAmount": {
                  "currency": "AED",
                  "value": 401.67
                },
                "taxType": "PROPORTIONAL"
              },
              {
                "amount": {
                  "currency": "RON",
                  "value": 377.14
                },
                "code": "Oh",
                "conversionRatio": {
                  "minimumPoints": 984,
                  "value": 1
                },
                "equivAmount": {
                  "currency": "ZWL",
                  "value": 183.7
                },
                "override": false,
                "points": 47606,
                "referenceAmount": {
                  "currency": "YER",
                  "value": 209.9
                },
                "taxType": "PROPORTIONAL"
              },
              {
                "amount": {
                  "currency": "SLE",
                  "value": 323.2
                },
                "code": "WK",
                "conversionRatio": {
                  "minimumPoints": 533,
                  "value": 0.29
                },
                "equivAmount": {
                  "currency": "TRY",
                  "value": 194.18
                },
                "override": true,
                "points": 24126,
                "referenceAmount": {
                  "currency": "PAB",
                  "value": 429.02
                },
                "taxType": "FLAT"
              }
            ],
            "taxesIncludedInBase": false,
            "taxExempt": true,
            "totalFee": [
              {
                "base": {
                  "amount": {
                    "currency": "AMD",
                    "value": 96.5
                  },
                  "code": "aW",
                  "conversionRatio": {
                    "minimumPoints": 373,
                    "value": 0.3
                  },
                  "equivAmount": {
                    "currency": "KES",
                    "value": 21.04
                  },
                  "override": true,
                  "points": 30550,
                  "referenceAmount": {
                    "currency": "MWK",
                    "value": 110.71
                  },
                  "taxType": "PROPORTIONAL"
                },
                "discountCalculationRule": "WITH_DISCOUNTS",
                "redemptionCalculationRule": "MIN_POINTS_USED",
                "tax": [
                  {
                    "amount": {
                      "currency": "RWF",
                      "value": 29.2
                    },
                    "code": "iV",
                    "conversionRatio": {
                      "minimumPoints": 295,
                      "value": 0.43
                    },
                    "equivAmount": {
                      "currency": "UAH",
                      "value": 256.11
                    },
                    "override": true,
                    "points": 25217,
                    "referenceAmount": {
                      "currency": "VND",
                      "value": 431.01
                    },
                    "taxType": "FLAT"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "PLN",
                    "value": 96.89
                  },
                  "code": "xg",
                  "conversionRatio": {
                    "minimumPoints": 282,
                    "value": 0.98
                  },
                  "equivAmount": {
                    "currency": "KPW",
                    "value": 187.73
                  },
                  "override": true,
                  "points": 23980,
                  "referenceAmount": {
                    "currency": "SLE",
                    "value": 398.3
                  },
                  "taxType": "PROPORTIONAL"
                },
                "totalTaxes": {
                  "amount": {
                    "currency": "ISK",
                    "value": 434.15
                  },
                  "code": "aK",
                  "conversionRatio": {
                    "minimumPoints": 223,
                    "value": 0.94
                  },
                  "equivAmount": {
                    "currency": "IRR",
                    "value": 491.48
                  },
                  "override": true,
                  "points": 23212,
                  "referenceAmount": {
                    "currency": "IRR",
                    "value": 368.31
                  },
                  "taxType": "FLAT"
                }
              },
              {
                "base": {
                  "amount": {
                    "currency": "TOP",
                    "value": 288.94
                  },
                  "code": "TY",
                  "conversionRatio": {
                    "minimumPoints": 521,
                    "value": 0.54
                  },
                  "equivAmount": {
                    "currency": "NGN",
                    "value": 371.87
                  },
                  "override": true,
                  "points": 18810,
                  "referenceAmount": {
                    "currency": "TZS",
                    "value": 486.76
                  },
                  "taxType": "FLAT"
                },
                "discountCalculationRule": "WITHOUT_DISCOUNTS",
                "redemptionCalculationRule": "MAX_POINTS_USED",
                "tax": [
                  {
                    "amount": {
                      "currency": "DKK",
                      "value": 171.2
                    },
                    "code": "sJ",
                    "conversionRatio": {
                      "minimumPoints": 217,
                      "value": 0.7
                    },
                    "equivAmount": {
                      "currency": "ERN",
                      "value": 195.06
                    },
                    "override": true,
                    "points": 36278,
                    "referenceAmount": {
                      "currency": "GIP",
                      "value": 74.22
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "UAH",
                      "value": 453.22
                    },
                    "code": "dc",
                    "conversionRatio": {
                      "minimumPoints": 160,
                      "value": 0.56
                    },
                    "equivAmount": {
                      "currency": "COP",
                      "value": 389.12
                    },
                    "override": false,
                    "points": 11044,
                    "referenceAmount": {
                      "currency": "SZL",
                      "value": 237.48
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "AZN",
                      "value": 86.06
                    },
                    "code": "Ib",
                    "conversionRatio": {
                      "minimumPoints": 497,
                      "value": 0.42
                    },
                    "equivAmount": {
                      "currency": "NIO",
                      "value": 140.91
                    },
                    "override": false,
                    "points": 40130,
                    "referenceAmount": {
                      "currency": "GHS",
                      "value": 386.87
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "CRC",
                      "value": 457.94
                    },
                    "code": "qw",
                    "conversionRatio": {
                      "minimumPoints": 814,
                      "value": 0.21
                    },
                    "equivAmount": {
                      "currency": "COP",
                      "value": 403.28
                    },
                    "override": false,
                    "points": 17885,
                    "referenceAmount": {
                      "currency": "TJS",
                      "value": 181.58
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "AFN",
                      "value": 458.32
                    },
                    "code": "dq",
                    "conversionRatio": {
                      "minimumPoints": 598,
                      "value": 0.58
                    },
                    "equivAmount": {
                      "currency": "KPW",
                      "value": 47.67
                    },
                    "override": true,
                    "points": 36013,
                    "referenceAmount": {
                      "currency": "KGS",
                      "value": 452.17
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "CAD",
                    "value": 468.65
                  },
                  "code": "OF",
                  "conversionRatio": {
                    "minimumPoints": 366,
                    "value": 0.29
                  },
                  "equivAmount": {
                    "currency": "HTG",
                    "value": 340.99
                  },
                  "override": false,
                  "points": 36407,
                  "referenceAmount": {
                    "currency": "RON",
                    "value": 405.5
                  },
                  "taxType": "PROPORTIONAL"
                },
                "totalTaxes": {
                  "amount": {
                    "currency": "MRU",
                    "value": 60.6
                  },
                  "code": "Yk",
                  "conversionRatio": {
                    "minimumPoints": 608,
                    "value": 0.73
                  },
                  "equivAmount": {
                    "currency": "USD",
                    "value": 11.1
                  },
                  "override": true,
                  "points": 24216,
                  "referenceAmount": {
                    "currency": "RWF",
                    "value": 371.34
                  },
                  "taxType": "FLAT"
                }
              },
              {
                "base": {
                  "amount": {
                    "currency": "MNT",
                    "value": 413.89
                  },
                  "code": "DU",
                  "conversionRatio": {
                    "minimumPoints": 328,
                    "value": 0.13
                  },
                  "equivAmount": {
                    "currency": "ETB",
                    "value": 52.66
                  },
                  "override": true,
                  "points": 29590,
                  "referenceAmount": {
                    "currency": "AFN",
                    "value": 478.44
                  },
                  "taxType": "FLAT"
                },
                "discountCalculationRule": "WITH_DISCOUNTS",
                "redemptionCalculationRule": "MIN_POINTS_USED",
                "tax": [
                  {
                    "amount": {
                      "currency": "TMT",
                      "value": 338.55
                    },
                    "code": "YF",
                    "conversionRatio": {
                      "minimumPoints": 455,
                      "value": 0.98
                    },
                    "equivAmount": {
                      "currency": "AUD",
                      "value": 480.02
                    },
                    "override": false,
                    "points": 27436,
                    "referenceAmount": {
                      "currency": "SDG",
                      "value": 221.81
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "ZWL",
                      "value": 314.02
                    },
                    "code": "yT",
                    "conversionRatio": {
                      "minimumPoints": 883,
                      "value": 0.43
                    },
                    "equivAmount": {
                      "currency": "JPY",
                      "value": 434.08
                    },
                    "override": true,
                    "points": 37566,
                    "referenceAmount": {
                      "currency": "NOK",
                      "value": 219.19
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "BMD",
                      "value": 302.05
                    },
                    "code": "RY",
                    "conversionRatio": {
                      "minimumPoints": 511,
                      "value": 0.71
                    },
                    "equivAmount": {
                      "currency": "NGN",
                      "value": 465.07
                    },
                    "override": true,
                    "points": 11080,
                    "referenceAmount": {
                      "currency": "ZMW",
                      "value": 132.88
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "DJF",
                      "value": 277.29
                    },
                    "code": "Hx",
                    "conversionRatio": {
                      "minimumPoints": 768,
                      "value": 0.47
                    },
                    "equivAmount": {
                      "currency": "MGA",
                      "value": 188.52
                    },
                    "override": true,
                    "points": 34131,
                    "referenceAmount": {
                      "currency": "MOP",
                      "value": 336.6
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  {
                    "amount": {
                      "currency": "SYP",
                      "value": 441.37
                    },
                    "code": "TT",
                    "conversionRatio": {
                      "minimumPoints": 934,
                      "value": 0.36
                    },
                    "equivAmount": {
                      "currency": "ZAR",
                      "value": 186.27
                    },
                    "override": true,
                    "points": 1386,
                    "referenceAmount": {
                      "currency": "MMK",
                      "value": 64.7
                    },
                    "taxType": "PROPORTIONAL"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "PAB",
                    "value": 383.62
                  },
                  "code": "mw",
                  "conversionRatio": {
                    "minimumPoints": 281,
                    "value": 0.95
                  },
                  "equivAmount": {
                    "currency": "SLE",
                    "value": 260.9
                  },
                  "override": true,
                  "points": 2245,
                  "referenceAmount": {
                    "currency": "LSL",
                    "value": 482.45
                  },
                  "taxType": "FLAT"
                },
                "totalTaxes": {
                  "amount": {
                    "currency": "LYD",
                    "value": 456.92
                  },
                  "code": "ux",
                  "conversionRatio": {
                    "minimumPoints": 811,
                    "value": 0.28
                  },
                  "equivAmount": {
                    "currency": "BSD",
                    "value": 343.37
                  },
                  "override": false,
                  "points": 39104,
                  "referenceAmount": {
                    "currency": "GMD",
                    "value": 96.06
                  },
                  "taxType": "PROPORTIONAL"
                }
              },
              {
                "base": {
                  "amount": {
                    "currency": "CNY",
                    "value": 161.6
                  },
                  "code": "Ph",
                  "conversionRatio": {
                    "minimumPoints": 680,
                    "value": 0.28
                  },
                  "equivAmount": {
                    "currency": "KPW",
                    "value": 428.09
                  },
                  "override": true,
                  "points": 22588,
                  "referenceAmount": {
                    "currency": "SAR",
                    "value": 439.43
                  },
                  "taxType": "FLAT"
                },
                "discountCalculationRule": "WITH_DISCOUNTS",
                "redemptionCalculationRule": "MAX_POINTS_USED",
                "tax": [
                  {
                    "amount": {
                      "currency": "ANG",
                      "value": 72.15
                    },
                    "code": "UM",
                    "conversionRatio": {
                      "minimumPoints": 327,
                      "value": 0.47
                    },
                    "equivAmount": {
                      "currency": "JOD",
                      "value": 252.57
                    },
                    "override": true,
                    "points": 14167,
                    "referenceAmount": {
                      "currency": "PLN",
                      "value": 60.7
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "BBD",
                      "value": 240.32
                    },
                    "code": "ow",
                    "conversionRatio": {
                      "minimumPoints": 213,
                      "value": 0.17
                    },
                    "equivAmount": {
                      "currency": "BAM",
                      "value": 90.62
                    },
                    "override": true,
                    "points": 49596,
                    "referenceAmount": {
                      "currency": "KMF",
                      "value": 429.24
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "BWP",
                      "value": 246.37
                    },
                    "code": "Bv",
                    "conversionRatio": {
                      "minimumPoints": 819,
                      "value": 0.22
                    },
                    "equivAmount": {
                      "currency": "CAD",
                      "value": 493.03
                    },
                    "override": false,
                    "points": 5262,
                    "referenceAmount": {
                      "currency": "SOS",
                      "value": 281
                    },
                    "taxType": "FLAT"
                  },
                  {
                    "amount": {
                      "currency": "KYD",
                      "value": 454.69
                    },
                    "code": "uT",
                    "conversionRatio": {
                      "minimumPoints": 958,
                      "value": 0.6
                    },
                    "equivAmount": {
                      "currency": "GHS",
                      "value": 69.65
                    },
                    "override": false,
                    "points": 36129,
                    "referenceAmount": {
                      "currency": "ALL",
                      "value": 164.1
                    },
                    "taxType": "FLAT"
                  }
                ],
                "total": {
                  "amount": {
                    "currency": "MGA",
                    "value": 38.13
                  },
                  "code": "xF",
                  "conversionRatio": {
                    "minimumPoints": 754,
                    "value": 0.27
                  },
                  "equivAmount": {
                    "currency": "SBD",
                    "value": 313.99
                  },
                  "override": false,
                  "points": 36278,
                  "referenceAmount": {
                    "currency": "MZN",
                    "value": 206.65
                  },
                  "taxType": "FLAT"
                },
                "totalTaxes": {
                  "amount": {
                    "currency": "LSL",
                    "value": 101.5
                  },
                  "code": "Fh",
                  "conversionRatio": {
                    "minimumPoints": 558,
                    "value": 0.93
                  },
                  "equivAmount": {
                    "currency": "SOS",
                    "value": 402.81
                  },
                  "override": false,
                  "points": 48760,
                  "referenceAmount": {
                    "currency": "ILS",
                    "value": 75.61
                  },
                  "taxType": "FLAT"
                }
              }
            ],
            "unavailable": true
          },
          "ancillaryPurchaseRules": {
            "availableSince": "2026-02-27",
            "availableUntil": "2026-11-23",
            "purchaseByDate": "2026-08-31"
          },
          "ancillaryRef": "fbTYbF",
          "confirmationStatus": "UNKNOWN",
          "id": "AtvoTwNB",
          "offerItemId": "4cf1d6a3-1caf-4c9d-aa01-1dffae2a76e1",
          "pricingLevel": "ITINERARY"
        }
      ]
    },
    "pricing": {
      "airExtraPricings": {
        "airExtraPricing": [
          {
            "airExtraRefs": [
              "id01",
              "id02"
            ],
            "deal": [
              {
                "amount": {
                  "currency": "DZD",
                  "value": 287.88
                },
                "conversionRatio": {
                  "minimumPoints": 415,
                  "value": 0.29
                },
                "id": "e9559364-3d09-47f0-9bb9-66c566c1adea",
                "offerName": "MAY WEEKEND DISCOUNT",
                "percentage": 24,
                "points": 3647,
                "promotionCode": [
                  "FLIGHT5",
                  "SAVE10"
                ],
                "promotionId": "9",
                "promotionTag": "sePljsez0o61Sp3",
                "type": "DISCOUNT"
              },
              {
                "amount": {
                  "currency": "AOA",
                  "value": 372.26
                },
                "conversionRatio": {
                  "minimumPoints": 330,
                  "value": 0.5
                },
                "id": "0df91255-89d1-4d19-92a5-d616a11c8ccd",
                "offerName": "FLIGHT BUNDLE",
                "percentage": 12,
                "points": 4200,
                "promotionCode": [
                  "SAVE10",
                  "FLIGHT5",
                  "PROMO20"
                ],
                "promotionId": "4",
                "promotionTag": "XOG3tZgjRnOAris",
                "type": "DISCOUNT"
              },
              {
                "amount": {
                  "currency": "MWK",
                  "value": 203.13
                },
                "conversionRatio": {
                  "minimumPoints": 233,
                  "value": 0.62
                },
                "id": "1483fe98-e41d-41d5-8f12-a0a3d61a616d",
                "offerName": "MAY WEEKEND DISCOUNT",
                "percentage": 29,
                "points": 1133,
                "promotionCode": [
                  "FLIGHT5",
                  "PROMO20",
                  "SAVE10"
                ],
                "promotionId": "7",
                "promotionTag": "otpyAgyHK7nYmy2",
                "type": "OTHR"
              },
              {
                "amount": {
                  "currency": "KGS",
                  "value": 21.48
                },
                "conversionRatio": {
                  "minimumPoints": 942,
                  "value": 0.6
                },
                "id": "6145d47d-c9b6-44c6-814e-0b2cf2f05a91",
                "offerName": "SUMMER PROMO",
                "percentage": 14,
                "points": 4906,
                "promotionCode": [
                  "FLIGHT5",
                  "SAVE10"
                ],
                "promotionId": "4",
                "promotionTag": "gABtccQfxOFoTii",
                "type": "DISCOUNT"
              },
              {
                "amount": {
                  "currency": "IQD",
                  "value": 340.56
                },
                "conversionRatio": {
                  "minimumPoints": 992,
                  "value": 0.11
                },
                "id": "3ba7d15d-f15c-45c0-9838-f0717dab09a0",
                "offerName": "FLIGHT BUNDLE",
                "percentage": 5,
                "points": 2688,
                "promotionCode": [
                  "FLIGHT5",
                  "SAVE10"
                ],
                "promotionId": "2",
                "promotionTag": "EpxmBdDQrQHFvlY",
                "type": "FEE_WAIVER"
              }
            ],
            "fareCalculationModeIndicator": "MANUAL_PRICING",
            "id": "h7fb",
            "pricingLevel": "SEGMENT",
            "taxesIncludedInBase": false,
            "totalFee": {
              "base": {
                "amount": {
                  "currency": "ZAR",
                  "value": 115.7
                },
                "code": "Ru",
                "conversionRatio": {
                  "minimumPoints": 393,
                  "value": 0.84
                },
                "equivAmount": {
                  "currency": "XAF",
                  "value": 60.16
                },
                "override": false,
                "points": 18226,
                "referenceAmount": {
                  "currency": "BOB",
                  "value": 246.75
                },
                "taxType": "PROPORTIONAL"
              },
              "discountCalculationRule": "WITHOUT_DISCOUNTS",
              "redemptionCalculationRule": "MIN_POINTS_USED",
              "tax": [
                {
                  "amount": {
                    "currency": "BZD",
                    "value": 93.42
                  },
                  "code": "eU",
                  "conversionRatio": {
                    "minimumPoints": 785,
                    "value": 0.32
                  },
                  "equivAmount": {
                    "currency": "BSD",
                    "value": 70.05
                  },
                  "override": true,
                  "points": 21126,
                  "referenceAmount": {
                    "currency": "DZD",
                    "value": 70.22
                  },
                  "taxType": "PROPORTIONAL"
                }
              ],
              "total": {
                "amount": {
                  "currency": "MZN",
                  "value": 122.81
                },
                "code": "TK",
                "conversionRatio": {
                  "minimumPoints": 903,
                  "value": 0.72
                },
                "equivAmount": {
                  "currency": "VES",
                  "value": 459.35
                },
                "override": true,
                "points": 29899,
                "referenceAmount": {
                  "currency": "RON",
                  "value": 348.91
                },
                "taxType": "PROPORTIONAL"
              },
              "totalTaxes": {
                "amount": {
                  "currency": "XAF",
                  "value": 46.39
                },
                "code": "aJ",
                "conversionRatio": {
                  "minimumPoints": 541,
                  "value": 0.81
                },
                "equivAmount": {
                  "currency": "XPF",
                  "value": 436.64
                },
                "override": false,
                "points": 31772,
                "referenceAmount": {
                  "currency": "LKR",
                  "value": 442.73
                },
                "taxType": "PROPORTIONAL"
              }
            },
            "unitFee": {
              "base": {
                "amount": {
                  "currency": "GBP",
                  "value": 436.76
                },
                "code": "CO",
                "conversionRatio": {
                  "minimumPoints": 126,
                  "value": 0.92
                },
                "equivAmount": {
                  "currency": "TJS",
                  "value": 293.95
                },
                "override": false,
                "points": 40880,
                "referenceAmount": {
                  "currency": "INR",
                  "value": 101.67
                },
                "taxType": "FLAT"
              },
              "discountCalculationRule": "WITHOUT_DISCOUNTS",
              "redemptionCalculationRule": "MAX_POINTS_USED",
              "tax": [
                {
                  "amount": {
                    "currency": "VES",
                    "value": 150.03
                  },
                  "code": "KA",
                  "conversionRatio": {
                    "minimumPoints": 284,
                    "value": 0.52
                  },
                  "equivAmount": {
                    "currency": "ZAR",
                    "value": 81.19
                  },
                  "override": true,
                  "points": 43656,
                  "referenceAmount": {
                    "currency": "MYR",
                    "value": 197.56
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "ANG",
                    "value": 267.48
                  },
                  "code": "Mu",
                  "conversionRatio": {
                    "minimumPoints": 419,
                    "value": 0.97
                  },
                  "equivAmount": {
                    "currency": "AFN",
                    "value": 448.12
                  },
                  "override": true,
                  "points": 28157,
                  "referenceAmount": {
                    "currency": "SBD",
                    "value": 38.21
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "VES",
                    "value": 70.74
                  },
                  "code": "Nw",
                  "conversionRatio": {
                    "minimumPoints": 704,
                    "value": 0.79
                  },
                  "equivAmount": {
                    "currency": "NGN",
                    "value": 381.47
                  },
                  "override": false,
                  "points": 1465,
                  "referenceAmount": {
                    "currency": "VUV",
                    "value": 146.64
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "MMK",
                    "value": 184.51
                  },
                  "code": "DU",
                  "conversionRatio": {
                    "minimumPoints": 243,
                    "value": 0.96
                  },
                  "equivAmount": {
                    "currency": "GNF",
                    "value": 203.94
                  },
                  "override": true,
                  "points": 35761,
                  "referenceAmount": {
                    "currency": "TND",
                    "value": 459.69
                  },
                  "taxType": "FLAT"
                }
              ],
              "total": {
                "amount": {
                  "currency": "LBP",
                  "value": 390.79
                },
                "code": "td",
                "conversionRatio": {
                  "minimumPoints": 838,
                  "value": 0.54
                },
                "equivAmount": {
                  "currency": "TMT",
                  "value": 493.68
                },
                "override": true,
                "points": 16175,
                "referenceAmount": {
                  "currency": "MYR",
                  "value": 267.32
                },
                "taxType": "FLAT"
              },
              "totalTaxes": {
                "amount": {
                  "currency": "KMF",
                  "value": 108
                },
                "code": "uD",
                "conversionRatio": {
                  "minimumPoints": 421,
                  "value": 0.96
                },
                "equivAmount": {
                  "currency": "EUR",
                  "value": 303.91
                },
                "override": false,
                "points": 20117,
                "referenceAmount": {
                  "currency": "XOF",
                  "value": 178.56
                },
                "taxType": "FLAT"
              }
            }
          }
        ]
      },
      "itineraryPricing": {
        "deal": [
          {
            "amount": {
              "currency": "DOP",
              "value": 261.31
            },
            "applyTo": {
              "passengerRefs": {
                "0": "id01",
                "1": "id02"
              },
              "travelPortion": {
                "itineraryPartRefs": {
                  "0": "id01",
                  "1": "id02"
                },
                "segmentRefs": {
                  "0": "id01",
                  "1": "id02"
                },
                "type": "ITINERARY_PART"
              }
            },
            "conversionRatio": {
              "minimumPoints": 924,
              "value": 0.38
            },
            "id": "ab97fb49-034d-40b5-bfae-c586939ac25d",
            "offerName": "MAY WEEKEND DISCOUNT",
            "percentage": 29,
            "points": 1593,
            "promotionCode": [
              "PROMO20",
              "SAVE10"
            ],
            "promotionId": "7",
            "promotionTag": "zQmr16XwOaHQNv7",
            "type": "DISCOUNT"
          },
          {
            "amount": {
              "currency": "PEN",
              "value": 496.9
            },
            "applyTo": {
              "passengerRefs": {
                "0": "id01",
                "1": "id02"
              },
              "travelPortion": {
                "itineraryPartRefs": {
                  "0": "id01",
                  "1": "id02"
                },
                "segmentRefs": {
                  "0": "id01",
                  "1": "id02"
                },
                "type": "ITINERARY_PART"
              }
            },
            "conversionRatio": {
              "minimumPoints": 524,
              "value": 0.42
            },
            "id": "691f6dd9-51a0-40d4-9f5d-5875dff4d063",
            "offerName": "MAY WEEKEND DISCOUNT",
            "percentage": 10,
            "points": 3412,
            "promotionCode": [
              "FLIGHT5",
              "SAVE10"
            ],
            "promotionId": "3",
            "promotionTag": "JPIPXrhSJCw9Z59",
            "type": "RISE"
          }
        ],
        "dealName": [
          "Loyalty Reward",
          "Corporate Discount",
          "Early Bird"
        ],
        "itineraryPartPricing": [
          {
            "deal": [
              {
                "amount": {
                  "currency": "CDF",
                  "value": 274.89
                },
                "applyTo": {
                  "passengerRefs": {
                    "0": "id01",
                    "1": "id02"
                  },
                  "travelPortion": {
                    "itineraryPartRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "segmentRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "type": "ITINERARY"
                  }
                },
                "conversionRatio": {
                  "minimumPoints": 988,
                  "value": 0.36
                },
                "id": "e9658f38-f69e-4740-b63f-082f63587e8f",
                "offerName": "SUMMER PROMO",
                "percentage": 16,
                "points": 3378,
                "promotionCode": [
                  "PROMO20",
                  "FLIGHT5"
                ],
                "promotionId": "8",
                "promotionTag": "hzA0qUL2Qeyy91P",
                "type": "FEE_WAIVER"
              },
              {
                "amount": {
                  "currency": "XOF",
                  "value": 338.28
                },
                "applyTo": {
                  "passengerRefs": {
                    "0": "id01",
                    "1": "id02"
                  },
                  "travelPortion": {
                    "itineraryPartRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "segmentRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "type": "ITINERARY_PART"
                  }
                },
                "conversionRatio": {
                  "minimumPoints": 917,
                  "value": 0.72
                },
                "id": "4334ea7b-6a8b-487d-b6cd-50d9c659f648",
                "offerName": "MAY WEEKEND DISCOUNT",
                "percentage": 21,
                "points": 542,
                "promotionCode": [
                  "PROMO20",
                  "SAVE10",
                  "FLIGHT5"
                ],
                "promotionId": "4",
                "promotionTag": "dstJE49VMK7KKan",
                "type": "RISE"
              },
              {
                "amount": {
                  "currency": "MDL",
                  "value": 284.7
                },
                "applyTo": {
                  "passengerRefs": {
                    "0": "id01",
                    "1": "id02"
                  },
                  "travelPortion": {
                    "itineraryPartRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "segmentRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "type": "FLIGHT"
                  }
                },
                "conversionRatio": {
                  "minimumPoints": 685,
                  "value": 0.77
                },
                "id": "86a733a0-6971-41b0-a7a8-f7ac7cd69e18",
                "offerName": "FLIGHT BUNDLE",
                "percentage": 18,
                "points": 3454,
                "promotionCode": [
                  "SAVE10",
                  "PROMO20"
                ],
                "promotionId": "4",
                "promotionTag": "T9xV3NBx5lR8Lj8",
                "type": "FEE_WAIVER"
              },
              {
                "amount": {
                  "currency": "KRW",
                  "value": 331.78
                },
                "applyTo": {
                  "passengerRefs": {
                    "0": "id01",
                    "1": "id02"
                  },
                  "travelPortion": {
                    "itineraryPartRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "segmentRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "type": "ITINERARY_PART"
                  }
                },
                "conversionRatio": {
                  "minimumPoints": 967,
                  "value": 0.76
                },
                "id": "99aa4500-7051-4439-8f17-c0ee8e92818b",
                "offerName": "FLIGHT BUNDLE",
                "percentage": 28,
                "points": 1730,
                "promotionCode": [
                  "FLIGHT5",
                  "PROMO20",
                  "SAVE10"
                ],
                "promotionId": "8",
                "promotionTag": "JihuUWp1IsVLvZD",
                "type": "DISCOUNT"
              }
            ],
            "itineraryPartRef": "id01",
            "passengerFare": [
              {
                "passengerRefs": [
                  "id01",
                  "id02"
                ],
                "priceBreakdown": {
                  "base": {
                    "amount": {
                      "currency": "CZK",
                      "value": 359.69
                    },
                    "code": "cs",
                    "conversionRatio": {
                      "minimumPoints": 363,
                      "value": 0.43
                    },
                    "equivAmount": {
                      "currency": "GMD",
                      "value": 157.71
                    },
                    "override": false,
                    "points": 33405,
                    "referenceAmount": {
                      "currency": "SBD",
                      "value": 98.31
                    },
                    "taxType": "FLAT"
                  },
                  "commission": [
                    {
                      "amount": {
                        "currency": "LSL",
                        "value": 346.52
                      },
                      "code": "yB",
                      "conversionRatio": {
                        "minimumPoints": 463,
                        "value": 0.29
                      },
                      "equivAmount": {
                        "currency": "HNL",
                        "value": 329.85
                      },
                      "override": false,
                      "points": 8880,
                      "referenceAmount": {
                        "currency": "IRR",
                        "value": 74.3
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "SGD",
                        "value": 271.1
                      },
                      "code": "aJ",
                      "conversionRatio": {
                        "minimumPoints": 612,
                        "value": 0.53
                      },
                      "equivAmount": {
                        "currency": "DKK",
                        "value": 458.45
                      },
                      "override": true,
                      "points": 15220,
                      "referenceAmount": {
                        "currency": "TZS",
                        "value": 413.98
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "COP",
                        "value": 335.65
                      },
                      "code": "jL",
                      "conversionRatio": {
                        "minimumPoints": 992,
                        "value": 0.13
                      },
                      "equivAmount": {
                        "currency": "MDL",
                        "value": 268.36
                      },
                      "override": false,
                      "points": 35733,
                      "referenceAmount": {
                        "currency": "PLN",
                        "value": 335.75
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "KZT",
                        "value": 359.87
                      },
                      "code": "XM",
                      "conversionRatio": {
                        "minimumPoints": 497,
                        "value": 0.79
                      },
                      "equivAmount": {
                        "currency": "RSD",
                        "value": 294.31
                      },
                      "override": false,
                      "points": 28433,
                      "referenceAmount": {
                        "currency": "MMK",
                        "value": 246.86
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "discount": [
                    {
                      "amount": {
                        "currency": "JMD",
                        "value": 486.6
                      },
                      "code": "gW",
                      "conversionRatio": {
                        "minimumPoints": 305,
                        "value": 0.73
                      },
                      "equivAmount": {
                        "currency": "UZS",
                        "value": 439.45
                      },
                      "override": false,
                      "points": 2846,
                      "referenceAmount": {
                        "currency": "OMR",
                        "value": 212.82
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "fee": [
                    {
                      "amount": {
                        "currency": "KWD",
                        "value": 6.47
                      },
                      "code": "nV",
                      "conversionRatio": {
                        "minimumPoints": 1000,
                        "value": 0.33
                      },
                      "equivAmount": {
                        "currency": "UYU",
                        "value": 298.08
                      },
                      "override": false,
                      "points": 29131,
                      "referenceAmount": {
                        "currency": "BHD",
                        "value": 212.63
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "surcharge": [
                    {
                      "amount": {
                        "currency": "SRD",
                        "value": 321.79
                      },
                      "code": "Xu",
                      "conversionRatio": {
                        "minimumPoints": 609,
                        "value": 0.22
                      },
                      "equivAmount": {
                        "currency": "GNF",
                        "value": 197.37
                      },
                      "override": true,
                      "points": 6180,
                      "referenceAmount": {
                        "currency": "OMR",
                        "value": 102.38
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "TJS",
                        "value": 320.56
                      },
                      "code": "Wp",
                      "conversionRatio": {
                        "minimumPoints": 369,
                        "value": 0.58
                      },
                      "equivAmount": {
                        "currency": "BAM",
                        "value": 255.38
                      },
                      "override": true,
                      "points": 41001,
                      "referenceAmount": {
                        "currency": "KPW",
                        "value": 199.14
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "tax": [
                    {
                      "amount": {
                        "currency": "PKR",
                        "value": 452.87
                      },
                      "code": "Ru",
                      "conversionRatio": {
                        "minimumPoints": 800,
                        "value": 0.61
                      },
                      "equivAmount": {
                        "currency": "GNF",
                        "value": 208.67
                      },
                      "override": true,
                      "points": 35246,
                      "referenceAmount": {
                        "currency": "XAF",
                        "value": 205.04
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "AFN",
                        "value": 380.76
                      },
                      "code": "XU",
                      "conversionRatio": {
                        "minimumPoints": 175,
                        "value": 0.49
                      },
                      "equivAmount": {
                        "currency": "AMD",
                        "value": 434.68
                      },
                      "override": false,
                      "points": 6630,
                      "referenceAmount": {
                        "currency": "UAH",
                        "value": 157.48
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "KWD",
                        "value": 378.01
                      },
                      "code": "Ju",
                      "conversionRatio": {
                        "minimumPoints": 986,
                        "value": 0.32
                      },
                      "equivAmount": {
                        "currency": "FJD",
                        "value": 85.69
                      },
                      "override": true,
                      "points": 29845,
                      "referenceAmount": {
                        "currency": "GYD",
                        "value": 144.19
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "PYG",
                        "value": 212.79
                      },
                      "code": "wM",
                      "conversionRatio": {
                        "minimumPoints": 229,
                        "value": 0.33
                      },
                      "equivAmount": {
                        "currency": "SGD",
                        "value": 463.57
                      },
                      "override": false,
                      "points": 6873,
                      "referenceAmount": {
                        "currency": "HTG",
                        "value": 106.78
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "ticketingFee": [
                    {
                      "amount": {
                        "currency": "EGP",
                        "value": 271.76
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 914,
                        "value": 0.9
                      },
                      "other": false,
                      "points": 278,
                      "referenceAmount": {
                        "currency": "PYG",
                        "value": 454.21
                      },
                      "subCode": "630",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "in",
                        "value": true
                      }
                    },
                    {
                      "amount": {
                        "currency": "KRW",
                        "value": 327.42
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 798,
                        "value": 0.67
                      },
                      "other": true,
                      "points": 249,
                      "referenceAmount": {
                        "currency": "XPF",
                        "value": 53.66
                      },
                      "subCode": "695",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "oR",
                        "value": false
                      }
                    }
                  ],
                  "total": {
                    "amount": {
                      "currency": "INR",
                      "value": 122.46
                    },
                    "code": "iP",
                    "conversionRatio": {
                      "minimumPoints": 912,
                      "value": 0.4
                    },
                    "equivAmount": {
                      "currency": "PLN",
                      "value": 285.4
                    },
                    "override": false,
                    "points": 9137,
                    "referenceAmount": {
                      "currency": "AUD",
                      "value": 439.12
                    },
                    "taxType": "FLAT"
                  }
                }
              },
              {
                "passengerRefs": [
                  "id01",
                  "id02"
                ],
                "priceBreakdown": {
                  "base": {
                    "amount": {
                      "currency": "KHR",
                      "value": 367.94
                    },
                    "code": "fT",
                    "conversionRatio": {
                      "minimumPoints": 154,
                      "value": 0.72
                    },
                    "equivAmount": {
                      "currency": "FKP",
                      "value": 225.8
                    },
                    "override": true,
                    "points": 31038,
                    "referenceAmount": {
                      "currency": "YER",
                      "value": 460.62
                    },
                    "taxType": "FLAT"
                  },
                  "commission": [
                    {
                      "amount": {
                        "currency": "DOP",
                        "value": 203.61
                      },
                      "code": "Jo",
                      "conversionRatio": {
                        "minimumPoints": 911,
                        "value": 0.79
                      },
                      "equivAmount": {
                        "currency": "ILS",
                        "value": 165.44
                      },
                      "override": true,
                      "points": 37675,
                      "referenceAmount": {
                        "currency": "STN",
                        "value": 234.52
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "MKD",
                        "value": 63.52
                      },
                      "code": "Hj",
                      "conversionRatio": {
                        "minimumPoints": 242,
                        "value": 0.47
                      },
                      "equivAmount": {
                        "currency": "GBP",
                        "value": 91.29
                      },
                      "override": false,
                      "points": 46166,
                      "referenceAmount": {
                        "currency": "LSL",
                        "value": 271.58
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "UAH",
                        "value": 80.21
                      },
                      "code": "jl",
                      "conversionRatio": {
                        "minimumPoints": 212,
                        "value": 0.65
                      },
                      "equivAmount": {
                        "currency": "ILS",
                        "value": 493.56
                      },
                      "override": false,
                      "points": 31330,
                      "referenceAmount": {
                        "currency": "MDL",
                        "value": 364.06
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "HUF",
                        "value": 178.7
                      },
                      "code": "nI",
                      "conversionRatio": {
                        "minimumPoints": 468,
                        "value": 0.84
                      },
                      "equivAmount": {
                        "currency": "RSD",
                        "value": 203.3
                      },
                      "override": false,
                      "points": 43030,
                      "referenceAmount": {
                        "currency": "ILS",
                        "value": 448.97
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "discount": [
                    {
                      "amount": {
                        "currency": "TTD",
                        "value": 306.07
                      },
                      "code": "RF",
                      "conversionRatio": {
                        "minimumPoints": 184,
                        "value": 0.99
                      },
                      "equivAmount": {
                        "currency": "MOP",
                        "value": 166.63
                      },
                      "override": false,
                      "points": 43271,
                      "referenceAmount": {
                        "currency": "BAM",
                        "value": 441.17
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "fee": [
                    {
                      "amount": {
                        "currency": "CLP",
                        "value": 460.69
                      },
                      "code": "mX",
                      "conversionRatio": {
                        "minimumPoints": 733,
                        "value": 0.69
                      },
                      "equivAmount": {
                        "currency": "HKD",
                        "value": 404.25
                      },
                      "override": false,
                      "points": 25122,
                      "referenceAmount": {
                        "currency": "QAR",
                        "value": 9.09
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "surcharge": [
                    {
                      "amount": {
                        "currency": "BSD",
                        "value": 243.44
                      },
                      "code": "Yj",
                      "conversionRatio": {
                        "minimumPoints": 298,
                        "value": 0.69
                      },
                      "equivAmount": {
                        "currency": "UAH",
                        "value": 140.57
                      },
                      "override": false,
                      "points": 15896,
                      "referenceAmount": {
                        "currency": "YER",
                        "value": 134.44
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "BWP",
                        "value": 157.09
                      },
                      "code": "ld",
                      "conversionRatio": {
                        "minimumPoints": 959,
                        "value": 0.66
                      },
                      "equivAmount": {
                        "currency": "SEK",
                        "value": 390.9
                      },
                      "override": false,
                      "points": 36030,
                      "referenceAmount": {
                        "currency": "CDF",
                        "value": 416.3
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "HUF",
                        "value": 47.4
                      },
                      "code": "JB",
                      "conversionRatio": {
                        "minimumPoints": 668,
                        "value": 0.29
                      },
                      "equivAmount": {
                        "currency": "TWD",
                        "value": 125.61
                      },
                      "override": false,
                      "points": 48297,
                      "referenceAmount": {
                        "currency": "SYP",
                        "value": 174.41
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "tax": [
                    {
                      "amount": {
                        "currency": "SLE",
                        "value": 423.74
                      },
                      "code": "Oy",
                      "conversionRatio": {
                        "minimumPoints": 866,
                        "value": 0.6
                      },
                      "equivAmount": {
                        "currency": "MGA",
                        "value": 140.41
                      },
                      "override": false,
                      "points": 27633,
                      "referenceAmount": {
                        "currency": "UYU",
                        "value": 235.52
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "SOS",
                        "value": 453.13
                      },
                      "code": "Ue",
                      "conversionRatio": {
                        "minimumPoints": 206,
                        "value": 0.59
                      },
                      "equivAmount": {
                        "currency": "ZWL",
                        "value": 278.38
                      },
                      "override": false,
                      "points": 21764,
                      "referenceAmount": {
                        "currency": "MMK",
                        "value": 368.64
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "MRU",
                        "value": 76.96
                      },
                      "code": "zD",
                      "conversionRatio": {
                        "minimumPoints": 407,
                        "value": 0.28
                      },
                      "equivAmount": {
                        "currency": "KMF",
                        "value": 385.17
                      },
                      "override": true,
                      "points": 48886,
                      "referenceAmount": {
                        "currency": "NAD",
                        "value": 31.12
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "COP",
                        "value": 102.68
                      },
                      "code": "Xt",
                      "conversionRatio": {
                        "minimumPoints": 416,
                        "value": 0.28
                      },
                      "equivAmount": {
                        "currency": "IRR",
                        "value": 186.7
                      },
                      "override": true,
                      "points": 15666,
                      "referenceAmount": {
                        "currency": "GYD",
                        "value": 134.21
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "ticketingFee": [
                    {
                      "amount": {
                        "currency": "MOP",
                        "value": 376.95
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 436,
                        "value": 0.4
                      },
                      "other": true,
                      "points": 200,
                      "referenceAmount": {
                        "currency": "PEN",
                        "value": 116.56
                      },
                      "subCode": "321",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "rc",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "CVE",
                        "value": 391.23
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 962,
                        "value": 0.36
                      },
                      "other": false,
                      "points": 100,
                      "referenceAmount": {
                        "currency": "SRD",
                        "value": 387.25
                      },
                      "subCode": "592",
                      "type": "FORM_OF_PAYMENT",
                      "waived": {
                        "reasonCode": "ST",
                        "value": false
                      }
                    }
                  ],
                  "total": {
                    "amount": {
                      "currency": "XOF",
                      "value": 464.94
                    },
                    "code": "IT",
                    "conversionRatio": {
                      "minimumPoints": 713,
                      "value": 0.28
                    },
                    "equivAmount": {
                      "currency": "BWP",
                      "value": 43.57
                    },
                    "override": true,
                    "points": 15132,
                    "referenceAmount": {
                      "currency": "SBD",
                      "value": 297.36
                    },
                    "taxType": "PROPORTIONAL"
                  }
                }
              },
              {
                "passengerRefs": [
                  "id01",
                  "id02"
                ],
                "priceBreakdown": {
                  "base": {
                    "amount": {
                      "currency": "NIO",
                      "value": 211.72
                    },
                    "code": "PP",
                    "conversionRatio": {
                      "minimumPoints": 425,
                      "value": 0.82
                    },
                    "equivAmount": {
                      "currency": "CDF",
                      "value": 409.42
                    },
                    "override": false,
                    "points": 36745,
                    "referenceAmount": {
                      "currency": "GNF",
                      "value": 477.46
                    },
                    "taxType": "FLAT"
                  },
                  "commission": [
                    {
                      "amount": {
                        "currency": "KMF",
                        "value": 110.43
                      },
                      "code": "qA",
                      "conversionRatio": {
                        "minimumPoints": 100,
                        "value": 0.21
                      },
                      "equivAmount": {
                        "currency": "XCD",
                        "value": 25.62
                      },
                      "override": true,
                      "points": 32647,
                      "referenceAmount": {
                        "currency": "KRW",
                        "value": 344.51
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "MWK",
                        "value": 429.89
                      },
                      "code": "ZI",
                      "conversionRatio": {
                        "minimumPoints": 381,
                        "value": 0.61
                      },
                      "equivAmount": {
                        "currency": "DJF",
                        "value": 39.45
                      },
                      "override": false,
                      "points": 26456,
                      "referenceAmount": {
                        "currency": "CUP",
                        "value": 42.2
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "ALL",
                        "value": 401.24
                      },
                      "code": "TC",
                      "conversionRatio": {
                        "minimumPoints": 858,
                        "value": 0.99
                      },
                      "equivAmount": {
                        "currency": "COP",
                        "value": 497.24
                      },
                      "override": true,
                      "points": 31515,
                      "referenceAmount": {
                        "currency": "SCR",
                        "value": 340.84
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "GEL",
                        "value": 165.1
                      },
                      "code": "cn",
                      "conversionRatio": {
                        "minimumPoints": 415,
                        "value": 0.88
                      },
                      "equivAmount": {
                        "currency": "MUR",
                        "value": 289.39
                      },
                      "override": false,
                      "points": 40796,
                      "referenceAmount": {
                        "currency": "MUR",
                        "value": 152.15
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "BGN",
                        "value": 185.99
                      },
                      "code": "uT",
                      "conversionRatio": {
                        "minimumPoints": 924,
                        "value": 0.34
                      },
                      "equivAmount": {
                        "currency": "KZT",
                        "value": 147.21
                      },
                      "override": false,
                      "points": 29551,
                      "referenceAmount": {
                        "currency": "PYG",
                        "value": 55.96
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "discount": [
                    {
                      "amount": {
                        "currency": "COP",
                        "value": 462.82
                      },
                      "code": "kd",
                      "conversionRatio": {
                        "minimumPoints": 787,
                        "value": 0.35
                      },
                      "equivAmount": {
                        "currency": "JMD",
                        "value": 442.95
                      },
                      "override": true,
                      "points": 25123,
                      "referenceAmount": {
                        "currency": "DJF",
                        "value": 154.16
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "fee": [
                    {
                      "amount": {
                        "currency": "SDG",
                        "value": 381.71
                      },
                      "code": "ok",
                      "conversionRatio": {
                        "minimumPoints": 399,
                        "value": 0.99
                      },
                      "equivAmount": {
                        "currency": "YER",
                        "value": 240.14
                      },
                      "override": false,
                      "points": 36318,
                      "referenceAmount": {
                        "currency": "UYU",
                        "value": 355.94
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "ERN",
                        "value": 379.26
                      },
                      "code": "ly",
                      "conversionRatio": {
                        "minimumPoints": 572,
                        "value": 0.96
                      },
                      "equivAmount": {
                        "currency": "RON",
                        "value": 343.39
                      },
                      "override": false,
                      "points": 31232,
                      "referenceAmount": {
                        "currency": "UYU",
                        "value": 237.59
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "HNL",
                        "value": 18.26
                      },
                      "code": "Rr",
                      "conversionRatio": {
                        "minimumPoints": 577,
                        "value": 0.33
                      },
                      "equivAmount": {
                        "currency": "ETB",
                        "value": 221.84
                      },
                      "override": true,
                      "points": 6223,
                      "referenceAmount": {
                        "currency": "BND",
                        "value": 44.23
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "NGN",
                        "value": 479.26
                      },
                      "code": "Lb",
                      "conversionRatio": {
                        "minimumPoints": 665,
                        "value": 0.36
                      },
                      "equivAmount": {
                        "currency": "TTD",
                        "value": 64.42
                      },
                      "override": true,
                      "points": 14187,
                      "referenceAmount": {
                        "currency": "MWK",
                        "value": 414.73
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "surcharge": [
                    {
                      "amount": {
                        "currency": "BHD",
                        "value": 461.8
                      },
                      "code": "fg",
                      "conversionRatio": {
                        "minimumPoints": 535,
                        "value": 0.92
                      },
                      "equivAmount": {
                        "currency": "HNL",
                        "value": 313.38
                      },
                      "override": true,
                      "points": 17885,
                      "referenceAmount": {
                        "currency": "YER",
                        "value": 427.61
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "EGP",
                        "value": 412.04
                      },
                      "code": "BR",
                      "conversionRatio": {
                        "minimumPoints": 632,
                        "value": 0.96
                      },
                      "equivAmount": {
                        "currency": "SEK",
                        "value": 53.47
                      },
                      "override": true,
                      "points": 5683,
                      "referenceAmount": {
                        "currency": "BOB",
                        "value": 327.31
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "PKR",
                        "value": 197.01
                      },
                      "code": "QO",
                      "conversionRatio": {
                        "minimumPoints": 367,
                        "value": 0.87
                      },
                      "equivAmount": {
                        "currency": "DKK",
                        "value": 322.1
                      },
                      "override": true,
                      "points": 22490,
                      "referenceAmount": {
                        "currency": "JPY",
                        "value": 426.58
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "STN",
                        "value": 74.12
                      },
                      "code": "Lx",
                      "conversionRatio": {
                        "minimumPoints": 462,
                        "value": 0.34
                      },
                      "equivAmount": {
                        "currency": "BND",
                        "value": 334.04
                      },
                      "override": true,
                      "points": 7530,
                      "referenceAmount": {
                        "currency": "TMT",
                        "value": 479.01
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "tax": [
                    {
                      "amount": {
                        "currency": "MNT",
                        "value": 401.74
                      },
                      "code": "Sk",
                      "conversionRatio": {
                        "minimumPoints": 996,
                        "value": 0.64
                      },
                      "equivAmount": {
                        "currency": "ZWL",
                        "value": 45.86
                      },
                      "override": false,
                      "points": 48874,
                      "referenceAmount": {
                        "currency": "VES",
                        "value": 240.16
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "RSD",
                        "value": 343.76
                      },
                      "code": "Xd",
                      "conversionRatio": {
                        "minimumPoints": 318,
                        "value": 0.88
                      },
                      "equivAmount": {
                        "currency": "SRD",
                        "value": 150.88
                      },
                      "override": false,
                      "points": 26473,
                      "referenceAmount": {
                        "currency": "VES",
                        "value": 432.05
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "DKK",
                        "value": 236.75
                      },
                      "code": "Os",
                      "conversionRatio": {
                        "minimumPoints": 461,
                        "value": 0.26
                      },
                      "equivAmount": {
                        "currency": "DOP",
                        "value": 272.44
                      },
                      "override": true,
                      "points": 47105,
                      "referenceAmount": {
                        "currency": "LKR",
                        "value": 440.08
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "GIP",
                        "value": 405.65
                      },
                      "code": "qf",
                      "conversionRatio": {
                        "minimumPoints": 750,
                        "value": 0.55
                      },
                      "equivAmount": {
                        "currency": "JMD",
                        "value": 7.7
                      },
                      "override": false,
                      "points": 8669,
                      "referenceAmount": {
                        "currency": "KRW",
                        "value": 410.9
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "ticketingFee": [
                    {
                      "amount": {
                        "currency": "FJD",
                        "value": 328.26
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 791,
                        "value": 0.64
                      },
                      "other": false,
                      "points": 372,
                      "referenceAmount": {
                        "currency": "BIF",
                        "value": 481.95
                      },
                      "subCode": "470",
                      "type": "FORM_OF_PAYMENT",
                      "waived": {
                        "reasonCode": "pU",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "TRY",
                        "value": 317.61
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 376,
                        "value": 0.61
                      },
                      "other": true,
                      "points": 181,
                      "referenceAmount": {
                        "currency": "PGK",
                        "value": 23.88
                      },
                      "subCode": "784",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "Gu",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "BMD",
                        "value": 360.41
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 354,
                        "value": 0.27
                      },
                      "other": false,
                      "points": 395,
                      "referenceAmount": {
                        "currency": "LBP",
                        "value": 420.94
                      },
                      "subCode": "972",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "jV",
                        "value": true
                      }
                    }
                  ],
                  "total": {
                    "amount": {
                      "currency": "BWP",
                      "value": 26.44
                    },
                    "code": "Kp",
                    "conversionRatio": {
                      "minimumPoints": 824,
                      "value": 0.41
                    },
                    "equivAmount": {
                      "currency": "ARS",
                      "value": 292.76
                    },
                    "override": true,
                    "points": 32977,
                    "referenceAmount": {
                      "currency": "MXN",
                      "value": 123.02
                    },
                    "taxType": "FLAT"
                  }
                }
              }
            ]
          },
          {
            "deal": [
              {
                "amount": {
                  "currency": "AOA",
                  "value": 146.68
                },
                "applyTo": {
                  "passengerRefs": {
                    "0": "id01",
                    "1": "id02"
                  },
                  "travelPortion": {
                    "itineraryPartRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "segmentRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "type": "ITINERARY_PART"
                  }
                },
                "conversionRatio": {
                  "minimumPoints": 998,
                  "value": 0.35
                },
                "id": "51a08c7c-8388-4144-960f-49562ccd2351",
                "offerName": "FLIGHT BUNDLE",
                "percentage": 13,
                "points": 3429,
                "promotionCode": [
                  "SAVE10",
                  "FLIGHT5"
                ],
                "promotionId": "8",
                "promotionTag": "ZiOJLcHROstPF6d",
                "type": "OTHR"
              },
              {
                "amount": {
                  "currency": "JOD",
                  "value": 139.09
                },
                "applyTo": {
                  "passengerRefs": {
                    "0": "id01",
                    "1": "id02"
                  },
                  "travelPortion": {
                    "itineraryPartRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "segmentRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "type": "ITINERARY_PART"
                  }
                },
                "conversionRatio": {
                  "minimumPoints": 708,
                  "value": 0.49
                },
                "id": "71d35ade-ac8d-419a-9db9-80ee39e6ad00",
                "offerName": "FLIGHT BUNDLE",
                "percentage": 21,
                "points": 3933,
                "promotionCode": [
                  "FLIGHT5",
                  "PROMO20"
                ],
                "promotionId": "4",
                "promotionTag": "xcF01Zco1pzVudK",
                "type": "FEE_WAIVER"
              },
              {
                "amount": {
                  "currency": "AED",
                  "value": 28.55
                },
                "applyTo": {
                  "passengerRefs": {
                    "0": "id01",
                    "1": "id02"
                  },
                  "travelPortion": {
                    "itineraryPartRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "segmentRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "type": "FLIGHT"
                  }
                },
                "conversionRatio": {
                  "minimumPoints": 971,
                  "value": 0.18
                },
                "id": "f45d98b5-cc15-450f-97a8-c2cd718cadc5",
                "offerName": "SUMMER PROMO",
                "percentage": 10,
                "points": 4734,
                "promotionCode": [
                  "PROMO20",
                  "SAVE10",
                  "FLIGHT5"
                ],
                "promotionId": "0",
                "promotionTag": "Q7KVWFdhiHRxmjc",
                "type": "FEE_WAIVER"
              }
            ],
            "itineraryPartRef": "id01",
            "passengerFare": [
              {
                "passengerRefs": [
                  "id01",
                  "id02"
                ],
                "priceBreakdown": {
                  "base": {
                    "amount": {
                      "currency": "BZD",
                      "value": 413.95
                    },
                    "code": "db",
                    "conversionRatio": {
                      "minimumPoints": 710,
                      "value": 0.25
                    },
                    "equivAmount": {
                      "currency": "GMD",
                      "value": 497.96
                    },
                    "override": true,
                    "points": 2809,
                    "referenceAmount": {
                      "currency": "IDR",
                      "value": 94.01
                    },
                    "taxType": "FLAT"
                  },
                  "commission": [
                    {
                      "amount": {
                        "currency": "MUR",
                        "value": 407.12
                      },
                      "code": "bC",
                      "conversionRatio": {
                        "minimumPoints": 737,
                        "value": 0.97
                      },
                      "equivAmount": {
                        "currency": "MVR",
                        "value": 317.33
                      },
                      "override": true,
                      "points": 19652,
                      "referenceAmount": {
                        "currency": "LAK",
                        "value": 307.7
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "TRY",
                        "value": 240.93
                      },
                      "code": "HE",
                      "conversionRatio": {
                        "minimumPoints": 762,
                        "value": 0.91
                      },
                      "equivAmount": {
                        "currency": "AFN",
                        "value": 147.42
                      },
                      "override": true,
                      "points": 30941,
                      "referenceAmount": {
                        "currency": "BOB",
                        "value": 76.16
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "KGS",
                        "value": 214.42
                      },
                      "code": "Gj",
                      "conversionRatio": {
                        "minimumPoints": 359,
                        "value": 0.78
                      },
                      "equivAmount": {
                        "currency": "TTD",
                        "value": 201.78
                      },
                      "override": false,
                      "points": 42432,
                      "referenceAmount": {
                        "currency": "MVR",
                        "value": 207.18
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "discount": [
                    {
                      "amount": {
                        "currency": "XCD",
                        "value": 331.55
                      },
                      "code": "Eo",
                      "conversionRatio": {
                        "minimumPoints": 424,
                        "value": 0.27
                      },
                      "equivAmount": {
                        "currency": "SYP",
                        "value": 451.37
                      },
                      "override": true,
                      "points": 19958,
                      "referenceAmount": {
                        "currency": "PGK",
                        "value": 94.73
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "OMR",
                        "value": 362.63
                      },
                      "code": "AF",
                      "conversionRatio": {
                        "minimumPoints": 361,
                        "value": 0.89
                      },
                      "equivAmount": {
                        "currency": "SZL",
                        "value": 427.12
                      },
                      "override": true,
                      "points": 34492,
                      "referenceAmount": {
                        "currency": "CUP",
                        "value": 429.74
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "CHF",
                        "value": 387.71
                      },
                      "code": "gG",
                      "conversionRatio": {
                        "minimumPoints": 361,
                        "value": 0.27
                      },
                      "equivAmount": {
                        "currency": "BSD",
                        "value": 355.64
                      },
                      "override": false,
                      "points": 22076,
                      "referenceAmount": {
                        "currency": "BHD",
                        "value": 428.42
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "fee": [
                    {
                      "amount": {
                        "currency": "PGK",
                        "value": 305.9
                      },
                      "code": "Qy",
                      "conversionRatio": {
                        "minimumPoints": 222,
                        "value": 0.17
                      },
                      "equivAmount": {
                        "currency": "ISK",
                        "value": 179.91
                      },
                      "override": true,
                      "points": 15322,
                      "referenceAmount": {
                        "currency": "CUP",
                        "value": 294.93
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "SGD",
                        "value": 369.23
                      },
                      "code": "Sl",
                      "conversionRatio": {
                        "minimumPoints": 126,
                        "value": 0.75
                      },
                      "equivAmount": {
                        "currency": "SLE",
                        "value": 395.51
                      },
                      "override": false,
                      "points": 34444,
                      "referenceAmount": {
                        "currency": "GEL",
                        "value": 164.72
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "MGA",
                        "value": 116.03
                      },
                      "code": "nz",
                      "conversionRatio": {
                        "minimumPoints": 292,
                        "value": 0.88
                      },
                      "equivAmount": {
                        "currency": "XPF",
                        "value": 90.45
                      },
                      "override": false,
                      "points": 16122,
                      "referenceAmount": {
                        "currency": "SGD",
                        "value": 96.07
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "surcharge": [
                    {
                      "amount": {
                        "currency": "AFN",
                        "value": 490.09
                      },
                      "code": "Fg",
                      "conversionRatio": {
                        "minimumPoints": 642,
                        "value": 0.41
                      },
                      "equivAmount": {
                        "currency": "UYU",
                        "value": 106.79
                      },
                      "override": false,
                      "points": 17039,
                      "referenceAmount": {
                        "currency": "SRD",
                        "value": 439.9
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "ZWL",
                        "value": 428.47
                      },
                      "code": "KI",
                      "conversionRatio": {
                        "minimumPoints": 663,
                        "value": 0.21
                      },
                      "equivAmount": {
                        "currency": "UAH",
                        "value": 81.51
                      },
                      "override": false,
                      "points": 16693,
                      "referenceAmount": {
                        "currency": "TND",
                        "value": 140.55
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "tax": [
                    {
                      "amount": {
                        "currency": "IRR",
                        "value": 449.84
                      },
                      "code": "zU",
                      "conversionRatio": {
                        "minimumPoints": 842,
                        "value": 0.15
                      },
                      "equivAmount": {
                        "currency": "GNF",
                        "value": 395.7
                      },
                      "override": false,
                      "points": 36870,
                      "referenceAmount": {
                        "currency": "SYP",
                        "value": 212.49
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "PKR",
                        "value": 308.77
                      },
                      "code": "cU",
                      "conversionRatio": {
                        "minimumPoints": 118,
                        "value": 0.16
                      },
                      "equivAmount": {
                        "currency": "SHP",
                        "value": 38.88
                      },
                      "override": true,
                      "points": 19888,
                      "referenceAmount": {
                        "currency": "PEN",
                        "value": 132.55
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "LYD",
                        "value": 228.91
                      },
                      "code": "wO",
                      "conversionRatio": {
                        "minimumPoints": 772,
                        "value": 0.92
                      },
                      "equivAmount": {
                        "currency": "TMT",
                        "value": 454.1
                      },
                      "override": true,
                      "points": 44656,
                      "referenceAmount": {
                        "currency": "ANG",
                        "value": 396.64
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "LYD",
                        "value": 360.97
                      },
                      "code": "Rj",
                      "conversionRatio": {
                        "minimumPoints": 475,
                        "value": 0.58
                      },
                      "equivAmount": {
                        "currency": "AMD",
                        "value": 98.09
                      },
                      "override": false,
                      "points": 3598,
                      "referenceAmount": {
                        "currency": "UYU",
                        "value": 413.99
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "INR",
                        "value": 5.17
                      },
                      "code": "qX",
                      "conversionRatio": {
                        "minimumPoints": 796,
                        "value": 0.19
                      },
                      "equivAmount": {
                        "currency": "XOF",
                        "value": 259.63
                      },
                      "override": true,
                      "points": 47507,
                      "referenceAmount": {
                        "currency": "GEL",
                        "value": 353.69
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "ticketingFee": [
                    {
                      "amount": {
                        "currency": "KHR",
                        "value": 114.23
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 900,
                        "value": 0.22
                      },
                      "other": true,
                      "points": 357,
                      "referenceAmount": {
                        "currency": "EUR",
                        "value": 203.27
                      },
                      "subCode": "526",
                      "type": "FORM_OF_PAYMENT",
                      "waived": {
                        "reasonCode": "Ky",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "SBD",
                        "value": 264.26
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 901,
                        "value": 0.37
                      },
                      "other": true,
                      "points": 149,
                      "referenceAmount": {
                        "currency": "KYD",
                        "value": 34.6
                      },
                      "subCode": "097",
                      "type": "FORM_OF_PAYMENT",
                      "waived": {
                        "reasonCode": "ja",
                        "value": true
                      }
                    },
                    {
                      "amount": {
                        "currency": "INR",
                        "value": 113.23
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 287,
                        "value": 0.23
                      },
                      "other": false,
                      "points": 381,
                      "referenceAmount": {
                        "currency": "CDF",
                        "value": 316.1
                      },
                      "subCode": "782",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "BC",
                        "value": true
                      }
                    },
                    {
                      "amount": {
                        "currency": "XAF",
                        "value": 428.07
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 652,
                        "value": 0.62
                      },
                      "other": true,
                      "points": 102,
                      "referenceAmount": {
                        "currency": "BBD",
                        "value": 109.04
                      },
                      "subCode": "846",
                      "type": "FORM_OF_PAYMENT",
                      "waived": {
                        "reasonCode": "UF",
                        "value": false
                      }
                    }
                  ],
                  "total": {
                    "amount": {
                      "currency": "FKP",
                      "value": 468.96
                    },
                    "code": "GV",
                    "conversionRatio": {
                      "minimumPoints": 831,
                      "value": 0.94
                    },
                    "equivAmount": {
                      "currency": "SEK",
                      "value": 490.8
                    },
                    "override": true,
                    "points": 42659,
                    "referenceAmount": {
                      "currency": "LSL",
                      "value": 237.77
                    },
                    "taxType": "PROPORTIONAL"
                  }
                }
              },
              {
                "passengerRefs": [
                  "id01",
                  "id02"
                ],
                "priceBreakdown": {
                  "base": {
                    "amount": {
                      "currency": "DZD",
                      "value": 417.56
                    },
                    "code": "sz",
                    "conversionRatio": {
                      "minimumPoints": 543,
                      "value": 0.69
                    },
                    "equivAmount": {
                      "currency": "VES",
                      "value": 471.49
                    },
                    "override": true,
                    "points": 28702,
                    "referenceAmount": {
                      "currency": "AFN",
                      "value": 187.36
                    },
                    "taxType": "FLAT"
                  },
                  "commission": [
                    {
                      "amount": {
                        "currency": "SAR",
                        "value": 472.42
                      },
                      "code": "Ha",
                      "conversionRatio": {
                        "minimumPoints": 254,
                        "value": 0.25
                      },
                      "equivAmount": {
                        "currency": "MMK",
                        "value": 44
                      },
                      "override": false,
                      "points": 37376,
                      "referenceAmount": {
                        "currency": "COP",
                        "value": 41.56
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "KRW",
                        "value": 360.54
                      },
                      "code": "pZ",
                      "conversionRatio": {
                        "minimumPoints": 207,
                        "value": 0.64
                      },
                      "equivAmount": {
                        "currency": "CZK",
                        "value": 468.74
                      },
                      "override": true,
                      "points": 31646,
                      "referenceAmount": {
                        "currency": "TOP",
                        "value": 347.98
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "PKR",
                        "value": 327.64
                      },
                      "code": "Ki",
                      "conversionRatio": {
                        "minimumPoints": 211,
                        "value": 0.26
                      },
                      "equivAmount": {
                        "currency": "NPR",
                        "value": 399.18
                      },
                      "override": true,
                      "points": 13455,
                      "referenceAmount": {
                        "currency": "EUR",
                        "value": 309.16
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "BSD",
                        "value": 283.96
                      },
                      "code": "ja",
                      "conversionRatio": {
                        "minimumPoints": 551,
                        "value": 0.71
                      },
                      "equivAmount": {
                        "currency": "MMK",
                        "value": 329.12
                      },
                      "override": true,
                      "points": 26807,
                      "referenceAmount": {
                        "currency": "RUB",
                        "value": 396.01
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "discount": [
                    {
                      "amount": {
                        "currency": "KPW",
                        "value": 179.34
                      },
                      "code": "dl",
                      "conversionRatio": {
                        "minimumPoints": 800,
                        "value": 0.42
                      },
                      "equivAmount": {
                        "currency": "TWD",
                        "value": 67.54
                      },
                      "override": true,
                      "points": 46226,
                      "referenceAmount": {
                        "currency": "KWD",
                        "value": 269.84
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "OMR",
                        "value": 143.43
                      },
                      "code": "wc",
                      "conversionRatio": {
                        "minimumPoints": 133,
                        "value": 0.32
                      },
                      "equivAmount": {
                        "currency": "SHP",
                        "value": 361.81
                      },
                      "override": false,
                      "points": 43193,
                      "referenceAmount": {
                        "currency": "UZS",
                        "value": 351.1
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "IRR",
                        "value": 71.9
                      },
                      "code": "Za",
                      "conversionRatio": {
                        "minimumPoints": 374,
                        "value": 0.7
                      },
                      "equivAmount": {
                        "currency": "SHP",
                        "value": 491.61
                      },
                      "override": false,
                      "points": 15415,
                      "referenceAmount": {
                        "currency": "BRL",
                        "value": 445.58
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "IQD",
                        "value": 233.25
                      },
                      "code": "Wa",
                      "conversionRatio": {
                        "minimumPoints": 165,
                        "value": 0.22
                      },
                      "equivAmount": {
                        "currency": "OMR",
                        "value": 362.81
                      },
                      "override": false,
                      "points": 42582,
                      "referenceAmount": {
                        "currency": "HTG",
                        "value": 492.19
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "fee": [
                    {
                      "amount": {
                        "currency": "PKR",
                        "value": 442.28
                      },
                      "code": "dV",
                      "conversionRatio": {
                        "minimumPoints": 397,
                        "value": 0.36
                      },
                      "equivAmount": {
                        "currency": "DKK",
                        "value": 79.67
                      },
                      "override": false,
                      "points": 26475,
                      "referenceAmount": {
                        "currency": "KGS",
                        "value": 434.29
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "MMK",
                        "value": 299.21
                      },
                      "code": "Me",
                      "conversionRatio": {
                        "minimumPoints": 315,
                        "value": 0.5
                      },
                      "equivAmount": {
                        "currency": "IDR",
                        "value": 212.67
                      },
                      "override": true,
                      "points": 23113,
                      "referenceAmount": {
                        "currency": "HKD",
                        "value": 322.51
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "DOP",
                        "value": 289.87
                      },
                      "code": "fT",
                      "conversionRatio": {
                        "minimumPoints": 585,
                        "value": 0.51
                      },
                      "equivAmount": {
                        "currency": "CAD",
                        "value": 6.55
                      },
                      "override": false,
                      "points": 39173,
                      "referenceAmount": {
                        "currency": "KRW",
                        "value": 39.58
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "AUD",
                        "value": 235.24
                      },
                      "code": "KS",
                      "conversionRatio": {
                        "minimumPoints": 141,
                        "value": 0.68
                      },
                      "equivAmount": {
                        "currency": "SBD",
                        "value": 161.87
                      },
                      "override": true,
                      "points": 7708,
                      "referenceAmount": {
                        "currency": "PHP",
                        "value": 446.33
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "XAF",
                        "value": 211.29
                      },
                      "code": "wW",
                      "conversionRatio": {
                        "minimumPoints": 186,
                        "value": 0.83
                      },
                      "equivAmount": {
                        "currency": "CUP",
                        "value": 114.33
                      },
                      "override": false,
                      "points": 25352,
                      "referenceAmount": {
                        "currency": "GEL",
                        "value": 65.12
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "surcharge": [
                    {
                      "amount": {
                        "currency": "KHR",
                        "value": 140.12
                      },
                      "code": "eF",
                      "conversionRatio": {
                        "minimumPoints": 494,
                        "value": 0.19
                      },
                      "equivAmount": {
                        "currency": "DJF",
                        "value": 315.19
                      },
                      "override": true,
                      "points": 16204,
                      "referenceAmount": {
                        "currency": "HTG",
                        "value": 97.86
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "UAH",
                        "value": 137.41
                      },
                      "code": "oG",
                      "conversionRatio": {
                        "minimumPoints": 691,
                        "value": 0.59
                      },
                      "equivAmount": {
                        "currency": "BMD",
                        "value": 43.48
                      },
                      "override": true,
                      "points": 19070,
                      "referenceAmount": {
                        "currency": "SZL",
                        "value": 269.21
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "BTN",
                        "value": 354.84
                      },
                      "code": "ex",
                      "conversionRatio": {
                        "minimumPoints": 805,
                        "value": 0.9
                      },
                      "equivAmount": {
                        "currency": "COP",
                        "value": 193.93
                      },
                      "override": true,
                      "points": 44067,
                      "referenceAmount": {
                        "currency": "AED",
                        "value": 345.16
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "tax": [
                    {
                      "amount": {
                        "currency": "LAK",
                        "value": 276.88
                      },
                      "code": "Uy",
                      "conversionRatio": {
                        "minimumPoints": 533,
                        "value": 0.48
                      },
                      "equivAmount": {
                        "currency": "OMR",
                        "value": 490.21
                      },
                      "override": true,
                      "points": 37599,
                      "referenceAmount": {
                        "currency": "ALL",
                        "value": 338.21
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "LKR",
                        "value": 191.65
                      },
                      "code": "YX",
                      "conversionRatio": {
                        "minimumPoints": 457,
                        "value": 0.4
                      },
                      "equivAmount": {
                        "currency": "GEL",
                        "value": 239.17
                      },
                      "override": false,
                      "points": 13374,
                      "referenceAmount": {
                        "currency": "KWD",
                        "value": 231.76
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "FKP",
                        "value": 234.91
                      },
                      "code": "WR",
                      "conversionRatio": {
                        "minimumPoints": 340,
                        "value": 0.72
                      },
                      "equivAmount": {
                        "currency": "TZS",
                        "value": 395.35
                      },
                      "override": true,
                      "points": 4479,
                      "referenceAmount": {
                        "currency": "NOK",
                        "value": 238.19
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "MXN",
                        "value": 238.12
                      },
                      "code": "jt",
                      "conversionRatio": {
                        "minimumPoints": 183,
                        "value": 0.64
                      },
                      "equivAmount": {
                        "currency": "MVR",
                        "value": 50.55
                      },
                      "override": true,
                      "points": 37830,
                      "referenceAmount": {
                        "currency": "IQD",
                        "value": 199.31
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "ticketingFee": [
                    {
                      "amount": {
                        "currency": "LRD",
                        "value": 64.72
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 180,
                        "value": 0.27
                      },
                      "other": false,
                      "points": 263,
                      "referenceAmount": {
                        "currency": "PLN",
                        "value": 301.05
                      },
                      "subCode": "291",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "jV",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "CVE",
                        "value": 127.75
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 210,
                        "value": 0.5
                      },
                      "other": true,
                      "points": 175,
                      "referenceAmount": {
                        "currency": "LAK",
                        "value": 61.69
                      },
                      "subCode": "763",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "Hz",
                        "value": true
                      }
                    },
                    {
                      "amount": {
                        "currency": "FJD",
                        "value": 357.03
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 564,
                        "value": 0.3
                      },
                      "other": true,
                      "points": 382,
                      "referenceAmount": {
                        "currency": "DJF",
                        "value": 240.77
                      },
                      "subCode": "053",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "OU",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "MMK",
                        "value": 198.67
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 241,
                        "value": 0.39
                      },
                      "other": false,
                      "points": 140,
                      "referenceAmount": {
                        "currency": "BGN",
                        "value": 269.58
                      },
                      "subCode": "510",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "Yy",
                        "value": true
                      }
                    }
                  ],
                  "total": {
                    "amount": {
                      "currency": "BGN",
                      "value": 155.12
                    },
                    "code": "uw",
                    "conversionRatio": {
                      "minimumPoints": 258,
                      "value": 0.54
                    },
                    "equivAmount": {
                      "currency": "THB",
                      "value": 29.92
                    },
                    "override": true,
                    "points": 38639,
                    "referenceAmount": {
                      "currency": "TZS",
                      "value": 259.28
                    },
                    "taxType": "FLAT"
                  }
                }
              },
              {
                "passengerRefs": [
                  "id01",
                  "id02"
                ],
                "priceBreakdown": {
                  "base": {
                    "amount": {
                      "currency": "BTN",
                      "value": 10.2
                    },
                    "code": "Nf",
                    "conversionRatio": {
                      "minimumPoints": 203,
                      "value": 0.65
                    },
                    "equivAmount": {
                      "currency": "SSP",
                      "value": 62.06
                    },
                    "override": true,
                    "points": 13095,
                    "referenceAmount": {
                      "currency": "BSD",
                      "value": 323.95
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  "commission": [
                    {
                      "amount": {
                        "currency": "MUR",
                        "value": 460.36
                      },
                      "code": "pq",
                      "conversionRatio": {
                        "minimumPoints": 233,
                        "value": 0.78
                      },
                      "equivAmount": {
                        "currency": "ALL",
                        "value": 291.38
                      },
                      "override": true,
                      "points": 2208,
                      "referenceAmount": {
                        "currency": "AOA",
                        "value": 341.01
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "LYD",
                        "value": 487.22
                      },
                      "code": "uA",
                      "conversionRatio": {
                        "minimumPoints": 262,
                        "value": 0.61
                      },
                      "equivAmount": {
                        "currency": "COP",
                        "value": 475.81
                      },
                      "override": false,
                      "points": 36677,
                      "referenceAmount": {
                        "currency": "SEK",
                        "value": 331.51
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "discount": [
                    {
                      "amount": {
                        "currency": "BIF",
                        "value": 101.35
                      },
                      "code": "MJ",
                      "conversionRatio": {
                        "minimumPoints": 142,
                        "value": 0.82
                      },
                      "equivAmount": {
                        "currency": "PGK",
                        "value": 86.61
                      },
                      "override": false,
                      "points": 8025,
                      "referenceAmount": {
                        "currency": "GBP",
                        "value": 480.24
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "BMD",
                        "value": 321.5
                      },
                      "code": "gL",
                      "conversionRatio": {
                        "minimumPoints": 239,
                        "value": 0.57
                      },
                      "equivAmount": {
                        "currency": "CNY",
                        "value": 160.78
                      },
                      "override": true,
                      "points": 46553,
                      "referenceAmount": {
                        "currency": "IRR",
                        "value": 348.85
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "RWF",
                        "value": 465.17
                      },
                      "code": "AX",
                      "conversionRatio": {
                        "minimumPoints": 976,
                        "value": 0.23
                      },
                      "equivAmount": {
                        "currency": "TRY",
                        "value": 277.89
                      },
                      "override": true,
                      "points": 49341,
                      "referenceAmount": {
                        "currency": "HNL",
                        "value": 118.56
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "KES",
                        "value": 463.96
                      },
                      "code": "Uq",
                      "conversionRatio": {
                        "minimumPoints": 748,
                        "value": 0.3
                      },
                      "equivAmount": {
                        "currency": "GMD",
                        "value": 366.21
                      },
                      "override": false,
                      "points": 2377,
                      "referenceAmount": {
                        "currency": "NOK",
                        "value": 127.81
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "SYP",
                        "value": 204.94
                      },
                      "code": "Tm",
                      "conversionRatio": {
                        "minimumPoints": 421,
                        "value": 0.22
                      },
                      "equivAmount": {
                        "currency": "HUF",
                        "value": 182.11
                      },
                      "override": false,
                      "points": 24006,
                      "referenceAmount": {
                        "currency": "RUB",
                        "value": 323.89
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "fee": [
                    {
                      "amount": {
                        "currency": "JMD",
                        "value": 283.01
                      },
                      "code": "Kw",
                      "conversionRatio": {
                        "minimumPoints": 515,
                        "value": 0.82
                      },
                      "equivAmount": {
                        "currency": "MXN",
                        "value": 121.2
                      },
                      "override": true,
                      "points": 45898,
                      "referenceAmount": {
                        "currency": "GYD",
                        "value": 379.1
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "DKK",
                        "value": 478.15
                      },
                      "code": "Sr",
                      "conversionRatio": {
                        "minimumPoints": 554,
                        "value": 0.87
                      },
                      "equivAmount": {
                        "currency": "HKD",
                        "value": 285.08
                      },
                      "override": true,
                      "points": 36650,
                      "referenceAmount": {
                        "currency": "NZD",
                        "value": 478.21
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "TOP",
                        "value": 316.67
                      },
                      "code": "FY",
                      "conversionRatio": {
                        "minimumPoints": 135,
                        "value": 0.72
                      },
                      "equivAmount": {
                        "currency": "BTN",
                        "value": 456.76
                      },
                      "override": true,
                      "points": 4921,
                      "referenceAmount": {
                        "currency": "KES",
                        "value": 443.04
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "surcharge": [
                    {
                      "amount": {
                        "currency": "MUR",
                        "value": 124.53
                      },
                      "code": "yy",
                      "conversionRatio": {
                        "minimumPoints": 298,
                        "value": 0.86
                      },
                      "equivAmount": {
                        "currency": "MVR",
                        "value": 187.17
                      },
                      "override": false,
                      "points": 6025,
                      "referenceAmount": {
                        "currency": "VND",
                        "value": 345.11
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "tax": [
                    {
                      "amount": {
                        "currency": "TOP",
                        "value": 89.74
                      },
                      "code": "Cl",
                      "conversionRatio": {
                        "minimumPoints": 841,
                        "value": 0.89
                      },
                      "equivAmount": {
                        "currency": "CUP",
                        "value": 398.21
                      },
                      "override": true,
                      "points": 27853,
                      "referenceAmount": {
                        "currency": "PGK",
                        "value": 94.71
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "AZN",
                        "value": 222.91
                      },
                      "code": "aV",
                      "conversionRatio": {
                        "minimumPoints": 558,
                        "value": 0.38
                      },
                      "equivAmount": {
                        "currency": "BSD",
                        "value": 41.96
                      },
                      "override": false,
                      "points": 12307,
                      "referenceAmount": {
                        "currency": "CVE",
                        "value": 146
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "MGA",
                        "value": 420.65
                      },
                      "code": "SM",
                      "conversionRatio": {
                        "minimumPoints": 794,
                        "value": 0.64
                      },
                      "equivAmount": {
                        "currency": "MKD",
                        "value": 57.49
                      },
                      "override": true,
                      "points": 9038,
                      "referenceAmount": {
                        "currency": "VND",
                        "value": 247.26
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "XPF",
                        "value": 454.57
                      },
                      "code": "BQ",
                      "conversionRatio": {
                        "minimumPoints": 204,
                        "value": 0.31
                      },
                      "equivAmount": {
                        "currency": "SGD",
                        "value": 41.63
                      },
                      "override": true,
                      "points": 10920,
                      "referenceAmount": {
                        "currency": "IRR",
                        "value": 230.41
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "ticketingFee": [
                    {
                      "amount": {
                        "currency": "FKP",
                        "value": 367.67
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 884,
                        "value": 0.49
                      },
                      "other": false,
                      "points": 267,
                      "referenceAmount": {
                        "currency": "XAF",
                        "value": 235.38
                      },
                      "subCode": "276",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "WT",
                        "value": true
                      }
                    },
                    {
                      "amount": {
                        "currency": "ALL",
                        "value": 448.02
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 429,
                        "value": 0.22
                      },
                      "other": false,
                      "points": 409,
                      "referenceAmount": {
                        "currency": "BHD",
                        "value": 43.82
                      },
                      "subCode": "795",
                      "type": "FORM_OF_PAYMENT",
                      "waived": {
                        "reasonCode": "sh",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "JMD",
                        "value": 353.66
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 179,
                        "value": 0.34
                      },
                      "other": false,
                      "points": 470,
                      "referenceAmount": {
                        "currency": "IDR",
                        "value": 352.37
                      },
                      "subCode": "718",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "sw",
                        "value": true
                      }
                    },
                    {
                      "amount": {
                        "currency": "UGX",
                        "value": 427.41
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 764,
                        "value": 0.75
                      },
                      "other": true,
                      "points": 102,
                      "referenceAmount": {
                        "currency": "HNL",
                        "value": 323.07
                      },
                      "subCode": "411",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "eF",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "OMR",
                        "value": 52.96
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 163,
                        "value": 0.26
                      },
                      "other": true,
                      "points": 437,
                      "referenceAmount": {
                        "currency": "BIF",
                        "value": 498.74
                      },
                      "subCode": "170",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "rb",
                        "value": false
                      }
                    }
                  ],
                  "total": {
                    "amount": {
                      "currency": "KES",
                      "value": 252.28
                    },
                    "code": "pL",
                    "conversionRatio": {
                      "minimumPoints": 989,
                      "value": 0.72
                    },
                    "equivAmount": {
                      "currency": "LSL",
                      "value": 357.94
                    },
                    "override": false,
                    "points": 35560,
                    "referenceAmount": {
                      "currency": "FKP",
                      "value": 227.28
                    },
                    "taxType": "PROPORTIONAL"
                  }
                }
              },
              {
                "passengerRefs": [
                  "id01",
                  "id02"
                ],
                "priceBreakdown": {
                  "base": {
                    "amount": {
                      "currency": "BRL",
                      "value": 117.36
                    },
                    "code": "lj",
                    "conversionRatio": {
                      "minimumPoints": 761,
                      "value": 0.72
                    },
                    "equivAmount": {
                      "currency": "DKK",
                      "value": 403.55
                    },
                    "override": true,
                    "points": 1349,
                    "referenceAmount": {
                      "currency": "GMD",
                      "value": 390.09
                    },
                    "taxType": "FLAT"
                  },
                  "commission": [
                    {
                      "amount": {
                        "currency": "RON",
                        "value": 126.53
                      },
                      "code": "qI",
                      "conversionRatio": {
                        "minimumPoints": 321,
                        "value": 0.59
                      },
                      "equivAmount": {
                        "currency": "MAD",
                        "value": 233.45
                      },
                      "override": true,
                      "points": 43180,
                      "referenceAmount": {
                        "currency": "GTQ",
                        "value": 326.41
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "TOP",
                        "value": 223.07
                      },
                      "code": "Jp",
                      "conversionRatio": {
                        "minimumPoints": 486,
                        "value": 0.63
                      },
                      "equivAmount": {
                        "currency": "VES",
                        "value": 314.41
                      },
                      "override": false,
                      "points": 25379,
                      "referenceAmount": {
                        "currency": "SLE",
                        "value": 85.4
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "ZMW",
                        "value": 83.27
                      },
                      "code": "lx",
                      "conversionRatio": {
                        "minimumPoints": 361,
                        "value": 0.27
                      },
                      "equivAmount": {
                        "currency": "ZAR",
                        "value": 429.3
                      },
                      "override": false,
                      "points": 5259,
                      "referenceAmount": {
                        "currency": "RSD",
                        "value": 247.44
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "ARS",
                        "value": 270.22
                      },
                      "code": "Ww",
                      "conversionRatio": {
                        "minimumPoints": 325,
                        "value": 0.57
                      },
                      "equivAmount": {
                        "currency": "CDF",
                        "value": 231.38
                      },
                      "override": true,
                      "points": 9792,
                      "referenceAmount": {
                        "currency": "WST",
                        "value": 364.82
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "discount": [
                    {
                      "amount": {
                        "currency": "CVE",
                        "value": 322.16
                      },
                      "code": "NB",
                      "conversionRatio": {
                        "minimumPoints": 706,
                        "value": 0.27
                      },
                      "equivAmount": {
                        "currency": "RUB",
                        "value": 414.28
                      },
                      "override": false,
                      "points": 42885,
                      "referenceAmount": {
                        "currency": "BGN",
                        "value": 215.82
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "fee": [
                    {
                      "amount": {
                        "currency": "CVE",
                        "value": 417.14
                      },
                      "code": "AX",
                      "conversionRatio": {
                        "minimumPoints": 998,
                        "value": 0.49
                      },
                      "equivAmount": {
                        "currency": "LRD",
                        "value": 169.13
                      },
                      "override": false,
                      "points": 49236,
                      "referenceAmount": {
                        "currency": "KES",
                        "value": 491.61
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "XPF",
                        "value": 257.84
                      },
                      "code": "or",
                      "conversionRatio": {
                        "minimumPoints": 306,
                        "value": 0.8
                      },
                      "equivAmount": {
                        "currency": "HNL",
                        "value": 140.05
                      },
                      "override": false,
                      "points": 25339,
                      "referenceAmount": {
                        "currency": "ZWL",
                        "value": 215.78
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "HTG",
                        "value": 438.25
                      },
                      "code": "wh",
                      "conversionRatio": {
                        "minimumPoints": 145,
                        "value": 0.26
                      },
                      "equivAmount": {
                        "currency": "BMD",
                        "value": 17.51
                      },
                      "override": true,
                      "points": 18356,
                      "referenceAmount": {
                        "currency": "FKP",
                        "value": 89.06
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "surcharge": [
                    {
                      "amount": {
                        "currency": "RON",
                        "value": 213.45
                      },
                      "code": "Ig",
                      "conversionRatio": {
                        "minimumPoints": 459,
                        "value": 0.17
                      },
                      "equivAmount": {
                        "currency": "KPW",
                        "value": 473.35
                      },
                      "override": true,
                      "points": 26049,
                      "referenceAmount": {
                        "currency": "AZN",
                        "value": 35.7
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "ETB",
                        "value": 268.37
                      },
                      "code": "kP",
                      "conversionRatio": {
                        "minimumPoints": 936,
                        "value": 0.11
                      },
                      "equivAmount": {
                        "currency": "TMT",
                        "value": 5
                      },
                      "override": false,
                      "points": 43525,
                      "referenceAmount": {
                        "currency": "CAD",
                        "value": 490.83
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "tax": [
                    {
                      "amount": {
                        "currency": "UYU",
                        "value": 70.18
                      },
                      "code": "Dy",
                      "conversionRatio": {
                        "minimumPoints": 792,
                        "value": 0.66
                      },
                      "equivAmount": {
                        "currency": "SBD",
                        "value": 155.41
                      },
                      "override": false,
                      "points": 47687,
                      "referenceAmount": {
                        "currency": "MGA",
                        "value": 67.92
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "ALL",
                        "value": 461.47
                      },
                      "code": "WU",
                      "conversionRatio": {
                        "minimumPoints": 940,
                        "value": 0.12
                      },
                      "equivAmount": {
                        "currency": "PLN",
                        "value": 311.26
                      },
                      "override": true,
                      "points": 47288,
                      "referenceAmount": {
                        "currency": "ERN",
                        "value": 113.14
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "ticketingFee": [
                    {
                      "amount": {
                        "currency": "MYR",
                        "value": 466.67
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 259,
                        "value": 0.57
                      },
                      "other": false,
                      "points": 203,
                      "referenceAmount": {
                        "currency": "MNT",
                        "value": 298.14
                      },
                      "subCode": "615",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "mu",
                        "value": true
                      }
                    },
                    {
                      "amount": {
                        "currency": "CLP",
                        "value": 328.27
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 278,
                        "value": 0.45
                      },
                      "other": true,
                      "points": 177,
                      "referenceAmount": {
                        "currency": "TOP",
                        "value": 426.8
                      },
                      "subCode": "491",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "vi",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "ISK",
                        "value": 93.09
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 804,
                        "value": 0.46
                      },
                      "other": false,
                      "points": 374,
                      "referenceAmount": {
                        "currency": "ISK",
                        "value": 466.27
                      },
                      "subCode": "296",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "cu",
                        "value": true
                      }
                    },
                    {
                      "amount": {
                        "currency": "VES",
                        "value": 30.96
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 794,
                        "value": 0.32
                      },
                      "other": true,
                      "points": 461,
                      "referenceAmount": {
                        "currency": "FKP",
                        "value": 475.75
                      },
                      "subCode": "209",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "tf",
                        "value": false
                      }
                    }
                  ],
                  "total": {
                    "amount": {
                      "currency": "AWG",
                      "value": 360.78
                    },
                    "code": "zE",
                    "conversionRatio": {
                      "minimumPoints": 369,
                      "value": 0.32
                    },
                    "equivAmount": {
                      "currency": "YER",
                      "value": 324.4
                    },
                    "override": false,
                    "points": 24900,
                    "referenceAmount": {
                      "currency": "SOS",
                      "value": 280.87
                    },
                    "taxType": "FLAT"
                  }
                }
              },
              {
                "passengerRefs": [
                  "id01",
                  "id02"
                ],
                "priceBreakdown": {
                  "base": {
                    "amount": {
                      "currency": "MUR",
                      "value": 371.04
                    },
                    "code": "fB",
                    "conversionRatio": {
                      "minimumPoints": 103,
                      "value": 0.76
                    },
                    "equivAmount": {
                      "currency": "NZD",
                      "value": 482.72
                    },
                    "override": true,
                    "points": 2055,
                    "referenceAmount": {
                      "currency": "AUD",
                      "value": 375.61
                    },
                    "taxType": "FLAT"
                  },
                  "commission": [
                    {
                      "amount": {
                        "currency": "EUR",
                        "value": 74.78
                      },
                      "code": "wl",
                      "conversionRatio": {
                        "minimumPoints": 636,
                        "value": 0.99
                      },
                      "equivAmount": {
                        "currency": "KWD",
                        "value": 133.43
                      },
                      "override": false,
                      "points": 39563,
                      "referenceAmount": {
                        "currency": "TTD",
                        "value": 70.64
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "discount": [
                    {
                      "amount": {
                        "currency": "PHP",
                        "value": 36.27
                      },
                      "code": "Xa",
                      "conversionRatio": {
                        "minimumPoints": 158,
                        "value": 0.35
                      },
                      "equivAmount": {
                        "currency": "RWF",
                        "value": 428.57
                      },
                      "override": false,
                      "points": 15106,
                      "referenceAmount": {
                        "currency": "KES",
                        "value": 79.52
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "XPF",
                        "value": 159.59
                      },
                      "code": "Hr",
                      "conversionRatio": {
                        "minimumPoints": 302,
                        "value": 0.11
                      },
                      "equivAmount": {
                        "currency": "DKK",
                        "value": 105.52
                      },
                      "override": false,
                      "points": 39739,
                      "referenceAmount": {
                        "currency": "ANG",
                        "value": 465.8
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "EGP",
                        "value": 457.81
                      },
                      "code": "Gn",
                      "conversionRatio": {
                        "minimumPoints": 804,
                        "value": 0.13
                      },
                      "equivAmount": {
                        "currency": "AUD",
                        "value": 247.16
                      },
                      "override": true,
                      "points": 3361,
                      "referenceAmount": {
                        "currency": "AED",
                        "value": 467.37
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "ZAR",
                        "value": 216.03
                      },
                      "code": "JC",
                      "conversionRatio": {
                        "minimumPoints": 133,
                        "value": 0.14
                      },
                      "equivAmount": {
                        "currency": "CHF",
                        "value": 350.54
                      },
                      "override": false,
                      "points": 13099,
                      "referenceAmount": {
                        "currency": "PGK",
                        "value": 92.5
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "fee": [
                    {
                      "amount": {
                        "currency": "SCR",
                        "value": 397.55
                      },
                      "code": "LE",
                      "conversionRatio": {
                        "minimumPoints": 369,
                        "value": 0.15
                      },
                      "equivAmount": {
                        "currency": "CLP",
                        "value": 288.78
                      },
                      "override": false,
                      "points": 45175,
                      "referenceAmount": {
                        "currency": "ERN",
                        "value": 80.27
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "MMK",
                        "value": 206.16
                      },
                      "code": "nZ",
                      "conversionRatio": {
                        "minimumPoints": 881,
                        "value": 0.98
                      },
                      "equivAmount": {
                        "currency": "VUV",
                        "value": 435.9
                      },
                      "override": false,
                      "points": 36885,
                      "referenceAmount": {
                        "currency": "INR",
                        "value": 78.79
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "KWD",
                        "value": 141.22
                      },
                      "code": "Ai",
                      "conversionRatio": {
                        "minimumPoints": 939,
                        "value": 0.67
                      },
                      "equivAmount": {
                        "currency": "ALL",
                        "value": 240.89
                      },
                      "override": true,
                      "points": 24403,
                      "referenceAmount": {
                        "currency": "JPY",
                        "value": 396.84
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "BND",
                        "value": 75.87
                      },
                      "code": "Kj",
                      "conversionRatio": {
                        "minimumPoints": 735,
                        "value": 0.81
                      },
                      "equivAmount": {
                        "currency": "IQD",
                        "value": 279.66
                      },
                      "override": true,
                      "points": 9073,
                      "referenceAmount": {
                        "currency": "SDG",
                        "value": 77.25
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "surcharge": [
                    {
                      "amount": {
                        "currency": "CZK",
                        "value": 51.37
                      },
                      "code": "ix",
                      "conversionRatio": {
                        "minimumPoints": 917,
                        "value": 0.51
                      },
                      "equivAmount": {
                        "currency": "EUR",
                        "value": 487.45
                      },
                      "override": false,
                      "points": 3593,
                      "referenceAmount": {
                        "currency": "BND",
                        "value": 221.51
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "tax": [
                    {
                      "amount": {
                        "currency": "GYD",
                        "value": 294.37
                      },
                      "code": "aG",
                      "conversionRatio": {
                        "minimumPoints": 337,
                        "value": 0.21
                      },
                      "equivAmount": {
                        "currency": "ZWL",
                        "value": 321.23
                      },
                      "override": false,
                      "points": 16667,
                      "referenceAmount": {
                        "currency": "GHS",
                        "value": 460.83
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "HKD",
                        "value": 27.25
                      },
                      "code": "su",
                      "conversionRatio": {
                        "minimumPoints": 856,
                        "value": 0.19
                      },
                      "equivAmount": {
                        "currency": "MNT",
                        "value": 240.35
                      },
                      "override": false,
                      "points": 20615,
                      "referenceAmount": {
                        "currency": "PAB",
                        "value": 6.98
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "ticketingFee": [
                    {
                      "amount": {
                        "currency": "SZL",
                        "value": 35.24
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 245,
                        "value": 0.29
                      },
                      "other": true,
                      "points": 100,
                      "referenceAmount": {
                        "currency": "GBP",
                        "value": 61.55
                      },
                      "subCode": "359",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "mD",
                        "value": true
                      }
                    },
                    {
                      "amount": {
                        "currency": "HUF",
                        "value": 479.32
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 418,
                        "value": 0.1
                      },
                      "other": true,
                      "points": 354,
                      "referenceAmount": {
                        "currency": "KES",
                        "value": 71.07
                      },
                      "subCode": "492",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "MF",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "MOP",
                        "value": 409.68
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 425,
                        "value": 0.74
                      },
                      "other": false,
                      "points": 489,
                      "referenceAmount": {
                        "currency": "CLP",
                        "value": 8.77
                      },
                      "subCode": "407",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "bh",
                        "value": true
                      }
                    },
                    {
                      "amount": {
                        "currency": "ISK",
                        "value": 78.44
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 499,
                        "value": 0.65
                      },
                      "other": false,
                      "points": 441,
                      "referenceAmount": {
                        "currency": "XAF",
                        "value": 320.06
                      },
                      "subCode": "790",
                      "type": "FORM_OF_PAYMENT",
                      "waived": {
                        "reasonCode": "FF",
                        "value": true
                      }
                    }
                  ],
                  "total": {
                    "amount": {
                      "currency": "NIO",
                      "value": 358.66
                    },
                    "code": "QV",
                    "conversionRatio": {
                      "minimumPoints": 921,
                      "value": 0.65
                    },
                    "equivAmount": {
                      "currency": "MGA",
                      "value": 199.2
                    },
                    "override": false,
                    "points": 47656,
                    "referenceAmount": {
                      "currency": "LKR",
                      "value": 163.12
                    },
                    "taxType": "FLAT"
                  }
                }
              }
            ]
          },
          {
            "deal": [
              {
                "amount": {
                  "currency": "PHP",
                  "value": 191.2
                },
                "applyTo": {
                  "passengerRefs": {
                    "0": "id01",
                    "1": "id02"
                  },
                  "travelPortion": {
                    "itineraryPartRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "segmentRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "type": "SEGMENT"
                  }
                },
                "conversionRatio": {
                  "minimumPoints": 727,
                  "value": 0.6
                },
                "id": "9d6f1882-59b9-41fb-9b49-c737270805a3",
                "offerName": "FLIGHT BUNDLE",
                "percentage": 23,
                "points": 3687,
                "promotionCode": [
                  "SAVE10",
                  "PROMO20"
                ],
                "promotionId": "1",
                "promotionTag": "mbCbqf3N84kAwCW",
                "type": "FEE_WAIVER"
              },
              {
                "amount": {
                  "currency": "MKD",
                  "value": 436.25
                },
                "applyTo": {
                  "passengerRefs": {
                    "0": "id01",
                    "1": "id02"
                  },
                  "travelPortion": {
                    "itineraryPartRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "segmentRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "type": "ITINERARY"
                  }
                },
                "conversionRatio": {
                  "minimumPoints": 301,
                  "value": 0.35
                },
                "id": "12033b06-3f12-4330-9922-ac47a421c5c0",
                "offerName": "FLIGHT BUNDLE",
                "percentage": 10,
                "points": 1136,
                "promotionCode": [
                  "PROMO20",
                  "SAVE10",
                  "FLIGHT5"
                ],
                "promotionId": "6",
                "promotionTag": "S0AV18psgg8dSrL",
                "type": "DISCOUNT"
              }
            ],
            "itineraryPartRef": "id01",
            "passengerFare": [
              {
                "passengerRefs": [
                  "id01",
                  "id02"
                ],
                "priceBreakdown": {
                  "base": {
                    "amount": {
                      "currency": "BND",
                      "value": 356.13
                    },
                    "code": "kK",
                    "conversionRatio": {
                      "minimumPoints": 153,
                      "value": 0.76
                    },
                    "equivAmount": {
                      "currency": "SYP",
                      "value": 131.49
                    },
                    "override": true,
                    "points": 35778,
                    "referenceAmount": {
                      "currency": "SCR",
                      "value": 204.61
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  "commission": [
                    {
                      "amount": {
                        "currency": "VUV",
                        "value": 78.94
                      },
                      "code": "pV",
                      "conversionRatio": {
                        "minimumPoints": 419,
                        "value": 0.55
                      },
                      "equivAmount": {
                        "currency": "CVE",
                        "value": 205.28
                      },
                      "override": true,
                      "points": 43843,
                      "referenceAmount": {
                        "currency": "COP",
                        "value": 50.71
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "ERN",
                        "value": 104.88
                      },
                      "code": "lQ",
                      "conversionRatio": {
                        "minimumPoints": 444,
                        "value": 0.49
                      },
                      "equivAmount": {
                        "currency": "STN",
                        "value": 135.3
                      },
                      "override": true,
                      "points": 17048,
                      "referenceAmount": {
                        "currency": "SCR",
                        "value": 469.72
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "discount": [
                    {
                      "amount": {
                        "currency": "DKK",
                        "value": 20.44
                      },
                      "code": "GP",
                      "conversionRatio": {
                        "minimumPoints": 676,
                        "value": 0.16
                      },
                      "equivAmount": {
                        "currency": "LAK",
                        "value": 131.61
                      },
                      "override": true,
                      "points": 49383,
                      "referenceAmount": {
                        "currency": "FJD",
                        "value": 351.81
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "fee": [
                    {
                      "amount": {
                        "currency": "MZN",
                        "value": 398.24
                      },
                      "code": "pn",
                      "conversionRatio": {
                        "minimumPoints": 552,
                        "value": 0.79
                      },
                      "equivAmount": {
                        "currency": "HTG",
                        "value": 120.12
                      },
                      "override": true,
                      "points": 47339,
                      "referenceAmount": {
                        "currency": "NAD",
                        "value": 484.75
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "AOA",
                        "value": 486.22
                      },
                      "code": "Gq",
                      "conversionRatio": {
                        "minimumPoints": 490,
                        "value": 0.51
                      },
                      "equivAmount": {
                        "currency": "SDG",
                        "value": 127.87
                      },
                      "override": false,
                      "points": 22241,
                      "referenceAmount": {
                        "currency": "AED",
                        "value": 484.12
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "surcharge": [
                    {
                      "amount": {
                        "currency": "ZAR",
                        "value": 230.22
                      },
                      "code": "KS",
                      "conversionRatio": {
                        "minimumPoints": 708,
                        "value": 0.56
                      },
                      "equivAmount": {
                        "currency": "GBP",
                        "value": 363.38
                      },
                      "override": false,
                      "points": 36505,
                      "referenceAmount": {
                        "currency": "BHD",
                        "value": 201.06
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "BSD",
                        "value": 476.95
                      },
                      "code": "CS",
                      "conversionRatio": {
                        "minimumPoints": 578,
                        "value": 0.37
                      },
                      "equivAmount": {
                        "currency": "MXN",
                        "value": 107.56
                      },
                      "override": false,
                      "points": 5025,
                      "referenceAmount": {
                        "currency": "STN",
                        "value": 389.65
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "JPY",
                        "value": 61.93
                      },
                      "code": "Ma",
                      "conversionRatio": {
                        "minimumPoints": 381,
                        "value": 0.93
                      },
                      "equivAmount": {
                        "currency": "ANG",
                        "value": 212.72
                      },
                      "override": false,
                      "points": 45660,
                      "referenceAmount": {
                        "currency": "KZT",
                        "value": 72.18
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "THB",
                        "value": 72.11
                      },
                      "code": "AF",
                      "conversionRatio": {
                        "minimumPoints": 313,
                        "value": 0.91
                      },
                      "equivAmount": {
                        "currency": "ZMW",
                        "value": 122.39
                      },
                      "override": false,
                      "points": 30672,
                      "referenceAmount": {
                        "currency": "MMK",
                        "value": 301.53
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "NIO",
                        "value": 276.2
                      },
                      "code": "dH",
                      "conversionRatio": {
                        "minimumPoints": 504,
                        "value": 0.93
                      },
                      "equivAmount": {
                        "currency": "HKD",
                        "value": 259.16
                      },
                      "override": true,
                      "points": 11325,
                      "referenceAmount": {
                        "currency": "BOB",
                        "value": 451.23
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "tax": [
                    {
                      "amount": {
                        "currency": "TRY",
                        "value": 358.16
                      },
                      "code": "Br",
                      "conversionRatio": {
                        "minimumPoints": 381,
                        "value": 0.77
                      },
                      "equivAmount": {
                        "currency": "GBP",
                        "value": 305.14
                      },
                      "override": false,
                      "points": 14601,
                      "referenceAmount": {
                        "currency": "AUD",
                        "value": 446.84
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "LSL",
                        "value": 109.65
                      },
                      "code": "jC",
                      "conversionRatio": {
                        "minimumPoints": 221,
                        "value": 0.46
                      },
                      "equivAmount": {
                        "currency": "TRY",
                        "value": 468.65
                      },
                      "override": true,
                      "points": 7884,
                      "referenceAmount": {
                        "currency": "SYP",
                        "value": 21.33
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "LYD",
                        "value": 160.19
                      },
                      "code": "Md",
                      "conversionRatio": {
                        "minimumPoints": 431,
                        "value": 0.43
                      },
                      "equivAmount": {
                        "currency": "KZT",
                        "value": 409.48
                      },
                      "override": true,
                      "points": 39090,
                      "referenceAmount": {
                        "currency": "TTD",
                        "value": 215.52
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "ticketingFee": [
                    {
                      "amount": {
                        "currency": "CZK",
                        "value": 91.17
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 871,
                        "value": 0.65
                      },
                      "other": true,
                      "points": 420,
                      "referenceAmount": {
                        "currency": "XPF",
                        "value": 362.83
                      },
                      "subCode": "469",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "At",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "BWP",
                        "value": 13.14
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 538,
                        "value": 0.64
                      },
                      "other": false,
                      "points": 381,
                      "referenceAmount": {
                        "currency": "BDT",
                        "value": 232.15
                      },
                      "subCode": "601",
                      "type": "FORM_OF_PAYMENT",
                      "waived": {
                        "reasonCode": "oQ",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "BBD",
                        "value": 445.78
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 476,
                        "value": 0.49
                      },
                      "other": false,
                      "points": 317,
                      "referenceAmount": {
                        "currency": "SDG",
                        "value": 121.13
                      },
                      "subCode": "911",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "hk",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "SLE",
                        "value": 491.02
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 328,
                        "value": 0.76
                      },
                      "other": true,
                      "points": 121,
                      "referenceAmount": {
                        "currency": "EUR",
                        "value": 492.77
                      },
                      "subCode": "550",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "pK",
                        "value": true
                      }
                    }
                  ],
                  "total": {
                    "amount": {
                      "currency": "SGD",
                      "value": 394.42
                    },
                    "code": "hA",
                    "conversionRatio": {
                      "minimumPoints": 965,
                      "value": 0.16
                    },
                    "equivAmount": {
                      "currency": "MGA",
                      "value": 467.86
                    },
                    "override": false,
                    "points": 18361,
                    "referenceAmount": {
                      "currency": "FKP",
                      "value": 335.79
                    },
                    "taxType": "PROPORTIONAL"
                  }
                }
              }
            ]
          },
          {
            "deal": [
              {
                "amount": {
                  "currency": "PEN",
                  "value": 242.92
                },
                "applyTo": {
                  "passengerRefs": {
                    "0": "id01",
                    "1": "id02"
                  },
                  "travelPortion": {
                    "itineraryPartRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "segmentRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "type": "FLIGHT"
                  }
                },
                "conversionRatio": {
                  "minimumPoints": 343,
                  "value": 0.96
                },
                "id": "e8b530e7-1e9f-49e2-b312-af64db9942b1",
                "offerName": "MAY WEEKEND DISCOUNT",
                "percentage": 16,
                "points": 933,
                "promotionCode": [
                  "PROMO20",
                  "FLIGHT5",
                  "SAVE10"
                ],
                "promotionId": "9",
                "promotionTag": "j1dzc0gpLVhH7aT",
                "type": "FEE_WAIVER"
              },
              {
                "amount": {
                  "currency": "TTD",
                  "value": 85.18
                },
                "applyTo": {
                  "passengerRefs": {
                    "0": "id01",
                    "1": "id02"
                  },
                  "travelPortion": {
                    "itineraryPartRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "segmentRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "type": "FLIGHT"
                  }
                },
                "conversionRatio": {
                  "minimumPoints": 344,
                  "value": 0.89
                },
                "id": "8bab3542-f702-46a2-b274-668111d08d71",
                "offerName": "SUMMER PROMO",
                "percentage": 22,
                "points": 4790,
                "promotionCode": [
                  "SAVE10",
                  "PROMO20"
                ],
                "promotionId": "1",
                "promotionTag": "iRu7kdQrblVVgOO",
                "type": "OTHR"
              },
              {
                "amount": {
                  "currency": "PKR",
                  "value": 447.11
                },
                "applyTo": {
                  "passengerRefs": {
                    "0": "id01",
                    "1": "id02"
                  },
                  "travelPortion": {
                    "itineraryPartRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "segmentRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "type": "SEGMENT"
                  }
                },
                "conversionRatio": {
                  "minimumPoints": 309,
                  "value": 0.1
                },
                "id": "d1e95ab8-8399-4fd4-918b-aa628aa2d359",
                "offerName": "MAY WEEKEND DISCOUNT",
                "percentage": 18,
                "points": 994,
                "promotionCode": [
                  "PROMO20",
                  "FLIGHT5"
                ],
                "promotionId": "7",
                "promotionTag": "rvzbtDVgPFfcaLb",
                "type": "FEE_WAIVER"
              },
              {
                "amount": {
                  "currency": "XPF",
                  "value": 180.63
                },
                "applyTo": {
                  "passengerRefs": {
                    "0": "id01",
                    "1": "id02"
                  },
                  "travelPortion": {
                    "itineraryPartRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "segmentRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "type": "ITINERARY"
                  }
                },
                "conversionRatio": {
                  "minimumPoints": 404,
                  "value": 0.52
                },
                "id": "e0090fc4-ca6f-4fb6-89f6-b8ba1ed9c298",
                "offerName": "MAY WEEKEND DISCOUNT",
                "percentage": 12,
                "points": 1921,
                "promotionCode": [
                  "PROMO20",
                  "SAVE10",
                  "FLIGHT5"
                ],
                "promotionId": "8",
                "promotionTag": "sPF7YgHAlXA3zYi",
                "type": "FEE_WAIVER"
              }
            ],
            "itineraryPartRef": "id01",
            "passengerFare": [
              {
                "passengerRefs": [
                  "id01",
                  "id02"
                ],
                "priceBreakdown": {
                  "base": {
                    "amount": {
                      "currency": "BWP",
                      "value": 329.88
                    },
                    "code": "iP",
                    "conversionRatio": {
                      "minimumPoints": 444,
                      "value": 0.58
                    },
                    "equivAmount": {
                      "currency": "KMF",
                      "value": 179.08
                    },
                    "override": false,
                    "points": 13380,
                    "referenceAmount": {
                      "currency": "NPR",
                      "value": 420.38
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  "commission": [
                    {
                      "amount": {
                        "currency": "CAD",
                        "value": 229.98
                      },
                      "code": "NZ",
                      "conversionRatio": {
                        "minimumPoints": 725,
                        "value": 0.81
                      },
                      "equivAmount": {
                        "currency": "MRU",
                        "value": 352.78
                      },
                      "override": true,
                      "points": 46418,
                      "referenceAmount": {
                        "currency": "SBD",
                        "value": 490.02
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "LKR",
                        "value": 66.41
                      },
                      "code": "tH",
                      "conversionRatio": {
                        "minimumPoints": 854,
                        "value": 0.66
                      },
                      "equivAmount": {
                        "currency": "ARS",
                        "value": 294.74
                      },
                      "override": true,
                      "points": 19594,
                      "referenceAmount": {
                        "currency": "ALL",
                        "value": 28.49
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "USD",
                        "value": 23.14
                      },
                      "code": "UJ",
                      "conversionRatio": {
                        "minimumPoints": 734,
                        "value": 0.61
                      },
                      "equivAmount": {
                        "currency": "BSD",
                        "value": 227.62
                      },
                      "override": false,
                      "points": 41594,
                      "referenceAmount": {
                        "currency": "CUP",
                        "value": 11.11
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "THB",
                        "value": 260.8
                      },
                      "code": "Hn",
                      "conversionRatio": {
                        "minimumPoints": 877,
                        "value": 0.39
                      },
                      "equivAmount": {
                        "currency": "THB",
                        "value": 305.92
                      },
                      "override": false,
                      "points": 36288,
                      "referenceAmount": {
                        "currency": "SLE",
                        "value": 347.51
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "discount": [
                    {
                      "amount": {
                        "currency": "LSL",
                        "value": 253.44
                      },
                      "code": "dr",
                      "conversionRatio": {
                        "minimumPoints": 923,
                        "value": 0.25
                      },
                      "equivAmount": {
                        "currency": "UAH",
                        "value": 469.12
                      },
                      "override": true,
                      "points": 19669,
                      "referenceAmount": {
                        "currency": "MRU",
                        "value": 206.49
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "COP",
                        "value": 105
                      },
                      "code": "dq",
                      "conversionRatio": {
                        "minimumPoints": 636,
                        "value": 0.87
                      },
                      "equivAmount": {
                        "currency": "KES",
                        "value": 390.48
                      },
                      "override": false,
                      "points": 43942,
                      "referenceAmount": {
                        "currency": "JMD",
                        "value": 23.33
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "fee": [
                    {
                      "amount": {
                        "currency": "BDT",
                        "value": 401.18
                      },
                      "code": "Vw",
                      "conversionRatio": {
                        "minimumPoints": 645,
                        "value": 0.91
                      },
                      "equivAmount": {
                        "currency": "NPR",
                        "value": 383.38
                      },
                      "override": true,
                      "points": 28629,
                      "referenceAmount": {
                        "currency": "CZK",
                        "value": 377.45
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "PKR",
                        "value": 203.95
                      },
                      "code": "hi",
                      "conversionRatio": {
                        "minimumPoints": 938,
                        "value": 0.77
                      },
                      "equivAmount": {
                        "currency": "JOD",
                        "value": 406.49
                      },
                      "override": false,
                      "points": 6337,
                      "referenceAmount": {
                        "currency": "BIF",
                        "value": 271.78
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "MOP",
                        "value": 9.61
                      },
                      "code": "cL",
                      "conversionRatio": {
                        "minimumPoints": 972,
                        "value": 0.96
                      },
                      "equivAmount": {
                        "currency": "BRL",
                        "value": 142.8
                      },
                      "override": true,
                      "points": 13160,
                      "referenceAmount": {
                        "currency": "SLE",
                        "value": 443.92
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "AFN",
                        "value": 34.3
                      },
                      "code": "pO",
                      "conversionRatio": {
                        "minimumPoints": 298,
                        "value": 0.51
                      },
                      "equivAmount": {
                        "currency": "MXN",
                        "value": 199.65
                      },
                      "override": false,
                      "points": 18848,
                      "referenceAmount": {
                        "currency": "MRU",
                        "value": 433.93
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "THB",
                        "value": 100.7
                      },
                      "code": "YZ",
                      "conversionRatio": {
                        "minimumPoints": 571,
                        "value": 0.59
                      },
                      "equivAmount": {
                        "currency": "XOF",
                        "value": 459.68
                      },
                      "override": false,
                      "points": 25118,
                      "referenceAmount": {
                        "currency": "CVE",
                        "value": 345.49
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "surcharge": [
                    {
                      "amount": {
                        "currency": "ETB",
                        "value": 336.81
                      },
                      "code": "CN",
                      "conversionRatio": {
                        "minimumPoints": 596,
                        "value": 0.29
                      },
                      "equivAmount": {
                        "currency": "SYP",
                        "value": 222.88
                      },
                      "override": true,
                      "points": 40500,
                      "referenceAmount": {
                        "currency": "ZMW",
                        "value": 219.59
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "KPW",
                        "value": 208.53
                      },
                      "code": "PW",
                      "conversionRatio": {
                        "minimumPoints": 449,
                        "value": 0.11
                      },
                      "equivAmount": {
                        "currency": "XPF",
                        "value": 90.03
                      },
                      "override": false,
                      "points": 33586,
                      "referenceAmount": {
                        "currency": "AUD",
                        "value": 458.06
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "SRD",
                        "value": 115.2
                      },
                      "code": "DM",
                      "conversionRatio": {
                        "minimumPoints": 867,
                        "value": 0.33
                      },
                      "equivAmount": {
                        "currency": "FJD",
                        "value": 11.14
                      },
                      "override": true,
                      "points": 6456,
                      "referenceAmount": {
                        "currency": "PHP",
                        "value": 399.27
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "SZL",
                        "value": 348.63
                      },
                      "code": "pD",
                      "conversionRatio": {
                        "minimumPoints": 794,
                        "value": 0.15
                      },
                      "equivAmount": {
                        "currency": "MNT",
                        "value": 311.85
                      },
                      "override": false,
                      "points": 10511,
                      "referenceAmount": {
                        "currency": "EUR",
                        "value": 156.22
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "tax": [
                    {
                      "amount": {
                        "currency": "NAD",
                        "value": 288.47
                      },
                      "code": "Ip",
                      "conversionRatio": {
                        "minimumPoints": 995,
                        "value": 0.16
                      },
                      "equivAmount": {
                        "currency": "NZD",
                        "value": 108.09
                      },
                      "override": true,
                      "points": 13432,
                      "referenceAmount": {
                        "currency": "PLN",
                        "value": 256.39
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "AMD",
                        "value": 478.22
                      },
                      "code": "og",
                      "conversionRatio": {
                        "minimumPoints": 334,
                        "value": 0.81
                      },
                      "equivAmount": {
                        "currency": "GBP",
                        "value": 173.83
                      },
                      "override": false,
                      "points": 21849,
                      "referenceAmount": {
                        "currency": "NOK",
                        "value": 241.32
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "PYG",
                        "value": 116.99
                      },
                      "code": "aD",
                      "conversionRatio": {
                        "minimumPoints": 903,
                        "value": 0.31
                      },
                      "equivAmount": {
                        "currency": "SBD",
                        "value": 36.56
                      },
                      "override": true,
                      "points": 16940,
                      "referenceAmount": {
                        "currency": "MDL",
                        "value": 305.4
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "ticketingFee": [
                    {
                      "amount": {
                        "currency": "MDL",
                        "value": 439.77
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 160,
                        "value": 0.65
                      },
                      "other": false,
                      "points": 490,
                      "referenceAmount": {
                        "currency": "MRU",
                        "value": 68.05
                      },
                      "subCode": "010",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "tZ",
                        "value": true
                      }
                    },
                    {
                      "amount": {
                        "currency": "BDT",
                        "value": 257.25
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 250,
                        "value": 0.94
                      },
                      "other": true,
                      "points": 416,
                      "referenceAmount": {
                        "currency": "MDL",
                        "value": 8.87
                      },
                      "subCode": "934",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "HS",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "LAK",
                        "value": 318.17
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 338,
                        "value": 0.52
                      },
                      "other": false,
                      "points": 500,
                      "referenceAmount": {
                        "currency": "SDG",
                        "value": 15.12
                      },
                      "subCode": "979",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "Wo",
                        "value": false
                      }
                    }
                  ],
                  "total": {
                    "amount": {
                      "currency": "XCD",
                      "value": 269.53
                    },
                    "code": "pI",
                    "conversionRatio": {
                      "minimumPoints": 500,
                      "value": 0.39
                    },
                    "equivAmount": {
                      "currency": "AUD",
                      "value": 185.39
                    },
                    "override": true,
                    "points": 16502,
                    "referenceAmount": {
                      "currency": "KMF",
                      "value": 226.41
                    },
                    "taxType": "FLAT"
                  }
                }
              },
              {
                "passengerRefs": [
                  "id01",
                  "id02"
                ],
                "priceBreakdown": {
                  "base": {
                    "amount": {
                      "currency": "VES",
                      "value": 66.71
                    },
                    "code": "mr",
                    "conversionRatio": {
                      "minimumPoints": 352,
                      "value": 0.49
                    },
                    "equivAmount": {
                      "currency": "UYU",
                      "value": 363.48
                    },
                    "override": true,
                    "points": 2976,
                    "referenceAmount": {
                      "currency": "MNT",
                      "value": 19.97
                    },
                    "taxType": "FLAT"
                  },
                  "commission": [
                    {
                      "amount": {
                        "currency": "AOA",
                        "value": 250.99
                      },
                      "code": "be",
                      "conversionRatio": {
                        "minimumPoints": 501,
                        "value": 0.87
                      },
                      "equivAmount": {
                        "currency": "JOD",
                        "value": 205.66
                      },
                      "override": false,
                      "points": 11655,
                      "referenceAmount": {
                        "currency": "COP",
                        "value": 366.67
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "KGS",
                        "value": 5.82
                      },
                      "code": "DK",
                      "conversionRatio": {
                        "minimumPoints": 887,
                        "value": 0.39
                      },
                      "equivAmount": {
                        "currency": "HUF",
                        "value": 270.52
                      },
                      "override": true,
                      "points": 33619,
                      "referenceAmount": {
                        "currency": "ANG",
                        "value": 322.22
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "JMD",
                        "value": 282.33
                      },
                      "code": "hF",
                      "conversionRatio": {
                        "minimumPoints": 637,
                        "value": 0.76
                      },
                      "equivAmount": {
                        "currency": "CVE",
                        "value": 68.6
                      },
                      "override": false,
                      "points": 22625,
                      "referenceAmount": {
                        "currency": "RON",
                        "value": 20.82
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "LSL",
                        "value": 177.96
                      },
                      "code": "jX",
                      "conversionRatio": {
                        "minimumPoints": 805,
                        "value": 0.56
                      },
                      "equivAmount": {
                        "currency": "ERN",
                        "value": 135.91
                      },
                      "override": false,
                      "points": 23399,
                      "referenceAmount": {
                        "currency": "ETB",
                        "value": 410.95
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "DZD",
                        "value": 416.78
                      },
                      "code": "wv",
                      "conversionRatio": {
                        "minimumPoints": 340,
                        "value": 0.29
                      },
                      "equivAmount": {
                        "currency": "MDL",
                        "value": 134.5
                      },
                      "override": false,
                      "points": 31879,
                      "referenceAmount": {
                        "currency": "DZD",
                        "value": 445.57
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "discount": [
                    {
                      "amount": {
                        "currency": "NIO",
                        "value": 150.54
                      },
                      "code": "rq",
                      "conversionRatio": {
                        "minimumPoints": 373,
                        "value": 0.27
                      },
                      "equivAmount": {
                        "currency": "INR",
                        "value": 488.5
                      },
                      "override": false,
                      "points": 18440,
                      "referenceAmount": {
                        "currency": "CZK",
                        "value": 323.03
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "GNF",
                        "value": 119.1
                      },
                      "code": "yc",
                      "conversionRatio": {
                        "minimumPoints": 337,
                        "value": 0.36
                      },
                      "equivAmount": {
                        "currency": "XOF",
                        "value": 181.33
                      },
                      "override": true,
                      "points": 31945,
                      "referenceAmount": {
                        "currency": "TJS",
                        "value": 60.11
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "HKD",
                        "value": 250.47
                      },
                      "code": "lE",
                      "conversionRatio": {
                        "minimumPoints": 150,
                        "value": 0.98
                      },
                      "equivAmount": {
                        "currency": "IDR",
                        "value": 166.99
                      },
                      "override": true,
                      "points": 15271,
                      "referenceAmount": {
                        "currency": "HNL",
                        "value": 155.28
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "CVE",
                        "value": 370.77
                      },
                      "code": "cH",
                      "conversionRatio": {
                        "minimumPoints": 563,
                        "value": 0.64
                      },
                      "equivAmount": {
                        "currency": "KZT",
                        "value": 20.67
                      },
                      "override": true,
                      "points": 32132,
                      "referenceAmount": {
                        "currency": "KWD",
                        "value": 64.75
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "AMD",
                        "value": 219.03
                      },
                      "code": "KS",
                      "conversionRatio": {
                        "minimumPoints": 949,
                        "value": 0.38
                      },
                      "equivAmount": {
                        "currency": "MUR",
                        "value": 167.65
                      },
                      "override": false,
                      "points": 4609,
                      "referenceAmount": {
                        "currency": "CZK",
                        "value": 320.38
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "fee": [
                    {
                      "amount": {
                        "currency": "AUD",
                        "value": 130.83
                      },
                      "code": "DI",
                      "conversionRatio": {
                        "minimumPoints": 524,
                        "value": 0.64
                      },
                      "equivAmount": {
                        "currency": "CNY",
                        "value": 6.37
                      },
                      "override": false,
                      "points": 5101,
                      "referenceAmount": {
                        "currency": "BHD",
                        "value": 29.94
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "surcharge": [
                    {
                      "amount": {
                        "currency": "KPW",
                        "value": 361.28
                      },
                      "code": "ZI",
                      "conversionRatio": {
                        "minimumPoints": 506,
                        "value": 0.84
                      },
                      "equivAmount": {
                        "currency": "BSD",
                        "value": 347.21
                      },
                      "override": false,
                      "points": 48224,
                      "referenceAmount": {
                        "currency": "BBD",
                        "value": 71.6
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "SSP",
                        "value": 31.41
                      },
                      "code": "hs",
                      "conversionRatio": {
                        "minimumPoints": 927,
                        "value": 0.84
                      },
                      "equivAmount": {
                        "currency": "KPW",
                        "value": 222.11
                      },
                      "override": true,
                      "points": 31247,
                      "referenceAmount": {
                        "currency": "LBP",
                        "value": 213.98
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "GYD",
                        "value": 20.71
                      },
                      "code": "lJ",
                      "conversionRatio": {
                        "minimumPoints": 758,
                        "value": 0.61
                      },
                      "equivAmount": {
                        "currency": "VES",
                        "value": 223.02
                      },
                      "override": true,
                      "points": 10385,
                      "referenceAmount": {
                        "currency": "TND",
                        "value": 468.22
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "tax": [
                    {
                      "amount": {
                        "currency": "XPF",
                        "value": 362.17
                      },
                      "code": "uF",
                      "conversionRatio": {
                        "minimumPoints": 252,
                        "value": 0.46
                      },
                      "equivAmount": {
                        "currency": "EUR",
                        "value": 246.35
                      },
                      "override": false,
                      "points": 11599,
                      "referenceAmount": {
                        "currency": "TWD",
                        "value": 373.55
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "MUR",
                        "value": 109.3
                      },
                      "code": "ao",
                      "conversionRatio": {
                        "minimumPoints": 459,
                        "value": 0.81
                      },
                      "equivAmount": {
                        "currency": "ZMW",
                        "value": 359.54
                      },
                      "override": true,
                      "points": 43800,
                      "referenceAmount": {
                        "currency": "MXN",
                        "value": 86.24
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "BSD",
                        "value": 280.86
                      },
                      "code": "aD",
                      "conversionRatio": {
                        "minimumPoints": 257,
                        "value": 0.67
                      },
                      "equivAmount": {
                        "currency": "UGX",
                        "value": 180.4
                      },
                      "override": false,
                      "points": 17729,
                      "referenceAmount": {
                        "currency": "AFN",
                        "value": 423.9
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "HKD",
                        "value": 141.14
                      },
                      "code": "bz",
                      "conversionRatio": {
                        "minimumPoints": 119,
                        "value": 0.86
                      },
                      "equivAmount": {
                        "currency": "NGN",
                        "value": 9.14
                      },
                      "override": true,
                      "points": 5075,
                      "referenceAmount": {
                        "currency": "ISK",
                        "value": 127.63
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "ticketingFee": [
                    {
                      "amount": {
                        "currency": "ETB",
                        "value": 108.7
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 978,
                        "value": 0.65
                      },
                      "other": true,
                      "points": 249,
                      "referenceAmount": {
                        "currency": "HTG",
                        "value": 264.01
                      },
                      "subCode": "442",
                      "type": "FORM_OF_PAYMENT",
                      "waived": {
                        "reasonCode": "qa",
                        "value": false
                      }
                    }
                  ],
                  "total": {
                    "amount": {
                      "currency": "USD",
                      "value": 155.85
                    },
                    "code": "QH",
                    "conversionRatio": {
                      "minimumPoints": 121,
                      "value": 0.41
                    },
                    "equivAmount": {
                      "currency": "ZAR",
                      "value": 50.86
                    },
                    "override": false,
                    "points": 43501,
                    "referenceAmount": {
                      "currency": "NOK",
                      "value": 407.16
                    },
                    "taxType": "PROPORTIONAL"
                  }
                }
              },
              {
                "passengerRefs": [
                  "id01",
                  "id02"
                ],
                "priceBreakdown": {
                  "base": {
                    "amount": {
                      "currency": "CZK",
                      "value": 245.84
                    },
                    "code": "pQ",
                    "conversionRatio": {
                      "minimumPoints": 104,
                      "value": 0.98
                    },
                    "equivAmount": {
                      "currency": "CNY",
                      "value": 491.83
                    },
                    "override": true,
                    "points": 46096,
                    "referenceAmount": {
                      "currency": "SRD",
                      "value": 133.04
                    },
                    "taxType": "FLAT"
                  },
                  "commission": [
                    {
                      "amount": {
                        "currency": "BOB",
                        "value": 477.89
                      },
                      "code": "oU",
                      "conversionRatio": {
                        "minimumPoints": 962,
                        "value": 0.31
                      },
                      "equivAmount": {
                        "currency": "KWD",
                        "value": 114.82
                      },
                      "override": false,
                      "points": 21023,
                      "referenceAmount": {
                        "currency": "HNL",
                        "value": 5.58
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "FKP",
                        "value": 207.25
                      },
                      "code": "hP",
                      "conversionRatio": {
                        "minimumPoints": 899,
                        "value": 0.11
                      },
                      "equivAmount": {
                        "currency": "IQD",
                        "value": 11.84
                      },
                      "override": true,
                      "points": 22038,
                      "referenceAmount": {
                        "currency": "BWP",
                        "value": 411.59
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "KYD",
                        "value": 69.26
                      },
                      "code": "ut",
                      "conversionRatio": {
                        "minimumPoints": 454,
                        "value": 0.37
                      },
                      "equivAmount": {
                        "currency": "WST",
                        "value": 135.79
                      },
                      "override": true,
                      "points": 9468,
                      "referenceAmount": {
                        "currency": "IQD",
                        "value": 258.76
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "discount": [
                    {
                      "amount": {
                        "currency": "IDR",
                        "value": 120.56
                      },
                      "code": "Hh",
                      "conversionRatio": {
                        "minimumPoints": 127,
                        "value": 0.95
                      },
                      "equivAmount": {
                        "currency": "LBP",
                        "value": 389.76
                      },
                      "override": false,
                      "points": 31991,
                      "referenceAmount": {
                        "currency": "CZK",
                        "value": 304.56
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "RWF",
                        "value": 402.33
                      },
                      "code": "PV",
                      "conversionRatio": {
                        "minimumPoints": 915,
                        "value": 0.41
                      },
                      "equivAmount": {
                        "currency": "PYG",
                        "value": 56.96
                      },
                      "override": true,
                      "points": 24690,
                      "referenceAmount": {
                        "currency": "JMD",
                        "value": 459.26
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "BND",
                        "value": 273.8
                      },
                      "code": "GV",
                      "conversionRatio": {
                        "minimumPoints": 594,
                        "value": 0.2
                      },
                      "equivAmount": {
                        "currency": "MZN",
                        "value": 62.69
                      },
                      "override": false,
                      "points": 46314,
                      "referenceAmount": {
                        "currency": "BDT",
                        "value": 260.02
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "fee": [
                    {
                      "amount": {
                        "currency": "BYN",
                        "value": 330.65
                      },
                      "code": "KW",
                      "conversionRatio": {
                        "minimumPoints": 272,
                        "value": 0.64
                      },
                      "equivAmount": {
                        "currency": "BOB",
                        "value": 23.4
                      },
                      "override": false,
                      "points": 30527,
                      "referenceAmount": {
                        "currency": "MZN",
                        "value": 263.23
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "PLN",
                        "value": 323.03
                      },
                      "code": "sA",
                      "conversionRatio": {
                        "minimumPoints": 329,
                        "value": 0.78
                      },
                      "equivAmount": {
                        "currency": "GTQ",
                        "value": 255.4
                      },
                      "override": true,
                      "points": 34215,
                      "referenceAmount": {
                        "currency": "LSL",
                        "value": 299.96
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "ZMW",
                        "value": 366.25
                      },
                      "code": "Kq",
                      "conversionRatio": {
                        "minimumPoints": 239,
                        "value": 0.73
                      },
                      "equivAmount": {
                        "currency": "MNT",
                        "value": 83.3
                      },
                      "override": true,
                      "points": 17579,
                      "referenceAmount": {
                        "currency": "AED",
                        "value": 415.31
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "TZS",
                        "value": 450.3
                      },
                      "code": "qD",
                      "conversionRatio": {
                        "minimumPoints": 314,
                        "value": 0.25
                      },
                      "equivAmount": {
                        "currency": "MAD",
                        "value": 245.97
                      },
                      "override": true,
                      "points": 16183,
                      "referenceAmount": {
                        "currency": "BIF",
                        "value": 410.78
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "surcharge": [
                    {
                      "amount": {
                        "currency": "BOB",
                        "value": 459.54
                      },
                      "code": "Wo",
                      "conversionRatio": {
                        "minimumPoints": 343,
                        "value": 0.68
                      },
                      "equivAmount": {
                        "currency": "FKP",
                        "value": 228.68
                      },
                      "override": false,
                      "points": 24042,
                      "referenceAmount": {
                        "currency": "VUV",
                        "value": 135.31
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "AFN",
                        "value": 90.28
                      },
                      "code": "bY",
                      "conversionRatio": {
                        "minimumPoints": 322,
                        "value": 0.76
                      },
                      "equivAmount": {
                        "currency": "RWF",
                        "value": 271.87
                      },
                      "override": true,
                      "points": 5159,
                      "referenceAmount": {
                        "currency": "SZL",
                        "value": 295.58
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "tax": [
                    {
                      "amount": {
                        "currency": "IRR",
                        "value": 384.13
                      },
                      "code": "vV",
                      "conversionRatio": {
                        "minimumPoints": 222,
                        "value": 0.61
                      },
                      "equivAmount": {
                        "currency": "ISK",
                        "value": 258.45
                      },
                      "override": true,
                      "points": 23668,
                      "referenceAmount": {
                        "currency": "MRU",
                        "value": 306.55
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "ticketingFee": [
                    {
                      "amount": {
                        "currency": "SLE",
                        "value": 415.7
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 182,
                        "value": 0.47
                      },
                      "other": true,
                      "points": 374,
                      "referenceAmount": {
                        "currency": "DZD",
                        "value": 309.01
                      },
                      "subCode": "695",
                      "type": "FORM_OF_PAYMENT",
                      "waived": {
                        "reasonCode": "Hy",
                        "value": true
                      }
                    },
                    {
                      "amount": {
                        "currency": "IQD",
                        "value": 6.68
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 606,
                        "value": 0.47
                      },
                      "other": true,
                      "points": 439,
                      "referenceAmount": {
                        "currency": "CUP",
                        "value": 453.76
                      },
                      "subCode": "987",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "zs",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "MNT",
                        "value": 241.59
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 565,
                        "value": 0.48
                      },
                      "other": false,
                      "points": 490,
                      "referenceAmount": {
                        "currency": "UZS",
                        "value": 59.78
                      },
                      "subCode": "108",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "Pw",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "KWD",
                        "value": 12.78
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 106,
                        "value": 0.4
                      },
                      "other": true,
                      "points": 311,
                      "referenceAmount": {
                        "currency": "GNF",
                        "value": 242.63
                      },
                      "subCode": "696",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "Jc",
                        "value": false
                      }
                    }
                  ],
                  "total": {
                    "amount": {
                      "currency": "PYG",
                      "value": 292.41
                    },
                    "code": "SS",
                    "conversionRatio": {
                      "minimumPoints": 999,
                      "value": 0.8
                    },
                    "equivAmount": {
                      "currency": "TTD",
                      "value": 448.42
                    },
                    "override": true,
                    "points": 1058,
                    "referenceAmount": {
                      "currency": "ARS",
                      "value": 103.72
                    },
                    "taxType": "FLAT"
                  }
                }
              },
              {
                "passengerRefs": [
                  "id01",
                  "id02"
                ],
                "priceBreakdown": {
                  "base": {
                    "amount": {
                      "currency": "AFN",
                      "value": 147.55
                    },
                    "code": "lj",
                    "conversionRatio": {
                      "minimumPoints": 528,
                      "value": 1
                    },
                    "equivAmount": {
                      "currency": "KES",
                      "value": 302.19
                    },
                    "override": true,
                    "points": 29004,
                    "referenceAmount": {
                      "currency": "BWP",
                      "value": 313.66
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  "commission": [
                    {
                      "amount": {
                        "currency": "LKR",
                        "value": 157.72
                      },
                      "code": "LU",
                      "conversionRatio": {
                        "minimumPoints": 827,
                        "value": 0.65
                      },
                      "equivAmount": {
                        "currency": "TRY",
                        "value": 208.07
                      },
                      "override": true,
                      "points": 7542,
                      "referenceAmount": {
                        "currency": "NIO",
                        "value": 133.78
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "CUP",
                        "value": 338.21
                      },
                      "code": "Sy",
                      "conversionRatio": {
                        "minimumPoints": 679,
                        "value": 0.41
                      },
                      "equivAmount": {
                        "currency": "SCR",
                        "value": 209.34
                      },
                      "override": true,
                      "points": 39995,
                      "referenceAmount": {
                        "currency": "BND",
                        "value": 144.61
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "UGX",
                        "value": 124.14
                      },
                      "code": "Am",
                      "conversionRatio": {
                        "minimumPoints": 862,
                        "value": 0.16
                      },
                      "equivAmount": {
                        "currency": "VUV",
                        "value": 134.1
                      },
                      "override": true,
                      "points": 6506,
                      "referenceAmount": {
                        "currency": "TZS",
                        "value": 419.26
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "CAD",
                        "value": 141.26
                      },
                      "code": "hO",
                      "conversionRatio": {
                        "minimumPoints": 440,
                        "value": 0.61
                      },
                      "equivAmount": {
                        "currency": "TRY",
                        "value": 472.68
                      },
                      "override": false,
                      "points": 8145,
                      "referenceAmount": {
                        "currency": "ZAR",
                        "value": 214.74
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "discount": [
                    {
                      "amount": {
                        "currency": "GEL",
                        "value": 42.5
                      },
                      "code": "HB",
                      "conversionRatio": {
                        "minimumPoints": 390,
                        "value": 0.61
                      },
                      "equivAmount": {
                        "currency": "BIF",
                        "value": 161.46
                      },
                      "override": false,
                      "points": 18245,
                      "referenceAmount": {
                        "currency": "TND",
                        "value": 71.32
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "BOB",
                        "value": 318.99
                      },
                      "code": "jR",
                      "conversionRatio": {
                        "minimumPoints": 868,
                        "value": 0.46
                      },
                      "equivAmount": {
                        "currency": "SRD",
                        "value": 68.33
                      },
                      "override": true,
                      "points": 17454,
                      "referenceAmount": {
                        "currency": "CNY",
                        "value": 404.13
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "USD",
                        "value": 337.84
                      },
                      "code": "YW",
                      "conversionRatio": {
                        "minimumPoints": 241,
                        "value": 0.69
                      },
                      "equivAmount": {
                        "currency": "LKR",
                        "value": 459.08
                      },
                      "override": false,
                      "points": 27654,
                      "referenceAmount": {
                        "currency": "BYN",
                        "value": 273.01
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "BND",
                        "value": 479.21
                      },
                      "code": "Mc",
                      "conversionRatio": {
                        "minimumPoints": 764,
                        "value": 0.11
                      },
                      "equivAmount": {
                        "currency": "RON",
                        "value": 401.32
                      },
                      "override": true,
                      "points": 13006,
                      "referenceAmount": {
                        "currency": "RON",
                        "value": 54.97
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "TJS",
                        "value": 386.39
                      },
                      "code": "Bv",
                      "conversionRatio": {
                        "minimumPoints": 386,
                        "value": 0.66
                      },
                      "equivAmount": {
                        "currency": "XOF",
                        "value": 369.81
                      },
                      "override": true,
                      "points": 34205,
                      "referenceAmount": {
                        "currency": "BZD",
                        "value": 499.63
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "fee": [
                    {
                      "amount": {
                        "currency": "LYD",
                        "value": 93.73
                      },
                      "code": "Gs",
                      "conversionRatio": {
                        "minimumPoints": 556,
                        "value": 0.85
                      },
                      "equivAmount": {
                        "currency": "AMD",
                        "value": 35.48
                      },
                      "override": true,
                      "points": 1011,
                      "referenceAmount": {
                        "currency": "BOB",
                        "value": 435.38
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "XPF",
                        "value": 91.37
                      },
                      "code": "AC",
                      "conversionRatio": {
                        "minimumPoints": 465,
                        "value": 0.27
                      },
                      "equivAmount": {
                        "currency": "AOA",
                        "value": 116.81
                      },
                      "override": false,
                      "points": 43165,
                      "referenceAmount": {
                        "currency": "USD",
                        "value": 187.16
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "LRD",
                        "value": 117.43
                      },
                      "code": "dl",
                      "conversionRatio": {
                        "minimumPoints": 368,
                        "value": 0.87
                      },
                      "equivAmount": {
                        "currency": "PGK",
                        "value": 242.4
                      },
                      "override": true,
                      "points": 26518,
                      "referenceAmount": {
                        "currency": "BIF",
                        "value": 172
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "surcharge": [
                    {
                      "amount": {
                        "currency": "MUR",
                        "value": 445.3
                      },
                      "code": "Nf",
                      "conversionRatio": {
                        "minimumPoints": 299,
                        "value": 0.4
                      },
                      "equivAmount": {
                        "currency": "UZS",
                        "value": 381.95
                      },
                      "override": false,
                      "points": 37560,
                      "referenceAmount": {
                        "currency": "SYP",
                        "value": 155.48
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "tax": [
                    {
                      "amount": {
                        "currency": "GEL",
                        "value": 231.98
                      },
                      "code": "PW",
                      "conversionRatio": {
                        "minimumPoints": 621,
                        "value": 0.99
                      },
                      "equivAmount": {
                        "currency": "GMD",
                        "value": 270.54
                      },
                      "override": false,
                      "points": 14260,
                      "referenceAmount": {
                        "currency": "CAD",
                        "value": 47.86
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "YER",
                        "value": 434.2
                      },
                      "code": "bB",
                      "conversionRatio": {
                        "minimumPoints": 415,
                        "value": 0.86
                      },
                      "equivAmount": {
                        "currency": "NOK",
                        "value": 242.3
                      },
                      "override": true,
                      "points": 5951,
                      "referenceAmount": {
                        "currency": "KPW",
                        "value": 370.77
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "ticketingFee": [
                    {
                      "amount": {
                        "currency": "BDT",
                        "value": 248.44
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 549,
                        "value": 0.28
                      },
                      "other": false,
                      "points": 118,
                      "referenceAmount": {
                        "currency": "NIO",
                        "value": 306.59
                      },
                      "subCode": "083",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "HJ",
                        "value": true
                      }
                    }
                  ],
                  "total": {
                    "amount": {
                      "currency": "LKR",
                      "value": 450.86
                    },
                    "code": "Om",
                    "conversionRatio": {
                      "minimumPoints": 136,
                      "value": 0.7
                    },
                    "equivAmount": {
                      "currency": "ZWL",
                      "value": 397.73
                    },
                    "override": false,
                    "points": 20761,
                    "referenceAmount": {
                      "currency": "KRW",
                      "value": 194.55
                    },
                    "taxType": "PROPORTIONAL"
                  }
                }
              },
              {
                "passengerRefs": [
                  "id01",
                  "id02"
                ],
                "priceBreakdown": {
                  "base": {
                    "amount": {
                      "currency": "IDR",
                      "value": 490.59
                    },
                    "code": "Ym",
                    "conversionRatio": {
                      "minimumPoints": 708,
                      "value": 0.13
                    },
                    "equivAmount": {
                      "currency": "TND",
                      "value": 385.33
                    },
                    "override": true,
                    "points": 37124,
                    "referenceAmount": {
                      "currency": "ARS",
                      "value": 469.58
                    },
                    "taxType": "FLAT"
                  },
                  "commission": [
                    {
                      "amount": {
                        "currency": "SRD",
                        "value": 383.89
                      },
                      "code": "uv",
                      "conversionRatio": {
                        "minimumPoints": 155,
                        "value": 0.34
                      },
                      "equivAmount": {
                        "currency": "BND",
                        "value": 18.91
                      },
                      "override": true,
                      "points": 18396,
                      "referenceAmount": {
                        "currency": "NAD",
                        "value": 136
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "PHP",
                        "value": 489.97
                      },
                      "code": "QS",
                      "conversionRatio": {
                        "minimumPoints": 161,
                        "value": 1
                      },
                      "equivAmount": {
                        "currency": "FKP",
                        "value": 280.69
                      },
                      "override": false,
                      "points": 23202,
                      "referenceAmount": {
                        "currency": "STN",
                        "value": 164.54
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "HTG",
                        "value": 171.01
                      },
                      "code": "hQ",
                      "conversionRatio": {
                        "minimumPoints": 129,
                        "value": 0.81
                      },
                      "equivAmount": {
                        "currency": "MMK",
                        "value": 16.97
                      },
                      "override": false,
                      "points": 1927,
                      "referenceAmount": {
                        "currency": "DKK",
                        "value": 74.48
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "discount": [
                    {
                      "amount": {
                        "currency": "TZS",
                        "value": 43.08
                      },
                      "code": "Mg",
                      "conversionRatio": {
                        "minimumPoints": 425,
                        "value": 0.43
                      },
                      "equivAmount": {
                        "currency": "BOB",
                        "value": 200.13
                      },
                      "override": true,
                      "points": 8431,
                      "referenceAmount": {
                        "currency": "MAD",
                        "value": 169.86
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "CNY",
                        "value": 376.59
                      },
                      "code": "UN",
                      "conversionRatio": {
                        "minimumPoints": 688,
                        "value": 0.3
                      },
                      "equivAmount": {
                        "currency": "THB",
                        "value": 142.32
                      },
                      "override": false,
                      "points": 32628,
                      "referenceAmount": {
                        "currency": "FKP",
                        "value": 484.06
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "BDT",
                        "value": 40.11
                      },
                      "code": "hi",
                      "conversionRatio": {
                        "minimumPoints": 667,
                        "value": 0.33
                      },
                      "equivAmount": {
                        "currency": "XOF",
                        "value": 490.21
                      },
                      "override": true,
                      "points": 30994,
                      "referenceAmount": {
                        "currency": "IRR",
                        "value": 385.19
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "TZS",
                        "value": 216.76
                      },
                      "code": "oX",
                      "conversionRatio": {
                        "minimumPoints": 192,
                        "value": 0.16
                      },
                      "equivAmount": {
                        "currency": "LKR",
                        "value": 349.07
                      },
                      "override": false,
                      "points": 42804,
                      "referenceAmount": {
                        "currency": "SDG",
                        "value": 13.96
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "fee": [
                    {
                      "amount": {
                        "currency": "LKR",
                        "value": 154.13
                      },
                      "code": "De",
                      "conversionRatio": {
                        "minimumPoints": 413,
                        "value": 0.14
                      },
                      "equivAmount": {
                        "currency": "BYN",
                        "value": 256.65
                      },
                      "override": true,
                      "points": 9924,
                      "referenceAmount": {
                        "currency": "WST",
                        "value": 293.02
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "ANG",
                        "value": 265.9
                      },
                      "code": "bp",
                      "conversionRatio": {
                        "minimumPoints": 354,
                        "value": 0.45
                      },
                      "equivAmount": {
                        "currency": "PLN",
                        "value": 409.32
                      },
                      "override": false,
                      "points": 1313,
                      "referenceAmount": {
                        "currency": "BZD",
                        "value": 185.62
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "surcharge": [
                    {
                      "amount": {
                        "currency": "BWP",
                        "value": 161.01
                      },
                      "code": "qf",
                      "conversionRatio": {
                        "minimumPoints": 741,
                        "value": 0.32
                      },
                      "equivAmount": {
                        "currency": "WST",
                        "value": 12.94
                      },
                      "override": true,
                      "points": 14776,
                      "referenceAmount": {
                        "currency": "MZN",
                        "value": 35.62
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "BSD",
                        "value": 317.38
                      },
                      "code": "Es",
                      "conversionRatio": {
                        "minimumPoints": 873,
                        "value": 0.28
                      },
                      "equivAmount": {
                        "currency": "PAB",
                        "value": 111.5
                      },
                      "override": false,
                      "points": 49440,
                      "referenceAmount": {
                        "currency": "LAK",
                        "value": 127.18
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "tax": [
                    {
                      "amount": {
                        "currency": "DKK",
                        "value": 61.19
                      },
                      "code": "lm",
                      "conversionRatio": {
                        "minimumPoints": 395,
                        "value": 0.93
                      },
                      "equivAmount": {
                        "currency": "COP",
                        "value": 206.91
                      },
                      "override": true,
                      "points": 11165,
                      "referenceAmount": {
                        "currency": "PHP",
                        "value": 483.63
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "GYD",
                        "value": 470.25
                      },
                      "code": "zQ",
                      "conversionRatio": {
                        "minimumPoints": 719,
                        "value": 0.6
                      },
                      "equivAmount": {
                        "currency": "FJD",
                        "value": 65.45
                      },
                      "override": false,
                      "points": 28206,
                      "referenceAmount": {
                        "currency": "SBD",
                        "value": 242.25
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "EUR",
                        "value": 236.39
                      },
                      "code": "af",
                      "conversionRatio": {
                        "minimumPoints": 115,
                        "value": 0.75
                      },
                      "equivAmount": {
                        "currency": "CUP",
                        "value": 393.91
                      },
                      "override": true,
                      "points": 23935,
                      "referenceAmount": {
                        "currency": "KMF",
                        "value": 110.07
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "UYU",
                        "value": 290.83
                      },
                      "code": "Pq",
                      "conversionRatio": {
                        "minimumPoints": 448,
                        "value": 0.34
                      },
                      "equivAmount": {
                        "currency": "MYR",
                        "value": 335.72
                      },
                      "override": true,
                      "points": 33698,
                      "referenceAmount": {
                        "currency": "COP",
                        "value": 310.55
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "ticketingFee": [
                    {
                      "amount": {
                        "currency": "BWP",
                        "value": 82.25
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 843,
                        "value": 0.89
                      },
                      "other": false,
                      "points": 340,
                      "referenceAmount": {
                        "currency": "GEL",
                        "value": 32.46
                      },
                      "subCode": "521",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "tM",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "SGD",
                        "value": 365.12
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 726,
                        "value": 0.61
                      },
                      "other": false,
                      "points": 315,
                      "referenceAmount": {
                        "currency": "LSL",
                        "value": 365.53
                      },
                      "subCode": "220",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "qF",
                        "value": true
                      }
                    }
                  ],
                  "total": {
                    "amount": {
                      "currency": "FKP",
                      "value": 57
                    },
                    "code": "bI",
                    "conversionRatio": {
                      "minimumPoints": 776,
                      "value": 0.66
                    },
                    "equivAmount": {
                      "currency": "JOD",
                      "value": 193.92
                    },
                    "override": false,
                    "points": 11219,
                    "referenceAmount": {
                      "currency": "UZS",
                      "value": 437.61
                    },
                    "taxType": "PROPORTIONAL"
                  }
                }
              }
            ]
          },
          {
            "deal": [
              {
                "amount": {
                  "currency": "BGN",
                  "value": 454.71
                },
                "applyTo": {
                  "passengerRefs": {
                    "0": "id01",
                    "1": "id02"
                  },
                  "travelPortion": {
                    "itineraryPartRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "segmentRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "type": "ITINERARY_PART"
                  }
                },
                "conversionRatio": {
                  "minimumPoints": 811,
                  "value": 0.61
                },
                "id": "ec20db9f-47df-4f67-bc37-373459f54b1c",
                "offerName": "SUMMER PROMO",
                "percentage": 25,
                "points": 2801,
                "promotionCode": [
                  "FLIGHT5",
                  "PROMO20"
                ],
                "promotionId": "9",
                "promotionTag": "kYWms7Xqeox86c6",
                "type": "RISE"
              },
              {
                "amount": {
                  "currency": "MRU",
                  "value": 278.11
                },
                "applyTo": {
                  "passengerRefs": {
                    "0": "id01",
                    "1": "id02"
                  },
                  "travelPortion": {
                    "itineraryPartRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "segmentRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "type": "ITINERARY_PART"
                  }
                },
                "conversionRatio": {
                  "minimumPoints": 758,
                  "value": 0.46
                },
                "id": "c8647474-3185-4f85-9524-6bdcf3380f22",
                "offerName": "MAY WEEKEND DISCOUNT",
                "percentage": 10,
                "points": 3676,
                "promotionCode": [
                  "FLIGHT5",
                  "SAVE10",
                  "PROMO20"
                ],
                "promotionId": "8",
                "promotionTag": "hBaLJDg2PRhz8Cf",
                "type": "DISCOUNT"
              },
              {
                "amount": {
                  "currency": "VES",
                  "value": 394.92
                },
                "applyTo": {
                  "passengerRefs": {
                    "0": "id01",
                    "1": "id02"
                  },
                  "travelPortion": {
                    "itineraryPartRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "segmentRefs": {
                      "0": "id01",
                      "1": "id02"
                    },
                    "type": "ITINERARY_PART"
                  }
                },
                "conversionRatio": {
                  "minimumPoints": 463,
                  "value": 0.19
                },
                "id": "57442d87-b19e-4e14-9349-65f89ee96eef",
                "offerName": "SUMMER PROMO",
                "percentage": 19,
                "points": 1766,
                "promotionCode": [
                  "PROMO20",
                  "SAVE10",
                  "FLIGHT5"
                ],
                "promotionId": "6",
                "promotionTag": "u0un7pJkM4G6fq5",
                "type": "FEE_WAIVER"
              }
            ],
            "itineraryPartRef": "id01",
            "passengerFare": [
              {
                "passengerRefs": [
                  "id01",
                  "id02"
                ],
                "priceBreakdown": {
                  "base": {
                    "amount": {
                      "currency": "HNL",
                      "value": 287.07
                    },
                    "code": "AC",
                    "conversionRatio": {
                      "minimumPoints": 901,
                      "value": 0.15
                    },
                    "equivAmount": {
                      "currency": "CVE",
                      "value": 440.77
                    },
                    "override": true,
                    "points": 35693,
                    "referenceAmount": {
                      "currency": "SZL",
                      "value": 230.85
                    },
                    "taxType": "FLAT"
                  },
                  "commission": [
                    {
                      "amount": {
                        "currency": "MRU",
                        "value": 204.11
                      },
                      "code": "Rl",
                      "conversionRatio": {
                        "minimumPoints": 963,
                        "value": 0.36
                      },
                      "equivAmount": {
                        "currency": "VES",
                        "value": 477.67
                      },
                      "override": false,
                      "points": 26185,
                      "referenceAmount": {
                        "currency": "GTQ",
                        "value": 65.98
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "BBD",
                        "value": 27.08
                      },
                      "code": "ll",
                      "conversionRatio": {
                        "minimumPoints": 841,
                        "value": 0.54
                      },
                      "equivAmount": {
                        "currency": "BAM",
                        "value": 253.38
                      },
                      "override": true,
                      "points": 9770,
                      "referenceAmount": {
                        "currency": "JPY",
                        "value": 126.3
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "MUR",
                        "value": 320.21
                      },
                      "code": "fB",
                      "conversionRatio": {
                        "minimumPoints": 275,
                        "value": 0.87
                      },
                      "equivAmount": {
                        "currency": "ZWL",
                        "value": 370.63
                      },
                      "override": false,
                      "points": 46869,
                      "referenceAmount": {
                        "currency": "SLE",
                        "value": 41.64
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "JOD",
                        "value": 383
                      },
                      "code": "Iz",
                      "conversionRatio": {
                        "minimumPoints": 741,
                        "value": 0.87
                      },
                      "equivAmount": {
                        "currency": "IRR",
                        "value": 320.84
                      },
                      "override": true,
                      "points": 35557,
                      "referenceAmount": {
                        "currency": "HKD",
                        "value": 241.02
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "TND",
                        "value": 117.96
                      },
                      "code": "Cp",
                      "conversionRatio": {
                        "minimumPoints": 390,
                        "value": 0.35
                      },
                      "equivAmount": {
                        "currency": "BIF",
                        "value": 75.94
                      },
                      "override": true,
                      "points": 32162,
                      "referenceAmount": {
                        "currency": "MWK",
                        "value": 218.8
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "discount": [
                    {
                      "amount": {
                        "currency": "IQD",
                        "value": 233.97
                      },
                      "code": "yf",
                      "conversionRatio": {
                        "minimumPoints": 659,
                        "value": 0.57
                      },
                      "equivAmount": {
                        "currency": "MWK",
                        "value": 291.98
                      },
                      "override": true,
                      "points": 35681,
                      "referenceAmount": {
                        "currency": "NAD",
                        "value": 398.62
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "RON",
                        "value": 187.46
                      },
                      "code": "qk",
                      "conversionRatio": {
                        "minimumPoints": 305,
                        "value": 0.91
                      },
                      "equivAmount": {
                        "currency": "SHP",
                        "value": 433.35
                      },
                      "override": true,
                      "points": 4043,
                      "referenceAmount": {
                        "currency": "AFN",
                        "value": 141.02
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "MAD",
                        "value": 394.93
                      },
                      "code": "uX",
                      "conversionRatio": {
                        "minimumPoints": 678,
                        "value": 0.8
                      },
                      "equivAmount": {
                        "currency": "MRU",
                        "value": 112.73
                      },
                      "override": true,
                      "points": 49411,
                      "referenceAmount": {
                        "currency": "BOB",
                        "value": 187.44
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "IQD",
                        "value": 430.16
                      },
                      "code": "sU",
                      "conversionRatio": {
                        "minimumPoints": 877,
                        "value": 0.58
                      },
                      "equivAmount": {
                        "currency": "HUF",
                        "value": 26.28
                      },
                      "override": true,
                      "points": 14533,
                      "referenceAmount": {
                        "currency": "NGN",
                        "value": 276.96
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "ZWL",
                        "value": 302.27
                      },
                      "code": "gy",
                      "conversionRatio": {
                        "minimumPoints": 371,
                        "value": 0.34
                      },
                      "equivAmount": {
                        "currency": "CUP",
                        "value": 275.89
                      },
                      "override": true,
                      "points": 46359,
                      "referenceAmount": {
                        "currency": "PAB",
                        "value": 12.6
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "fee": [
                    {
                      "amount": {
                        "currency": "KES",
                        "value": 413.65
                      },
                      "code": "pp",
                      "conversionRatio": {
                        "minimumPoints": 421,
                        "value": 1
                      },
                      "equivAmount": {
                        "currency": "AZN",
                        "value": 197.08
                      },
                      "override": false,
                      "points": 26473,
                      "referenceAmount": {
                        "currency": "XOF",
                        "value": 435.01
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "JPY",
                        "value": 72.73
                      },
                      "code": "Bj",
                      "conversionRatio": {
                        "minimumPoints": 912,
                        "value": 0.44
                      },
                      "equivAmount": {
                        "currency": "ERN",
                        "value": 288.53
                      },
                      "override": true,
                      "points": 36138,
                      "referenceAmount": {
                        "currency": "ERN",
                        "value": 363.45
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "RSD",
                        "value": 58.62
                      },
                      "code": "Eu",
                      "conversionRatio": {
                        "minimumPoints": 763,
                        "value": 0.93
                      },
                      "equivAmount": {
                        "currency": "CNY",
                        "value": 355.06
                      },
                      "override": true,
                      "points": 18888,
                      "referenceAmount": {
                        "currency": "MZN",
                        "value": 102.8
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "surcharge": [
                    {
                      "amount": {
                        "currency": "QAR",
                        "value": 105.88
                      },
                      "code": "GX",
                      "conversionRatio": {
                        "minimumPoints": 430,
                        "value": 0.82
                      },
                      "equivAmount": {
                        "currency": "PEN",
                        "value": 93.9
                      },
                      "override": false,
                      "points": 40224,
                      "referenceAmount": {
                        "currency": "PHP",
                        "value": 154.33
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "tax": [
                    {
                      "amount": {
                        "currency": "MZN",
                        "value": 102.46
                      },
                      "code": "Ae",
                      "conversionRatio": {
                        "minimumPoints": 622,
                        "value": 0.24
                      },
                      "equivAmount": {
                        "currency": "UGX",
                        "value": 181.71
                      },
                      "override": false,
                      "points": 39852,
                      "referenceAmount": {
                        "currency": "CVE",
                        "value": 246.21
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "CVE",
                        "value": 196.95
                      },
                      "code": "DR",
                      "conversionRatio": {
                        "minimumPoints": 441,
                        "value": 0.43
                      },
                      "equivAmount": {
                        "currency": "UZS",
                        "value": 18.25
                      },
                      "override": false,
                      "points": 14385,
                      "referenceAmount": {
                        "currency": "HTG",
                        "value": 410.52
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "CLP",
                        "value": 267.51
                      },
                      "code": "qK",
                      "conversionRatio": {
                        "minimumPoints": 963,
                        "value": 0.11
                      },
                      "equivAmount": {
                        "currency": "BTN",
                        "value": 110.59
                      },
                      "override": true,
                      "points": 1377,
                      "referenceAmount": {
                        "currency": "BAM",
                        "value": 107.79
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "ticketingFee": [
                    {
                      "amount": {
                        "currency": "ZMW",
                        "value": 388.3
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 348,
                        "value": 0.29
                      },
                      "other": false,
                      "points": 169,
                      "referenceAmount": {
                        "currency": "INR",
                        "value": 354.65
                      },
                      "subCode": "853",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "Am",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "NIO",
                        "value": 131.96
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 660,
                        "value": 0.17
                      },
                      "other": true,
                      "points": 216,
                      "referenceAmount": {
                        "currency": "KPW",
                        "value": 433.07
                      },
                      "subCode": "604",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "do",
                        "value": true
                      }
                    },
                    {
                      "amount": {
                        "currency": "MDL",
                        "value": 54.32
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 773,
                        "value": 0.65
                      },
                      "other": true,
                      "points": 136,
                      "referenceAmount": {
                        "currency": "BAM",
                        "value": 102.28
                      },
                      "subCode": "360",
                      "type": "FORM_OF_PAYMENT",
                      "waived": {
                        "reasonCode": "Pj",
                        "value": true
                      }
                    },
                    {
                      "amount": {
                        "currency": "GIP",
                        "value": 141.18
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 677,
                        "value": 0.31
                      },
                      "other": false,
                      "points": 172,
                      "referenceAmount": {
                        "currency": "PAB",
                        "value": 299.54
                      },
                      "subCode": "358",
                      "type": "FORM_OF_PAYMENT",
                      "waived": {
                        "reasonCode": "WN",
                        "value": false
                      }
                    }
                  ],
                  "total": {
                    "amount": {
                      "currency": "CNY",
                      "value": 419.9
                    },
                    "code": "gP",
                    "conversionRatio": {
                      "minimumPoints": 520,
                      "value": 0.11
                    },
                    "equivAmount": {
                      "currency": "ETB",
                      "value": 230.74
                    },
                    "override": false,
                    "points": 32325,
                    "referenceAmount": {
                      "currency": "PGK",
                      "value": 76.17
                    },
                    "taxType": "FLAT"
                  }
                }
              },
              {
                "passengerRefs": [
                  "id01",
                  "id02"
                ],
                "priceBreakdown": {
                  "base": {
                    "amount": {
                      "currency": "VND",
                      "value": 200.89
                    },
                    "code": "Lk",
                    "conversionRatio": {
                      "minimumPoints": 855,
                      "value": 0.33
                    },
                    "equivAmount": {
                      "currency": "KWD",
                      "value": 328.52
                    },
                    "override": false,
                    "points": 46254,
                    "referenceAmount": {
                      "currency": "USD",
                      "value": 66.73
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  "commission": [
                    {
                      "amount": {
                        "currency": "BBD",
                        "value": 219.72
                      },
                      "code": "bf",
                      "conversionRatio": {
                        "minimumPoints": 116,
                        "value": 0.31
                      },
                      "equivAmount": {
                        "currency": "TTD",
                        "value": 241.45
                      },
                      "override": true,
                      "points": 37215,
                      "referenceAmount": {
                        "currency": "XPF",
                        "value": 210
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "discount": [
                    {
                      "amount": {
                        "currency": "BSD",
                        "value": 191.85
                      },
                      "code": "Jp",
                      "conversionRatio": {
                        "minimumPoints": 651,
                        "value": 1
                      },
                      "equivAmount": {
                        "currency": "TTD",
                        "value": 447.36
                      },
                      "override": true,
                      "points": 6614,
                      "referenceAmount": {
                        "currency": "NIO",
                        "value": 389.16
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "DZD",
                        "value": 400.59
                      },
                      "code": "IO",
                      "conversionRatio": {
                        "minimumPoints": 251,
                        "value": 0.8
                      },
                      "equivAmount": {
                        "currency": "JOD",
                        "value": 373.09
                      },
                      "override": false,
                      "points": 37383,
                      "referenceAmount": {
                        "currency": "KES",
                        "value": 385.33
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "SCR",
                        "value": 38.76
                      },
                      "code": "qC",
                      "conversionRatio": {
                        "minimumPoints": 541,
                        "value": 0.13
                      },
                      "equivAmount": {
                        "currency": "MKD",
                        "value": 57.01
                      },
                      "override": true,
                      "points": 43473,
                      "referenceAmount": {
                        "currency": "SOS",
                        "value": 106.21
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "JOD",
                        "value": 58.9
                      },
                      "code": "rF",
                      "conversionRatio": {
                        "minimumPoints": 210,
                        "value": 0.81
                      },
                      "equivAmount": {
                        "currency": "TJS",
                        "value": 496.95
                      },
                      "override": false,
                      "points": 40048,
                      "referenceAmount": {
                        "currency": "CNY",
                        "value": 405.52
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "UAH",
                        "value": 20.69
                      },
                      "code": "ty",
                      "conversionRatio": {
                        "minimumPoints": 653,
                        "value": 0.72
                      },
                      "equivAmount": {
                        "currency": "XPF",
                        "value": 214.97
                      },
                      "override": true,
                      "points": 3638,
                      "referenceAmount": {
                        "currency": "KWD",
                        "value": 115.79
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "fee": [
                    {
                      "amount": {
                        "currency": "ZAR",
                        "value": 200.12
                      },
                      "code": "CP",
                      "conversionRatio": {
                        "minimumPoints": 732,
                        "value": 0.29
                      },
                      "equivAmount": {
                        "currency": "HKD",
                        "value": 66.77
                      },
                      "override": false,
                      "points": 4431,
                      "referenceAmount": {
                        "currency": "GYD",
                        "value": 61.16
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "KWD",
                        "value": 490.07
                      },
                      "code": "BN",
                      "conversionRatio": {
                        "minimumPoints": 477,
                        "value": 0.99
                      },
                      "equivAmount": {
                        "currency": "BDT",
                        "value": 153.62
                      },
                      "override": false,
                      "points": 26661,
                      "referenceAmount": {
                        "currency": "SBD",
                        "value": 333.18
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "XOF",
                        "value": 380.11
                      },
                      "code": "Nh",
                      "conversionRatio": {
                        "minimumPoints": 344,
                        "value": 0.11
                      },
                      "equivAmount": {
                        "currency": "SAR",
                        "value": 465.27
                      },
                      "override": false,
                      "points": 1430,
                      "referenceAmount": {
                        "currency": "TWD",
                        "value": 446.39
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "surcharge": [
                    {
                      "amount": {
                        "currency": "RSD",
                        "value": 323.64
                      },
                      "code": "oS",
                      "conversionRatio": {
                        "minimumPoints": 465,
                        "value": 0.84
                      },
                      "equivAmount": {
                        "currency": "TOP",
                        "value": 133.82
                      },
                      "override": false,
                      "points": 42144,
                      "referenceAmount": {
                        "currency": "GTQ",
                        "value": 124.63
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "tax": [
                    {
                      "amount": {
                        "currency": "PYG",
                        "value": 51.19
                      },
                      "code": "Ss",
                      "conversionRatio": {
                        "minimumPoints": 210,
                        "value": 0.91
                      },
                      "equivAmount": {
                        "currency": "KPW",
                        "value": 236.5
                      },
                      "override": true,
                      "points": 46431,
                      "referenceAmount": {
                        "currency": "ETB",
                        "value": 378.26
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "XAF",
                        "value": 64.11
                      },
                      "code": "sS",
                      "conversionRatio": {
                        "minimumPoints": 176,
                        "value": 0.24
                      },
                      "equivAmount": {
                        "currency": "LBP",
                        "value": 132.48
                      },
                      "override": true,
                      "points": 2293,
                      "referenceAmount": {
                        "currency": "SAR",
                        "value": 239.39
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "CNY",
                        "value": 275.03
                      },
                      "code": "Ui",
                      "conversionRatio": {
                        "minimumPoints": 141,
                        "value": 0.22
                      },
                      "equivAmount": {
                        "currency": "RWF",
                        "value": 429.33
                      },
                      "override": false,
                      "points": 7918,
                      "referenceAmount": {
                        "currency": "KMF",
                        "value": 408.2
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "ISK",
                        "value": 225.71
                      },
                      "code": "px",
                      "conversionRatio": {
                        "minimumPoints": 944,
                        "value": 0.24
                      },
                      "equivAmount": {
                        "currency": "CDF",
                        "value": 271.64
                      },
                      "override": true,
                      "points": 37100,
                      "referenceAmount": {
                        "currency": "GBP",
                        "value": 409.32
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "ARS",
                        "value": 95.36
                      },
                      "code": "Hd",
                      "conversionRatio": {
                        "minimumPoints": 214,
                        "value": 0.36
                      },
                      "equivAmount": {
                        "currency": "BOB",
                        "value": 483.53
                      },
                      "override": false,
                      "points": 7790,
                      "referenceAmount": {
                        "currency": "RSD",
                        "value": 321.1
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "ticketingFee": [
                    {
                      "amount": {
                        "currency": "TMT",
                        "value": 108.05
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 793,
                        "value": 0.54
                      },
                      "other": false,
                      "points": 207,
                      "referenceAmount": {
                        "currency": "JPY",
                        "value": 399.36
                      },
                      "subCode": "772",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "GQ",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "GNF",
                        "value": 410.49
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 187,
                        "value": 0.44
                      },
                      "other": true,
                      "points": 190,
                      "referenceAmount": {
                        "currency": "KMF",
                        "value": 255.76
                      },
                      "subCode": "931",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "wP",
                        "value": true
                      }
                    }
                  ],
                  "total": {
                    "amount": {
                      "currency": "GMD",
                      "value": 232.39
                    },
                    "code": "RC",
                    "conversionRatio": {
                      "minimumPoints": 160,
                      "value": 0.12
                    },
                    "equivAmount": {
                      "currency": "ALL",
                      "value": 417.23
                    },
                    "override": false,
                    "points": 7007,
                    "referenceAmount": {
                      "currency": "XOF",
                      "value": 355.63
                    },
                    "taxType": "FLAT"
                  }
                }
              },
              {
                "passengerRefs": [
                  "id01",
                  "id02"
                ],
                "priceBreakdown": {
                  "base": {
                    "amount": {
                      "currency": "TOP",
                      "value": 157.56
                    },
                    "code": "TE",
                    "conversionRatio": {
                      "minimumPoints": 478,
                      "value": 0.61
                    },
                    "equivAmount": {
                      "currency": "KZT",
                      "value": 426.42
                    },
                    "override": true,
                    "points": 19452,
                    "referenceAmount": {
                      "currency": "SYP",
                      "value": 22.53
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  "commission": [
                    {
                      "amount": {
                        "currency": "ZWL",
                        "value": 82.83
                      },
                      "code": "nf",
                      "conversionRatio": {
                        "minimumPoints": 594,
                        "value": 0.49
                      },
                      "equivAmount": {
                        "currency": "GEL",
                        "value": 85.7
                      },
                      "override": false,
                      "points": 46361,
                      "referenceAmount": {
                        "currency": "HTG",
                        "value": 336.48
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "NAD",
                        "value": 486.92
                      },
                      "code": "bR",
                      "conversionRatio": {
                        "minimumPoints": 861,
                        "value": 0.28
                      },
                      "equivAmount": {
                        "currency": "ZWL",
                        "value": 390.03
                      },
                      "override": false,
                      "points": 27663,
                      "referenceAmount": {
                        "currency": "VUV",
                        "value": 103.81
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "BGN",
                        "value": 295.07
                      },
                      "code": "am",
                      "conversionRatio": {
                        "minimumPoints": 242,
                        "value": 0.13
                      },
                      "equivAmount": {
                        "currency": "CRC",
                        "value": 365.74
                      },
                      "override": true,
                      "points": 27040,
                      "referenceAmount": {
                        "currency": "ETB",
                        "value": 490.45
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "CVE",
                        "value": 424.85
                      },
                      "code": "WL",
                      "conversionRatio": {
                        "minimumPoints": 856,
                        "value": 0.95
                      },
                      "equivAmount": {
                        "currency": "LKR",
                        "value": 318.14
                      },
                      "override": false,
                      "points": 21450,
                      "referenceAmount": {
                        "currency": "SYP",
                        "value": 352.65
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "CUP",
                        "value": 48.97
                      },
                      "code": "xE",
                      "conversionRatio": {
                        "minimumPoints": 367,
                        "value": 0.65
                      },
                      "equivAmount": {
                        "currency": "AUD",
                        "value": 51.33
                      },
                      "override": true,
                      "points": 49241,
                      "referenceAmount": {
                        "currency": "NOK",
                        "value": 400.19
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "discount": [
                    {
                      "amount": {
                        "currency": "SOS",
                        "value": 241.73
                      },
                      "code": "EU",
                      "conversionRatio": {
                        "minimumPoints": 819,
                        "value": 0.75
                      },
                      "equivAmount": {
                        "currency": "AED",
                        "value": 443.12
                      },
                      "override": true,
                      "points": 35582,
                      "referenceAmount": {
                        "currency": "PYG",
                        "value": 338.87
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "MGA",
                        "value": 150.19
                      },
                      "code": "AR",
                      "conversionRatio": {
                        "minimumPoints": 944,
                        "value": 0.98
                      },
                      "equivAmount": {
                        "currency": "AUD",
                        "value": 25.63
                      },
                      "override": false,
                      "points": 15989,
                      "referenceAmount": {
                        "currency": "HUF",
                        "value": 483.22
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "fee": [
                    {
                      "amount": {
                        "currency": "TRY",
                        "value": 270.9
                      },
                      "code": "LM",
                      "conversionRatio": {
                        "minimumPoints": 742,
                        "value": 0.7
                      },
                      "equivAmount": {
                        "currency": "OMR",
                        "value": 100.12
                      },
                      "override": false,
                      "points": 27994,
                      "referenceAmount": {
                        "currency": "DZD",
                        "value": 250.03
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "surcharge": [
                    {
                      "amount": {
                        "currency": "PEN",
                        "value": 301.31
                      },
                      "code": "If",
                      "conversionRatio": {
                        "minimumPoints": 916,
                        "value": 0.14
                      },
                      "equivAmount": {
                        "currency": "ZAR",
                        "value": 431.85
                      },
                      "override": true,
                      "points": 26142,
                      "referenceAmount": {
                        "currency": "KPW",
                        "value": 484.58
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "KMF",
                        "value": 9.5
                      },
                      "code": "xr",
                      "conversionRatio": {
                        "minimumPoints": 835,
                        "value": 0.17
                      },
                      "equivAmount": {
                        "currency": "BOB",
                        "value": 76.8
                      },
                      "override": false,
                      "points": 49353,
                      "referenceAmount": {
                        "currency": "MAD",
                        "value": 393.88
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "tax": [
                    {
                      "amount": {
                        "currency": "ETB",
                        "value": 407.67
                      },
                      "code": "WR",
                      "conversionRatio": {
                        "minimumPoints": 521,
                        "value": 0.96
                      },
                      "equivAmount": {
                        "currency": "MWK",
                        "value": 170.62
                      },
                      "override": false,
                      "points": 33251,
                      "referenceAmount": {
                        "currency": "MWK",
                        "value": 351.51
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "RON",
                        "value": 390.06
                      },
                      "code": "Ix",
                      "conversionRatio": {
                        "minimumPoints": 544,
                        "value": 0.49
                      },
                      "equivAmount": {
                        "currency": "SDG",
                        "value": 367.64
                      },
                      "override": false,
                      "points": 2393,
                      "referenceAmount": {
                        "currency": "BND",
                        "value": 306.08
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "OMR",
                        "value": 427.3
                      },
                      "code": "sY",
                      "conversionRatio": {
                        "minimumPoints": 713,
                        "value": 0.52
                      },
                      "equivAmount": {
                        "currency": "BZD",
                        "value": 157.05
                      },
                      "override": false,
                      "points": 35206,
                      "referenceAmount": {
                        "currency": "IDR",
                        "value": 326.19
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "BIF",
                        "value": 185.82
                      },
                      "code": "ND",
                      "conversionRatio": {
                        "minimumPoints": 900,
                        "value": 0.95
                      },
                      "equivAmount": {
                        "currency": "KWD",
                        "value": 381.19
                      },
                      "override": false,
                      "points": 6068,
                      "referenceAmount": {
                        "currency": "BDT",
                        "value": 335.72
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "ticketingFee": [
                    {
                      "amount": {
                        "currency": "TND",
                        "value": 490.94
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 744,
                        "value": 0.59
                      },
                      "other": false,
                      "points": 272,
                      "referenceAmount": {
                        "currency": "BBD",
                        "value": 291.12
                      },
                      "subCode": "602",
                      "type": "REQUESTED",
                      "waived": {
                        "reasonCode": "Bx",
                        "value": true
                      }
                    },
                    {
                      "amount": {
                        "currency": "RWF",
                        "value": 217.13
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 145,
                        "value": 0.17
                      },
                      "other": false,
                      "points": 141,
                      "referenceAmount": {
                        "currency": "VUV",
                        "value": 99.19
                      },
                      "subCode": "709",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "Mq",
                        "value": true
                      }
                    }
                  ],
                  "total": {
                    "amount": {
                      "currency": "AMD",
                      "value": 78.23
                    },
                    "code": "XC",
                    "conversionRatio": {
                      "minimumPoints": 902,
                      "value": 0.67
                    },
                    "equivAmount": {
                      "currency": "TMT",
                      "value": 16.24
                    },
                    "override": false,
                    "points": 38122,
                    "referenceAmount": {
                      "currency": "TMT",
                      "value": 306.98
                    },
                    "taxType": "FLAT"
                  }
                }
              },
              {
                "passengerRefs": [
                  "id01",
                  "id02"
                ],
                "priceBreakdown": {
                  "base": {
                    "amount": {
                      "currency": "PHP",
                      "value": 419.04
                    },
                    "code": "Qk",
                    "conversionRatio": {
                      "minimumPoints": 627,
                      "value": 0.14
                    },
                    "equivAmount": {
                      "currency": "BTN",
                      "value": 202.49
                    },
                    "override": true,
                    "points": 2108,
                    "referenceAmount": {
                      "currency": "BHD",
                      "value": 477.52
                    },
                    "taxType": "PROPORTIONAL"
                  },
                  "commission": [
                    {
                      "amount": {
                        "currency": "AED",
                        "value": 263.72
                      },
                      "code": "Qz",
                      "conversionRatio": {
                        "minimumPoints": 766,
                        "value": 0.28
                      },
                      "equivAmount": {
                        "currency": "RON",
                        "value": 118.85
                      },
                      "override": true,
                      "points": 41064,
                      "referenceAmount": {
                        "currency": "AZN",
                        "value": 256.87
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "discount": [
                    {
                      "amount": {
                        "currency": "MMK",
                        "value": 41.95
                      },
                      "code": "Tf",
                      "conversionRatio": {
                        "minimumPoints": 653,
                        "value": 0.22
                      },
                      "equivAmount": {
                        "currency": "BDT",
                        "value": 356.44
                      },
                      "override": false,
                      "points": 12436,
                      "referenceAmount": {
                        "currency": "ARS",
                        "value": 35.12
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "LKR",
                        "value": 203.04
                      },
                      "code": "Ta",
                      "conversionRatio": {
                        "minimumPoints": 748,
                        "value": 0.7
                      },
                      "equivAmount": {
                        "currency": "AED",
                        "value": 497.52
                      },
                      "override": true,
                      "points": 42104,
                      "referenceAmount": {
                        "currency": "BRL",
                        "value": 348.26
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "NOK",
                        "value": 386.09
                      },
                      "code": "xY",
                      "conversionRatio": {
                        "minimumPoints": 743,
                        "value": 0.99
                      },
                      "equivAmount": {
                        "currency": "MOP",
                        "value": 223.43
                      },
                      "override": false,
                      "points": 41736,
                      "referenceAmount": {
                        "currency": "SRD",
                        "value": 222
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "SAR",
                        "value": 333.18
                      },
                      "code": "lC",
                      "conversionRatio": {
                        "minimumPoints": 937,
                        "value": 0.4
                      },
                      "equivAmount": {
                        "currency": "TOP",
                        "value": 250.84
                      },
                      "override": false,
                      "points": 39165,
                      "referenceAmount": {
                        "currency": "SCR",
                        "value": 337.19
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "fee": [
                    {
                      "amount": {
                        "currency": "GEL",
                        "value": 107.17
                      },
                      "code": "jt",
                      "conversionRatio": {
                        "minimumPoints": 554,
                        "value": 0.48
                      },
                      "equivAmount": {
                        "currency": "SDG",
                        "value": 252.35
                      },
                      "override": true,
                      "points": 27939,
                      "referenceAmount": {
                        "currency": "HTG",
                        "value": 409.54
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "KES",
                        "value": 497.12
                      },
                      "code": "EM",
                      "conversionRatio": {
                        "minimumPoints": 492,
                        "value": 0.54
                      },
                      "equivAmount": {
                        "currency": "ARS",
                        "value": 33.1
                      },
                      "override": true,
                      "points": 43335,
                      "referenceAmount": {
                        "currency": "PEN",
                        "value": 315.95
                      },
                      "taxType": "PROPORTIONAL"
                    },
                    {
                      "amount": {
                        "currency": "MMK",
                        "value": 259.67
                      },
                      "code": "nk",
                      "conversionRatio": {
                        "minimumPoints": 742,
                        "value": 0.66
                      },
                      "equivAmount": {
                        "currency": "MOP",
                        "value": 357.24
                      },
                      "override": false,
                      "points": 42538,
                      "referenceAmount": {
                        "currency": "PLN",
                        "value": 99.89
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "PGK",
                        "value": 439.17
                      },
                      "code": "Yw",
                      "conversionRatio": {
                        "minimumPoints": 335,
                        "value": 0.8
                      },
                      "equivAmount": {
                        "currency": "COP",
                        "value": 193.3
                      },
                      "override": true,
                      "points": 36383,
                      "referenceAmount": {
                        "currency": "PLN",
                        "value": 297.23
                      },
                      "taxType": "FLAT"
                    },
                    {
                      "amount": {
                        "currency": "BIF",
                        "value": 82.41
                      },
                      "code": "WD",
                      "conversionRatio": {
                        "minimumPoints": 469,
                        "value": 0.27
                      },
                      "equivAmount": {
                        "currency": "MYR",
                        "value": 455.35
                      },
                      "override": false,
                      "points": 37052,
                      "referenceAmount": {
                        "currency": "KPW",
                        "value": 295.22
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "surcharge": [
                    {
                      "amount": {
                        "currency": "IRR",
                        "value": 485.79
                      },
                      "code": "nd",
                      "conversionRatio": {
                        "minimumPoints": 190,
                        "value": 0.25
                      },
                      "equivAmount": {
                        "currency": "MVR",
                        "value": 204.62
                      },
                      "override": false,
                      "points": 13334,
                      "referenceAmount": {
                        "currency": "SZL",
                        "value": 193.21
                      },
                      "taxType": "PROPORTIONAL"
                    }
                  ],
                  "tax": [
                    {
                      "amount": {
                        "currency": "BSD",
                        "value": 217.13
                      },
                      "code": "bH",
                      "conversionRatio": {
                        "minimumPoints": 352,
                        "value": 0.56
                      },
                      "equivAmount": {
                        "currency": "SOS",
                        "value": 392.63
                      },
                      "override": false,
                      "points": 2869,
                      "referenceAmount": {
                        "currency": "ARS",
                        "value": 403.01
                      },
                      "taxType": "FLAT"
                    }
                  ],
                  "ticketingFee": [
                    {
                      "amount": {
                        "currency": "EUR",
                        "value": 370.76
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 863,
                        "value": 0.26
                      },
                      "other": false,
                      "points": 244,
                      "referenceAmount": {
                        "currency": "STN",
                        "value": 443.48
                      },
                      "subCode": "239",
                      "type": "FORM_OF_PAYMENT",
                      "waived": {
                        "reasonCode": "ZD",
                        "value": false
                      }
                    },
                    {
                      "amount": {
                        "currency": "ANG",
                        "value": 384.62
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 405,
                        "value": 0.97
                      },
                      "other": false,
                      "points": 292,
                      "referenceAmount": {
                        "currency": "VUV",
                        "value": 464.71
                      },
                      "subCode": "707",
                      "type": "FORM_OF_PAYMENT",
                      "waived": {
                        "reasonCode": "Yp",
                        "value": true
                      }
                    },
                    {
                      "amount": {
                        "currency": "TRY",
                        "value": 104.63
                      },
                      "commercialName": "DELIVERY FEE",
                      "conversionRatio": {
                        "minimumPoints": 735,
                        "value": 0.88
                      },
                      "other": false,
                      "points": 164,
                      "referenceAmount": {
                        "currency": "GNF",
                        "value": 130.5
                      },
                      "subCode": "168",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "Sc",
                        "value": true
                      }
                    },
                    {
                      "amount": {
                        "currency": "BYN",
                        "value": 498.96
                      },
                      "commercialName": "SERVICE FEE",
                      "conversionRatio": {
                        "minimumPoints": 317,
                        "value": 0.2
                      },
                      "other": false,
                      "points": 104,
                      "referenceAmount": {
                        "currency": "QAR",
                        "value": 369.51
                      },
                      "subCode": "887",
                      "type": "TICKETING",
                      "waived": {
                        "reasonCode": "eB",
                        "value": true
                      }
                    }
                  ],
                  "total": {
                    "amount": {
                      "currency": "ARS",
                      "value": 378.86
                    },
                    "code": "ad",
                    "conversionRatio": {
                      "minimumPoints": 891,
                      "value": 0.89
                    },
                    "equivAmount": {
                      "currency": "UZS",
                      "value": 277.49
                    },
                    "override": false,
                    "points": 24971,
                    "referenceAmount": {
                      "currency": "GBP",
                      "value": 452.62
                    },
                    "taxType": "FLAT"
                  }
                }
              }
            ]
          }
        ],
        "passengerFare": [
          {
            "passengerRefs": [
              "id01",
              "id02"
            ],
            "priceBreakdown": {
              "base": {
                "amount": {
                  "currency": "BSD",
                  "value": 409.75
                },
                "code": "wF",
                "conversionRatio": {
                  "minimumPoints": 268,
                  "value": 0.79
                },
                "equivAmount": {
                  "currency": "RON",
                  "value": 306.3
                },
                "override": true,
                "points": 19822,
                "referenceAmount": {
                  "currency": "VUV",
                  "value": 254
                },
                "taxType": "PROPORTIONAL"
              },
              "commission": [
                {
                  "amount": {
                    "currency": "BDT",
                    "value": 149.12
                  },
                  "code": "Fi",
                  "conversionRatio": {
                    "minimumPoints": 315,
                    "value": 0.51
                  },
                  "equivAmount": {
                    "currency": "CUP",
                    "value": 335.61
                  },
                  "override": true,
                  "points": 28554,
                  "referenceAmount": {
                    "currency": "SOS",
                    "value": 487.37
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "PYG",
                    "value": 383.71
                  },
                  "code": "IA",
                  "conversionRatio": {
                    "minimumPoints": 332,
                    "value": 0.18
                  },
                  "equivAmount": {
                    "currency": "NOK",
                    "value": 397.75
                  },
                  "override": true,
                  "points": 23610,
                  "referenceAmount": {
                    "currency": "BRL",
                    "value": 258.58
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "AZN",
                    "value": 425.03
                  },
                  "code": "kk",
                  "conversionRatio": {
                    "minimumPoints": 152,
                    "value": 0.77
                  },
                  "equivAmount": {
                    "currency": "BAM",
                    "value": 178.88
                  },
                  "override": false,
                  "points": 48238,
                  "referenceAmount": {
                    "currency": "NAD",
                    "value": 326.16
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "IDR",
                    "value": 267.91
                  },
                  "code": "VK",
                  "conversionRatio": {
                    "minimumPoints": 438,
                    "value": 0.83
                  },
                  "equivAmount": {
                    "currency": "KRW",
                    "value": 64.96
                  },
                  "override": false,
                  "points": 7030,
                  "referenceAmount": {
                    "currency": "GYD",
                    "value": 123.09
                  },
                  "taxType": "PROPORTIONAL"
                }
              ],
              "discount": [
                {
                  "amount": {
                    "currency": "TZS",
                    "value": 378.41
                  },
                  "code": "nC",
                  "conversionRatio": {
                    "minimumPoints": 192,
                    "value": 0.4
                  },
                  "equivAmount": {
                    "currency": "GBP",
                    "value": 224.69
                  },
                  "override": false,
                  "points": 25629,
                  "referenceAmount": {
                    "currency": "KGS",
                    "value": 197.82
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "DJF",
                    "value": 467
                  },
                  "code": "bM",
                  "conversionRatio": {
                    "minimumPoints": 355,
                    "value": 0.64
                  },
                  "equivAmount": {
                    "currency": "IQD",
                    "value": 402.55
                  },
                  "override": true,
                  "points": 36145,
                  "referenceAmount": {
                    "currency": "THB",
                    "value": 241.18
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "BHD",
                    "value": 98.02
                  },
                  "code": "jc",
                  "conversionRatio": {
                    "minimumPoints": 566,
                    "value": 0.45
                  },
                  "equivAmount": {
                    "currency": "BND",
                    "value": 261.99
                  },
                  "override": false,
                  "points": 41191,
                  "referenceAmount": {
                    "currency": "BIF",
                    "value": 9.96
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "KWD",
                    "value": 346.79
                  },
                  "code": "Yg",
                  "conversionRatio": {
                    "minimumPoints": 953,
                    "value": 0.22
                  },
                  "equivAmount": {
                    "currency": "LSL",
                    "value": 485.15
                  },
                  "override": true,
                  "points": 34865,
                  "referenceAmount": {
                    "currency": "NOK",
                    "value": 115.3
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "SCR",
                    "value": 425.16
                  },
                  "code": "TM",
                  "conversionRatio": {
                    "minimumPoints": 285,
                    "value": 0.51
                  },
                  "equivAmount": {
                    "currency": "GTQ",
                    "value": 392.76
                  },
                  "override": false,
                  "points": 49879,
                  "referenceAmount": {
                    "currency": "RON",
                    "value": 497.56
                  },
                  "taxType": "FLAT"
                }
              ],
              "fee": [
                {
                  "amount": {
                    "currency": "BBD",
                    "value": 464.89
                  },
                  "code": "VC",
                  "conversionRatio": {
                    "minimumPoints": 505,
                    "value": 1
                  },
                  "equivAmount": {
                    "currency": "VND",
                    "value": 213.98
                  },
                  "override": true,
                  "points": 21246,
                  "referenceAmount": {
                    "currency": "GMD",
                    "value": 122.2
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "KES",
                    "value": 261.78
                  },
                  "code": "OL",
                  "conversionRatio": {
                    "minimumPoints": 432,
                    "value": 0.99
                  },
                  "equivAmount": {
                    "currency": "ANG",
                    "value": 35.83
                  },
                  "override": true,
                  "points": 23780,
                  "referenceAmount": {
                    "currency": "AMD",
                    "value": 449.59
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "AFN",
                    "value": 493.99
                  },
                  "code": "Fu",
                  "conversionRatio": {
                    "minimumPoints": 829,
                    "value": 0.81
                  },
                  "equivAmount": {
                    "currency": "PHP",
                    "value": 469.26
                  },
                  "override": false,
                  "points": 42121,
                  "referenceAmount": {
                    "currency": "IRR",
                    "value": 9.86
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "USD",
                    "value": 69.38
                  },
                  "code": "uH",
                  "conversionRatio": {
                    "minimumPoints": 883,
                    "value": 0.77
                  },
                  "equivAmount": {
                    "currency": "ZWL",
                    "value": 416.5
                  },
                  "override": true,
                  "points": 15679,
                  "referenceAmount": {
                    "currency": "ZMW",
                    "value": 183.99
                  },
                  "taxType": "FLAT"
                }
              ],
              "surcharge": [
                {
                  "amount": {
                    "currency": "STN",
                    "value": 106.1
                  },
                  "code": "LH",
                  "conversionRatio": {
                    "minimumPoints": 729,
                    "value": 0.62
                  },
                  "equivAmount": {
                    "currency": "MZN",
                    "value": 140.57
                  },
                  "override": false,
                  "points": 49159,
                  "referenceAmount": {
                    "currency": "SCR",
                    "value": 489.71
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "DZD",
                    "value": 160.38
                  },
                  "code": "bl",
                  "conversionRatio": {
                    "minimumPoints": 891,
                    "value": 0.47
                  },
                  "equivAmount": {
                    "currency": "IRR",
                    "value": 419.11
                  },
                  "override": true,
                  "points": 28763,
                  "referenceAmount": {
                    "currency": "KYD",
                    "value": 403.33
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "AUD",
                    "value": 443.55
                  },
                  "code": "HW",
                  "conversionRatio": {
                    "minimumPoints": 257,
                    "value": 0.42
                  },
                  "equivAmount": {
                    "currency": "BBD",
                    "value": 295.85
                  },
                  "override": true,
                  "points": 43815,
                  "referenceAmount": {
                    "currency": "UAH",
                    "value": 367.05
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "COP",
                    "value": 284.03
                  },
                  "code": "yC",
                  "conversionRatio": {
                    "minimumPoints": 200,
                    "value": 0.72
                  },
                  "equivAmount": {
                    "currency": "MKD",
                    "value": 359.98
                  },
                  "override": false,
                  "points": 24285,
                  "referenceAmount": {
                    "currency": "WST",
                    "value": 485.19
                  },
                  "taxType": "FLAT"
                }
              ],
              "tax": [
                {
                  "amount": {
                    "currency": "FKP",
                    "value": 296.01
                  },
                  "code": "tu",
                  "conversionRatio": {
                    "minimumPoints": 863,
                    "value": 0.46
                  },
                  "equivAmount": {
                    "currency": "THB",
                    "value": 364.75
                  },
                  "override": true,
                  "points": 10870,
                  "referenceAmount": {
                    "currency": "TJS",
                    "value": 143.27
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "CDF",
                    "value": 221.33
                  },
                  "code": "UE",
                  "conversionRatio": {
                    "minimumPoints": 640,
                    "value": 0.29
                  },
                  "equivAmount": {
                    "currency": "MDL",
                    "value": 472.23
                  },
                  "override": false,
                  "points": 16143,
                  "referenceAmount": {
                    "currency": "PHP",
                    "value": 126.07
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "GTQ",
                    "value": 315.41
                  },
                  "code": "zh",
                  "conversionRatio": {
                    "minimumPoints": 686,
                    "value": 0.15
                  },
                  "equivAmount": {
                    "currency": "BHD",
                    "value": 394.55
                  },
                  "override": false,
                  "points": 35005,
                  "referenceAmount": {
                    "currency": "TTD",
                    "value": 316.84
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "GNF",
                    "value": 206.78
                  },
                  "code": "cw",
                  "conversionRatio": {
                    "minimumPoints": 999,
                    "value": 0.22
                  },
                  "equivAmount": {
                    "currency": "MYR",
                    "value": 34.67
                  },
                  "override": true,
                  "points": 20276,
                  "referenceAmount": {
                    "currency": "MRU",
                    "value": 257.63
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "SHP",
                    "value": 216.2
                  },
                  "code": "Fk",
                  "conversionRatio": {
                    "minimumPoints": 377,
                    "value": 0.36
                  },
                  "equivAmount": {
                    "currency": "AZN",
                    "value": 190.58
                  },
                  "override": false,
                  "points": 10348,
                  "referenceAmount": {
                    "currency": "TRY",
                    "value": 190.43
                  },
                  "taxType": "FLAT"
                }
              ],
              "ticketingFee": [
                {
                  "amount": {
                    "currency": "MKD",
                    "value": 8.61
                  },
                  "commercialName": "DELIVERY FEE",
                  "conversionRatio": {
                    "minimumPoints": 290,
                    "value": 0.31
                  },
                  "other": false,
                  "points": 494,
                  "referenceAmount": {
                    "currency": "SHP",
                    "value": 485.36
                  },
                  "subCode": "412",
                  "type": "FORM_OF_PAYMENT",
                  "waived": {
                    "reasonCode": "lQ",
                    "value": false
                  }
                },
                {
                  "amount": {
                    "currency": "VND",
                    "value": 61.61
                  },
                  "commercialName": "SERVICE FEE",
                  "conversionRatio": {
                    "minimumPoints": 692,
                    "value": 0.61
                  },
                  "other": true,
                  "points": 446,
                  "referenceAmount": {
                    "currency": "RUB",
                    "value": 13.16
                  },
                  "subCode": "026",
                  "type": "TICKETING",
                  "waived": {
                    "reasonCode": "uG",
                    "value": true
                  }
                },
                {
                  "amount": {
                    "currency": "USD",
                    "value": 189.06
                  },
                  "commercialName": "SERVICE FEE",
                  "conversionRatio": {
                    "minimumPoints": 744,
                    "value": 0.2
                  },
                  "other": false,
                  "points": 227,
                  "referenceAmount": {
                    "currency": "BSD",
                    "value": 488.46
                  },
                  "subCode": "645",
                  "type": "FORM_OF_PAYMENT",
                  "waived": {
                    "reasonCode": "NT",
                    "value": true
                  }
                }
              ],
              "total": {
                "amount": {
                  "currency": "OMR",
                  "value": 245.12
                },
                "code": "TH",
                "conversionRatio": {
                  "minimumPoints": 395,
                  "value": 0.23
                },
                "equivAmount": {
                  "currency": "COP",
                  "value": 168.99
                },
                "override": true,
                "points": 46579,
                "referenceAmount": {
                  "currency": "QAR",
                  "value": 294.77
                },
                "taxType": "PROPORTIONAL"
              }
            }
          },
          {
            "passengerRefs": [
              "id01",
              "id02"
            ],
            "priceBreakdown": {
              "base": {
                "amount": {
                  "currency": "AUD",
                  "value": 415.02
                },
                "code": "ID",
                "conversionRatio": {
                  "minimumPoints": 327,
                  "value": 0.4
                },
                "equivAmount": {
                  "currency": "KES",
                  "value": 211.63
                },
                "override": false,
                "points": 31502,
                "referenceAmount": {
                  "currency": "NOK",
                  "value": 348.96
                },
                "taxType": "PROPORTIONAL"
              },
              "commission": [
                {
                  "amount": {
                    "currency": "MZN",
                    "value": 475.3
                  },
                  "code": "Um",
                  "conversionRatio": {
                    "minimumPoints": 146,
                    "value": 0.85
                  },
                  "equivAmount": {
                    "currency": "RUB",
                    "value": 406.75
                  },
                  "override": false,
                  "points": 37773,
                  "referenceAmount": {
                    "currency": "DZD",
                    "value": 243.22
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "DJF",
                    "value": 416.48
                  },
                  "code": "Eq",
                  "conversionRatio": {
                    "minimumPoints": 421,
                    "value": 0.54
                  },
                  "equivAmount": {
                    "currency": "ALL",
                    "value": 487.95
                  },
                  "override": true,
                  "points": 28911,
                  "referenceAmount": {
                    "currency": "UZS",
                    "value": 122.48
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "TMT",
                    "value": 115.76
                  },
                  "code": "ap",
                  "conversionRatio": {
                    "minimumPoints": 220,
                    "value": 0.63
                  },
                  "equivAmount": {
                    "currency": "JOD",
                    "value": 470.23
                  },
                  "override": false,
                  "points": 40645,
                  "referenceAmount": {
                    "currency": "GYD",
                    "value": 116.13
                  },
                  "taxType": "FLAT"
                }
              ],
              "discount": [
                {
                  "amount": {
                    "currency": "MZN",
                    "value": 402.02
                  },
                  "code": "aA",
                  "conversionRatio": {
                    "minimumPoints": 864,
                    "value": 0.5
                  },
                  "equivAmount": {
                    "currency": "ZMW",
                    "value": 467.07
                  },
                  "override": false,
                  "points": 29317,
                  "referenceAmount": {
                    "currency": "KZT",
                    "value": 49.99
                  },
                  "taxType": "PROPORTIONAL"
                }
              ],
              "fee": [
                {
                  "amount": {
                    "currency": "LSL",
                    "value": 344.66
                  },
                  "code": "RG",
                  "conversionRatio": {
                    "minimumPoints": 510,
                    "value": 0.29
                  },
                  "equivAmount": {
                    "currency": "NAD",
                    "value": 258.87
                  },
                  "override": true,
                  "points": 17423,
                  "referenceAmount": {
                    "currency": "BDT",
                    "value": 236.02
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "ZWL",
                    "value": 327.06
                  },
                  "code": "EG",
                  "conversionRatio": {
                    "minimumPoints": 266,
                    "value": 0.8
                  },
                  "equivAmount": {
                    "currency": "SHP",
                    "value": 82.8
                  },
                  "override": false,
                  "points": 48119,
                  "referenceAmount": {
                    "currency": "ALL",
                    "value": 394.66
                  },
                  "taxType": "PROPORTIONAL"
                }
              ],
              "surcharge": [
                {
                  "amount": {
                    "currency": "COP",
                    "value": 324.42
                  },
                  "code": "bU",
                  "conversionRatio": {
                    "minimumPoints": 552,
                    "value": 0.75
                  },
                  "equivAmount": {
                    "currency": "GEL",
                    "value": 291.29
                  },
                  "override": true,
                  "points": 38227,
                  "referenceAmount": {
                    "currency": "SEK",
                    "value": 168.78
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "PKR",
                    "value": 141.95
                  },
                  "code": "fZ",
                  "conversionRatio": {
                    "minimumPoints": 878,
                    "value": 0.43
                  },
                  "equivAmount": {
                    "currency": "CHF",
                    "value": 182.94
                  },
                  "override": true,
                  "points": 4987,
                  "referenceAmount": {
                    "currency": "MMK",
                    "value": 47.38
                  },
                  "taxType": "PROPORTIONAL"
                }
              ],
              "tax": [
                {
                  "amount": {
                    "currency": "KHR",
                    "value": 469.53
                  },
                  "code": "Ik",
                  "conversionRatio": {
                    "minimumPoints": 421,
                    "value": 0.66
                  },
                  "equivAmount": {
                    "currency": "NAD",
                    "value": 159.27
                  },
                  "override": true,
                  "points": 4034,
                  "referenceAmount": {
                    "currency": "LYD",
                    "value": 100.02
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "UYU",
                    "value": 338.03
                  },
                  "code": "wv",
                  "conversionRatio": {
                    "minimumPoints": 733,
                    "value": 0.92
                  },
                  "equivAmount": {
                    "currency": "EGP",
                    "value": 304.36
                  },
                  "override": true,
                  "points": 17964,
                  "referenceAmount": {
                    "currency": "JOD",
                    "value": 104.82
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "UZS",
                    "value": 496.65
                  },
                  "code": "bI",
                  "conversionRatio": {
                    "minimumPoints": 343,
                    "value": 0.31
                  },
                  "equivAmount": {
                    "currency": "MDL",
                    "value": 326.08
                  },
                  "override": true,
                  "points": 9446,
                  "referenceAmount": {
                    "currency": "AWG",
                    "value": 483.63
                  },
                  "taxType": "FLAT"
                },
                {
                  "amount": {
                    "currency": "NPR",
                    "value": 288.61
                  },
                  "code": "oj",
                  "conversionRatio": {
                    "minimumPoints": 727,
                    "value": 0.64
                  },
                  "equivAmount": {
                    "currency": "NOK",
                    "value": 223.8
                  },
                  "override": true,
                  "points": 10990,
                  "referenceAmount": {
                    "currency": "JMD",
                    "value": 454.62
                  },
                  "taxType": "PROPORTIONAL"
                },
                {
                  "amount": {
                    "currency": "WST",
                    "value": 126.98
                  },
                  "code": "aI",
                  "conversionRatio": {
                    "minimumPoints": 466,
                    "value": 0.34
                  },
                  "equivAmount": {
                    "currency": "VES",
                    "value": 273.59
                  },
                  "override": false,
                  "points": 39721,
                  "referenceAmount": {
                    "currency": "RSD",
                    "value": 224.85
                  },
                  "taxType": "FLAT"
                }
              ],
              "ticketingFee": [
                {
                  "amount": {
                    "currency": "PGK",
                    "value": 29.07
                  },
                  "commercialName": "DELIVERY FEE",
                  "conversionRatio": {
                    "minimumPoints": 232,
                    "value": 0.62
                  },
                  "other": true,
                  "points": 168,
                  "referenceAmount": {
                    "currency": "SBD",
                    "value": 86.43
                  },
                  "subCode": "824",
                  "type": "TICKETING",
                  "waived": {
                    "reasonCode": "aA",
                    "value": true
                  }
                },
                {
                  "amount": {
                    "currency": "BHD",
                    "value": 471.25
                  },
                  "commercialName": "SERVICE FEE",
                  "conversionRatio": {
                    "minimumPoints": 423,
                    "value": 0.45
                  },
                  "other": false,
                  "points": 412,
                  "referenceAmount": {
                    "currency": "BGN",
                    "value": 32.61
                  },
                  "subCode": "024",
                  "type": "FORM_OF_PAYMENT",
                  "waived": {
                    "reasonCode": "cd",
                    "value": true
                  }
                },
                {
                  "amount": {
                    "currency": "BDT",
                    "value": 423.22
                  },
                  "commercialName": "DELIVERY FEE",
                  "conversionRatio": {
                    "minimumPoints": 524,
                    "value": 0.83
                  },
                  "other": true,
                  "points": 332,
                  "referenceAmount": {
                    "currency": "MNT",
                    "value": 286.93
                  },
                  "subCode": "286",
                  "type": "REQUESTED",
                  "waived": {
                    "reasonCode": "HD",
                    "value": true
                  }
                },
                {
                  "amount": {
                    "currency": "THB",
                    "value": 205.79
                  },
                  "commercialName": "DELIVERY FEE",
                  "conversionRatio": {
                    "minimumPoints": 511,
                    "value": 0.84
                  },
                  "other": false,
                  "points": 236,
                  "referenceAmount": {
                    "currency": "BYN",
                    "value": 491.67
                  },
                  "subCode": "142",
                  "type": "FORM_OF_PAYMENT",
                  "waived": {
                    "reasonCode": "mB",
                    "value": false
                  }
                }
              ],
              "total": {
                "amount": {
                  "currency": "LKR",
                  "value": 467.24
                },
                "code": "md",
                "conversionRatio": {
                  "minimumPoints": 947,
                  "value": 0.25
                },
                "equivAmount": {
                  "currency": "VES",
                  "value": 87.53
                },
                "override": false,
                "points": 23874,
                "referenceAmount": {
                  "currency": "GMD",
                  "value": 320.68
                },
                "taxType": "FLAT"
              }
            }
          }
        ],
        "type": "COMBINED"
      }
    },
    "recordLocator": "MEEYTZ",
    "remarks": {
      "remark": [
        {
          "id": "WXh9",
          "remarkLine": [
            "Special meal requested",
            "Wheelchair required"
          ],
          "syntheticIdentifier": "23368284707657652514",
          "type": "INVOICE"
        },
        {
          "id": "AKSj",
          "remarkLine": [
            "Special meal requested",
            "Frequent flyer tier upgrade"
          ],
          "syntheticIdentifier": "53863133521235117226",
          "type": "QUEUE_PLACE"
        },
        {
          "id": "6VMN",
          "remarkLine": [
            "Wheelchair required",
            "Frequent flyer tier upgrade",
            "Special meal requested"
          ],
          "syntheticIdentifier": "54280141235091098576",
          "type": "INTERFACE"
        }
      ]
    },
    "revenueType": "REVENUE",
    "seatsAvailability": {
      "segmentsSeatsAvailability": [
        {
          "bookingClassAvailability": [
            {
              "bookingClass": "Y",
              "id": "EDQp",
              "value": 4
            },
            {
              "bookingClass": "Y",
              "id": "0xPY",
              "value": 3
            }
          ],
          "segmentRef": "DUyY"
        },
        {
          "bookingClassAvailability": [
            {
              "bookingClass": "J",
              "id": "tUsz",
              "value": 8
            }
          ],
          "segmentRef": "W3Sh"
        },
        {
          "bookingClassAvailability": [
            {
              "bookingClass": "Y",
              "id": "mWH1",
              "value": 1
            }
          ],
          "segmentRef": "A9ps"
        },
        {
          "bookingClassAvailability": [
            {
              "bookingClass": "J",
              "id": "qgjY",
              "value": 4
            },
            {
              "bookingClass": "J",
              "id": "u9gR",
              "value": 0
            }
          ],
          "segmentRef": "DjZS"
        }
      ]
    },
    "status": "STANDBY",
    "ticketTimeLimit": "2027-04-15T00:00:00.0Z",
    "travelOrganizer": {
      "contactDetails": {
        "address": [
          {
            "city": "West Ulisesmouth",
            "companyName": "Grant Inc",
            "country": "MU",
            "id": "263c746f-a703-4a2a-9017-af986b1bec65",
            "personName": {
              "first": "Vickie",
              "last": "Koch",
              "middle": "Kendall",
              "prefix": "Dr.",
              "raw": "Erma Dickens",
              "suffix": "PhD"
            },
            "postalCode": "24440-3762",
            "stateProvince": "Iowa",
            "street1": "22472 Eulah Summit",
            "street2": "Suite 769",
            "type": "HOME"
          },
          {
            "city": "Port Eliseland",
            "companyName": "Boyle - Watsica",
            "country": "CA",
            "id": "30727724-8098-4d16-8702-c3ff6f66a144",
            "personName": {
              "first": "Lou",
              "last": "Buckridge",
              "middle": "August",
              "prefix": "Mrs.",
              "raw": "Clint Herman",
              "suffix": "IV"
            },
            "postalCode": "55909-3078",
            "stateProvince": "Illinois",
            "street1": "747 Hayes Lake",
            "street2": "Suite 184",
            "type": "HOME"
          },
          {
            "city": "Lake Lolita",
            "companyName": "Kiehn - Ernser",
            "country": "CV",
            "id": "5174ce30-e105-467d-aebe-6fe17353b035",
            "personName": {
              "first": "Kade",
              "last": "Lind",
              "middle": "Blake",
              "prefix": "Miss",
              "raw": "Dr. Judy Ziemann",
              "suffix": "Sr."
            },
            "postalCode": "27913",
            "stateProvince": "Ohio",
            "street1": "313 Fatima Unions",
            "street2": "Apt. 172",
            "type": "HOME"
          }
        ],
        "email": [
          {
            "id": "3a9d6f39-8a8a-461f-9451-683027d221b5",
            "type": "PERSONAL",
            "value": "Amari_Jenkins28@gmail.com"
          },
          {
            "id": "23fe4c1c-5efd-4b97-bef3-f3031047ddda",
            "type": "PERSONAL",
            "value": "Lori44@gmail.com"
          },
          {
            "id": "2ef0ba64-4890-4abb-bd26-42a382fa2e60",
            "type": "PERSONAL",
            "value": "Soledad_Dibbert62@gmail.com"
          },
          {
            "id": "57aacde7-5bc0-44c5-9f82-dc27b63bf68c",
            "type": "PERSONAL",
            "value": "Jannie56@yahoo.com"
          },
          {
            "id": "a660a9b5-2950-491b-b1b6-ccbb9e90d569",
            "type": "PERSONAL",
            "value": "Alfred.Goyette@gmail.com"
          }
        ],
        "phone": [
          {
            "allowedSMS": true,
            "areaCode": "343",
            "carrier": "SPRINT",
            "countryCode": "21",
            "extension": "642",
            "id": "b47eaac1-f106-41bc-9a42-41af223fd2a4",
            "number": "12575929",
            "type": "MOBILE"
          },
          {
            "allowedSMS": true,
            "areaCode": "812",
            "carrier": "VERIZON",
            "countryCode": "62",
            "extension": "123",
            "id": "dd01e75a-75ae-4b69-936d-2306c53b6b42",
            "number": "33376813",
            "type": "MOBILE"
          },
          {
            "allowedSMS": false,
            "areaCode": "314",
            "carrier": "ATT",
            "countryCode": "07",
            "extension": "270",
            "id": "3b2b9cb5-0ca3-4a31-9f33-e7965ff2bee7",
            "number": "01704736",
            "type": "MOBILE"
          }
        ]
      },
      "loyaltyAccount": [
        {
          "id": "99e518d5-5c3e-40b9-84d9-d5272eec890a",
          "latestAwardDate": "2026-02-27",
          "loyaltyTierLevel": {
            "atpco": "80",
            "customerInsight": "13",
            "name": "silver",
            "number": 4,
            "priority": 3,
            "tag": "RZS"
          },
          "memberAirline": "[ob",
          "memberId": "1162113778",
          "membershipStartDate": "2025-02-08",
          "mileage": {
            "unit": "MILES",
            "value": 621
          },
          "pnrId": "0",
          "points": 27655,
          "source": "SSCI"
        },
        {
          "id": "87d384bf-23c1-4424-aa04-fca1ef29eb8f",
          "latestAwardDate": "2026-05-08",
          "loyaltyTierLevel": {
            "atpco": "25",
            "customerInsight": "67",
            "name": "silver",
            "number": 3,
            "priority": 10,
            "tag": "kuA"
          },
          "memberAirline": "[ob",
          "memberId": "6917556576",
          "membershipStartDate": "2023-02-01",
          "mileage": {
            "unit": "MILES",
            "value": 3440
          },
          "pnrId": "1",
          "points": 97605,
          "source": "SSCI"
        },
        {
          "id": "680c1325-5c77-44c0-91f5-f2996ea1d2b0",
          "latestAwardDate": "2025-12-03",
          "loyaltyTierLevel": {
            "atpco": "58",
            "customerInsight": "07",
            "name": "platinum",
            "number": 4,
            "priority": 6,
            "tag": "gNR"
          },
          "memberAirline": "[ob",
          "memberId": "3134354741",
          "membershipStartDate": "2021-08-27",
          "mileage": {
            "unit": "MILES",
            "value": 1481
          },
          "pnrId": "3",
          "points": 63831,
          "source": "SSCI"
        }
      ],
      "passengerRef": "lT6j",
      "personName": {
        "first": "Alexys",
        "last": "Robel",
        "middle": "Kyle",
        "prefix": "Dr.",
        "raw": "Rose Gottlieb-Rau",
        "suffix": "DVM"
      },
      "profileIdentifier": "8688905649"
    },
    "version": "4412274"
  },
  "results": [
    {
      "passengerId": "2fYiL3",
      "status": {
        "code": "NOT_FOUND",
        "message": "Operation completed successfully.",
        "type": "SUCCESS"
      }
    }
  ]
}
{
  "errorCode": "ERR.2SG.SEC.AUTH",
  "message": "Internal database error",
  "status": "Incomplete",
  "timeStamp": "2026-08-23T00:00:00.0Z",
  "type": "BusinessLogic"
}
Query Parameter NameExample
jipcc*aute mollit sint dolor ea
Header NameExample
Application-ID"ad"
Authorization*"do"
Conversation-ID"ex"
Message-ID"aliqua tempor"
Session-ID*"adipisicing Lorem Excepteur nisi sunt"
{
  "results": [
    {
      "standbyFlightId": "R7ue1e",
      "status": {
        "code": "VALIDATION_ERROR",
        "message": "Operation completed successfully.",
        "type": "SUCCESS"
      }
    },
    {
      "standbyFlightId": "sKIqZ7",
      "status": {
        "code": "SUCCESS",
        "message": "Operation completed successfully.",
        "type": "SUCCESS"
      }
    },
    {
      "standbyFlightId": "KHBe8x",
      "status": {
        "code": "NOT_FOUND",
        "message": "Operation completed successfully.",
        "type": "SUCCESS"
      }
    },
    {
      "standbyFlightId": "5vEPrY",
      "status": {
        "code": "VALIDATION_ERROR",
        "message": "Only 2 passenger types are allowed.",
        "type": "SUCCESS"
      }
    },
    {
      "standbyFlightId": "byYPyi",
      "status": {
        "code": "NOT_FOUND",
        "message": "Only 2 passenger types are allowed.",
        "type": "SUCCESS"
      }
    }
  ],
  "standbyFlights": [
    {
      "aircraftLease": {
        "lessorAirline": "[ob",
        "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
      },
      "airline": "[ob",
      "arrivalAirport": "[ob",
      "arrivalCountry": "LY",
      "arrivalFlightScheduleStatus": "CANCELLED",
      "arrivalTerminal": "pZ",
      "arrivalTime": "2026-12-03T00:00:00.0Z",
      "boardingTime": "1947-09-21T14:33:30.0Z",
      "changeOfGauge": true,
      "commuter": true,
      "departureAirport": "[ob",
      "departureCountry": "NG",
      "departureFlightScheduleStatus": "ON_TIME",
      "departureGate": "fj",
      "departureTerminal": "pD",
      "departureTime": "2027-06-25T00:00:00.0Z",
      "disclosureAirline": "[ob",
      "distance": {
        "unit": "MILES",
        "value": 1987
      },
      "equipment": "401",
      "estimatedArrivalTime": "1934-02-22T22:03:27.0Z",
      "estimatedDepartureTime": "1910-02-23T10:29:49.0Z",
      "flightDuration": 419,
      "flightNumber": "3",
      "flightStop": [
        {
          "airport": "[ob",
          "arrivalTime": "2027-01-20T00:00:00.0Z",
          "departureTime": "2027-05-24T00:00:00.0Z",
          "duration": 120,
          "elapsedTime": 293
        },
        {
          "airport": "[ob",
          "arrivalTime": "2027-02-17T00:00:00.0Z",
          "departureTime": "2026-08-28T00:00:00.0Z",
          "duration": 97,
          "elapsedTime": 86
        },
        {
          "airport": "[ob",
          "arrivalTime": "2027-03-09T00:00:00.0Z",
          "departureTime": "2026-12-07T00:00:00.0Z",
          "duration": 59,
          "elapsedTime": 155
        },
        {
          "airport": "[ob",
          "arrivalTime": "2027-02-09T00:00:00.0Z",
          "departureTime": "2026-09-25T00:00:00.0Z",
          "duration": 174,
          "elapsedTime": 65
        }
      ],
      "iatci": false,
      "id": "587ddaa7-118c-4bbc-a461-ecb59236ba52",
      "operatingAirline": "[ob",
      "operatingAirlineName": "[object Object]",
      "operatingFlightNumber": "1",
      "seatsAvailability": [
        {
          "cabinClassCode": "J",
          "numberOfSeats": 32
        },
        {
          "cabinClassCode": "W",
          "numberOfSeats": 41
        }
      ],
      "span": "INTERNATIONAL",
      "status": "CANCELLED",
      "subjectToGovernmentApproval": true,
      "thirdPartyGroundHandled": true,
      "throughFlight": false,
      "timeToDeparture": 966
    },
    {
      "aircraftLease": {
        "lessorAirline": "[ob",
        "marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
      },
      "airline": "[ob",
      "arrivalAirport": "[ob",
      "arrivalCountry": "PS",
      "arrivalFlightScheduleStatus": "CANCELLED",
      "arrivalTerminal": "8g",
      "arrivalTime": "2027-02-21T00:00:00.0Z",
      "boardingTime": "1893-09-07T17:06:16.0Z",
      "changeOfGauge": true,
      "commuter": true,
      "departureAirport": "[ob",
      "departureCountry": "NE",
      "departureFlightScheduleStatus": "DELAYED",
      "departureGate": "w6",
      "departureTerminal": "fG",
      "departureTime": "2027-01-28T00:00:00.0Z",
      "disclosureAirline": "[ob",
      "distance": {
        "unit": "MILES",
        "value": 4766
      },
      "equipment": "908",
      "estimatedArrivalTime": "1914-06-02T01:59:10.0Z",
      "estimatedDepartureTime": "1933-09-13T19:09:25.0Z",
      "flightDuration": 551,
      "flightNumber": "2635",
      "flightStop": [
        {
          "airport": "[ob",
          "arrivalTime": "2027-01-04T00:00:00.0Z",
          "departureTime": "2026-09-20T00:00:00.0Z",
          "duration": 42,
          "elapsedTime": 190
        },
        {
          "airport": "[ob",
          "arrivalTime": "2027-01-16T00:00:00.0Z",
          "departureTime": "2026-10-14T00:00:00.0Z",
          "duration": 48,
          "elapsedTime": 201
        }
      ],
      "iatci": false,
      "id": "5e8c6c4a-65f9-4974-b44c-e274e439ba16",
      "operatingAirline": "[ob",
      "operatingAirlineName": "[object Object]",
      "operatingFlightNumber": "795",
      "seatsAvailability": [
        {
          "cabinClassCode": "J",
          "numberOfSeats": 40
        },
        {
          "cabinClassCode": "Y",
          "numberOfSeats": 9
        }
      ],
      "span": "DOMESTIC",
      "status": "CANCELLED",
      "subjectToGovernmentApproval": false,
      "thirdPartyGroundHandled": false,
      "throughFlight": true,
      "timeToDeparture": 472
    }
  ]
}
{
  "errorCode": "ERR.2SG.SEC.AUTH",
  "message": "Internal database error",
  "status": "Incomplete",
  "timeStamp": "2026-08-23T00:00:00.0Z",
  "type": "Validation"
}
sabretravelairlinepassengerdccirest